summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-093-125/+124
* 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-061-1/+18
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-2/+2
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-0312-46/+45
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-028-9/+9
* Make the tests pass when config.threadsafe! is enabled (#12097).Jean-Philippe Lang2012-12-022-0/+2
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-271-7/+7
* 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
* 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
* fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...Toshi MARUYAMA2012-11-211-0/+74
* Fixed that MailHandler raises an error when email has no subject header (#123...Jean-Philippe Lang2012-11-181-0/+9
* 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-161-0/+11
* add test of receiving mail subject begins with encoding name (#12375)Toshi MARUYAMA2012-11-161-0/+11
* 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
* Fixed that watchers receive notifications for private comments without permis...Jean-Philippe Lang2012-11-051-0/+15
* Fixed some more test/unit/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-018-7/+13
* Fixed test/unit/issue_category_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Fixed test/unit/version_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Fixed test/unit/watcher_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* fix unit issue test fails on WednesdayToshi MARUYAMA2012-10-311-9/+10
* New user name format: firstname + first letter of lastname (#12085).Jean-Philippe Lang2012-10-301-0/+1
* Changes how relative date filters work and adds specific filters for filterin...Jean-Philippe Lang2012-10-301-0/+17
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-293-13/+148
* fix scm_iconv local variable name (#12228)Toshi MARUYAMA2012-10-281-0/+17
* Adjusts tests for the css class added in r10720 (#12216).Jean-Philippe Lang2012-10-261-3/+3
* Adds a textual css class for issue priorities (#12216).Jean-Philippe Lang2012-10-262-0/+37
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-0/+1
* Fixed test case class name (#10852).Jean-Philippe Lang2012-10-231-1/+1
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-0/+68
* partial backout r10263Toshi MARUYAMA2012-10-221-9/+11
* backout r10253Toshi MARUYAMA2012-10-221-9/+11
* Handle deleted wiki page versions (#10852).Jean-Philippe Lang2012-10-212-0/+48
* Adds a macro for inserting collapsed text (#12167).Jean-Philippe Lang2012-10-201-0/+30
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-181-6/+14
* Adds a test for start date < due date validation.Jean-Philippe Lang2012-10-181-0/+7