summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Reimplement partial quote feature using Stimulus JS (#42515).Marius Balteanu3 days1-7/+7
* Fix RuboCop Style/RedundantArrayFlatten (#41884).Go MAEDA2025-06-072-7/+7
* Change quote note icon to quotation marks (#31531).Marius Balteanu2025-05-301-1/+1
* Adds icons to commonmark alerts (#42603).Marius Balteanu2025-05-241-1/+5
* Avoid adding "%" suffix in CSV export for Progress Bar custom fields to preve...Go MAEDA2025-05-171-0/+12
* Improve method and variable naming for clarity and consistency (#42630).Go MAEDA2025-05-151-8/+8
* Show reaction counts and user names only for reactions visible to the logged-...Go MAEDA2025-05-151-4/+0
* Introduce reactions feature (so-called "like button") to issues, notes, news,...Go MAEDA2025-05-111-0/+193
* Fixes rubocop offenses (#42648, #42603).Marius Balteanu2025-04-301-1/+1
* Fixes rubocop offense "Prefer assert_not_includes over refute_includes" (#426...Marius Balteanu2025-04-301-1/+1
* Fixes broken references for multiple footnote usage (#42648).Marius Balteanu2025-04-301-4/+8
* Fixes failing test (#42603).Marius Balteanu2025-04-301-1/+1
* Enable CommonMark alert extension (#42603).Marius Balteanu2025-04-292-9/+74
* Fix RuboCop Layout/EmptyLinesAroundMethodBody (#42602).Go MAEDA2025-04-271-1/+0
* Replaces deckar01-task_list gem with commonmarks tasklist extension (#42602).Marius Balteanu2025-04-272-1/+22
* Adds interval ratio setting to progressbar custom field (#42335).Go MAEDA2025-04-191-1/+36
* Fix RuboCop Style/RedundantFormat by renaming custom `format` method to `to_h...Go MAEDA2025-04-111-32/+32
* Skip repository tests when the SCM client command is unavailable (#42500).Go MAEDA2025-04-105-13/+7
* "Progress bar" custom field format (#42335).Go MAEDA2025-03-261-0/+85
* Correctly handle exception messages in macros (#42326).Marius Balteanu2025-03-061-2/+2
* Fix: Float custom values with ',' as decimal separator are not converted to '...Go MAEDA2025-02-081-5/+13
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-1121-90/+0
* Fix random test failures in Redmine::Acts::MentionableTest due to unsorted me...Go MAEDA2024-11-291-3/+3
* Update Rouge gem version to 4.5 (#41728).Marius Balteanu2024-11-111-1/+1
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-117-7/+7
* Fix random test failures due to missing fixtures (#41623).Go MAEDA2024-11-111-1/+1
* Fix RuboCop Layout/SpaceAfterComma in test/unit/lib/redmine/menu_manager/menu...Marius Balteanu2024-11-101-1/+1
* Allows plugins to add custom SVG icons for menu items added by the plugin (#2...Marius Balteanu2024-11-102-0/+18
* Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to...Marius Balteanu2024-11-037-7/+7
* Updates commonmark gem version to 1.1.5 which switches from libcmark-gfm to c...Marius Balteanu2024-11-037-7/+7
* Upgrades propshaft to 1.1.0 (#39111).Marius Balteanu2024-10-311-1/+1
* Fix tests for the partial quoting feature that randomly fail (#41294).Go MAEDA2024-10-261-8/+10
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-203-411/+1
* Fixes tests after r23104 (#23980).Marius Balteanu2024-10-111-7/+7
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-091-0/+40
* Add placeholder "h:mm" to hours field for better user guidance (#2464).Go MAEDA2024-08-211-1/+3
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-212-2/+2
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody (#36320).Go MAEDA2024-08-201-1/+0
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-205-5/+0
* Upgrade to Rails 7.2.0 (#36320).Marius Balteanu2024-08-201-1/+1
* Add support for quoted arguments containing commas in wiki macros (#40014).Go MAEDA2024-08-201-0/+7
* Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-121-1/+0
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-181-0/+11
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-181-1/+1
* Fix tests for updated git repository (#40948).Marius Balteanu2024-07-141-11/+11
* Fix RuboCop offense Style/MapCompactWithConditionalBlock (#39887).Go MAEDA2024-07-111-1/+1
* Add test for r22906 (#40716).Go MAEDA2024-07-061-0/+15