summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup in AuthSource controller and views.Jean-Philippe Lang2012-12-131-4/+29
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-8/+11
* NoMethodError: private method `now' called for DateTime:Class error in tests ...Jean-Philippe Lang2012-12-131-3/+0
* Fixed that validation fails when receiving an email with list custom fields (...Jean-Philippe Lang2012-12-133-2/+8
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-138-0/+66
* Use browser language as default when registering.Jean-Philippe Lang2012-12-121-0/+13
* Code cleanup.Jean-Philippe Lang2012-12-113-0/+32
* Fixed duplicate test name.Jean-Philippe Lang2012-12-111-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-112-2/+2
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-104-9/+149
* Fixed notes preview in issue history broken and hidden by a broken test.Etienne Massip2012-12-101-1/+1
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-13/+13
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-092-103/+27
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-097-137/+145
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-082-1/+136
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-062-2/+30
* Adds tests for when showing/deleting an invalid issue.Jean-Philippe Lang2012-12-031-0/+13
* Functional tests cleanup.Jean-Philippe Lang2012-12-0335-251/+222
* Test case cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Add a test for my page with all blocks.Jean-Philippe Lang2012-12-031-0/+11
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-032-3/+3
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-0322-76/+75
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0210-13/+16
* Make the tests pass when config.threadsafe! is enabled (#12097).Jean-Philippe Lang2012-12-023-0/+13
* Code cleanup.Jean-Philippe Lang2012-12-011-0/+6
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-277-42/+42
* Fixed that #extract_macro_options should not be greedy (#12451).Jean-Philippe Lang2012-11-271-0/+19
* Fixed that autolinks and textile links ending with cyrilic characters are bro...Jean-Philippe Lang2012-11-241-0/+22
* Precede-Follow relation should move following issues earlier when reschedulin...Jean-Philippe Lang2012-11-241-1/+35
* Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...Jean-Philippe Lang2012-11-241-0/+15
* Removed duplicated test.Jean-Philippe Lang2012-11-231-17/+0
* Adds a Project.rebuild_tree! method to force the rebuild of the nested set.Jean-Philippe Lang2012-11-231-0/+9
* Fixed that Project.rebuild! sorts projects by id instead of name (#12431).Jean-Philippe Lang2012-11-231-0/+7
* Do not create projects in alphabetical order in nested set tests (#12431).Jean-Philippe Lang2012-11-231-6/+6
* scm: git: change extra_report_last_commit type at unit test to string (#12409)Toshi MARUYAMA2012-11-211-2/+2
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-211-0/+34
* svn propset svn:eol-style native to fixtures (#12399)Toshi MARUYAMA2012-11-214-106/+106
* fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...Toshi MARUYAMA2012-11-215-0/+180
* Fixed that MailHandler raises an error when email has no subject header (#123...Jean-Philippe Lang2012-11-182-0/+19
* Cache languages names to avoid loading all translations files.Jean-Philippe Lang2012-11-181-0/+11
* Makes Plugin#requires_redmine accept a range of versions (#12299).Jean-Philippe Lang2012-11-171-10/+25
* Makes Plugin#requires_redmine accept only major and minor version (#12299).Jean-Philippe Lang2012-11-171-0/+12
* Rewrites requires_redmine tests.Jean-Philippe Lang2012-11-171-17/+19
* replace non ASCII characters to hexadecimals at unit mail handler testToshi MARUYAMA2012-11-161-1/+3
* fix receiving mail subject broken which does not begin with encoding name (#1...Toshi MARUYAMA2012-11-162-0/+18
* add test of receiving mail subject begins with encoding name (#12375)Toshi MARUYAMA2012-11-162-0/+18
* Fixed version date validation (#12359).Jean-Philippe Lang2012-11-151-1/+7
* Fixed that Principal#like scope does not work with cyrillic characters and Po...Jean-Philippe Lang2012-11-131-0/+9
* Make sure that attachments are created in the same order they were selected (...Jean-Philippe Lang2012-11-071-0/+14