Commit Graph

865 Commits (c63954a4c73a9cb99be133a93d6d24a4f8139e47)

Author SHA1 Message Date
Jean-Philippe Lang ad487bf7cc Replace the hardcoded "CodeRay" css class name for highlighted elements. 15 years ago
Jean-Philippe Lang c03b4c2e1e Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985). 15 years ago
Jean-Philippe Lang 7621463acb Do not html escape code that is going to be highlighted (#2985, #3359). 15 years ago
Jean-Philippe Lang 8e3d1b694a Adds subtasking (#443) including: 15 years ago
Jean-Philippe Lang 054ff0db8e Fixed: inline code with less-then/greater-than produces @lt; and @gt; (#1416). 15 years ago
Jean-Philippe Lang 24b4c5f48d Fixed: text formatting breaks when using parenthesis inside bold tags (#1334). 15 years ago
Jean-Philippe Lang 4e5078ebb0 Fixed: some textile modifiers combinations don't work, eg. bold inside underline (#5045). 15 years ago
Jean-Philippe Lang 332d88cd67 Makes test pass with Bazaar 2.1.0 (#5002). 15 years ago
Jean-Philippe Lang 6511e94233 Moves ProjectsController#add_issue_category to IssueCategoriesController#new. 15 years ago
Jean-Philippe Lang 729bea1cf3 Moves ProjectsController#add_version to VersionsController#new. 15 years ago
Eric Davis 7514e12d33 Hide the main menu div if there isn't any items for it. #3259 15 years ago
Jean-Philippe Lang 3355ffe029 Fixes git annotate (#3832). 15 years ago
Jean-Philippe Lang 8e57b1f6cd Fixed: Trac importer creates duplicate wiki records (#4743). 15 years ago
Jean-Philippe Lang da84474391 Fixed: Plugin generators should display help if no parameter is given (#4609). 15 years ago
Jean-Philippe Lang 9a85d4d063 Fixed: Git blame/annotate fails on moved files (#3832). 15 years ago
Jean-Philippe Lang 049f47eaf0 Update for 0.9.3 release. 15 years ago
Jean-Philippe Lang c7c43d38ce Removes a useless assignment in Trac importer (#4931). 15 years ago
Eric Davis d581510af6 Refactor: Start to extract IssuesController#edit into #update (REST). 15 years ago
Jean-Philippe Lang 103698b371 Wraps changeset creation inside a single transation. 15 years ago
Jean-Philippe Lang 87bc092d7c Removes --find-copies-harder git option to retrieve commits which was way to slow (#4547). 15 years ago
Jean-Philippe Lang 4878d749f4 Do not query git for tags and branches multiple times per request. 15 years ago
Eric Davis 28e9bc5d82 Fix an IndexError if all the :last menu items are deleted from a menu. #4718 15 years ago
Jean-Philippe Lang 0fcc436f22 Fixed: Deselecting textile text formatting causes interning empty string errors (#4867). 15 years ago
Jean-Philippe Lang c11d30ebc9 Makes search providers extensible (#3936). 15 years ago
Eric Davis 9e22faa640 Converted the REDMINE_SUPPORTED_SCM constant to a class 15 years ago
Jean-Philippe Lang ea3e2b1121 Changes SubversionAdapter to use ActiveSupport::XmlMini API for XML parsing. 15 years ago
Eric Davis 597725d77c Separated ReportsController#issue_report into two separate actions. 15 years ago
Jean-Philippe Lang 3c20a9b0ac Do not parse the entire git log to fetch new commits (takes several minutes for a few thousands commits), but only 1 week before the last known commit (#4547, #4716). 15 years ago
Jean-Philippe Lang be2004e398 Update for 0.9.2 release. 15 years ago
Jean-Philippe Lang 446ef61680 Korean support for PDF export (#4639). 15 years ago
Jean-Philippe Lang 34ee5eccda Renames WikiFormatting.cache to .cache_store 15 years ago
Jean-Philippe Lang 2ad8242ae7 Adds a setting to cache textile rendering (off by default). 15 years ago
Jean-Philippe Lang 6c8b87fbc8 Adds a permission for exporting wiki pages. 15 years ago
Jean-Philippe Lang 2261ec7b95 Updates for 0.9.1 release. 15 years ago
Jean-Philippe Lang 320c191f04 Fixed: PDF export of a issue list grouped by a custom field raises an error (#4600). 15 years ago
Jean-Philippe Lang 3eb815fddd Adds a rake task to receive emails from a POP3 server (#2420). 15 years ago
Jean-Philippe Lang b4cf8ea525 Adds a few STDOUT.flush to migration scripts (#3675). 15 years ago
Eric Davis 4cf2e7c216 Added a second rake task to generate the session store file. 15 years ago
Eric Davis 857c7d16ff Fixed the caption on the Files module. (#4406) 15 years ago
Jean-Philippe Lang ff7eb7b23a Auto-detect attachment content type when blank (#3782). 15 years ago
Jean-Philippe Lang b1a92b9b2e Fixed: Subversion password visible in development logs (#4448). 15 years ago
Jean-Philippe Lang 8db9ecef08 Removes column opt in enumerations table. 15 years ago
Jean-Philippe Lang 62c83bdd2e Adds a 'Add subprojects' permission. 15 years ago
Jean-Philippe Lang e4d06246cd Set version to 0.9.0. 15 years ago
Jean-Philippe Lang 06ca18b042 Adds a 'no_permission_check' option to the MailHandler. 15 years ago
Eric Davis 39b44b1cb9 Adds a Plugin API to allow one plugin to depend on another. 15 years ago
Jean-Philippe Lang f33231181f Makes user unwatch what he can no longer view after its permissions have changed (#3589). 15 years ago
Eric Davis c31a671973 Added a setting to configure the day that week start on (Monday or Sunday). (#4363) 15 years ago
Jean-Philippe Lang c66943c9b8 Removes changelog view. 15 years ago
Jean-Philippe Lang 96fe47ea19 Disabled broken textile references (#4354). 15 years ago