summaryrefslogtreecommitdiffstats
path: root/app/views/queries
Commit message (Expand)AuthorAgeFilesLines
* Use CSS selector to find move left/right buttons.Jean-Philippe Lang2017-07-231-2/+2
* Removes hardcoded width.Jean-Philippe Lang2017-07-121-2/+2
* Render columns selection using spans instead of a table.Jean-Philippe Lang2017-07-121-18/+14
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-12/+18
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-0/+1
* Disable description and columns when checking "Default columns" (#24907).Jean-Philippe Lang2017-01-291-3/+3
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-251-1/+1
* Reset sort criteria when clearing filters.Jean-Philippe Lang2017-01-191-1/+1
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-1/+3
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-031-1/+1
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-0/+62
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-0/+1
* Add id to query create and edit form to ease theme (#22277).Jean-Philippe Lang2016-03-192-2/+2
* Add id and class for easier styling of query filters (#22018).Jean-Philippe Lang2016-03-191-2/+2
* Extract the "Add filter" drop-down from the table (#19097).Jean-Philippe Lang2015-11-071-8/+4
* Give numbers in query sort criteria consistent width for non-monospaced fonts...Jean-Philippe Lang2015-11-011-1/+1
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-0/+3
* Fixed that user with "Manage public queries" permission, can create global pu...Jean-Philippe Lang2015-06-291-6/+8
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-1/+1
* Moved select_list_move.js content to application.js.Jean-Philippe Lang2014-11-181-2/+6
* Use an handler instead of onsubmit attribute.Jean-Philippe Lang2014-11-182-2/+2
* Remove useless settings when editing a query from the gantt (#16747).Jean-Philippe Lang2014-05-241-4/+10
* Custom queries: buttons to move column to top and bottom (#16326).Jean-Philippe Lang2014-03-211-1/+3
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-4/+2
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-141-0/+9
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-112-4/+21
* Fixed that project name is not properly escaped in issue filters (#14186).Jean-Philippe Lang2013-05-311-1/+1
* Typo.Jean-Philippe Lang2013-02-231-1/+1
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-232-3/+3
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-2/+2
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-231-2/+2
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-062-2/+5
* Makes related issues available for display and filtering on the issue list (#...Jean-Philippe Lang2012-09-291-0/+1
* Fixed JSON escaping of filters (#11929).Jean-Philippe Lang2012-09-251-5/+5
* Build issue filters using javascript.Jean-Philippe Lang2012-08-072-43/+17
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-222-3/+3
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Ability to set default column order in issue list (#11068).Jean-Philippe Lang2012-06-081-2/+2
* Fixed that columns selection in not displayed on the custom query form (#10972).Jean-Philippe Lang2012-05-211-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-253-3/+3
* Replace tables that were using the 'width' attribute with inline styles (shou...Toshi MARUYAMA2012-03-241-1/+1
* Remove some inline styling and some depreciated table cell attributes and rep...Toshi MARUYAMA2012-03-241-3/+3
* Moved javascript filters functions to application.js.Jean-Philippe Lang2012-01-241-103/+1
* Fixed labels tags referencing wrong ids.Jean-Philippe Lang2012-01-081-1/+1
* Allows double click to move columns between available/selected columns.Jean-Philippe Lang2011-11-201-2/+4
* fix typos (#9499, #9489)Toshi MARUYAMA2011-10-311-2/+2
* [#9489] made labels visible as this is an accessibility issue even for sighte...Toshi MARUYAMA2011-10-291-2/+4
* [#9489] added invisible labels for queriesToshi MARUYAMA2011-10-293-7/+22
* Make queries resources fully conform to common behavior (removed additonal ro...Etienne Massip2011-10-262-2/+2