summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updates for 2.1.4 release.Jean-Philippe Lang2012-11-242-1/+11
* Removed duplicated test.Jean-Philippe Lang2012-11-231-17/+0
* Use Project.rebuild_tree! instead of .rebuild! in migration.Jean-Philippe Lang2012-11-232-1/+2
* Adds a Project.rebuild_tree! method to force the rebuild of the nested set.Jean-Philippe Lang2012-11-232-0/+18
* Fixed that Project.rebuild! sorts projects by id instead of name (#12431).Jean-Philippe Lang2012-11-232-1/+8
* 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
* Upgrade to Rails 3.2.9 (#12393).Jean-Philippe Lang2012-11-211-1/+1
* scm: git: fix tests fail when extra_info is nil (#12409)Toshi MARUYAMA2012-11-211-0/+1
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-213-0/+48
* 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-216-1/+198
* remove trailing white-space from app/controllers/trackers_controller.rbToshi MARUYAMA2012-11-181-1/+1
* Fixed that MailHandler raises an error when email has no subject header (#123...Jean-Philippe Lang2012-11-183-2/+22
* Adds copyright.Jean-Philippe Lang2012-11-181-0/+17
* Symbols can not be sorted with ruby1.8.Jean-Philippe Lang2012-11-181-1/+1
* Adds english names for several languages.Jean-Philippe Lang2012-11-185-5/+5
* Cache languages names to avoid loading all translations files.Jean-Philippe Lang2012-11-183-2/+22
* Adds a custom i18n backend that lazily loads translations files.Jean-Philippe Lang2012-11-182-3/+71
* Code cleanup.Jean-Philippe Lang2012-11-182-11/+17
* Eager-load authors.Jean-Philippe Lang2012-11-181-1/+1
* Pins mysql gem to ~> 2.8.1.Jean-Philippe Lang2012-11-181-1/+1
* Removed unused i18n string (#8373).Jean-Philippe Lang2012-11-1847-47/+0
* Removed the limit of 75 pages when exporting wiki pages (#12274).Jean-Philippe Lang2012-11-181-1/+1
* Fixed that repository identifier may not be displayed in project settings (#1...Jean-Philippe Lang2012-11-181-1/+1
* Fixed context menu for IE 7/8 (#12298).Jean-Philippe Lang2012-11-181-1/+1
* Updates for 2.1.3 release.Jean-Philippe Lang2012-11-172-1/+20
* 'None' grouped issue list section should be translated (#12358).Jean-Philippe Lang2012-11-171-1/+1
* Fixes #requires_redmine comments (#12299).Jean-Philippe Lang2012-11-171-0/+2
* Makes Plugin#requires_redmine accept a range of versions (#12299).Jean-Philippe Lang2012-11-172-18/+52
* Makes Plugin#requires_redmine accept only major and minor version (#12299).Jean-Philippe Lang2012-11-172-1/+13
* Rewrites requires_redmine tests.Jean-Philippe Lang2012-11-171-17/+19
* Issue "Update" link broken focus (#12356).Jean-Philippe Lang2012-11-171-1/+1
* replace non ASCII characters to hexadecimals at unit mail handler testToshi MARUYAMA2012-11-161-1/+3
* svn propset svn:eol-style native to fixtures (#12375)Toshi MARUYAMA2012-11-160-0/+0
* fix receiving mail subject broken which does not begin with encoding name (#1...Toshi MARUYAMA2012-11-163-1/+20
* 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-152-1/+14
* Fixed new issue form rendering with IE8.Jean-Philippe Lang2012-11-151-3/+5
* Gemfile: remove rakeToshi MARUYAMA2012-11-131-1/+0
* Code cleanup.Jean-Philippe Lang2012-11-131-4/+4
* Adds table name to the SQL clause used by Principale.like scope.Jean-Philippe Lang2012-11-131-2/+3
* Code cleanup.Jean-Philippe Lang2012-11-131-3/+3
* Fixed that Principal#like scope does not work with cyrillic characters and Po...Jean-Philippe Lang2012-11-132-3/+12
* Unpin rake version.Jean-Philippe Lang2012-11-131-1/+1
* Gemfile: pin rake version 0.9.2.2Toshi MARUYAMA2012-11-131-1/+1
* Gemfile: pin rake version 0.9Toshi MARUYAMA2012-11-131-0/+1
* remove trailing white-space from app/controllers/timelog_controller.rbToshi MARUYAMA2012-11-131-1/+1
* Adds a div that wraps everything except the footer.Jean-Philippe Lang2012-11-081-0/+2
* Make sure that attachments are created in the same order they were selected (...Jean-Philippe Lang2012-11-072-1/+27