summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/engines
Commit message (Collapse)AuthorAgeFilesLines
* Moved plugin tasks directories to lib/tasks (Rails deprecation).Jean-Philippe Lang2011-03-241-0/+0
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Object#tap instead of #returning (#6887).Jean-Philippe Lang2010-11-141-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4406 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the relative_url_root when generating asset_paths. #3935Eric Davis2010-09-171-2/+2
| | | | | | Contributed by Daniel S from Redmine. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4094 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: rubytree gem breaks db:migrate:plugins (#4394).Jean-Philippe Lang2009-12-181-0/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade the Engines plugin to get the bugfix for Rails::Plugin::GemLocatorEric Davis2009-10-072-2/+2
| | | | | | | | | | | | | | | This update will allow Rails Engines to be installed as gems. For example: # config/environment.rb Rails::Initializer.run do |config| ... config.gem 'timesheet_plugin' end Will load the timesheet_plugins's RubyGem and allow it to work as if it was installed to vendor/plugins. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2904 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-13106-243/+972
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Ran the Rails upgrade * Upgraded to Rails Engines 2.3.2 * Added a plugin to let Engines override application views. * Converted tests to use the new classes: ** ActionController::TestCase for functional ** ActiveSupport::TestCase for units * Converted ActiveRecord::Error message to a string. * ActiveRecord grouping returns an ordered hash which doesn't have #sort! * Updated the I18n storage_units format. * Added some default initializers from a fresh rails app * Changed the order of check_box_tags and hidden_field_tags. The hidden tag needs to appear first in Rails 2.3, otherwise it will override any value in the check_box_tag. * Removed the custom handler for when the cookie store is tampered with. Rails 2.3 removed the TamperedWithCookie exception and instead Rails will not load the data from it when it's been tampered with (e.g. no user login). * Fixed mail layouts, 2.3 has problems with implicit multipart emails that use layouts. Also removed some custom Redmine mailer code. * Fixed a bug that occurred in tests where the "required" span tag would be added to the :field_status translation. This resulted in an email string of: <li>Status<span class="required"> *</span><span class="required"> *</span> Instead of: <li>Status: New</li> git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2887 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Applies r1723 on Engines update to allow view override (#2841).Jean-Philippe Lang2009-02-261-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-2115-155/+244
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails 2.1.2 deprecations (#2332).Jean-Philippe Lang2008-12-141-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2134 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Engines compatibility with Rails 2.1.1 (#1886).Jean-Philippe Lang2008-09-131-3/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Slight change to engines to let plugins override views.Jean-Philippe Lang2008-08-071-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes engines assets mirroring.Jean-Philippe Lang2008-07-121-5/+0
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1657 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds engines 2.1.0 plugin.Jean-Philippe Lang2008-07-1226-0/+2093
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1654 e93f8b46-1217-0410-a6f0-8f06a7374b81