| Commit message (Expand) | Author | Age | Files | Lines |
* | Update condition to check for @view_issues@ permission (#39995). | Marius Balteanu | 2024-02-26 | 1 | -1/+1 |
* | Adds Tamil translations for CommonMark wiki syntax help files (#39751). | Marius Balteanu | 2024-02-26 | 2 | -0/+459 |
* | Fixes error in autocomplete (@ActionController::BadRequest (Invalid query par... | Marius Balteanu | 2024-02-26 | 1 | -3/+3 |
* | Subprojects checkbox should be shown in Activity and Roadmap sidebars only if... | Marius Balteanu | 2024-02-26 | 4 | -2/+46 |
* | Reverts r22656 until Rails 7.1.4 is released (#36320). | Marius Balteanu | 2024-02-26 | 1 | -1/+1 |
* | Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239). | Marius Balteanu | 2024-02-25 | 1 | -0/+1 |
* | Use @assert_select@ to assert text from h1 element of wiki syntax pages (#391... | Marius Balteanu | 2024-02-25 | 1 | -2/+2 |
* | Adds route for code highlighting languages page (#39111, #40137). | Marius Balteanu | 2024-02-25 | 77 | -73/+87 |
* | Add tests for @HelpController@ (#39111, #40137). | Marius Balteanu | 2024-02-25 | 1 | -0/+84 |
* | Add tests for @/help/wiki_syntax@ route (#39111, #40137). | Marius Balteanu | 2024-02-25 | 1 | -0/+27 |
* | Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no l... | Marius Balteanu | 2024-02-21 | 1 | -33/+0 |
* | Cleanup empty directories (#39111, #40137). | Marius Balteanu | 2024-02-19 | 0 | -0/+0 |
* | Replaces static link to detailed version with the new route (#39111, #40137). | Marius Balteanu | 2024-02-19 | 37 | -261/+261 |
* | Replaces static img tag from wiki syntax help files with @image_tag@ (#39111,... | Marius Balteanu | 2024-02-19 | 37 | -517/+517 |
* | Includes CSS files from the asset pipeline (#39111, #40137). | Marius Balteanu | 2024-02-19 | 74 | -76/+74 |
* | Cleanup wiki syntax files by moving inline style for img border to CSS (#3911... | Marius Balteanu | 2024-02-19 | 38 | -519/+518 |
* | Adds erb extension to all wiki syntax help files (#39111, #40137). | Marius Balteanu | 2024-02-19 | 74 | -0/+0 |
* | Updates JS toolbar help button to use the new route (#39111, #40137). | Marius Balteanu | 2024-02-19 | 4 | -18/+6 |
* | * Remove languages from wiki syntax help files that are identical with en lan... | Marius Balteanu | 2024-02-19 | 131 | -27518/+7 |
* | Reorganize all the wiki syntax help files per text formatter (@markdown@, @co... | Marius Balteanu | 2024-02-19 | 205 | -1/+1 |
* | * Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to s... | Marius Balteanu | 2024-02-19 | 209 | -0/+27 |
* | Reverts r22717 (#39111, #40137). | Marius Balteanu | 2024-02-19 | 209 | -27/+0 |
* | * Moves all wiki syntax files from @public/help@ to @app/views/help/wiki_synt... | Marius Balteanu | 2024-02-19 | 209 | -0/+27 |
* | Add svn:ignore property on new themes directory (#39111). | Marius Balteanu | 2024-02-18 | 0 | -0/+0 |
* | Catalan translation update for 5.1-stable (#40240). | Go MAEDA | 2024-02-15 | 1 | -111/+110 |
* | Remove an empty file (#40190). | Go MAEDA | 2024-02-14 | 1 | -0/+0 |
* | Update .gitignore with the new location for themes directory (#39111). | Marius Balteanu | 2024-02-13 | 1 | -4/+2 |
* | Updates UPGRADING doc to include the new themes directory location from [redm... | Marius Balteanu | 2024-02-13 | 1 | -1/+1 |
* | Replaces @URI.parse@ with @Addressable::URI.parse(url)@ to enhance robustness... | Marius Balteanu | 2024-02-13 | 1 | -11/+10 |
* | Stop appending the utf8 checkmark parameter to form URLs (#40190). | Marius Balteanu | 2024-02-13 | 3 | -32/+3 |
* | Custom themes are now loaded from "/themes" directory from project root. The ... | Marius Balteanu | 2024-02-13 | 2 | -1/+1 |
* | Fix ThemesTest may fail if a third-party theme having theme.js is installed (... | Marius Balteanu | 2024-02-13 | 1 | -1/+1 |
* | Fix one more failing test related to favicon after r22692 (#39111). | Marius Balteanu | 2024-02-13 | 1 | -1/+1 |
* | Fix failing tests related to favicon in themes after r22692 (#39111). | Marius Balteanu | 2024-02-13 | 2 | -2/+2 |
* | Fix failing tests related to favicon after r22692 (#39111). | Marius Balteanu | 2024-02-13 | 1 | -4/+4 |
* | Add informative default welcome text for new installations (#33638). | Go MAEDA | 2024-02-12 | 1 | -1/+4 |
* | Remove appveyor.yml (#40211). | Marius Balteanu | 2024-02-10 | 1 | -37/+0 |
* | Remove overrides that inserts a non-breaking space (nbsp) to empty option ele... | Marius Balteanu | 2024-02-10 | 2 | -34/+0 |
* | Fix robots.txt route to enforce .txt format (#40208). | Go MAEDA | 2024-02-09 | 2 | -1/+8 |
* | Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243). | Go MAEDA | 2024-02-08 | 2 | -2/+8 |
* | Move public assets (images, javascripts, stylesheets, themes) to app/assets (... | Marius Balteanu | 2024-02-07 | 272 | -4/+1 |
* | Reverts r22694 (#39111). | Marius Balteanu | 2024-02-07 | 272 | -1/+10475 |
* | Move public assets (images, javascripts, stylesheets, themes) to app/assets (... | Marius Balteanu | 2024-02-07 | 272 | -10475/+1 |
* | Replaces @public/plugin_assets@ with @public/assets@ in installation docs (#3... | Marius Balteanu | 2024-02-07 | 1 | -3/+3 |
* | Includes favicon in assets pipeline (#39111). | Marius Balteanu | 2024-02-07 | 2 | -2/+2 |
* | Removes configuration flag example related to @redmine:plugins:assets@ (#4020... | Marius Balteanu | 2024-02-07 | 1 | -6/+0 |
* | Removes @redmine:plugins:assets@ from @redmine:plugins@ task (#40204). | Marius Balteanu | 2024-02-07 | 1 | -2/+1 |
* | Raise the maximum length of the title element in the Atom feed from 100 to 30... | Go MAEDA | 2024-02-07 | 1 | -3/+3 |
* | Fix performance issue with email address auto-linking in the default ("none")... | Go MAEDA | 2024-02-07 | 1 | -1/+4 |
* | Fix RuboCop offense Layout/EmptyLineAfterGuardClause (#38155). | Go MAEDA | 2024-02-07 | 1 | -0/+1 |