summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Converted the REDMINE_SUPPORTED_SCM constant to a classEric Davis2010-02-162-1/+31
* Changes SubversionAdapter to use ActiveSupport::XmlMini API for XML parsing.Jean-Philippe Lang2010-02-131-34/+49
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-1/+1
* Do not parse the entire git log to fetch new commits (takes several minutes f...Jean-Philippe Lang2010-02-071-5/+1
* Update for 0.9.2 release.Jean-Philippe Lang2010-02-071-1/+1
* Korean support for PDF export (#4639).Jean-Philippe Lang2010-02-071-0/+5
* Renames WikiFormatting.cache to .cache_storeJean-Philippe Lang2010-02-061-3/+3
* Adds a setting to cache textile rendering (off by default).Jean-Philippe Lang2010-02-062-30/+54
* Adds a permission for exporting wiki pages.Jean-Philippe Lang2010-02-061-0/+1
* Updates for 0.9.1 release.Jean-Philippe Lang2010-01-301-1/+1
* Fixed: PDF export of a issue list grouped by a custom field raises an error (...Jean-Philippe Lang2010-01-181-4/+6
* Adds a rake task to receive emails from a POP3 server (#2420).Jean-Philippe Lang2010-01-172-0/+89
* Adds a few STDOUT.flush to migration scripts (#3675).Jean-Philippe Lang2010-01-172-1/+9
* Added a second rake task to generate the session store file.Eric Davis2009-12-301-0/+3
* Fixed the caption on the Files module. (#4406)Eric Davis2009-12-291-1/+1
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-292-3/+18
* Fixed: Subversion password visible in development logs (#4448).Jean-Philippe Lang2009-12-261-1/+1
* Removes column opt in enumerations table.Jean-Philippe Lang2009-12-253-11/+11
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-0/+1
* Set version to 0.9.0.Jean-Philippe Lang2009-12-231-2/+2
* Adds a 'no_permission_check' option to the MailHandler.Jean-Philippe Lang2009-12-191-0/+6
* Adds a Plugin API to allow one plugin to depend on another.Eric Davis2009-12-161-0/+36
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-131-0/+9
* Added a setting to configure the day that week start on (Monday or Sunday). (...Eric Davis2009-12-131-1/+8
* Removes changelog view.Jean-Philippe Lang2009-12-121-1/+1
* Disabled broken textile references (#4354).Jean-Philippe Lang2009-12-091-1/+1
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-1/+1
* Enable tracker update on issue edit form (#2405).Jean-Philippe Lang2009-11-291-2/+2
* Updated menus from JPL's feedback.Eric Davis2009-11-251-7/+10
* Add support for unattached menus (generated dynamically)Eric Davis2009-11-251-12/+61
* Converted Menus to a Tree structure to allow submenus.Eric Davis2009-11-251-38/+201
* Fixed: error raised when rendering text that contains an email address with t...Jean-Philippe Lang2009-11-241-0/+1
* Run all tests for coverage.Jean-Philippe Lang2009-11-151-4/+3
* Set trunk version to 0.8.7.Jean-Philippe Lang2009-11-151-1/+1
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-142-4/+8
* Fixed pre tags containing "<pre*" (#4125).Jean-Philippe Lang2009-11-111-1/+1
* Reject empty Mercurial entries (#4098).Jean-Philippe Lang2009-11-111-1/+1
* Fixes diff parser for when lines starting with multiple dashes are removed (#...Jean-Philippe Lang2009-11-111-3/+2
* Fixes jstoolbar lang files case (#4190).Jean-Philippe Lang2009-11-111-1/+1
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-1/+1
* Fixes SVG lib for ruby1.9.Jean-Philippe Lang2009-11-071-3/+3
* Fixes a regexp for ruby1.9.Jean-Philippe Lang2009-11-071-1/+1
* Add test:coverage task.Jean-Philippe Lang2009-11-061-0/+11
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-042-0/+1991
* Fixed: child_pages macro fails on wiki page history (#4152).Jean-Philippe Lang2009-11-041-1/+1
* Set trunk version to 0.8.6Jean-Philippe Lang2009-11-041-1/+1
* Fixed: inline images in wiki headings (#4112).Jean-Philippe Lang2009-11-041-1/+1
* Add etag check on the activity view to avoid rendering when not modified.Jean-Philippe Lang2009-10-251-1/+3
* Add a permission to remove issue watchers (#2450).Jean-Philippe Lang2009-10-251-0/+1
* Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).Jean-Philippe Lang2009-10-241-1/+1