summaryrefslogtreecommitdiffstats
path: root/app/controllers/queries_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-3/+0
* Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip2011-10-241-24/+34
* remove trailing white-spaces from app/controllers/queries_controller.rb.Toshi MARUYAMA2011-08-311-13/+13
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+1
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-3/+23
* Shorten query[column_names] param name.Jean-Philippe Lang2011-04-031-1/+4
* Shortens filter param names.Jean-Philippe Lang2011-04-011-2/+2
* Refactor: Move method to Query modelEric Davis2010-04-191-6/+2
* Fixes permission check in QueriesController (#5181).Jean-Philippe Lang2010-03-241-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-2/+2
* Ticket grouping (#2679).Jean-Philippe Lang2009-04-261-0/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-301-3/+4
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-301-18/+16
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-0/+1
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-5/+3
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-2/+2
* Fixed: can't select columns when creating a new query.Jean-Philippe Lang2007-10-031-1/+1
* Added a checkbox on custom query form to explicitly say if the query uses def...Jean-Philippe Lang2007-10-011-1/+3
* Fixed: Manage pu(b)lic queries typo (Thomas Lecavelier).Jean-Philippe Lang2007-09-301-2/+2
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-5/+4
* Added per user custom queries.Jean-Philippe Lang2007-06-231-10/+40
* "me" value is now available in queries for "assigned to" and "author" filters.Jean-Philippe Lang2007-05-081-0/+1
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-021-0/+2
* "queries" branch mergedJean-Philippe Lang2006-12-161-0/+49