summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* 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-31/+31
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-5/+5
* Allow adding notes when moving issuesEric Davis2010-10-251-1/+13
* Allow changing the Priority when moving issues.Eric Davis2010-10-251-0/+13
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-7/+7
* Fix the tests that were broken by r4286:Eric Davis2010-10-253-3/+3
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-231-6/+2
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-0/+10
* Fixed: error on gantt when no issue have a due date (#6350).Jean-Philippe Lang2010-10-221-1/+11
* Mark the failed test in r4276 as pending. Tests should never fail when commit...Eric Davis2010-10-221-1/+1
* Adds a failing test for #6350.Jean-Philippe Lang2010-10-221-0/+9
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-2/+2
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-14/+14
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-43/+43
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-0/+12
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-6/+6
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-0/+28
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-3/+3
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-2/+2
* Add SortHelper so custom queries will run on the Calendar. #6612Eric Davis2010-10-101-0/+10
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-2/+2
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-082-0/+58
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-11/+11
* Added ability to delete issues from different projects through contextual men...Jean-Baptiste Barth2010-10-072-4/+12
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-28/+28
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-052-127/+134
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-8/+8
* Refactor: rename UsersController#add to #newEric Davis2010-09-291-4/+4
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-281-3/+14
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+41
* Refactor: convert News to a REST resourceEric Davis2010-09-271-1/+1
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-261-1/+2
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-261-1/+2
* Redirect to project settings after copying a project. #6443Eric Davis2010-09-261-0/+11
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-242-11/+10
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-232-9/+11
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-222-20/+46
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-2/+2
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-4/+4
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-3/+3
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-4/+4
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-2/+2
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-141-3/+3
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-3/+3
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-4/+4
* Fixed "Create and continue" redirection broken by recent changes. #6333Jean-Baptiste Barth2010-09-111-1/+2
* Fixed broken context_menu on roadmap. #6351Jean-Baptiste Barth2010-09-111-0/+2
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-11/+11
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-8/+8