summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix cutoff of user select element in activity sidebar when displaying long us...Go MAEDA2024-02-061-0/+4
* Fix RuntimeError on `reload!` in the Rails console (#38155).Go MAEDA2024-02-056-6/+11
* Remove trailing whitespaces from test/unit/lib/redmine/unified_diff_test.rb (...Go MAEDA2024-02-051-2/+2
* Ensure tests remain robust against trailing whitespace removal (#31507).Go MAEDA2024-02-051-11/+11
* Hungarian translation update (#33413).Go MAEDA2024-02-041-322/+295
* Add spaces around the slash for consistency and better readability (#40166).Go MAEDA2024-02-036-11/+11
* Internationalize "Check all / Uncheck all" tooltip in project list for admins...Go MAEDA2024-02-031-1/+2
* Fix click event handling in mobile view after closing flyout menu (#39802).Go MAEDA2024-02-021-2/+2
* Optimize queries visibility check (#39852).Go MAEDA2024-02-011-10/+11
* Fix RuboCop offense Layout/SpaceAroundBlockParameters (#23307).Go MAEDA2024-02-011-1/+1
* Add support for IDN (internationalized domain name) email addresses in user a...Go MAEDA2024-02-012-1/+17
* Include auth_source in /users API response if request includes auth_source (#...Marius Balteanu2024-01-312-0/+24
* Update activerecord-sqlserver-adapter to 7.1 (#40148, #36320).Go MAEDA2024-01-301-1/+1
* Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020).Go MAEDA2024-01-302-1/+48
* Extraneous whitespace when selecting and copying issue number on Chrome/Windo...Go MAEDA2024-01-292-2/+3
* Use absolute URL (propshaft default format) for images in application.css fro...Marius Balteanu2024-01-291-5/+5
* Import application.css in themes using absolute url (#39111).Marius Balteanu2024-01-292-3/+3
* Use absolute URL (propshaft default format) for images in application.css (#3...Marius Balteanu2024-01-291-138/+138
* Use absolute URL (propshaft default format) for images in rtl and scm css fil...Marius Balteanu2024-01-292-31/+31
* Use absolute URL (propshaft default format) for images in jstoolbar.css (#391...Marius Balteanu2024-01-291-20/+20
* Ensure url in context_menu css files is absolute (#39111).Marius Balteanu2024-01-292-2/+2
* Update Rails to 7.1.3 (#36320).Go MAEDA2024-01-281-1/+1