summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* work around "rake db:create:all" error on JRuby SQLite3Toshi MARUYAMA2013-11-101-1/+4
* remove trailing white-spaces from test/unit/project_members_inheritance_test.rbToshi MARUYAMA2013-11-091-4/+4
* upgrade activerecord-jdbc-adapter to 1.3.2Toshi MARUYAMA2013-11-091-1/+1
* remove trailing white-spaces from test/unit/query_test.rbToshi MARUYAMA2013-11-091-5/+5
* remove trailing white-spaces from test/unit/setting_test.rbToshi MARUYAMA2013-11-091-3/+3
* Custom fields in issue form - splitting is incorrect (#15227).Jean-Philippe Lang2013-11-091-2/+3
* Accept issue id with leading sharp when adding a related issue.Jean-Philippe Lang2013-11-092-1/+10
* Log errors when moving attachments (#15295).Jean-Philippe Lang2013-11-091-7/+18
* Accept custom field format added at runtime (#15277).Jean-Philippe Lang2013-11-093-1/+22
* Gantt: sort versions like on the roadmap (#7335).Jean-Philippe Lang2013-11-092-24/+5
* Upgrade to Rails 3.2.15.Jean-Philippe Lang2013-11-093-5/+8
* Wiki Pages REST API with version returns wrong comments (#15235).Jean-Philippe Lang2013-11-092-1/+2
* Gemfile: remove "i18n"Toshi MARUYAMA2013-10-291-1/+0
* back out r12241 (back out Rails version 3.2.13)Toshi MARUYAMA2013-10-291-1/+1
* Gemfile: update Rails version 3.2.15Toshi MARUYAMA2013-10-291-1/+1
* Fixed test failure (#15182).Jean-Philippe Lang2013-10-261-2/+2
* Return to section anchor after wiki section edit (#15182).Jean-Philippe Lang2013-10-263-5/+9
* Upgrade CodeRay to 1.1.0 (#8253).Jean-Philippe Lang2013-10-261-1/+1
* Replaces <option value=""></option> which is not HTML5 valid (#15191).Jean-Philippe Lang2013-10-263-2/+39
* Prevents duplicate element ids (#15191).Jean-Philippe Lang2013-10-261-1/+2
* Replaced acronym with abbr tags (#15191).Jean-Philippe Lang2013-10-264-8/+8
* Fixed: JS-error while using a global custom query w/ project filter in a proj...Jean-Philippe Lang2013-10-261-0/+1
* Simplified Chinese translation updated (#15186)Toshi MARUYAMA2013-10-241-12/+10
* code format cleanup app/models/changeset.rbToshi MARUYAMA2013-10-241-2/+6
* code format cleanup app/models/issue.rbToshi MARUYAMA2013-10-241-2/+4
* Simplified Chinese translation for 2.3-stable updated (#15185)Toshi MARUYAMA2013-10-241-15/+14
* Avoid a query if enabled_modules association is already loaded (#15058).Jean-Philippe Lang2013-10-201-1/+1
* Fixed that issue nested set update is triggered even if parent is not changed...Jean-Philippe Lang2013-10-202-28/+72
* Projects selection on custom field form (#15136).Jean-Philippe Lang2013-10-206-23/+61
* remove trailing white-spaces from test/unit/user_test.rbToshi MARUYAMA2013-10-171-5/+5
* Avoid N queries when displaying the issue list with custom fields.Jean-Philippe Lang2013-10-152-3/+12
* Fixed that WikiContent#next_version raises a comparison of Symbol with Arel::...Jean-Philippe Lang2013-10-141-1/+1
* Adds some links for wiki history navigation.Jean-Philippe Lang2013-10-144-11/+14
* Fixed that viewing/editing a wiki page without WikiContent raises an error (#...Jean-Philippe Lang2013-10-133-12/+35
* Fixed that controller_issues_edit_before/after_save hooks have no controller ...Jean-Philippe Lang2013-10-132-25/+23
* Fixed that redmine:migrate_from_mantis fails to migrate projects with all upp...Jean-Philippe Lang2013-10-131-1/+1
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-135-11/+56
* Fixed that non array commit_update_keywords raises an error (#7590).Jean-Philippe Lang2013-10-131-1/+1
* List custom fields fielters: multiple select filter wider (#15073).Jean-Philippe Lang2013-10-131-0/+5
* Fixed that the mail method should return a Mail::Message (#15113).Jean-Philippe Lang2013-10-132-5/+14
* Migrate settings according to r12208 (#7590).Jean-Philippe Lang2013-10-131-1/+1
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-139-73/+115
* remove unneeded "require 'diff'" from WikiController (#15105)Toshi MARUYAMA2013-10-111-2/+0
* add missing "require 'diff'" to Redmine::Helpers::Diff (#15105)Toshi MARUYAMA2013-10-111-0/+2
* add unit test of Redmine::Helpers::Diff (#15105)Toshi MARUYAMA2013-10-111-0/+25
* remove trailing white space from test/unit/wiki_content_test.rbToshi MARUYAMA2013-10-101-1/+1
* fix typo in the Dutch "label_user_mail_option_all" translation (#15075)Toshi MARUYAMA2013-10-091-1/+1
* NoMethodError when uploading a file without logger (#14977).Jean-Philippe Lang2013-10-051-1/+1
* Rows may not be oredered as expected with ruby1.8 (#4911).Jean-Philippe Lang2013-10-051-2/+2
* Hide issue custom fields when disabling issue tracking on new project.Jean-Philippe Lang2013-10-052-15/+12