summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates for 1.3.1 release.Jean-Philippe Lang2012-02-061-1/+1
* REST API for project memberships (#7420).Jean-Philippe Lang2012-02-061-1/+1
* Resourcified project memberships.Jean-Philippe Lang2012-02-051-1/+1
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-051-2/+2
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-052-1/+3
* Removed border around wiki pages in PDF.Jean-Philippe Lang2012-01-301-1/+1
* Fix for ruby1.9.3.Jean-Philippe Lang2012-01-301-4/+14
* Fix for ruby1.9.3.Jean-Philippe Lang2012-01-301-1/+1
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-301-2/+38
* Adds bookmarks to PDF when exporting a grouped issue list.Jean-Philippe Lang2012-01-301-3/+84
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-2/+2
* Support for nested array in API builder.Jean-Philippe Lang2012-01-291-1/+5
* Restore scm rake task.Jean-Philippe Lang2012-01-151-2/+2
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-152-3/+3
* Adds "Status" to the time report criteria (#9985).Jean-Philippe Lang2012-01-141-0/+3
* Do not add invalid label attribute to input tags.Jean-Philippe Lang2012-01-081-2/+2
* Moved Date months/weeks calculations used in Graph to lib.Etienne Massip2012-01-072-0/+40
* Copy issues via bulk update action.Jean-Philippe Lang2012-01-071-1/+1
* Makes .find_ids return integers.Jean-Philippe Lang2012-01-031-1/+1
* Adds previous/next links to issue (#2850).Jean-Philippe Lang2012-01-031-0/+53
* Missing html_safe.Jean-Philippe Lang2011-12-261-3/+3
* Missing html_safe.Jean-Philippe Lang2011-12-261-1/+1
* set "svn:eol-style" native to lib/tasks/testing.rakeToshi MARUYAMA2011-12-241-98/+98
* add new rake task "test:rdm_routing" to run test/integration/routing/*_test.rbToshi MARUYAMA2011-12-241-0/+7