summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Add Redmine::Plugin.installed?(:name) method to check if a plugin is installedEric Davis2010-10-251-0/+7
* Fixed: auto links ending with right angle bracket shouldn't include the brack...Jean-Baptiste Barth2010-10-231-1/+1
* Fixed: error on gantt when no issue have a due date (#6350).Jean-Philippe Lang2010-10-221-3/+3
* Changed the notifications to use a hierarchy UIEric Davis2010-09-281-15/+18
* Added three new notifiable events based on issue attributesEric Davis2010-09-281-0/+3
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-0/+19
* Bump version to 1.0.2Eric Davis2010-09-261-1/+1
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-261-3/+3
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-261-2/+2
* Parse the timezone in #last_rev for git to correct display the Age diplay. #6346Eric Davis2010-09-261-2/+2
* Workaround for i18n 0.4.x with the old style syntax. #6428 #5608Eric Davis2010-09-261-2/+2
* Use the correct local variables in the PDF export. #6382Eric Davis2010-09-201-2/+2
* Fixed the zoom, previous, and next links on the Gantt chart.Eric Davis2010-09-101-3/+7
* Add project names to the Versions in the Gantt export. #5904Eric Davis2010-09-101-2/+2
* Rewrite the Gantt chart. #6276Eric Davis2010-09-102-285/+796
* Bump version to 1.0.1Eric Davis2010-08-221-1/+1
* Fixed wrong commit range in git log command. #5628Jean-Baptiste Barth2010-08-081-5/+5
* Display project names in cross-project gantt PNG (#5904).Jean-Philippe Lang2010-07-251-3/+10
* Display project names for versions too on PDF (#5904).Jean-Philippe Lang2010-07-251-3/+4
* Display project names in cross-project gantt PDF (#5904).Jean-Philippe Lang2010-07-251-6/+8
* Bump version to 1.0.0Eric Davis2010-07-181-3/+3
* Fix typos in the examples. #5823Eric Davis2010-07-161-2/+2
* Version 0.9.6Eric Davis2010-07-081-1/+1
* Include visible subprojects when checking for available Activity event types....Eric Davis2010-07-061-1/+1
* Rename code and locale typo: Developper. #5751Eric Davis2010-06-301-2/+2
* Bump release to 0.9.5Eric Davis2010-06-281-1/+1
* Sanitize image links and handle nils in the toc formatter. #5445Eric Davis2010-06-241-1/+3
* Support listing directories in svn which include square brackets. #5548Eric Davis2010-06-201-7/+14
* Display the link name when external links are used in the toc macro. #5445Eric Davis2010-06-191-0/+3
* Updates for 0.9.4 release.Jean-Philippe Lang2010-05-011-1/+1
* Fixes Bazaar adapter for JRuby/Win32 (#5404).Jean-Philippe Lang2010-05-011-2/+2
* Fixes Mercurial adapter for JRuby (#4494, #5404).Jean-Philippe Lang2010-05-011-1/+1
* Fixes theme discovery under JRuby on Rails war structure (#632, #5404).Jean-Philippe Lang2010-04-301-1/+1
* Let custom field formats control how they are edited.Eric Davis2010-04-161-0/+7
* Change the case statement into a method call based on the nameEric Davis2010-04-161-5/+21
* Refactor: Move methodEric Davis2010-04-161-0/+12
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-161-0/+66
* Fixes diff highlighting (#5199).Jean-Philippe Lang2010-03-281-1/+1
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-241-2/+4
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-141-1/+1
* Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985).Jean-Philippe Lang2010-03-142-2/+57
* Do not html escape code that is going to be highlighted (#2985, #3359).Jean-Philippe Lang2010-03-141-1/+1
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-132-1/+53
* Makes test pass with Bazaar 2.1.0 (#5002).Jean-Philippe Lang2010-03-061-5/+5
* 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