summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Hide the main menu div if there isn't any items for it. #3259Eric Davis2010-03-041-0/+5
* Fixes git annotate (#3832).Jean-Philippe Lang2010-03-031-3/+4
* Fixed: Git blame/annotate fails on moved files (#3832).Jean-Philippe Lang2010-02-281-3/+12
* Update for 0.9.3 release.Jean-Philippe Lang2010-02-281-1/+1
* Wraps changeset creation inside a single transation.Jean-Philippe Lang2010-02-211-9/+11
* Removes --find-copies-harder git option to retrieve commits which was way to ...Jean-Philippe Lang2010-02-211-1/+1
* Do not query git for tags and branches multiple times per request.Jean-Philippe Lang2010-02-201-5/+6
* Fix an IndexError if all the :last menu items are deleted from a menu. #4718Eric Davis2010-02-181-2/+11
* Fixed: Deselecting textile text formatting causes interning empty string erro...Jean-Philippe Lang2010-02-171-4/+4
* Makes search providers extensible (#3936).Jean-Philippe Lang2010-02-171-0/+17
* Converted the REDMINE_SUPPORTED_SCM constant to a classEric Davis2010-02-161-0/+23
* Changes SubversionAdapter to use ActiveSupport::XmlMini API for XML parsing.Jean-Philippe Lang2010-02-131-34/+49
* 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
* 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-171-0/+56
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-291-2/+17
* 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-251-9/+9
* Set version to 0.9.0.Jean-Philippe Lang2009-12-231-2/+2
* Adds a Plugin API to allow one plugin to depend on another.Eric Davis2009-12-161-0/+36
* Added a setting to configure the day that week start on (Monday or Sunday). (...Eric Davis2009-12-131-1/+8
* 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
* Set trunk version to 0.8.7.Jean-Philippe Lang2009-11-151-1/+1
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-3/+7
* 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
* 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
* Add etag check on the activity view to avoid rendering when not modified.Jean-Philippe Lang2009-10-251-1/+3
* Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).Jean-Philippe Lang2009-10-241-1/+1
* Contextual quick search (#3263).Jean-Philippe Lang2009-10-211-0/+55
* Renamed the default "Assigned" status to "In Progress". #3605Eric Davis2009-10-201-4/+4
* Rename the wiki toolbar's JavaScript variable, 'toolbar' conflicts withEric Davis2009-10-171-1/+1
* String#each removed in ruby1.9.Jean-Philippe Lang2009-10-101-0/+1
* Defines String#to_a (Object#to_a removed in ruby1.9).Jean-Philippe Lang2009-10-101-0/+7
* Sets file encoding to utf-8 for ruby 1.9.Jean-Philippe Lang2009-10-101-0/+2
* Update version to 0.8.5.Jean-Philippe Lang2009-09-171-1/+1
* SCM:Jean-Philippe Lang2009-08-172-0/+31
* Use selected columns in the issues PDF export (#1190).Jean-Philippe Lang2009-08-171-30/+41
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-152-108/+132
* Display all custom fields on issue PDF.Jean-Philippe Lang2009-07-291-1/+1