summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Adds projects bulk delete (#36691).Marius Balteanu2022-05-172-0/+8
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-0/+5
| | | | | | | | | | | | | | | Due to the deletion of dependent objects (issues etc), project deletion may take a long time. This patch moves the actual project deletion into an ActiveJob job. It also introduces a new project status (SCHEDULED_FOR_DELETION) that is used to effectively hide the project that is about to be deleted (and any potential descendant projects) from the system immediately. A security notification is sent out to the user that deleted the project, informing about success / failure. The projects list is extended to be able to filter for the new status, so in case of a failure, the project can still be accessed for examination. Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21591 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#36891).Marius Balteanu2022-05-1747-0/+235
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21590 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ask more specific confirmation questions when closing/reopening/archiving ↵Marius Balteanu2022-05-162-0/+6
| | | | | | | | | projects (#36891). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Czech translation update (#37003).Go MAEDA2022-05-051-37/+37
| | | | | | | Patch by Pavel Rosický. git-svn-id: https://svn.redmine.org/redmine/trunk@21562 e93f8b46-1217-0410-a6f0-8f06a7374b81
* German translation update (#36905).Go MAEDA2022-05-051-34/+32
| | | | | | | Patch by Alexander Meindl. git-svn-id: https://svn.redmine.org/redmine/trunk@21560 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Galician translation update (#37024).Go MAEDA2022-05-011-15/+15
| | | | | | | Patch by Guillermo ML. git-svn-id: https://svn.redmine.org/redmine/trunk@21550 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Polish translation update (#37025).Go MAEDA2022-05-011-2/+2
| | | | | | | Patch by Robert Korulczyk. git-svn-id: https://svn.redmine.org/redmine/trunk@21548 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation update (#36934).Go MAEDA2022-04-161-37/+37
| | | | | | | Patch by Vitaly vit9696. git-svn-id: https://svn.redmine.org/redmine/trunk@21534 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#36930).Go MAEDA2022-04-141-6/+5
| | | | | | | Patch by Ivan Cenov. git-svn-id: https://svn.redmine.org/redmine/trunk@21532 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds context menu to admin projects list (#33422).Marius Balteanu2022-04-011-0/+2
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21520 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#36815).Go MAEDA2022-03-211-2/+2
| | | | | | | Patch by ChunChang Lo. git-svn-id: https://svn.redmine.org/redmine/trunk@21487 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#36813).Go MAEDA2022-03-201-2/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add locales (#4347).Marius Balteanu2022-03-1948-0/+96
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21471 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Automatically add the user to the watchers list after contributing to an ↵Marius Balteanu2022-03-191-0/+2
| | | | | | | | | issue (#4347). User can enable/disable this feature from My Account. Patch by Takenori TAKAKI and Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-1/+1
| | | | | | | Patch by Mischa The Evil and Marius BĂLTEANU git-svn-id: http://svn.redmine.org/redmine/trunk@21467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Polish translation update (#36493).Go MAEDA2022-03-071-124/+87
| | | | | | | Patch by Robert Korulczyk. git-svn-id: http://svn.redmine.org/redmine/trunk@21450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reorder keys in pl.yml to the same order with en.yml (#36493).Go MAEDA2022-03-071-1068/+1012
| | | | | | | Patch by Robert Korulczyk. git-svn-id: http://svn.redmine.org/redmine/trunk@21449 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-1/+2
| | | | | | | | | | * the user must have add watchers permission on that object in order to mention other users * mentioned user will receive a notification email * only visible users who can view the object can be mentioned git-svn-id: http://svn.redmine.org/redmine/trunk@21435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#36606).Go MAEDA2022-02-201-4/+3
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@21417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#36651).Go MAEDA2022-02-181-4/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21412 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Label error_can_not_execute_macro_html in Russian translation is broken ↵Go MAEDA2022-02-031-0/+1
| | | | | | | | | (#36517). Patch by Dmitry Makurin. git-svn-id: http://svn.redmine.org/redmine/trunk@21398 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add locales (#35439).Marius Balteanu2022-02-0148-0/+192
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21396 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "required for administrators" option to Two-factor authentication ↵Marius Balteanu2022-02-011-0/+2
| | | | | | settings that behaves like optional, but will require all users with administration rights to set up two-factor authentication at their next login (#35439). git-svn-id: http://svn.redmine.org/redmine/trunk@21395 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-221-0/+3
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the default value for "Time span format" from "decimal" to "minutes" ↵Go MAEDA2022-01-081-1/+1
| | | | | | (#36391). git-svn-id: http://svn.redmine.org/redmine/trunk@21355 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failure due to duplicate document category name in Albanian ↵Go MAEDA2022-01-071-2/+2
| | | | | | translation caused by r21350 (#32405). git-svn-id: http://svn.redmine.org/redmine/trunk@21351 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Albanian translation update (#32405).Go MAEDA2022-01-061-1213/+1179
| | | | | | | Translated by Besnik Bleta. git-svn-id: http://svn.redmine.org/redmine/trunk@21350 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#36390).Go MAEDA2022-01-061-1/+1
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@21349 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Polish translation update (#33361).Go MAEDA2022-01-051-349/+380
| | | | | | | Translated by Robert Korulczyk. git-svn-id: http://svn.redmine.org/redmine/trunk@21348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r21299 (#36280).Go MAEDA2022-01-051-1/+2
| | | | | | | r21299 deleted two necessary strings (label_default_query and field_default_project_query) and added label_default_query that is no longer used after r21280. git-svn-id: http://svn.redmine.org/redmine/trunk@21347 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update config/environments/*.rb for Rails 6.1 (#35081).Go MAEDA2022-01-033-29/+168
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21344 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-022-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that encoding drop-down in the import settings defaults to US-ASCII ↵Go MAEDA2022-01-021-1/+1
| | | | | | | | | instead of general_csv_encoding in Simplified Chinese (#36377). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21337 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that encoding drop-down in the import settings defaults to US-ASCII ↵Go MAEDA2022-01-021-1/+1
| | | | | | | | | instead of general_csv_encoding in Thai (#36377). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21336 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-273-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21327 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes for Style/FileWrite offense introduced in RuboCop 1.24.0 (#35136).Go MAEDA2021-12-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop OpenID support (#35755).Go MAEDA2021-12-1452-160/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21312 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#36280).Go MAEDA2021-12-051-2/+1
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@21299 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#36221).Go MAEDA2021-11-211-5/+4
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21291 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#36196).Go MAEDA2021-11-211-1/+1
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@21290 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-172-1/+32
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21287 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load core plugins using require (#29914, #32938).Marius Balteanu2021-11-171-12/+7
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21286 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add core extensions in prepare method (#29914, #32938).Marius Balteanu2021-11-172-9/+4
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21285 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move preparation code to redmine/preparation.rb (#29914, #32938).Marius Balteanu2021-11-172-2/+8
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21284 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract Redmine::PluginLoader from Redmine::Plugin (#32938).Marius Balteanu2021-11-171-8/+3
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21283 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#35795).Marius Balteanu2021-11-1548-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21282 e93f8b46-1217-0410-a6f0-8f06a7374b81
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-152-0/+3
| | | | | | | * App-level: Administration > Projects > Default query (Projects list defaults section) * User-level: My account > Default project query git-svn-id: http://svn.redmine.org/redmine/trunk@21281 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Migrate @setting_default_issue_query@ locale key to @label_default_query@ ↵Marius Balteanu2021-11-1549-49/+49
| | | | | | (#7360). git-svn-id: http://svn.redmine.org/redmine/trunk@21280 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#36192).Go MAEDA2021-11-131-5/+4
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@21278 e93f8b46-1217-0410-a6f0-8f06a7374b81