summaryrefslogtreecommitdiffstats
path: root/app/views/issues/index.rhtml
Commit message (Expand)AuthorAgeFilesLines
* rename .rhtml to .html.erb of app/views/issues/index.rhtml (#6317).Toshi MARUYAMA2011-09-021-73/+0
* HTML escape at app/views/issues/index.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-20/+8
* Fixed: pressing enter in filters should result to an 'apply', not a 'save'. #...Jean-Baptiste Barth2010-09-161-0/+1
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-1/+1
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-1/+1
* Add :view_issues_index_bottom hook. #5169Eric Davis2010-07-161-0/+1
* Add a css class to hide content when printing. #5508Eric Davis2010-06-191-2/+2
* Adds an helper for creating the context menu.Jean-Philippe Lang2010-03-041-4/+1
* Filters collapsed by default for saved queries (#4623).Jean-Philippe Lang2010-03-031-2/+2
* Adds dynamic columns selection on the issue list (#4272).Jean-Philippe Lang2009-11-281-3/+12
* Remove hard coded string in a view (closes #4076).Jean-Philippe Lang2009-10-221-1/+1
* Unexpected closing tag removed.Jean-Philippe Lang2009-09-201-1/+1
* Makes saved query filters visible (#2883).Jean-Philippe Lang2009-09-201-17/+12
* Makes tickets and timelogs filters collapsible (UI).Jean-Philippe Lang2009-09-201-4/+12
* Ticket grouping (#2679).Jean-Philippe Lang2009-04-261-1/+7
* Fixed: export links on the issue list lose project param after applying a fil...Jean-Philippe Lang2009-03-061-3/+3
* Allow the other format links to appear on the issue list (ATOM, PDF, CSV).Eric Davis2009-02-201-1/+1
* Issues pagination loses project param after applying or clearing filter (#2726).Jean-Philippe Lang2009-02-121-2/+2
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-291-6/+6
* Fixed clearing the Issue filters in the issue list, broken by #2317Eric Davis2009-01-271-1/+2
* Fixed: Atom link on saved query does not include query_id (#1390).Jean-Philippe Lang2008-06-061-1/+1
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-301-1/+1
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-301-1/+1
* Fix IE6 display bug on the issue list.Jean-Philippe Lang2008-03-211-2/+2
* Move the filters buttons inside the filters fieldset on the issue list (close...Jean-Philippe Lang2008-03-161-3/+3
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-051-5/+7
* Fixed: context menu not available if the initial issue list is empty.Jean-Philippe Lang2008-02-111-0/+5
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-12/+0
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-021-3/+3
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-2/+1
* Fixed: Update of time entry fails when the issue has been moved to an other p...Jean-Philippe Lang2007-11-171-1/+1
* Trac importer: user can now choose between sqlite and sqlite3 adapter for Tra...Jean-Philippe Lang2007-11-091-1/+2
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-21/+58
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-011-26/+2
* Application layout refactored.Jean-Philippe Lang2007-09-221-1/+1
* Added atom feed on the new cross-project issue list.Jean-Philippe Lang2007-08-311-0/+4
* Added a cross-project issue list. It displays the issues of all the projects ...Jean-Philippe Lang2007-08-311-0/+55