summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-spaces from lib/redmine/views/api_template_handler.rb.Toshi MARUYAMA2011-09-011-4/+4
* remove trailing white-spaces from lib/redmine/views/builders.rb.Toshi MARUYAMA2011-09-011-3/+3
* remove trailing white-spaces from lib/redmine/views/builders/json.rb.Toshi MARUYAMA2011-09-011-3/+3
* remove trailing white-spaces from lib/redmine/views/builders/structure.rb.Toshi MARUYAMA2011-09-011-7/+7
* remove trailing white-spaces from lib/redmine/views/builders/xml.rb.Toshi MARUYAMA2011-09-011-6/+6
* remove trailing white-spaces from lib/redmine/views/other_formats_builder.rb.Toshi MARUYAMA2011-09-011-4/+4
* remove trailing white-spaces from lib/redmine/activity/fetcher.rb.Toshi MARUYAMA2011-09-011-17/+17
* remove trailing white-spaces from lib/redmine/core_ext/string/conversions.rb.Toshi MARUYAMA2011-09-011-5/+5
* remove trailing white-spaces from lib/redmine/core_ext/string/inflections.rb.Toshi MARUYAMA2011-09-011-3/+3
* remove trailing white-spaces from lib/redmine/default_data/loader.rb.Toshi MARUYAMA2011-09-011-26/+26
* remove trailing white-spaces from lib/redmine/helpers/calendar.rb.Toshi MARUYAMA2011-09-011-13/+13
* remove trailing white-spaces from lib/redmine/wiki_formatting/macros.rb.Toshi MARUYAMA2011-09-011-15/+15
* remove trailing white-spaces from lib/redmine/wiki_formatting/textile/formatt...Toshi MARUYAMA2011-09-011-15/+15
* remove trailing white-spaces from lib/redmine/wiki_formatting/textile/helper.rb.Toshi MARUYAMA2011-09-011-5/+5
* remove trailing white-spaces from lib/redmine/wiki_formatting.rb.Toshi MARUYAMA2011-09-011-17/+17
* remove trailing white-spaces from lib/redmine/ciphering.rb.Toshi MARUYAMA2011-09-011-9/+9
* remove trailing white-spaces from lib/redmine/configuration.rb.Toshi MARUYAMA2011-09-011-16/+16
* remove trailing white-spaces from lib/redmine/i18n.rb.Toshi MARUYAMA2011-09-011-7/+7
* remove trailing white-spaces from lib/redmine/unified_diff.rb.Toshi MARUYAMA2011-09-011-16/+16
* remove trailing white-spaces from lib/redmine/activity.rb.Toshi MARUYAMA2011-08-311-8/+8
* remove trailing white-spaces from lib/redmine.rb.Toshi MARUYAMA2011-08-311-6/+6
* Ruby 1.9: fix typo of rake task name to check parsing yaml by psych library (...Toshi MARUYAMA2011-08-271-1/+1
* Ruby 1.9: add rake task to check parsing yaml by psych library (#8847, #4050).Toshi MARUYAMA2011-08-271-0/+27
* add description that locales:remove_key rake task does not work on Ruby 1.8.6.Toshi MARUYAMA2011-08-261-0/+3
* remove trailing white-spaces from lib/redmine/version.rb.Toshi MARUYAMA2011-08-211-2/+2
* Rails3: use String#html_safe for label_for_field() at lib/tabular_form_builde...Toshi MARUYAMA2011-08-201-2/+2
* Rails3: use String#html_safe at lib/redmine/helpers/diff.rb.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for render_menu_node() at lib/redmine/menu_manag...Toshi MARUYAMA2011-08-201-1/+1
* remove trailing white-spaces from lib/redmine/helpers/diff.rb.Toshi MARUYAMA2011-08-201-6/+6
* remove trailing white-spaces from lib/diff.rb.Toshi MARUYAMA2011-08-201-4/+4
* remove trailing white-spaces from lib/redmine/menu_manager.rb.Toshi MARUYAMA2011-08-201-29/+29
* fix comment typo at lib/redmine/plugin.rb.Toshi MARUYAMA2011-08-111-3/+3
* scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd_no_rais...Toshi MARUYAMA2011-07-151-2/+5
* scm: bazaar: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: bazaar: use "shell_quote_command" method at adapter for JRuby + Windows ...Toshi MARUYAMA2011-07-151-1/+1
* scm: git: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: git: use "shell_quote_command" method at adapter for JRuby + Windows com...Toshi MARUYAMA2011-07-151-1/+1
* scm: mercurial: use self.class.sq_bin for command name at adpter scm_cmd() (#...Toshi MARUYAMA2011-07-151-2/+5
* scm: mercurial: use "shell_quote_command" method at adapter for JRuby + Windo...Toshi MARUYAMA2011-07-151-1/+1
* scm: cvs: use self.class.sq_bin for command name at adpter scm_cmd() (#8825).Toshi MARUYAMA2011-07-151-2/+5
* scm: cvs: use "shell_quote_command" method at adapter for JRuby + Windows com...Toshi MARUYAMA2011-07-151-1/+1
* scm: darcs: use "shell_quote_command" method at adapter for JRuby + Windows c...Toshi MARUYAMA2011-07-151-1/+1
* scm: subversion: use "shell_quote_command" method at adapter for JRuby + Wind...Toshi MARUYAMA2011-07-151-1/+1
* scm: add new method "shell_quote_command" at abstract adapter (#8825).Toshi MARUYAMA2011-07-151-0/+8
* remove trailing white-spaces from lib/tasks/testing.rake.Toshi MARUYAMA2011-07-141-9/+9
* replace newline LF to CRLF at lib/tasks/testing.rake.Toshi MARUYAMA2011-07-141-2/+2
* Updates for 1.2.1 release.Jean-Philippe Lang2011-07-111-1/+1
* scm: mercurial: catch exception and return nil during getting info (#8777).Toshi MARUYAMA2011-07-111-0/+4
* scm: catch all exceptions at adapter shellout() to fork scm command (#8510, #...Toshi MARUYAMA2011-07-101-1/+5
* remove trailing white-spaces from fetch_changesets.rake.Toshi MARUYAMA2011-07-101-4/+4