summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Return 406 status code instead of 500 when API request has an invalid format ↵Marius Balteanu2022-01-301-1/+3
| | | | | | | | | (#34766). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21392 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove sidebar views (#36524).Marius Balteanu2022-01-302-6/+0
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21391 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove sidebar with invalid query links from imports views (#36524).Marius Balteanu2022-01-305-10/+0
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve readability of @must_activate_twofa?@ function (#31920).Marius Balteanu2022-01-291-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21389 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reduce extra database queries in IssueQuery.default (#7360, #36503).Go MAEDA2022-01-231-3/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21387 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-228-416/+601
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21386 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates en help file for common_mark to include the task list items feature ↵Marius Balteanu2022-01-221-0/+1
| | | | | | (#35742). git-svn-id: http://svn.redmine.org/redmine/trunk@21385 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix path to task list items icon (#35742).Marius Balteanu2022-01-221-0/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21384 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-227-0/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21383 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that I18nTest#test_custom_pluralization_rules randomly fails (#36396, ↵Go MAEDA2022-01-221-1/+3
| | | | | | | | | #36461). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21382 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display "Two-factor authentication" on two lines to save some space (#35934).Marius Balteanu2022-01-222-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Two-factor authentication" filter and column to Users list in ↵Marius Balteanu2022-01-223-0/+64
| | | | | | administration (#35934). git-svn-id: http://svn.redmine.org/redmine/trunk@21380 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-222-7/+13
| | | | | | Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't display "No Match Found!" when the inline autocomplete doesn't return ↵Marius Balteanu2022-01-221-7/+2
| | | | | | | | any result (#35215). Patch by Takashi Kato. git-svn-id: http://svn.redmine.org/redmine/trunk@21377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update session token only once per minute (#29041).Go MAEDA2022-01-222-1/+21
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@21376 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include avatar URL in Users API (#36303).Go MAEDA2022-01-213-2/+14
| | | | | | | Contributed by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21375 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Text custom field values are not aligned with their labels when text ↵Go MAEDA2022-01-201-0/+1
| | | | | | | | | formatting is enabled (#36455). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21372 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Duplicate activities in time entry report when project-specific activies ↵Go MAEDA2022-01-192-1/+14
| | | | | | | | | exist (#20018). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21371 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.25 (#35136).Go MAEDA2022-01-182-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21370 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Regenerate .rubocop_todo.yml (#35136).Go MAEDA2022-01-181-49/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21369 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display source project for cross-project associated revisions for issues ↵Go MAEDA2022-01-183-2/+5
| | | | | | | | | (#5242). Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21368 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make issue tabs DOM more consistent (#36429).Go MAEDA2022-01-173-3/+9
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Edit" misaligned in project members view (#13199).Go MAEDA2022-01-162-1/+2
| | | | | | | Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21366 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom I18n Pluralization rules are not applied correctly (#36396).Go MAEDA2022-01-152-2/+11
| | | | | | | Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Explicitly set Setting.cross_project_issue_relations to prevent random test ↵Go MAEDA2022-01-131-10/+12
| | | | | | failure (#36361). git-svn-id: http://svn.redmine.org/redmine/trunk@21364 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restore the value of Setting.cross_project_issue_relations to prevent random ↵Go MAEDA2022-01-131-27/+27
| | | | | | | | | test failures (#36361). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21363 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mailer.with_synched_deliveries doesn't correctly detect other async Queue ↵Go MAEDA2022-01-121-3/+1
| | | | | | | | | adapters (#36393). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21362 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Permission check of the setting button on the issues page mismatches button ↵Go MAEDA2022-01-102-1/+17
| | | | | | | | | semantics (#35090). Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21357 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Nokogiri to 1.13 (#35691).Go MAEDA2022-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21356 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the default value for "Time span format" from "decimal" to "minutes" ↵Go MAEDA2022-01-0811-52/+52
| | | | | | (#36391). git-svn-id: http://svn.redmine.org/redmine/trunk@21355 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix wrong variable name in Import#set_default_settings (#34718).Go MAEDA2022-01-072-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21354 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: fix Style/RedundantSort in app/models/import.rb (#34718).Go MAEDA2022-01-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21353 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto guess file encoding when importing CSV file (#34718).Go MAEDA2022-01-074-1/+71
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21352 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
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-054-11/+11
| | | | | | | Contributed by Frederico Camara. git-svn-id: http://svn.redmine.org/redmine/trunk@21346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes Markdown and CommonMark formatters independent of each other (#32424).Marius Balteanu2022-01-042-8/+257
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update config/environments/*.rb for Rails 6.1 (#35081).Go MAEDA2022-01-034-29/+169
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21344 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Disable Rails/FilePath and Style/GlobalStdStream (#35081).Go MAEDA2022-01-031-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21343 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-02638-638/+638
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in the footer to 2022 (#36378).Go MAEDA2022-01-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21339 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test if the encoding drop-down in the import settings includes all CSV ↵Go MAEDA2022-01-021-1/+10
| | | | | | | | | encodings (#36377). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21338 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-022-1/+2
| | | | | | | | | 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
* Fix that encoding drop-down in the import settings defaults to US-ASCII ↵Go MAEDA2022-01-021-0/+1
| | | | | | | | | instead of general_csv_encoding in Korean (#36377). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cannot select text in a table with a context menu available (#36363).Go MAEDA2021-12-311-1/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use File.exist? instead of deprecated File.exists? in Gemfile (#36358).Go MAEDA2021-12-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21333 e93f8b46-1217-0410-a6f0-8f06a7374b81