summaryrefslogtreecommitdiffstats
path: root/app/views/queries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip2011-10-244-6/+5
* replace tabs to spaces at app/views/queries/_filters.html.erbToshi MARUYAMA2011-09-181-17/+17
* replace tabs to spaces at app/views/queries/_columns.html.erbToshi MARUYAMA2011-09-181-20/+20
* replace tabs to spaces at app/views/queries/_form.html.erbToshi MARUYAMA2011-09-181-3/+3
* remove trailing white-spaces from app/views/queries/_filters.html.erbToshi MARUYAMA2011-09-171-2/+2
* remove trailing white-spaces from app/views/queries/index.html.erbToshi MARUYAMA2011-09-171-1/+1
* rename .rhtml to .html.erb of app/views/queries/index.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/queries/edit.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/queries/new.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/queries/_filters.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/queries/_form.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* rename .rhtml to .html.erb of app/views/queries/_columns.rhtml.Toshi MARUYAMA2011-09-021-0/+0
* HTML escape at app/views/queries/index.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* Removed hard-coded styles in filters.Jean-Philippe Lang2011-07-311-5/+5
* Enlarge numeric filter fields.Jean-Philippe Lang2011-07-111-2/+2
* Adds float case on filters partial.Jean-Philippe Lang2011-07-111-1/+1
* Adds date based filters (#4729) and date range filter (#6954).Jean-Philippe Lang2011-07-101-47/+69
* Adds "between" operator for numeric filters (#6180).Jean-Philippe Lang2011-07-101-8/+17
* Cleanup select filter tag.Jean-Philippe Lang2011-07-091-3/+1
* Removed unused class.Jean-Philippe Lang2011-07-091-6/+6
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-0/+10
* Removed colon before filters select.Jean-Philippe Lang2011-07-021-1/+1
* Shorten query[column_names] param name.Jean-Philippe Lang2011-04-031-1/+1
* Shortens filter param names.Jean-Philippe Lang2011-04-011-7/+7
* Disable unused filter fields so they don't get submitted.Jean-Philippe Lang2011-04-011-0/+4
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-4/+6
* Fixed: unchecking status filter on the issue list has no effect (#6844).Jean-Philippe Lang2010-11-071-0/+1
* Fixed: pressing enter in filters should result to an 'apply', not a 'save'. #...Jean-Baptiste Barth2010-09-161-0/+12
* Added missing labels to the Issue Calendar.Eric Davis2010-05-241-1/+1
* Adds 2 buttons to easily reorder selected columns (#4272).Jean-Philippe Lang2009-11-281-2/+6
* Adds dynamic columns selection on the issue list (#4272).Jean-Philippe Lang2009-11-282-8/+7
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-6/+6
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Ticket grouping (#2679).Jean-Philippe Lang2009-04-261-0/+3
* Ability to save "sort order" in custom queries (#2899).Jean-Philippe Lang2009-03-121-0/+9
* Issues pagination loses project param after applying or clearing filter (#2726).Jean-Philippe Lang2009-02-121-1/+4
* Use new image instead of expand.pngJean-Philippe Lang2008-06-221-1/+1
* Left align filter buttons (closes #872) and reduce filters spacing.Jean-Philippe Lang2008-04-131-6/+6
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-301-3/+8
* Move the filters buttons inside the filters fieldset on the issue list (close...Jean-Philippe Lang2008-03-163-4/+5
* Include subprojects on the issue list, calendar and gantt by default.Jean-Philippe Lang2008-02-281-1/+1
* Custom fields can now be displayed as columns on the issue list.Jean-Philippe Lang2007-11-071-2/+2
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-1/+1