summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-051-18/+18
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-052-55/+76
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-052-55/+83
* Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447Eric Davis2010-11-042-54/+76
* Refactor: convert API key tests using HTTP Basic to a shoulda macroEric Davis2010-11-032-59/+41
* Add a Email Header setting. Useful for adding delimiters to every email.Eric Davis2010-11-021-0/+17
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-023-0/+128
* Refactor: convert username/password http basic auth api tests to shoulda macr...Eric Davis2010-11-022-79/+57
* Refactor: convert api key tests to shoulda macros for reuse. #6447Eric Davis2010-11-012-56/+57
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-017-12/+16
* Fixed: "Template is missing" error when validation fails on version edit (#67...Jean-Philippe Lang2010-11-011-0/+9
* Force color to be disabled on git shell-outs. #5324Jean-Baptiste Barth2010-10-291-0/+0
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-283-5/+6
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-272-43/+43
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-262-6/+7
* 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-252-8/+8
* Fix the tests that were broken by r4286:Eric Davis2010-10-253-3/+3
* Fixed: auto links ending with right angle bracket shouldn't include the brack...Jean-Baptiste Barth2010-10-231-0/+2
* Refactor: merged error rendering methods.Jean-Philippe Lang2010-10-232-7/+7
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-232-0/+12
* 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
* Fixed: file upload on wiki page broken by recent refactoring (#6724).Jean-Philippe Lang2010-10-221-0/+1
* Refactor: split WikiController#edit into #updateEric Davis2010-10-222-3/+3
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-212-16/+16
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-202-58/+58
* Fixed: precedes/follows relations no longer update start/due dates (#5803).Jean-Philippe Lang2010-10-191-0/+11
* Refactor: extract method from WikiController#specialEric Davis2010-10-182-1/+13
* Remember the selected "Member of Role" and "Member of Group" options. #6467Eric Davis2010-10-161-7/+7
* Revert part of r4064.Eric Davis2010-10-151-9/+0
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-152-8/+7
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-132-1/+29
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-122-12/+45
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-112-3/+4
* Change Project#notified_users to check for the 'all' notification option. #6541Eric Davis2010-10-101-0/+50
* 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-082-2/+3
* Added ability to edit issues from different project through contextual menu (...Jean-Baptiste Barth2010-10-082-0/+58
* Don't duplicate users in Issue#assignable_users. From r4240Eric Davis2010-10-071-0/+9
* Allow assigning issues back to the author. #4199Eric Davis2010-10-071-3/+13
* Refactor: extract TimelogController#new from #editEric Davis2010-10-072-14/+15
* 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-062-40/+39
* Fixed: User#allowed_to? returning true in any case if array of projects had o...Jean-Baptiste Barth2010-10-061-0/+4
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-053-131/+143
* Refactor: convert UsersController to resourceEric Davis2010-10-042-4/+4
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-303-10/+11