ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Issues filter page which supports bookmarks and browser history (Feature #835)
Description
The current issues filter page uses javascript to build up complex search conditions and then ajax to refresh the issue list when you click 'Apply'.
As a result of this the URL doesn't change. Your session remembers your current "custom filter" if you click Issues again, but you can't:
- Copy and paste the URL to share a customer filter with a colleague
- Conveniently use two different custom filters in two tabs working simultaneously
- Use the back button to return to custom filtered views
- Bookmark custom filters produced in this way
For me, it would be greatly preferably if clicking the "Apply" button caused a standard GET form submission which resulted in a URL embedding the search criteria in query parameters. This URL would be copy-pastable and work well in bookmarks and browser history.