Actions
Feature #40681
closedDynamic generation of supported code highlighting languages in help section
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
This patch changes the "List of languages supported by Redmine code highlighter" page in the help to be dynamically generated.
Currently, if the Rouge library adds new languages, someone has to manually update a list in the file app/views/help/wiki_syntax/code_highlighting_languages.html.erb
. This method takes time and can lead to mistakes.
With this patch applied, the help page will automatically show any new languages that Rouge starts supporting. This means the list will always be up-to-date without needing manual changes.
Files
Related issues
Updated by Go MAEDA about 1 year ago
- Related to Feature #33859: Add a list of supported languages by the code highlighter to the help added
Updated by Go MAEDA about 1 year ago
- Related to Feature #36594: Relax rouge version dependency in Gemfile added
Updated by Go MAEDA about 1 year ago
- File deleted (
dynamic-generation-of-syntax-highlighting-languages.patch)
Updated by Go MAEDA about 1 year ago
Updated by Marius BĂLTEANU about 1 year ago
- Target version set to Candidate for next major release
Nice!
Updated by Go MAEDA about 1 year ago
- Target version changed from Candidate for next major release to 6.0.0
Setting the target version to 6.0.0.
Updated by Go MAEDA about 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch.
Actions