summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Fixes wrong class name introduced in r23887 (#42972, #40744). HEADmasterMarius Balteanu4 days1-1/+1
| | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23896 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the "for" attribute of the labels in partial ↵Go MAEDA8 days1-10/+10
| | | | | | | | | imports/issues_relations_mapping (#42957). Patch by Thomas Löber (user:tloeber). git-svn-id: https://svn.redmine.org/redmine/trunk@23895 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor, refresh UI and unify the structure of journals, replies and ↵Marius Balteanu13 days7-138/+157
| | | | | | comments (#42972, #40744). git-svn-id: https://svn.redmine.org/redmine/trunk@23887 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds missing buttons class to column header (#42794).Marius Balteanu2025-07-051-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hide action buttons when printing (#42794).Marius Balteanu2025-07-054-6/+6
| | | | | | Patch by Luc Luc (user:iq2luc). git-svn-id: https://svn.redmine.org/redmine/trunk@23860 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reimplement partial quote feature using Stimulus JS (#42515).Marius Balteanu2025-07-043-33/+27
| | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23854 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces legacy other download icon with SVG icon (#42953).Marius Balteanu2025-07-041-0/+1
| | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23852 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes missing icon in attachments upload form in case of validation errors ↵Marius Balteanu2025-06-291-0/+1
| | | | | | | | (#42920). Patch by Karel Pičman (user:picman). git-svn-id: https://svn.redmine.org/redmine/trunk@23848 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add OAuth2 provider capability using doorkeeper gem (#24808).Marius Balteanu2025-06-1211-1/+233
| | | | | | 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-1211-233/+1
| | | | 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-1111-1/+233
| | | | | | Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds Initials to the list of default gratavar options (#42623).Marius Balteanu2025-05-141-1/+21
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds wiki syntax help for commonmark alerts (#42603). Marius Balteanu2025-05-142-0/+56
| | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23764 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce reactions feature (so-called "like button") to issues, notes, ↵Go MAEDA2025-05-117-5/+29
| | | | | | | | | 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-2/+9
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23752 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reorder "Also available in" links to place Atom at the end (#42598).Go MAEDA2025-05-056-9/+9
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23744 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing allowed CSS properties to the CommonMark Markdown help (#42618).Go MAEDA2025-04-241-2/+2
| | | | | | | Patch by Kenta Kumojima (user:kumojima). git-svn-id: https://svn.redmine.org/redmine/trunk@23710 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces Stimulus as a Javascript framework (#42510):Marius Balteanu2025-04-211-0/+1
| | | | | | | | | * old @application.js@ from @app/assets/javascripts@ become @application-legacy.js@ in favour of @application.js@ provided by Stimulus * adds @importmap@ gem to handle JavaScript modules using logical names that map to versioned/digested files Stimulus will be used for new functionality and, over time, to migrate existing features from JQuery / JQuery UI. git-svn-id: https://svn.redmine.org/redmine/trunk@23697 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing _filters.html.erb view file that was not included in r23686 ↵Go MAEDA2025-04-201-0/+6
| | | | | | (#42335). git-svn-id: https://svn.redmine.org/redmine/trunk@23688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes plugin activity SVG icons broken when multiple plugins are loaded ↵Marius Balteanu2025-04-191-1/+1
| | | | | | | | (#42509). Patch by Stefan Rinkes (user:srinkes). git-svn-id: https://svn.redmine.org/redmine/trunk@23683 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "editable" attribute in the custom fields API response (#41935).Marius Balteanu2025-04-181-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces legacy del and attachment icons with SVG in attachments form (#42576).Marius Balteanu2025-04-181-2/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23667 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a button to copy `pre` code block content to the clipboard (#29214).Go MAEDA2025-04-173-1/+4
| | | | | | | 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
* Improve SVG icon compatibility with RTL languages by adding the @rtl@ ↵Marius Balteanu2025-04-1313-25/+25
| | | | | | parameter to @sprite_icon@ method. When it is @true@, it adds the 'icon-rtl' class to SVG icons, flipping their direction if an RTL language is used (#42465). git-svn-id: https://svn.redmine.org/redmine/trunk@23654 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Avoid "literal string will be frozen in the future" warning on Ruby 3.4 ↵Go MAEDA2025-04-082-3/+3
| | | | | | | | | (#41976). Patch by Go MAEDA (user:maeda) and Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23611 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Configurable columns for related and sub issues lists (#42477).Go MAEDA2025-04-021-0/+19
| | | | | | | Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23596 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add administration setting to allow time logging on closed issues. By ↵Marius Balteanu2025-03-303-2/+4
| | | | | | default, the setting is enabled (#13596). git-svn-id: https://svn.redmine.org/redmine/trunk@23586 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "For all projects" checkbox should be disabled when editing an existing ↵Go MAEDA2025-03-271-1/+1
| | | | | | | | | query in which the checkbox is already checked (#42458). Patch by [Agileware] nusohiro (user:nusohiro). git-svn-id: https://svn.redmine.org/redmine/trunk@23573 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The collapse arrow for assignee and owner sections in @/workflows/edit@ now ↵Marius Balteanu2025-03-261-4/+4
| | | | | | correctly reflects the open/closed state when rules are configured (#41947). git-svn-id: https://svn.redmine.org/redmine/trunk@23567 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace legacy icons with SVG icons in tabs left / right buttons (#41833).Marius Balteanu2025-03-261-2/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23566 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces legacy icon with SVG icon in conflict warning (#41952).Marius Balteanu2025-03-261-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23565 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces legacy icons with SVG icons in error explanation (#41952).Marius Balteanu2025-03-265-2/+12
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23563 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace SCM action icons in the tree view of the repository browser (#41967).Marius Balteanu2025-03-241-5/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23553 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces legacy arrow right icon in context menus with SVG icon (#42286).Marius Balteanu2025-03-222-0/+11
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23552 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes expander icons not switch for completed versions (#42285).Marius Balteanu2025-03-131-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23548 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extract project query for admins to a separate ProjectAdminQuery model (#42352).Marius Balteanu2025-03-093-8/+6
| | | | | | Patch by Holger Just (user:hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@23531 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix ArgumentError in project settings members tab when orphaned member ↵Go MAEDA2025-02-091-2/+4
| | | | | | | | | records exist (#42192). Patch by Holger Just (user:hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@23500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Latest news box on home page misses icons (#42229).Go MAEDA2025-02-071-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace legacy PNG icons with SVG icons for multiselect toggles (#42130).Go MAEDA2025-01-283-4/+5
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix the members list table layout breaks due to .icon class on td elements ↵Go MAEDA2025-01-231-3/+5
| | | | | | | | | (#42126). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23461 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor thumbnail markup for improved structure and semantics (#42133).Go MAEDA2025-01-232-2/+2
| | | | | | | Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23460 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update footer copyright year to 2025 (#42140).Go MAEDA2025-01-221-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23453 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Replace legacy reorder icon in Key-value list custom field editor with ↵Go MAEDA2025-01-181-1/+1
| | | | | | | | | SVG icon (#42117). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23445 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace legacy icons on search results pages with SVG icons (#42023).Go MAEDA2024-12-221-1/+2
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23416 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds global setting In Display tab to disable JS based table sort in wiki ↵Marius Balteanu2024-12-111-0/+2
| | | | | | | | content (#40588). Patch by Jens Krämer (user:jkraemer). git-svn-id: https://svn.redmine.org/redmine/trunk@23401 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces warning icon with SVG in watcher list and workflow warnings (#41918).Marius Balteanu2024-12-113-3/+3
| | | | | | Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23388 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allows passing plugin parameter when registering activities from a plugin in ↵Marius Balteanu2024-12-101-1/+1
| | | | | | order to look for the icon in plugin default icons file (#41880). git-svn-id: https://svn.redmine.org/redmine/trunk@23377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces legacy magnifier icon with SVG icon in project jump and in search ↵Marius Balteanu2024-12-081-1/+1
| | | | | | field from mobile view (#41714). git-svn-id: https://svn.redmine.org/redmine/trunk@23368 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes error when create a version with custom field of "File" type from ↵Marius Balteanu2024-12-081-1/+1
| | | | | | | | Issue page (#40301). Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23363 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable browser autocomplete for login input fields (#41937).Go MAEDA2024-12-085-9/+9
| | | | | | | Contributed by Thomas Butz (user:otbutz). git-svn-id: https://svn.redmine.org/redmine/trunk@23361 e93f8b46-1217-0410-a6f0-8f06a7374b81