summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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