summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds route for code highlighting languages page (#39111, #40137).Marius Balteanu2024-02-251-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates JS toolbar help button to use the new route (#39111, #40137).Marius Balteanu2024-02-191-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to ↵Marius Balteanu2024-02-191-0/+2
| | | | | | | | | | 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-191-2/+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-191-0/+2
| | | | | | | | | | | @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
* 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
* Stop appending the utf8 checkmark parameter to form URLs (#40190).Marius Balteanu2024-02-131-0/+3
| | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22709 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 overrides that inserts a non-breaking space (nbsp) to empty option ↵Marius Balteanu2024-02-101-30/+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-091-1/+1
| | | | | | | Contributed by Liane Hampe (@liane_hampe). git-svn-id: https://svn.redmine.org/redmine/trunk@22698 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move public assets (images, javascripts, stylesheets, themes) to app/assets ↵Marius Balteanu2024-02-071-3/+0
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22696 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22694 (#39111).Marius Balteanu2024-02-071-0/+3
| | | | 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-071-3/+0
| | | | | | (#39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22694 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
* Hungarian translation update (#33413).Go MAEDA2024-02-041-322/+295
| | | | | | | Patch by Greg T (@greggae). git-svn-id: https://svn.redmine.org/redmine/trunk@22678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Lint/RedundantDirGlobSort (#38585).Go MAEDA2024-01-271-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22651 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add Propshaft library to enable the asset pipeline without modifying ↵Marius Balteanu2024-01-254-54/+44
| | | | | | | | existing assets (#39111). Patch by Takashi Kato (@tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@22626 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/EmptyLinesAroundModuleBody (#38975).Go MAEDA2024-01-241-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22621 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-16/+0
| | | | | | Patch by Minoru Maeda (@maeda-m). git-svn-id: https://svn.redmine.org/redmine/trunk@22619 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22439 (#35189).Marius Balteanu2024-01-2348-48/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22617 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22438 (#35189).Marius Balteanu2024-01-232-2/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22616 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove backported Rack::RewindableInput.size method due to Rack 3.0 ↵Go MAEDA2024-01-211-14/+0
| | | | | | migration (#36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22615 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switch default backend of ActiveSupport::XmlMini from rexml to Nokogiri ↵Marius Balteanu2024-01-111-0/+3
| | | | | | (#37258). git-svn-id: https://svn.redmine.org/redmine/trunk@22599 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-081-1/+1
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22596 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#40003).Go MAEDA2024-01-041-1/+1
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22595 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) ↵Go MAEDA2023-12-271-2/+2
| | | | | | introduced in r22563 (#39747, #36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22565 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes that diff of a javascript file in repository module is not displayed ↵Marius Balteanu2023-12-261-4/+5
| | | | | | | | with layout in Rails 7.1 (#39747, #36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22563 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#39941).Go MAEDA2023-12-261-2/+2
| | | | | | | Patch by ChunChang (Nagaharu) Lo. git-svn-id: https://svn.redmine.org/redmine/trunk@22560 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes attachments functionality for (custom) plugins broken since fix for ↵Marius Balteanu2023-12-221-1/+3
| | | | | | | | CVE-2022-44030 by adding a dynamic routing constraint which can be modified by plugins (#39862). Patch by @jkraemer. git-svn-id: https://svn.redmine.org/redmine/trunk@22551 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#39879).Marius Balteanu2023-12-2248-0/+48
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22550 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix hardcoded string "auto" on user preferences page (#39879).Marius Balteanu2023-12-222-0/+2
| | | | | | Patch by @salmanmp. git-svn-id: https://svn.redmine.org/redmine/trunk@22549 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in Russian translation of text_status_no_workflow (#39801).Go MAEDA2023-12-221-1/+1
| | | | | | | Patch by Evangeline Rome. git-svn-id: https://svn.redmine.org/redmine/trunk@22544 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22530 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds test for plugin autoload issue (#36320, #39834).Marius Balteanu2023-12-172-0/+9
| | | | | | Patch by @tohosaku. git-svn-id: https://svn.redmine.org/redmine/trunk@22522 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces @config.cache_classes@ which the new option ↵Marius Balteanu2023-12-123-3/+3
| | | | | | @config.enable_reloading@ introduced in Rails 7.1 (#36320) git-svn-id: https://svn.redmine.org/redmine/trunk@22518 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22507, r22508 and r22510 (#36320, #39803).Marius Balteanu2023-12-122-6/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22515 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the default notification option from `only_my_events` to ↵Go MAEDA2023-12-111-1/+1
| | | | | | | | | `only_assigned` (#39500). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22512 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r22504 that missing a necessary file (#39500).Go MAEDA2023-12-111-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing API tests on Ruby 2.7 after migration to Rails 7.1 (#36320, #39760).Marius Balteanu2023-12-101-1/+3
| | | | | | Patch by @maeda-m. git-svn-id: https://svn.redmine.org/redmine/trunk@22509 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allows configure plugins directory path in order to change the default ↵Marius Balteanu2023-12-102-0/+6
| | | | | | | | location in test environment (#36320). Patch by @tohosaku. git-svn-id: https://svn.redmine.org/redmine/trunk@22507 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the default notification option from `only_my_events` to ↵Go MAEDA2023-12-081-1/+1
| | | | | | | | | `only_assigned` (#39500). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22504 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation update (#39782).Go MAEDA2023-12-081-1/+1
| | | | | | | Patch by Grigory Tumakov. git-svn-id: https://svn.redmine.org/redmine/trunk@22501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation update for 5.1-stable (#39782).Go MAEDA2023-12-081-13/+12
| | | | | | | Patch by Grigory Tumakov. git-svn-id: https://svn.redmine.org/redmine/trunk@22500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Persian translation update for 5.1-stable (#39781).Go MAEDA2023-12-081-69/+57
| | | | | | | Patch by salman mp. git-svn-id: https://svn.redmine.org/redmine/trunk@22498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tamil translation update for 5.1-stable (#39751).Go MAEDA2023-12-011-183/+140
| | | | | | | Patch by Dhana Lakshmi. git-svn-id: https://svn.redmine.org/redmine/trunk@22491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-274-28/+34
| | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add @transaction_isolation@ variable to database.yml.example (#39592, #39737).Marius Balteanu2023-11-261-0/+10
| | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#35189).Go MAEDA2023-11-1648-0/+48
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22439 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New email notification option "For any event on my bookmarked projects" ↵Go MAEDA2023-11-162-0/+2
| | | | | | | | | (#35189). Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22438 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Simplified Chinese translation update for 5.1-stable (#39551).Go MAEDA2023-11-161-93/+74
| | | | | | | Patch by lei shi. git-svn-id: https://svn.redmine.org/redmine/trunk@22436 e93f8b46-1217-0410-a6f0-8f06a7374b81