summaryrefslogtreecommitdiffstats
path: root/app/views/help
Commit message (Collapse)AuthorAgeFilesLines
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-2032-6709/+0
| | | | | | | Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icons on the syntax help page with SVG icons (#23980).Marius Balteanu2024-10-1438-531/+531
| | | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23122 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Wiki Syntax Help to use HTTPS links instead of HTTP (#41469).Go MAEDA2024-10-1138-223/+223
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23117 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Code Highlighting Help font and font size to match the new default ↵Go MAEDA2024-10-111-5/+5
| | | | | | theme (#41321). git-svn-id: https://svn.redmine.org/redmine/trunk@23115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix unclosed td tags in CommonMark Markdown help pages (#41467).Go MAEDA2024-10-103-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23110 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove duplicate DOCTYPE (#41467).Go MAEDA2024-10-101-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix font size issue in CommonMark Markdown help pages caused by missing ↵Go MAEDA2024-10-106-16/+19
| | | | | | | | | DOCTYPE (#41467). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23108 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Dynamic generation of supported code highlighting languages in help section ↵Go MAEDA2024-05-191-880/+9
| | | | | | | | | (#40681). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix incorrect icon image paths on Textile help page (#40559, #40137, #39111).Marius Balteanu2024-04-1619-223/+223
| | | | | | Patch by Katsuya HIDAKA (hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@22783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix incorrect icon image paths on Markdown help page (#40559, #40137, #39111).Marius Balteanu2024-04-1616-170/+170
| | | | | | Patch by Katsuya HIDAKA (hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@22782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds Tamil translations for CommonMark wiki syntax help files (#39751). Marius Balteanu2024-02-262-0/+459
| | | | | | Path by Dhana Lakshmi (@dhanalakshmi). git-svn-id: https://svn.redmine.org/redmine/trunk@22742 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds route for code highlighting languages page (#39111, #40137).Marius Balteanu2024-02-2573-73/+73
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces static link to detailed version with the new route (#39111, #40137).Marius Balteanu2024-02-1937-261/+261
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces static img tag from wiki syntax help files with @image_tag@ ↵Marius Balteanu2024-02-1937-517/+517
| | | | | | (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Includes CSS files from the asset pipeline (#39111, #40137).Marius Balteanu2024-02-1974-76/+74
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cleanup wiki syntax files by moving inline style for img border to CSS ↵Marius Balteanu2024-02-1937-519/+517
| | | | | | (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds erb extension to all wiki syntax help files (#39111, #40137).Marius Balteanu2024-02-1974-0/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Remove languages from wiki syntax help files that are identical with en ↵Marius Balteanu2024-02-19130-27517/+0
| | | | | | | | | | language. * Fall back to the english help page if there is none for the current language. (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22721 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reorganize all the wiki syntax help files per text formatter (@markdown@, ↵Marius Balteanu2024-02-19204-0/+0
| | | | | | @common_mark@ and @textile@) (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22720 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to ↵Marius Balteanu2024-02-19205-0/+44270
| | | | | | | | | | serve wiki syntax help files. * Moves all wiki syntax help files to @app/views/help@ and CSS files to asset pipeline. (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22719 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22717 (#39111, #40137).Marius Balteanu2024-02-19205-44270/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Moves all wiki syntax files from @public/help@ to ↵Marius Balteanu2024-02-19205-0/+44270
@app/views/help/wiki_syntax@. * Adds route to serve wiki syntax help files. * Moves wiki syntax CSS files to asset pipeline. (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22717 e93f8b46-1217-0410-a6f0-8f06a7374b81