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