summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: replace "should_route" of "boards" to "assert_routing" at integration/r...Toshi MARUYAMA2011-12-141-11/+36
* test: replace "should_route" of "administration panel" to "assert_routing" at...Toshi MARUYAMA2011-12-141-2/+5
* test: replace "should_route" of "welcome" to "assert_routing" at integration/...Toshi MARUYAMA2011-12-141-2/+5
* test: replace "should_route" of "attachments" to "assert_routing" at integrat...Toshi MARUYAMA2011-12-141-7/+27
* test: replace "should_route" of "activities" to "assert_routing" at integrati...Toshi MARUYAMA2011-12-141-3/+9
* Code cleanup.Jean-Philippe Lang2011-12-131-2/+16
* Fixed broken issue form update when changing tracker.Jean-Philippe Lang2011-12-122-0/+11
* Fixed error on project creation due to unrecognized route.Jean-Philippe Lang2011-12-121-0/+4
* add unit test of CustomField model before_validationToshi MARUYAMA2011-12-111-0/+10
* Resourcified enumerations.Jean-Philippe Lang2011-12-112-5/+23
* Fixed tests with the valid login url.Jean-Philippe Lang2011-12-101-2/+2
* Makes assertion compatible with ruby1.9.Jean-Philippe Lang2011-12-101-1/+1
* ruby1.9: macro must accept 2 arguments.Jean-Philippe Lang2011-12-101-1/+1
* Fixed assert call.Jean-Philippe Lang2011-12-101-1/+1
* Explicitly declare all routes and deactivate default route.Etienne Massip2011-12-103-11/+4
* scm: git: remove unused --since option (#4547, #4716, #7146, #6013)Toshi MARUYAMA2011-12-101-9/+0
* Issue destroy is now DELETE only.Jean-Philippe Lang2011-12-101-3/+3
* Changed ProjectsController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-4/+4
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-2/+0
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-7/+7
* Moved bulk_edit/update routes into issues resources.Jean-Philippe Lang2011-12-101-1/+1
* REST urls for user memberships.Jean-Philippe Lang2011-12-102-8/+22
* Resourcified roles.Jean-Philippe Lang2011-12-092-34/+43
* Resourcified custom fields.Jean-Philippe Lang2011-12-093-9/+58
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-2/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-3/+6
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-3/+6
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+1
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-4/+6
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2
* Makes project and tracker assigned first in #attributes=Jean-Philippe Lang2011-12-081-5/+11
* add unit test of error message in case that member role is emptyToshi MARUYAMA2011-12-081-0/+8
* back out r8124Toshi MARUYAMA2011-12-081-1/+0
* Rails3: model: Member: errors must be set on existing attributesToshi MARUYAMA2011-12-081-0/+1
* Fixed that a cross-project custom query is not remembered inside project (#97...Jean-Philippe Lang2011-12-071-0/+22
* Fixed that custom values get saved when assigning custom values after changin...Jean-Philippe Lang2011-12-061-0/+16
* Fixed: error when filtering by numeric custom field with postgresql (#9719).Jean-Philippe Lang2011-12-051-4/+35
* Adds tests for MailHandler.Jean-Philippe Lang2011-12-051-3/+30
* Removed unnecessary calculations in time entries index.Jean-Philippe Lang2011-12-042-53/+5
* Adds named scopes for projects index.Jean-Philippe Lang2011-12-041-0/+9
* Adds named scopes for users index.Jean-Philippe Lang2011-12-041-0/+8
* Moves test to non-transactional fixtures tests (failure with postgresql).Jean-Philippe Lang2011-12-042-10/+10
* Fixes test conditions.Jean-Philippe Lang2011-12-041-2/+2
* Adds a test for invalid query statement.Jean-Philippe Lang2011-12-041-0/+10
* Makes spent time column available on the issue list (#971).Jean-Philippe Lang2011-12-042-0/+30
* add unit test to validate watcherToshi MARUYAMA2011-12-041-0/+7
* add unit test to ensure user preference others is hash in savingToshi MARUYAMA2011-12-041-0/+14
* add unit test of member_role validateToshi MARUYAMA2011-12-041-0/+9