summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Exclude fields_for in the TabularFormBuilder, it has a different methodEric Davis2010-06-201-1/+1
* 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
* Added documentation about the session_path. #3968Eric Davis2010-06-191-0/+7
* Add example url and author url to the plugin generator.Eric Davis2010-06-171-0/+2
* Plugin models and controllers must be unloadable.Eric Davis2010-06-172-0/+3
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-1/+1
* 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
* Adds jdbc rake tasks (#5404).Jean-Philippe Lang2010-05-011-0/+8
* Fixes some textile issues with JRuby (#5404).Jean-Philippe Lang2010-04-301-1/+1
* Fixes theme discovery under JRuby on Rails war structure (#632, #5404).Jean-Philippe Lang2010-04-301-1/+1
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-281-1/+1
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-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-162-0/+77
* Added rake task to generate the yardoc (rake yard)Eric Davis2010-04-091-0/+11
* Fixes diff highlighting (#5199).Jean-Philippe Lang2010-03-281-1/+1
* Escape href attribute in auto links (#5179).Jean-Philippe Lang2010-03-242-3/+5
* Fixed: Double-dash results in strikethrough text (#5122).Jean-Philippe Lang2010-03-201-0/+2
* 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-142-4/+8
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-133-2/+55
* Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416).Jean-Philippe Lang2010-03-121-3/+3
* Fixed: text formatting breaks when using parenthesis inside bold tags (#1334).Jean-Philippe Lang2010-03-121-9/+10
* Fixed: some textile modifiers combinations don't work, eg. bold inside underl...Jean-Philippe Lang2010-03-111-3/+7
* Makes test pass with Bazaar 2.1.0 (#5002).Jean-Philippe Lang2010-03-061-5/+5
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-061-1/+1
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-1/+1
* 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: Trac importer creates duplicate wiki records (#4743).Jean-Philippe Lang2010-02-281-0/+1
* Fixed: Plugin generators should display help if no parameter is given (#4609).Jean-Philippe Lang2010-02-282-0/+2
* 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
* Removes a useless assignment in Trac importer (#4931).Jean-Philippe Lang2010-02-261-1/+1
* Refactor: Start to extract IssuesController#edit into #update (REST).Eric Davis2010-02-241-2/+2
* 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-172-0/+28