summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-1/+1
* Fixed that content_for does not work in Hook.render_on (#11105).Jean-Philippe Lang2012-06-091-3/+10
* Priorities have the same position and can't be reordered (#11098).Jean-Philippe Lang2012-06-091-1/+10
* Updates for 2.0.2 release.Jean-Philippe Lang2012-06-051-1/+1
* Renamed #changes association to #ticket_changes.Jean-Philippe Lang2012-06-031-2/+2
* scm: mercurial: remove comment about Mercurial 0.9.5 compatibility from redmi...Toshi MARUYAMA2012-06-021-2/+0
* Use time_zone_select specific helper.Etienne Massip2012-06-011-0/+4
* Get rid of ActiveSupport::Concern InstanceMethods deprecation warnings.Etienne Massip2012-05-301-278/+276
* Adds redmine:plugins:test rake tasks for running plugins tests.Jean-Philippe Lang2012-05-281-0/+30
* Fixes test templates for plugins.Jean-Philippe Lang2012-05-283-2/+6
* Fixed test_helper template for plugins.Jean-Philippe Lang2012-05-281-5/+2
* Updates for 2.0.1 release.Jean-Philippe Lang2012-05-281-1/+1
* Fixed that plugin model generator does not generate the migration (#11024).Jean-Philippe Lang2012-05-262-2/+39
* Replace RAILS_DEFAULT_LOGGER with ::Rails.logger (#11013).Jean-Philippe Lang2012-05-252-2/+2
* Restored :generate_session_store as a deprecated rake task (#10891).Jean-Philippe Lang2012-05-121-0/+1
* remove commented out Rails2 including from lib/redmine/hook.rbToshi MARUYAMA2012-05-091-3/+0
* Use uppercase NAME and VERSION environment variables for plugin migration tas...Jean-Philippe Lang2012-05-061-4/+4
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-1/+1
* Changes RedMine to Redmine in copyright notices.Jean-Philippe Lang2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-0550-50/+50
* Use Mail instead of TMail in MailHandler.Jean-Philippe Lang2012-05-0567-15957/+0
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-1/+1
* fix label_for_field of LabelledFormBuilder always has class="error" in label tagToshi MARUYAMA2012-05-041-1/+1
* Load rake tasks from Redmine plugins (#10816).Jean-Philippe Lang2012-05-021-0/+3
* Adds a simple script/about.Jean-Philippe Lang2012-05-011-0/+19
* Let redmine:plugins:assets mirror a single plugin assets with name=.Jean-Philippe Lang2012-05-012-5/+15
* Adds deprecated tasks for plugins migration.Jean-Philippe Lang2012-05-013-6/+39
* remove trailing white-spaces from lib/tasks/ciphering.rakeToshi MARUYAMA2012-04-291-5/+5
* remove trailing white-spaces from lib/tasks/deprecated.rakeToshi MARUYAMA2012-04-291-1/+1
* remove trailing white-spaces from lib/tasks/ci.rakeToshi MARUYAMA2012-04-291-1/+1
* remove trailing white-spaces from lib/tasks/redmine.rakeToshi MARUYAMA2012-04-291-2/+2
* remove trailing white-spaces from lib/tasks/reminder.rakeToshi MARUYAMA2012-04-291-4/+4
* 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
* Clean up custom field format definition.Jean-Philippe Lang2012-04-282-12/+16
* Restores plugin assets mirroring on startup, but it can now be disabled in co...Jean-Philippe Lang2012-04-282-4/+8
* Makes image_tag pick the image from the current theme if it exists.Jean-Philippe Lang2012-04-281-2/+14
* Restores support for :plugin support to stylesheet_link_tag and javascript_in...Jean-Philippe Lang2012-04-281-20/+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-273-3/+3
* replace Rails2 "named_scope" to Rails3 "scope" at lib/plugins/acts_as_watchab...Toshi MARUYAMA2012-04-261-1/+1
* 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-26236-0/+34542
* Do not sanitize escaped text in NullFormatter.Jean-Philippe Lang2012-04-251-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-25103-287/+16260
* Updates for 1.4.1 release.Jean-Philippe Lang2012-04-201-1/+1