summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed that sidebar with hook content only should not be hidden.Jean-Philippe Lang2012-05-012-2/+10
* recovery base.html.erb "call_hook :view_layouts_base_sidebar" changed in Rail...Toshi MARUYAMA2012-05-011-4/+1
* 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
* 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
* RecordNotFound exception still raised with Rails3.Jean-Philippe Lang2012-04-281-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-281-2/+2
* Fix no longer required with Rails 3.Jean-Philippe Lang2012-04-281-9/+0
* Makes image_tag pick the image from the current theme if it exists.Jean-Philippe Lang2012-04-281-2/+4
* Adds support for :plugin option to image_tag helper.Jean-Philippe Lang2012-04-281-0/+12
* Restores support for :plugin support to stylesheet_link_tag and javascript_in...Jean-Philippe Lang2012-04-281-0/+39
* set_table_name and set_locking_column are deprecated.Jean-Philippe Lang2012-04-272-2/+2
* 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
* Manually generates the javascript that prototype_helper fails to do with ruby...Jean-Philippe Lang2012-04-251-6/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-25134-392/+371
* Reverted r9464 that broke a test. Project identifiers or ids can be used as p...Jean-Philippe Lang2012-04-221-1/+1
* Rails3: use Project.visible.find_by_identifier instead of .find for adding wa...Toshi MARUYAMA2012-04-221-1/+1
* Rails3: helper: html_safe for watchers_checkboxes in WatchersHelperToshi MARUYAMA2012-04-221-2/+4
* Rails3: view: html_safe for principals_options_for_select in ApplicationHelperToshi MARUYAMA2012-04-211-1/+1
* Fixed that date range fields don't get enabled when using the calendar popup ...Jean-Philippe Lang2012-04-191-1/+1
* Fixed that users with different case logins cannot update their accounts (#10...Jean-Philippe Lang2012-04-191-1/+1
* Fixed that Token.destroy_expired destroys API tokens.Jean-Philippe Lang2012-04-151-1/+1
* Fixed that rss key is generated twice when user is not reloaded (#10668).Jean-Philippe Lang2012-04-151-4/+8
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-157-8/+49
* Fixed MissingFeatureException: let user choose to copy attachments or not whe...Jean-Philippe Lang2012-04-143-3/+13
* When copying issues, let the status be changed to default or left unchanged.Jean-Philippe Lang2012-04-142-18/+26
* Removed deprecated accept_key_auth methods.Jean-Philippe Lang2012-04-131-12/+0
* Ignore emails with Auto-Submitted: auto-replied header (#10607).Jean-Philippe Lang2012-04-131-5/+14
* Strip issue id when adding a relation.Jean-Philippe Lang2012-04-111-1/+1
* CSV export breaks custom columns (#10168).Jean-Philippe Lang2012-04-091-1/+1
* Fixed that rake redmine:send_reminders fails if an issue is assigned to a gro...Jean-Philippe Lang2012-04-091-1/+1
* Fixed that "Default administrator account changed" is always true (#10622).Jean-Philippe Lang2012-04-092-3/+6
* Fixed that improper statuses are proposed when changing status before tracker...Jean-Philippe Lang2012-04-092-6/+14
* Disable IE 8 compatibility mode (#10128).Jean-Philippe Lang2012-04-081-0/+1
* Reverted r9368.Jean-Philippe Lang2012-04-081-6/+1
* Slight changes to the plain text issue notification.Jean-Philippe Lang2012-04-082-10/+13
* Adds double quotes around issue change details in plain text notifications (#...Jean-Philippe Lang2012-04-081-1/+6
* Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058).Jean-Philippe Lang2012-04-061-0/+11
* Code cleanup.Jean-Philippe Lang2012-04-061-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-064-12/+17
* Fixed test_show_with_permission_should_display_the_new_message_form broken by...Jean-Philippe Lang2012-04-061-1/+1
* Makes the mail handler ignore out-of-office emails (#10607).Jean-Philippe Lang2012-04-061-0/+7
* Removed permissions logic from view.Jean-Philippe Lang2012-04-061-2/+6
* Fixed: Unable to change locked, sticky flags and board when editing a message...Jean-Philippe Lang2012-04-061-2/+1