summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added a rake task to display permissions.Eric Davis2010-08-181-0/+9
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-1/+2
* Add the Calendar as a project menu item.Eric Davis2010-08-161-0/+1
* Add the Gantt chart as a project menu itemEric Davis2010-08-161-0/+1
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-2/+2
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-1/+1
* Fixed wrong commit range in git log command. #5628Jean-Baptiste Barth2010-08-081-5/+5
* Add static docs to YARD.Eric Davis2010-08-071-1/+8
* Save yard doc to the doc/app directory.Eric Davis2010-08-071-0/+1
* Exclude test files from YARD.Eric Davis2010-08-071-1/+3
* Add a rake task to run CI.Eric Davis2010-08-061-0/+41
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+1
* Use the MenuManager for the Administration menu. #6008Eric Davis2010-08-041-1/+16
* 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
* 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