summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed that watchers receive notifications for private comments without permis...Jean-Philippe Lang2012-11-051-0/+15
* Fixed some more test/integration/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-012-1/+2
* Fixed some more test/functional/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-014-4/+5
* Fixed some more test/unit/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-018-7/+13
* Fixed test/functional/welcome_controller_test.rb breaking when run alone (#12...Jean-Baptiste Barth2012-11-011-1/+1
* Fixed test/functional/sessions_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-0/+4
* Fixed test/functional/mail_handler_controller_test.rb breaking when run alone...Jean-Baptiste Barth2012-11-011-1/+2
* Fixed test/functional/groups_controller_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* 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
* Issues by Category should show tasks without category (#8106).Jean-Philippe Lang2012-10-301-1/+14
* 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
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-291-0/+20
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-293-13/+148
* REST API for deleting wiki pages (#7082).Jean-Philippe Lang2012-10-282-0/+19
* fix scm_iconv local variable name (#12228)Toshi MARUYAMA2012-10-281-0/+17
* Wrap issue description and its contextual menu in a div (#12211).Jean-Philippe Lang2012-10-271-0/+2
* Fixes that test randomly fails.Jean-Philippe Lang2012-10-271-2/+1
* 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-263-0/+42
* Adds last edit comments on the wiki page (#7082).Jean-Philippe Lang2012-10-251-0/+1
* Adds ?include=attachments option when retrieving a wiki page with the REST AP...Jean-Philippe Lang2012-10-251-0/+15
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-252-31/+127
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-254-0/+121
* fix "Page not found" on OK button in SCM "View all revisions" page (#12196)Toshi MARUYAMA2012-10-241-0/+15
* backout r10707 (#12196)Toshi MARUYAMA2012-10-241-14/+10
* fix "Page not found" on OK button in SCM "View all revisions" page (#12196)Toshi MARUYAMA2012-10-241-10/+14
* 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-233-2/+100
* partial backout r10263Toshi MARUYAMA2012-10-221-9/+11
* backout r10253Toshi MARUYAMA2012-10-221-9/+11
* Wiki page versions routes cleanup.Jean-Philippe Lang2012-10-212-8/+30
* 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-202-0/+35
* Let the attachment filename be specified on upload (#12125).Jean-Philippe Lang2012-10-181-0/+12
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-182-6/+23
* Adds a test for start date < due date validation.Jean-Philippe Lang2012-10-181-0/+7