summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds test for bulk unlock users (#40913).Marius Balteanu2024-07-141-0/+16
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22930 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix tests for updated git repository (#40948).Marius Balteanu2024-07-142-21/+24
| | | | | | | Patch by Holger Just (@hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@22929 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates broken git repository archive introduced in r22910 (#40948).Marius Balteanu2024-07-141-0/+0
| | | | | | | | Patch by Holger Just (@hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@22928 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#36197).Go MAEDA2024-07-1449-0/+49
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22927 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add configurable setting for copying attachments when copying an issue (#36197).Go MAEDA2024-07-147-5/+115
| | | | | | | Patch by Yuichi HARADA (user:yui.har). git-svn-id: https://svn.redmine.org/redmine/trunk@22926 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add bulk unlock to user list context menu (#40913).Marius Balteanu2024-07-133-5/+18
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22925 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Increases number of revisions and fileschanges in ↵Marius Balteanu2024-07-131-2/+2
| | | | | | test/unit/repository_git_test.rb (#40948). git-svn-id: https://svn.redmine.org/redmine/trunk@22924 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/CollectionCompact (#39887).Go MAEDA2024-07-114-16/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22921 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 1.65 (#39887).Go MAEDA2024-07-112-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22920 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/MapCompactWithConditionalBlock (#39887).Go MAEDA2024-07-113-10/+10
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22919 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offenses (#40946). Marius Balteanu2024-07-081-5/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces @valid_watcher?@ check on watchables (@40946).Marius Balteanu2024-07-083-8/+17
| | | | | | | | Patch by Jens Krämer (@jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@22916 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Permission check based on the type of @watchables@ (#40946).Marius Balteanu2024-07-082-0/+49
| | | | | | | | Patch by Jens Krämer (@jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@22915 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Check view watchers permission when copying issues (#40946).Marius Balteanu2024-07-082-2/+22
| | | | | | | Patch by Jens Kraemer (@jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@22914 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve watcher list permissions check to explicitly require ↵Marius Balteanu2024-07-087-1/+67
| | | | | | | | | | @view_issue_watchers@ permission (#40946). Patch by Felix Schäfer (@felix). git-svn-id: https://svn.redmine.org/redmine/trunk@22913 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update all locales for @notice_invalid_watcher@ that are using the english ↵Marius Balteanu2024-07-0834-34/+34
| | | | | | | | | translation (#40950). git-svn-id: https://svn.redmine.org/redmine/trunk@22912 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve english translation for @notice_invalid_watcher@ (#40950).Marius Balteanu2024-07-081-1/+1
| | | | | | | Patch by Holger Just (@hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@22911 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Truncate git authors to 255 characters (#40948).Marius Balteanu2024-07-084-3/+3
| | | | | | | | | | The committer column in the database allows max 255 characters. With longer authors, this would result in a schema violation. By manually truncating the author field, we can avoid this. Patch by Holger Just (@hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@22910 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Galician translation update (#40940).Go MAEDA2024-07-081-5/+5
| | | | | | | Patch by Guillermo ML (user:guillermoml). git-svn-id: https://svn.redmine.org/redmine/trunk@22909 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Style/PerlBackrefs (#39887).Go MAEDA2024-07-062-4/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22908 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add test for r22906 (#40716).Go MAEDA2024-07-061-0/+15
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22907 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent issue links with double hash (##nnn) from being recognized as ATX ↵Go MAEDA2024-07-061-2/+2
| | | | | | | | | headings (#40716). Patch by daijiro fukuda (user:daipom). git-svn-id: https://svn.redmine.org/redmine/trunk@22906 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantRegexpEscape in ↵Go MAEDA2024-07-062-3/+2
| | | | | | lib/redmine/wiki_formatting/section_helper.rb (#40716). git-svn-id: https://svn.redmine.org/redmine/trunk@22905 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Spent hours ignoring "Time Span Format" Setting on several pages (#40924).Go MAEDA2024-06-304-11/+15
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22902 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable custom query links while loading to prevent multiple requests (#40901).Go MAEDA2024-06-271-1/+2
| | | | | | | Patch by Mizuki ISHIKAWA (@ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@22901 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Expose project updated_on column and filter in project query (#40829).Go MAEDA2024-06-271-0/+2
| | | | | | | Patch by Felix Schäfer (@felix). git-svn-id: https://svn.redmine.org/redmine/trunk@22899 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add bulk lock feature to user list context menu (#40913).Marius Balteanu2024-06-256-23/+56
| | | | | | | Patch by Mizuki ISHIKAWA (@ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@22898 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused "label_browse" from all locales (#40882).Go MAEDA2024-06-2550-50/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add test for r22895 (#40860).Go MAEDA2024-06-251-0/+10
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22896 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating a new issue fails with an internal error if no issue priorities are ↵Go MAEDA2024-06-251-1/+1
| | | | | | | | | defined (#40860). Patch by Holger Just (@hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@22895 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Japanese translation update (#40880).Go MAEDA2024-06-231-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22894 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#37279).Go MAEDA2024-06-2247-1/+47
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22893 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve Czech translation for "two-factor authentication" (#40875).Go MAEDA2024-06-211-24/+24
| | | | | | | Patch by Karel Pičman (@picman). git-svn-id: https://svn.redmine.org/redmine/trunk@22890 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Czech translation update (#40876).Go MAEDA2024-06-211-2/+2
| | | | | | | Patch by Karel Pičman (@picman). git-svn-id: https://svn.redmine.org/redmine/trunk@22889 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reject passwords that are the same as login, first name, last name, or email ↵Go MAEDA2024-06-213-0/+30
| | | | | | | | | (#37279). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22888 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade jQuery to 3.7.1 and jQuery UI to 1.13.3 (#40853, #40864).Go MAEDA2024-06-203-11/+11
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22887 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support multiple multi-word phrases in the search engine (#38446).Go MAEDA2024-06-192-1/+10
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix misalignment issue when displaying the table of contents (TOC) on the ↵Go MAEDA2024-06-191-2/+4
| | | | | | | | | right of wiki page (#34473). Patch by Mizuki ISHIKAWA (@ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@22885 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optimize Version#behind_schedule? by avoiding the call to completed_percent ↵Go MAEDA2024-06-171-8/+5
| | | | | | | | | when due_date or start_date is nil (#40798). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22882 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optimize FixedIssuesExtension#closed_percent by bypassing issues_progress ↵Go MAEDA2024-06-171-0/+1
| | | | | | | | | when all issues are closed (#40798). Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22881 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optimize Version model by reducing redundant SQL count queries (#40798).Go MAEDA2024-06-171-14/+10
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22880 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Rails/ActiveRecordCallbacksOrder (#39889).Go MAEDA2024-06-1712-34/+17
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22879 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update MiniMagick to 4.13 (#40849).Go MAEDA2024-06-171-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22878 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revisions count is wrong on the wiki content page (#40655).Go MAEDA2024-06-132-1/+15
| | | | | | | Contributed by Karel Pičman (@picman). git-svn-id: https://svn.redmine.org/redmine/trunk@22877 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack ↵Go MAEDA2024-06-1233-55/+56
| | | | | | | | | | | | 3.1.0+ in assert_response (#39889). Rack 3.1.0 changed the symbol for HTTP status code 422 from `:unprocessable_entity` to `:unprocessable_content`. Due to the change, `assert_response(:unprocessable_entity, ...)` raises ArgumentError with Rack 3.1.0+. This fix is a follow-up to r22837. git-svn-id: https://svn.redmine.org/redmine/trunk@22876 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add LICENSE.txt in the root directory (#40202).Go MAEDA2024-06-121-0/+23
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22875 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture journal_details to JournalsHelperTest (#40801).Go MAEDA2024-06-121-1/+2
| | | | | | | Patch by Mizuki ISHIKAWA (@ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@22874 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 5.1.3 release.Go MAEDA2024-06-122-1/+34
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22869 e93f8b46-1217-0410-a6f0-8f06a7374b81
* `chmod +x bin/changelog.rb` to make it executable.Go MAEDA2024-06-111-0/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22868 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace BlankSlate with BasicObject for Builder 3.0.0 compatibility (#40802).Go MAEDA2024-06-072-11/+9
| | | | | | | Patch by Pavel Rosický (@ahorek). git-svn-id: https://svn.redmine.org/redmine/trunk@22863 e93f8b46-1217-0410-a6f0-8f06a7374b81