summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-1/+0
* Removed gantt and calendar menu items that do not fit into the core project m...Jean-Philippe Lang2010-11-072-2/+2
* Fixed: start date being filled with current date even when blank value is sub...Jean-Philippe Lang2010-11-061-1/+1
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-051-1/+1
* Fixed: "Template is missing" error when validation fails on version edit (#67...Jean-Philippe Lang2010-11-011-0/+4
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-2/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-11/+11
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-2/+3
* Allow adding notes when moving issuesEric Davis2010-10-251-0/+3
* Allow changing the Priority when moving issues.Eric Davis2010-10-251-1/+1
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-5/+20
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-231-25/+17
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-2/+12
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-23/+37
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-9/+9
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-7/+7
* Refactor: remove WikiController#specialEric Davis2010-10-191-15/+0
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-3/+4
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-2/+6
* Refactor: extract finder to a utility methodEric Davis2010-10-141-6/+11
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-9/+13
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-2/+1
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-5/+13
* Add SortHelper so custom queries will run on the Calendar. #6612Eric Davis2010-10-101-0/+2
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-1/+16
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-082-5/+11
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-1/+9
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-073-4/+4
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-5/+5
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-052-135/+210
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-29/+40
* Refactor: rename UsersController#add to #newEric Davis2010-09-291-3/+3
* Splitted #find_issues filter in ApplicationController to #find_issues and #ch...Jean-Baptiste Barth2010-09-293-7/+11
* Refactor: move method to modelEric Davis2010-09-282-23/+2
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-281-0/+43
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-1/+1
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-6/+8
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-14/+18
* Redirect to project settings after copying a project. #6443Eric Davis2010-09-261-2/+2
* Fixed: don't reset watchers when changing tracker. #6479Jean-Baptiste Barth2010-09-261-1/+4
* Fixed: error on mail notification when adding an invalid file (#6452).Jean-Philippe Lang2010-09-261-1/+1
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-242-9/+9
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-232-5/+6
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-222-12/+30
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-3/+8
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-3/+9
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-2/+2
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-4/+15