summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Introduces Redmine::Plugin#attachment_object_type to provide better API for ↵Marius Balteanu2024-02-272-0/+20
| | | | | | | | registering plugin models having attachments (#39948, #39862). Patch by Jens Krämer (@jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@22747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove current year from source file copyright headers and update year in ↵Marius Balteanu2024-02-26695-709/+709
| | | | | | footer to 2024 (#40043). git-svn-id: https://svn.redmine.org/redmine/trunk@22746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update condition to check for @view_issues@ permission (#39995).Marius Balteanu2024-02-261-1/+1
| | | | | | Patch by Holger Just (@hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@22745 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
* Fixes error in autocomplete (@ActionController::BadRequest (Invalid query ↵Marius Balteanu2024-02-261-3/+3
| | | | | | | | parameters: invalid %-encoding (%)@) (#40237). Patch by Abe Tomoaki (@abetomo). git-svn-id: https://svn.redmine.org/redmine/trunk@22740 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Subprojects checkbox should be shown in Activity and Roadmap sidebars only ↵Marius Balteanu2024-02-264-2/+46
| | | | | | | | if the project has visible descendants (#39995). Patch by Holger Just (@hjust) and Marius BALTEANU (@marius.balteanu). git-svn-id: https://svn.redmine.org/redmine/trunk@22739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22656 until Rails 7.1.4 is released (#36320).Marius Balteanu2024-02-261-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239).Marius Balteanu2024-02-251-0/+1
| | | | | | Patch by Vincent Robert (@Nanego). git-svn-id: https://svn.redmine.org/redmine/trunk@22734 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use @assert_select@ to assert text from h1 element of wiki syntax pages ↵Marius Balteanu2024-02-251-2/+2
| | | | | | (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22733 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds route for code highlighting languages page (#39111, #40137).Marius Balteanu2024-02-2577-73/+87
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tests for @HelpController@ (#39111, #40137).Marius Balteanu2024-02-251-0/+84
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22731 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tests for @/help/wiki_syntax@ route (#39111, #40137).Marius Balteanu2024-02-251-0/+27
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22730 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no ↵Marius Balteanu2024-02-211-33/+0
| | | | | | longer required after wiki syntax help files refactor (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22729 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cleanup empty directories (#39111, #40137).Marius Balteanu2024-02-190-0/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22728 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-1938-519/+518
| | | | | | (#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
* Updates JS toolbar help button to use the new route (#39111, #40137).Marius Balteanu2024-02-194-18/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Remove languages from wiki syntax help files that are identical with en ↵Marius Balteanu2024-02-19131-27518/+7
| | | | | | | | | | 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-19205-1/+1
| | | | | | @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-19209-0/+27
| | | | | | | | | | 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-19209-27/+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-19209-0/+27
| | | | | | | | | | | @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
* Add svn:ignore property on new themes directory (#39111).Marius Balteanu2024-02-180-0/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22716 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Catalan translation update for 5.1-stable (#40240).Go MAEDA2024-02-151-111/+110
| | | | | | | Patch by Joan J (@aseques). git-svn-id: https://svn.redmine.org/redmine/trunk@22714 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove an empty file (#40190).Go MAEDA2024-02-141-0/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update .gitignore with the new location for themes directory (#39111).Marius Balteanu2024-02-131-4/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22712 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates UPGRADING doc to include the new themes directory location from ↵Marius Balteanu2024-02-131-1/+1
| | | | | | [redmine_root] (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22711 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces @URI.parse@ with @Addressable::URI.parse(url)@ to enhance ↵Marius Balteanu2024-02-131-11/+10
| | | | | | | | robustness of @validate_back_url@ (#31831). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22710 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Stop appending the utf8 checkmark parameter to form URLs (#40190).Marius Balteanu2024-02-133-32/+3
| | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22709 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom themes are now loaded from "/themes" directory from project root. The ↵Marius Balteanu2024-02-132-1/+1
| | | | | | themes provided by Redmine (alternate and classic) remains in "app/assets/themes" (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22708 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix ThemesTest may fail if a third-party theme having theme.js is installed ↵Marius Balteanu2024-02-131-1/+1
| | | | | | (#40205). git-svn-id: https://svn.redmine.org/redmine/trunk@22707 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix one more failing test related to favicon after r22692 (#39111).Marius Balteanu2024-02-131-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22706 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing tests related to favicon in themes after r22692 (#39111).Marius Balteanu2024-02-132-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22705 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing tests related to favicon after r22692 (#39111).Marius Balteanu2024-02-131-4/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22704 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add informative default welcome text for new installations (#33638).Go MAEDA2024-02-121-1/+4
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22703 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove appveyor.yml (#40211).Marius Balteanu2024-02-101-37/+0
| | | | | | Patch by Go MAEDA (maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove overrides that inserts a non-breaking space (nbsp) to empty option ↵Marius Balteanu2024-02-102-34/+0
| | | | | | | | elements (#40210). Patch by Go MAEDA (maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22701 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix robots.txt route to enforce .txt format (#40208).Go MAEDA2024-02-092-1/+8
| | | | | | | Contributed by Liane Hampe (@liane_hampe). git-svn-id: https://svn.redmine.org/redmine/trunk@22698 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243).Go MAEDA2024-02-082-2/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22697 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move public assets (images, javascripts, stylesheets, themes) to app/assets ↵Marius Balteanu2024-02-07272-4/+1
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22696 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22694 (#39111).Marius Balteanu2024-02-07272-1/+10475
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move public assets (images, javascripts, stylesheets, themes) to app/assets ↵Marius Balteanu2024-02-07272-10475/+1
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces @public/plugin_assets@ with @public/assets@ in installation docs ↵Marius Balteanu2024-02-071-3/+3
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Includes favicon in assets pipeline (#39111).Marius Balteanu2024-02-072-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes configuration flag example related to @redmine:plugins:assets@ ↵Marius Balteanu2024-02-071-6/+0
| | | | | | (#40204, #39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes @redmine:plugins:assets@ from @redmine:plugins@ task (#40204).Marius Balteanu2024-02-071-2/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22690 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Raise the maximum length of the title element in the Atom feed from 100 to ↵Go MAEDA2024-02-071-3/+3
| | | | | | | | | 300 characters (#34025). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22685 e93f8b46-1217-0410-a6f0-8f06a7374b81