summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Link to the anchor only.Jean-Philippe Lang2015-01-241-1/+1
* Use .klass instead of .class_name.constantize.Jean-Philippe Lang2015-01-241-1/+1
* Memorize journal details value name to display.Jean-Philippe Lang2015-01-241-6/+10
* Use journalized attachments to prevent a query when displaying added file.Jean-Philippe Lang2015-01-241-1/+2
* Set :inverse_of on details association.Jean-Philippe Lang2015-01-241-1/+1
* Don't check if attachments are editable individually.Jean-Philippe Lang2015-01-242-4/+9
* Memorize project override roles.Jean-Philippe Lang2015-01-241-1/+4
* add missing fixturesToshi MARUYAMA2015-01-212-0/+2
* add missing fixturesToshi MARUYAMA2015-01-212-2/+3
* scm: git: simplify nil check (#18923)Toshi MARUYAMA2015-01-211-2/+2
* add missing fixture to TimeEntryReportsControllerTestToshi MARUYAMA2015-01-211-0/+1
* add missing fixture to test/unit/journal_test.rbToshi MARUYAMA2015-01-211-1/+1
* remove trailing white-spaces from lib/redmine/scm/adapters/git_adapter.rbToshi MARUYAMA2015-01-211-2/+2
* scm: git: branches return cache too when there is no branch (#18923)Toshi MARUYAMA2015-01-211-1/+1
* scm: git: explicitly tags return [] if there is no tag (#18923)Toshi MARUYAMA2015-01-211-1/+3
* Don't change Setting.default_language in Mailer tests.Jean-Philippe Lang2015-01-211-24/+18
* Don't change Setting.default_language in tests.Jean-Philippe Lang2015-01-212-17/+16
* Set :inverse_of option on journals association.Jean-Philippe Lang2015-01-211-1/+1
* Fixed that group is not displayed when the first group is a boolean custom fi...Jean-Philippe Lang2015-01-192-3/+19
* Fixed that boolean custom field groups have same label for blank and false va...Jean-Philippe Lang2015-01-192-1/+17
* Fixed #down for migration 20141029181824_remove_issue_statuses_is_default (#1...Jean-Philippe Lang2015-01-191-1/+1
* Makes RedCloth3#retrieve MUCH faster (#18883).Jean-Philippe Lang2015-01-191-2/+2
* Faster textile table parsing by using a single scan instead of a regexp match...Jean-Philippe Lang2015-01-191-4/+4
* add missing fixture to test/integration/api_test/groups_test.rbToshi MARUYAMA2015-01-191-1/+1
* add missing fixtureToshi MARUYAMA2015-01-191-1/+1
* pin order at RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-191-4/+5
* Set proper default language.Jean-Philippe Lang2015-01-181-1/+1
* #shelve should not be called if cell doesn't match attributes regexp (#18883).Jean-Philippe Lang2015-01-181-1/+1
* Set proper locale.Jean-Philippe Lang2015-01-181-0/+2
* add missing fixturesToshi MARUYAMA2015-01-183-0/+3
* fix tests (#13120)Toshi MARUYAMA2015-01-182-2/+2
* make language names all the same format (#13120)Toshi MARUYAMA2015-01-1821-21/+21
* Traditional Chinese translation updated by ChunChang Lo (#18876)Toshi MARUYAMA2015-01-181-5/+5
* fix assertion order at RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-181-5/+5
* add tests to RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-181-0/+10
* fix code indent at app/models/repository/cvs.rbToshi MARUYAMA2015-01-181-1/+1
* use "where" instead of find_by_ at Repository::Cvs classToshi MARUYAMA2015-01-181-3/+3
* revert r13901Toshi MARUYAMA2015-01-181-10/+3
* Make sure that #scm_iconv returns a string with the target encoding (#14534).Jean-Philippe Lang2015-01-182-1/+2
* workaround unit cvs test failure on sqlite3Toshi MARUYAMA2015-01-181-3/+10
* svn propset svn:executable bin/ filesToshi MARUYAMA2015-01-183-0/+0
* prevent "config.log_level" DEPRECATION WARNINGToshi MARUYAMA2015-01-181-0/+2
* add missing fixture to Redmine::Hook::ManagerTestToshi MARUYAMA2015-01-181-0/+1
* Prevents calling #truncate on nil.Jean-Philippe Lang2015-01-181-1/+1
* Use attribute writers instead of before_create callback to normalize comments...Jean-Philippe Lang2015-01-181-3/+11
* Fixed that Redmine::Activity::Fetcher should consider activity provider permi...Jean-Philippe Lang2015-01-183-5/+86
* Fix migration and use Rails 4.2.0 release (#14534).Jean-Philippe Lang2015-01-182-2/+3
* Gemfile: use GitHub rails gemToshi MARUYAMA2015-01-181-1/+2
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-1752-219/+231
* Missing fixtures.Jean-Philippe Lang2015-01-171-1/+1