summaryrefslogtreecommitdiffstats
path: root/app/helpers/sort_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-1/+1
* Replaces icon-sorted-asc and icon-sorted-desc with SVG icons (#23980).Marius Balteanu2024-09-081-1/+3
* remove spaces inside {} of SortHelperToshi MARUYAMA2020-11-161-1/+1
* Fix missing sort order icon in users#index (#33176).Go MAEDA2020-03-201-2/+2
* Code cleanup: RuboCop: Style/DefWithParenthesesGo MAEDA2019-06-201-1/+1
* Use "icon icon-*" classes for sort elements (#31433).Go MAEDA2019-05-301-1/+0
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-96/+3
* Don't generate sort links with params.Jean-Philippe Lang2016-07-101-6/+1
* Removed #link_to_content_update.Jean-Philippe Lang2016-06-301-1/+1
* SQL error with SQLServer when grouping+sorting issues (#19544).Jean-Philippe Lang2015-04-121-4/+9
* Sort helper undefined to_a for string (#18817).Jean-Philippe Lang2015-02-071-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+2
* Adds css classes to get sort order on the issue list (#17993).Jean-Philippe Lang2014-10-041-0/+12
* Pass the order option as an array to satisfy sqlserver adapter (#12713).Jean-Philippe Lang2013-01-041-2/+3
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-291-0/+8
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-1/+2
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* remove trailing white-spaces from app/helpers/sort_helper.rb.Toshi MARUYAMA2011-08-021-25/+25
* Additional escaping.Jean-Philippe Lang2011-07-301-1/+1
* Keep issue filter params on sort headers.Jean-Philippe Lang2011-04-031-2/+1
* Makes all pagination-like links use #link_to_content_update (#5138).Jean-Philippe Lang2011-04-031-4/+1
* Issue list improvements for subtasking (#5196):Jean-Philippe Lang2010-03-271-1/+10
* Fixes SortHelper examples (#2950).Jean-Philippe Lang2009-03-121-2/+2
* Ability to save "sort order" in custom queries (#2899).Jean-Philippe Lang2009-03-121-18/+39
* SortHelper refactoring:Jean-Philippe Lang2009-03-101-61/+95
* Include both last and first name when sorting issues by assignee (#1841).Jean-Philippe Lang2009-02-011-1/+1
* Fixes Issue sorting in a project, broken by #2317Eric Davis2009-01-271-0/+3
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-1/+1
* Prevent SQL error with old sessions after r2171.Jean-Philippe Lang2008-12-271-2/+2
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-5/+13
* Prevent "can't convert nil into String" error when :sort_order param is not p...Jean-Philippe Lang2008-05-031-1/+1
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-261-5/+5
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-051-4/+7
* Added radio buttons on the documents list to sort documents by category, date...Jean-Philippe Lang2007-11-041-1/+1
* Translated 'Sort by' label on table headers.Jean-Philippe Lang2007-08-121-7/+2
* Quick fix for:Jean-Philippe Lang2007-04-031-3/+5
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-231-3/+3
* * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamo...Jean-Philippe Lang2007-01-081-2/+2
* replaced deprecated controller instance variables: @params, @session, @requestJean-Philippe Lang2006-12-261-8/+8
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+160