summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Changed the Timelogs to use both the Systemwide and Project specific TimeEntr...Eric Davis2009-10-212-0/+103
* Added project specific Enumeration overrides.Eric Davis2009-10-211-0/+22
* Added an active field track if an Enumeration is active on the frontend view.Eric Davis2009-10-212-0/+42
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-214-3/+75
* Updated the unit test so Enumerations are tested separately from the subclasses.Eric Davis2009-10-211-1/+1
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+7
* Moved object daddy helpers to their own module.Eric Davis2009-10-202-30/+35
* Updated some object_daddy exemplars for the Models.Eric Davis2009-10-203-1/+42
* Added shoulda macros to test Project's associationsEric Davis2009-10-191-0/+24
* Replaced a custom test with a shoulda macro.Eric Davis2009-10-191-8/+7
* Improved Project#copy to copy more data from the source Project. #3367Eric Davis2009-10-194-2/+105
* Refactored duplicated test code to a setup.Eric Davis2009-10-191-42/+26
* Converted Project#copy test to use shouldaEric Davis2009-10-191-52/+55
* Configured object_daddy to help generate test data instead of fixtures. #4004Eric Davis2009-10-1813-0/+133
* Setup shoulda for testing. (#4005)Eric Davis2009-10-171-0/+40
* Fixes some test failures due to Array#to_s behaviour in ruby1.9.Jean-Philippe Lang2009-10-101-2/+2
* Sets file encoding to utf-8 for ruby 1.9.Jean-Philippe Lang2009-10-103-0/+6
* Renames uploaded_test_file helper.Jean-Philippe Lang2009-10-106-8/+8
* Fixes User/CustomValue association broken by r2869 (#3978).Jean-Philippe Lang2009-10-102-4/+10
* Fixed: RepositoriesController#revision may show wrong revision (#3779).Jean-Philippe Lang2009-09-206-5/+32
* Adds missing native eol properties.Jean-Philippe Lang2009-09-2042-4692/+4698
* Fixed: Custom values with a nil value cause error on (project|account)/show (...Jean-Philippe Lang2009-09-202-567/+589
* Makes timelog report work at issue level (#2935).Jean-Philippe Lang2009-09-201-0/+8
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-13103-133/+150
* User groups branch merged.Jean-Philippe Lang2009-09-129-17/+248
* Reset the default language for the test, autotest was caught it staying at :noEric Davis2009-09-041-0/+1
* Allow referencing issue numbers in brackets. This style is used by otherEric Davis2009-09-031-0/+22
* Missing 'test_' prefix on a helper test caused it to not run.Eric Davis2009-09-031-1/+1
* SCM:Jean-Philippe Lang2009-09-011-2/+23
* SCM:Jean-Philippe Lang2009-08-175-6/+59
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-159-54/+91
* Added missing fixture file from r2837 (#3731)Eric Davis2009-08-131-0/+43
* Allow spaces between the keyword and colon in incoming mail. (#3731)Eric Davis2009-08-121-0/+15
* Allow line breaks in wiki table cells (#2346).Jean-Philippe Lang2009-07-191-1/+40
* Fixes artefacts in truncated search results (#3622).Jean-Philippe Lang2009-07-181-0/+45
* Prevent creation of project with identifier 'new' (#3602).Jean-Philippe Lang2009-07-181-1/+2
* Fixed: error raised when trying to add an empty comment to a news (#3615).Jean-Philippe Lang2009-07-181-0/+9
* Ability to send an email with password when changing a user's password (#3566).Jean-Philippe Lang2009-07-051-16/+37
* Do not require a non-word character after a comma in Redmine links (#3561).Jean-Philippe Lang2009-07-041-0/+5
* Actually block issues from closing when a blocking issue isn't closed (#1740).Jean-Philippe Lang2009-07-043-2/+66
* Fixed: case sensitivity in issue subject filtering (#3536).Jean-Philippe Lang2009-06-281-5/+7
* Fixes default data loader broken by r2777 (#3507).Jean-Philippe Lang2009-06-231-0/+3
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-142-2/+55
* Fixed: editing a message may cause sticky attribute to be NULL (#3356).Jean-Philippe Lang2009-06-141-0/+15
* Do not start user session when accessing atom feed with token-based authentic...Jean-Philippe Lang2009-06-061-1/+12
* Delete previous tokens when creating a new one.Jean-Philippe Lang2009-06-021-2/+11
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-309-25/+158
* Fixed failing test in #3391. Quotes (") are html escaped.Eric Davis2009-05-301-1/+1
* FIxed: inline images not displayed in atom feeds (#3391).Jean-Philippe Lang2009-05-263-0/+27
* Validate project identifier only when changed (#3352).Jean-Philippe Lang2009-05-251-0/+14