summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* replace tabs to spaces at lib/tasks/migrate_from_mantis.rakeToshi MARUYAMA2012-04-291-59/+59
* remove trailing white-spaces from lib/tasks/migrate_from_mantis.rakeToshi MARUYAMA2012-04-291-77/+76
* Don't send test email asynchronously.Jean-Philippe Lang2012-04-291-1/+3
* Fixed task redmine:email:test broken by r9080. Jean-Philippe Lang2012-04-291-1/+1
* Makes migrate_from_mantis compatible with Rails3.Jean-Philippe Lang2012-04-291-4/+4
* Makes migrate_from_trac compatible with Rails3.Jean-Philippe Lang2012-04-291-15/+19
* Fixed openid redirect.Jean-Philippe Lang2012-04-291-1/+1
* Adds an id to the flash message divs (#9034).Jean-Philippe Lang2012-04-291-1/+1
* Adds assertions for r9572.Jean-Philippe Lang2012-04-291-0/+2
* Merged #merge! calls.Jean-Philippe Lang2012-04-291-2/+1
* Tests broken by r9573.Jean-Philippe Lang2012-04-291-1/+1
* view: labelled_remote_form_for: equals sign mandatory to print blocks and use...Toshi MARUYAMA2012-04-291-1/+2
* helper: replace remote_form_for to form_for at labelled_remote_form_forToshi MARUYAMA2012-04-291-1/+2
* view: labelled_form_for: equals sign mandatory to print blocks and use :asToshi MARUYAMA2012-04-292-2/+4
* view: remote_form_for: equals sign mandatory to print blocks and replace to f...Toshi MARUYAMA2012-04-293-7/+12
* Clean up custom field format definition.Jean-Philippe Lang2012-04-282-12/+16
* RecordNotFound exception still raised with Rails3.Jean-Philippe Lang2012-04-282-1/+11
* Set the default session store.Jean-Philippe Lang2012-04-281-0/+2
* Let the secret token be set in configuration.yml.Jean-Philippe Lang2012-04-282-0/+15
* Displays an explicit message when trying to start Redmine with an old session...Jean-Philippe Lang2012-04-281-0/+13
* Removed /vendor/plugins directory. Redmine plugins should be dropped in /plug...Jean-Philippe Lang2012-04-280-0/+0
* Code cleanup.Jean-Philippe Lang2012-04-281-2/+2
* Fix no longer required with Rails 3.Jean-Philippe Lang2012-04-281-9/+0
* Restores plugin assets mirroring on startup, but it can now be disabled in co...Jean-Philippe Lang2012-04-284-4/+17
* Makes image_tag pick the image from the current theme if it exists.Jean-Philippe Lang2012-04-283-4/+30
* Adds support for :plugin option to image_tag helper.Jean-Philippe Lang2012-04-282-0/+20
* Restores support for :plugin support to stylesheet_link_tag and javascript_in...Jean-Philippe Lang2012-04-285-22/+57
* Make sure that "today" does not change during tests.Jean-Philippe Lang2012-04-271-13/+13
* Fixed gantt_test, Date.today and 0.day.from_now may not be the same depending...Jean-Philippe Lang2012-04-271-26/+30
* Gemfile: pin shoulda versionToshi MARUYAMA2012-04-271-2/+1
* Adds a message for when assertion fails.Jean-Philippe Lang2012-04-271-1/+2
* Fixed that hr.yml and pt-BR.yml cannot be loaded with ruby-1.9.3-p194-i386-mi...Jean-Philippe Lang2012-04-272-4/+0
* Reverts r9547 that breaks 2 tests.Jean-Philippe Lang2012-04-271-20/+4
* Added config/additional_environment.rb to svn:ignore (#10778).Jean-Philippe Lang2012-04-270-0/+0
* set_table_name deprecated.Jean-Philippe Lang2012-04-276-32/+32
* set_table_name and set_locking_column are deprecated.Jean-Philippe Lang2012-04-275-5/+5
* remove trailing white-spaces from config/routes.rbToshi MARUYAMA2012-04-271-5/+5
* route: use constraints for repositories ":format => 'raw'" and :actionToshi MARUYAMA2012-04-271-4/+20
* route: add constraints to repositories which are lost in Rails3 routeToshi MARUYAMA2012-04-271-4/+24
* Bulgarian translation (jstoolbar) updated by Ivan Cenov (#10785)Toshi MARUYAMA2012-04-271-14/+14
* Estonian translation updated by Heigo Toom (#10782)Toshi MARUYAMA2012-04-273-665/+662
* scm: git: fix test revision value of unit lib testToshi MARUYAMA2012-04-271-5/+5
* add fixtures to test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2012-04-271-1/+13
* remove Rails2 named_scope wrapper from config/initializers/10-patches.rbToshi MARUYAMA2012-04-261-4/+0
* replace Rails2 "named_scope" to Rails3 "scope" at lib/plugins/acts_as_watchab...Toshi MARUYAMA2012-04-261-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-2619-47/+49
* Removed #utf8nize! that is no longer used with Rails 3.Jean-Philippe Lang2012-04-261-24/+0
* Removed tzinfo gem requirement.Jean-Philippe Lang2012-04-261-1/+0
* Removes the XML declaration that breaks the parser with JRuby.Jean-Philippe Lang2012-04-263-7/+14
* Moved Rails plugins required by the core to lib/plugins.Jean-Philippe Lang2012-04-26237-0/+15