summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Adds method @initials@ to @Principal@ and return @nil@ by default (#42623).Marius Balteanu6 days1-0/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23888 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor, refresh UI and unify the structure of journals, replies and ↵Marius Balteanu7 days4-7/+7
| | | | | | comments (#42972, #40744). git-svn-id: https://svn.redmine.org/redmine/trunk@23887 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Downloading .js files from the repository browser fails with a 422 error due ↵Go MAEDA2025-07-051-0/+21
| | | | | | | | | to ActionController::InvalidCrossOriginRequest (#42839). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23857 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reimplement partial quote feature using Stimulus JS (#42515).Marius Balteanu2025-07-042-9/+9
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23854 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes @icon-only@ class for quote reply button and test assertions that are ↵Marius Balteanu2025-07-041-3/+3
| | | | | | always true (#42515). git-svn-id: https://svn.redmine.org/redmine/trunk@23853 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix "Page not found" error when saving workflows with many statuses on Rack ↵Go MAEDA2025-06-181-0/+39
| | | | | | | | | >= 3.1.14 (#42875). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23841 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces webrick server used in @OauthProviderSystemTest@ with puma (#24808).Marius Balteanu2025-06-161-8/+14
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve text assertion (#24808).Marius Balteanu2025-06-161-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23839 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add OAuth2 provider capability using doorkeeper gem (#24808).Marius Balteanu2025-06-123-0/+218
| | | | | | Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23837 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r23835 due to wrong issue ID (#40856).Marius Balteanu2025-06-123-218/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23836 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add OAuth2 provider capability using doorkeeper gem (#40856).Marius Balteanu2025-06-113-0/+218
| | | | | | Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Style/RedundantArrayFlatten (#41884).Go MAEDA2025-06-073-8/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix render_flash_messages method to ignore non-string flash values and ↵Go MAEDA2025-06-061-0/+8
| | | | | | | | | prevent errors (#42073). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23821 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default for "Javascript based table sorting in wiki content" to disabled ↵Marius Balteanu2025-06-011-0/+4
| | | | | | for new installations (#40588). git-svn-id: https://svn.redmine.org/redmine/trunk@23813 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r23811 (#31531).Marius Balteanu2025-06-011-4/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change quote note icon to quotation marks (#31531).Marius Balteanu2025-06-011-0/+4
| | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999) and Marius BALTEANU (user:marius.balteanu). git-svn-id: https://svn.redmine.org/redmine/trunk@23811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix system test failure in reactions_test.rb caused by r23809 (#31531).Go MAEDA2025-06-011-3/+3
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change quote note icon to quotation marks (#31531).Marius Balteanu2025-05-303-2/+9
| | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999) and Marius BALTEANU (user:marius.balteanu). git-svn-id: https://svn.redmine.org/redmine/trunk@23809 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Edit this section" button is missing for headings rendered as multiline ↵Go MAEDA2025-05-271-0/+40
| | | | | | | | | HTML (#42332). Patch by Abe Tomoaki (user:abetomo). git-svn-id: https://svn.redmine.org/redmine/trunk@23802 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds icons to commonmark alerts (#42603).Marius Balteanu2025-05-241-1/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23796 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update tests for rails-dom-testing 2.3.0 whitespace collapsing (#42756).Go MAEDA2025-05-234-7/+7
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23784 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow reactions on journals with property changes only (#42630).Go MAEDA2025-05-173-2/+60
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Avoid adding "%" suffix in CSV export for Progress Bar custom fields to ↵Go MAEDA2025-05-171-0/+12
| | | | | | | | | prevent import errors (#42335, #42706). Patch by Kenta Kumojima (user:kumojima). git-svn-id: https://svn.redmine.org/redmine/trunk@23780 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve reaction button style to better highlight existing reactions (#42630):Go MAEDA2025-05-162-2/+22
| | | | | | | | | | | * Hide count when zero * Make non-zero count bold * Remove underline on hover and active Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes wrong change added in r23761 (#42422).Marius Balteanu2025-05-151-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23770 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve method and variable naming for clarity and consistency (#42630).Go MAEDA2025-05-151-8/+8
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23769 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show reaction counts and user names only for reactions visible to the ↵Go MAEDA2025-05-154-14/+8
| | | | | | | | | logged-in user (#42630). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds Initials to the list of default gratavar options (#42623).Marius Balteanu2025-05-142-0/+33
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use Capybara's @assert_current_path@ in "log_user" steps to wait for page in ↵Marius Balteanu2025-05-141-2/+2
| | | | | | | | ApplicationSystemTestCase (#42422). Patch by Takuya Kodama (user:otegami). git-svn-id: https://svn.redmine.org/redmine/trunk@23761 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random failures in several system tests with Chrome 133 and later (#42687).Go MAEDA2025-05-113-1/+16
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23756 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce reactions feature (so-called "like button") to issues, notes, ↵Go MAEDA2025-05-1110-0/+1172
| | | | | | | | | news, and forums (#42630). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a sticky issue header to issue page (#42684).Go MAEDA2025-05-101-0/+38
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23752 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offenses (#42648, #42603).Marius Balteanu2025-04-301-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23728 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes rubocop offense "Prefer assert_not_includes over refute_includes" ↵Marius Balteanu2025-04-301-1/+1
| | | | | | (#42603). git-svn-id: https://svn.redmine.org/redmine/trunk@23727 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes broken references for multiple footnote usage (#42648).Marius Balteanu2025-04-301-4/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23726 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes failing test (#42603).Marius Balteanu2025-04-301-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23725 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable CommonMark alert extension (#42603).Marius Balteanu2025-04-292-9/+74
| | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23724 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Layout/EmptyLinesAroundMethodBody (#42602).Go MAEDA2025-04-271-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23723 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces deckar01-task_list gem with commonmarks tasklist extension (#42602).Marius Balteanu2025-04-272-1/+22
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Suppress "Change your password" popup for stable system tests (#42600).Go MAEDA2025-04-231-0/+5
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23704 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds interval ratio setting to progressbar custom field (#42335).Go MAEDA2025-04-193-1/+63
| | | | | | | Patch by Marius BĂLTEANU (user:marius.balteanu) and Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23686 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "editable" attribute in the custom fields API response (#41935).Marius Balteanu2025-04-181-0/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix tests after r23672 (#42545).Marius Balteanu2025-04-183-10/+12
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes commit message in issue history might be rendered in incorrect context ↵Marius Balteanu2025-04-182-0/+28
| | | | | | | | (#42545). Patch by Felix Schäfer (user:felix). git-svn-id: https://svn.redmine.org/redmine/trunk@23672 e93f8b46-1217-0410-a6f0-8f06a7374b81
* NoMethodError when creating a user with an invalid email address and domain ↵Go MAEDA2025-04-181-0/+6
| | | | | | | | | restrictions are enabled (#42584). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23666 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a button to copy `pre` code block content to the clipboard (#29214).Go MAEDA2025-04-171-0/+71
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999) and Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23663 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure in MemberTest#test_update_roles_with_inherited_roles ↵Go MAEDA2025-04-121-2/+2
| | | | | | due to non-deterministic ordering (#42572). git-svn-id: https://svn.redmine.org/redmine/trunk@23641 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop Style/ComparableBetween (#41884).Go MAEDA2025-04-111-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23634 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random test failure in ProjectAdminQueryTest due to missing language ↵Go MAEDA2025-04-111-0/+1
| | | | | | setting (#42562). git-svn-id: https://svn.redmine.org/redmine/trunk@23631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r23629: incorrect issue number (#41884) in commit messageGo MAEDA2025-04-111-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23630 e93f8b46-1217-0410-a6f0-8f06a7374b81