Index: app/controllers/mail_handler_controller.rb =================================================================== --- app/controllers/mail_handler_controller.rb (revision 14359) +++ app/controllers/mail_handler_controller.rb (working copy) @@ -18,7 +18,7 @@ class MailHandlerController < ActionController::Base before_filter :check_credential - # Displays the email submission form + # Displays the email submission form def new end Index: app/helpers/issues_helper.rb =================================================================== --- app/helpers/issues_helper.rb (revision 14359) +++ app/helpers/issues_helper.rb (working copy) @@ -249,7 +249,7 @@ issues = [issues] unless issues.is_a?(Array) message = l(:text_issues_destroy_confirmation) - descendant_count = issues_descendant_count(issues) + descendant_count = issues_descendant_count(issues) if descendant_count > 0 message << "\n" + l(:text_issues_destroy_descendants_confirmation, :count => descendant_count) end Index: app/helpers/settings_helper.rb =================================================================== --- app/helpers/settings_helper.rb (revision 14359) +++ app/helpers/settings_helper.rb (working copy) @@ -158,7 +158,7 @@ options.map {|label, value| [l(label), value.to_s]} end - # Returns the options for the date_format setting + # Returns the options for the date_format setting def date_format_setting_options(locale) Setting::DATE_FORMATS.map do |f| today = ::I18n.l(Date.today, :locale => locale, :format => f) Index: app/models/issue.rb =================================================================== --- app/models/issue.rb (revision 14359) +++ app/models/issue.rb (working copy) @@ -425,7 +425,7 @@ names -= disabled_core_fields names -= read_only_attribute_names(user) if new_record? - # Make sure that project_id can always be set for new issues + # Make sure that project_id can always be set for new issues names |= %w(project_id) end if dates_derived? Index: doc/COPYING =================================================================== --- doc/COPYING (revision 14359) +++ doc/COPYING (working copy) @@ -1,5 +1,5 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA @@ -6,7 +6,7 @@ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -56,7 +56,7 @@ The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains @@ -255,7 +255,7 @@ of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -277,9 +277,9 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it Index: lib/generators/redmine_plugin/USAGE =================================================================== --- lib/generators/redmine_plugin/USAGE (revision 14359) +++ lib/generators/redmine_plugin/USAGE (working copy) @@ -1,6 +1,6 @@ Description: The plugin generator creates stubs for a new Redmine plugin. - + Example: ./script/rails generate redmine_plugin meetings create plugins/meetings/app Index: lib/plugins/acts_as_versioned/lib/acts_as_versioned.rb =================================================================== --- lib/plugins/acts_as_versioned/lib/acts_as_versioned.rb (revision 14359) +++ lib/plugins/acts_as_versioned/lib/acts_as_versioned.rb (working copy) @@ -379,7 +379,7 @@ new_model.send("#{key}=", orig_model.send(key)) if orig_model.respond_to?(key) end - if self.class.columns_hash.include?(self.class.inheritance_column) + if self.class.columns_hash.include?(self.class.inheritance_column) if orig_model.is_a?(self.class.versioned_class) new_model[new_model.class.inheritance_column] = orig_model[self.class.versioned_inheritance_column] elsif new_model.is_a?(self.class.versioned_class) Index: public/help/ar/wiki_syntax_detailed_textile.html =================================================================== --- public/help/ar/wiki_syntax_detailed_textile.html (revision 14359) +++ public/help/ar/wiki_syntax_detailed_textile.html (working copy) @@ -126,7 +126,7 @@