summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed that textile nested lists are not properly closed in output (#10642).Jean-Philippe Lang2012-04-181-1/+1
* Cleanup in rake scripts.Jean-Philippe Lang2012-04-153-33/+12
* Adds a rake task to remove expired tokens: redmine:tokens:prune.Jean-Philippe Lang2012-04-151-2/+8
* Updated CodeRay to 1.0.6.Etienne Massip2012-04-121-1/+1
* Makes time syntax case insensitive (#10635).Jean-Philippe Lang2012-04-111-1/+1
* Fixed that export links include page parameter.Jean-Philippe Lang2012-04-111-1/+1
* Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058).Jean-Philippe Lang2012-04-061-2/+4
* Typo in database rake task.Jean-Philippe Lang2012-04-061-2/+2
* Set version to 1.4.0.Jean-Philippe Lang2012-04-061-2/+2
* Adds a quick and dirty task for creating databases on the CI server.Jean-Philippe Lang2012-04-061-0/+36
* fix source indents of lib/diff.rbToshi MARUYAMA2012-04-031-49/+49
* fix lib/generators/redmine_plugin/USAGEToshi MARUYAMA2012-04-021-1/+3
* remove Rails 2.1 lang/en.yml from lib/generators/redmine_pluginToshi MARUYAMA2012-04-013-4/+0
* remove trailing white-spaces from lib/generators/redmine_plugin_model/redmine...Toshi MARUYAMA2012-04-011-4/+4
* remove trailing white-spaces from lib/generators/redmine_plugin_controller/re...Toshi MARUYAMA2012-04-011-3/+3
* scm: git: use stdin instead of command line in "git log" (#10470)Toshi MARUYAMA2012-03-282-15/+20
* scm: git: rename "scm_cmd" to "git_cmd" and not use variable argument (#10470)Toshi MARUYAMA2012-03-281-10/+10
* Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope...Toshi MARUYAMA2012-03-281-5/+2
* pdf: enhanced issues list (#10464)Toshi MARUYAMA2012-03-201-50/+161
* remove trailing white-spaces from lib/redmine/export/pdf.rbToshi MARUYAMA2012-03-191-3/+3
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-111-1/+1
* Updates for 1.3.2 release.Jean-Philippe Lang2012-03-111-1/+1
* remove trailing white-spaces from lib/generators/redmine_plugin/redmine_plugi...Toshi MARUYAMA2012-03-111-3/+3
* set svn:eol-style native lib/redmine/core_ext/date/calculations.rbToshi MARUYAMA2012-03-111-35/+35
* set svn:eol-style native lib/redmine/core_ext/date.rbToshi MARUYAMA2012-03-111-5/+5
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-041-1/+1
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-041-0/+7
* set svn:eol-style native lib/tasks/migrate_plugins.rakeToshi MARUYAMA2012-03-041-15/+15
* set svn:eol-style native lib/tasks/migrate_from_mantis.rakeToshi MARUYAMA2012-03-041-512/+512
* set svn:eol-style native lib/tasks/load_default_data.rakeToshi MARUYAMA2012-03-041-35/+35
* set svn:eol-style native lib/tasks/fetch_changesets.rakeToshi MARUYAMA2012-03-041-24/+24
* Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...Jean-Philippe Lang2012-03-041-0/+3
* set svn:eol-style native lib/tasks/email.rakeToshi MARUYAMA2012-03-041-186/+186
* Extracted auto_link and auto_mailto to a module.Jean-Philippe Lang2012-03-042-53/+63
* Use require instead of require_library_or_gem.Jean-Philippe Lang2012-03-031-1/+1
* Fixed DarcsAdapter for ruby 1.9.3.Jean-Philippe Lang2012-03-021-1/+2
* Prevent test:scm:setup:* task to overwrite if the test repository already exi...Jean-Philippe Lang2012-03-011-7/+13
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-3/+3
* Removed faster_csv from lib (#5638).Jean-Philippe Lang2012-02-192-1985/+1
* Do not recognize invalid textile attributes.Jean-Philippe Lang2012-02-171-3/+3
* Adds a rake test that removes old unattached uploads (#10253).Jean-Philippe Lang2012-02-161-0/+26
* Fixed that partial diffs are done against html instead of original code (#9143).Jean-Philippe Lang2012-02-151-24/+25
* Allows custom styles in textile formatting using a white list of styles (#2416).Jean-Philippe Lang2012-02-122-2/+15
* scm: git: explicitly return string as default branch (#10207)Toshi MARUYAMA2012-02-121-2/+3
* scm: git: use default branch from HEAD (#10207)Toshi MARUYAMA2012-02-121-4/+11
* Removed extra argument from SubversionAdapter#diff.Jean-Philippe Lang2012-02-111-1/+1
* POP3 task only recognizes Message-ID header, not Message-Id (#10198).Jean-Philippe Lang2012-02-111-1/+1
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-101-2/+7
* scm: git: add includes and excludes options to lib revisions method (#8857)Toshi MARUYAMA2012-02-081-3/+11
* scm: git: remove unused "--all" option of "git log" in lib revisions methodToshi MARUYAMA2012-02-081-1/+0