summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing files in r22289 (#2568).Go MAEDA2023-08-311-0/+22
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22290 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add description for issue statuses and display them in issue new/edit form ↵Go MAEDA2023-08-314-1/+8
| | | | | | | | | (#2568). Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@22288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-271-42/+31
| | | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22283 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add breadcrumbs to news pages (#2631).Go MAEDA2023-05-091-0/+1
| | | | | | | Patch by Brad Beattie. git-svn-id: https://svn.redmine.org/redmine/trunk@22236 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the new pagination style for the calendars view (#27346).Go MAEDA2023-05-071-3/+9
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: https://svn.redmine.org/redmine/trunk@22235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use label_view instead of the untranslated string "OK" in the repository ↵Go MAEDA2023-05-052-2/+2
| | | | | | | | | browser (#38509). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "View annotation prior to this change" button in the annotate view of ↵Go MAEDA2023-04-301-0/+8
| | | | | | | | | Git (#35432). Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@22217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a button to apply issues filter to search results (#38481).Go MAEDA2023-04-271-0/+5
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22212 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to disable the priority field (#38416).Go MAEDA2023-04-141-1/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22185 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export a version as changelog text (#36679).Go MAEDA2023-04-131-0/+4
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22179 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of ↵Go MAEDA2023-03-252-2/+2
| | | | | | inverting `blank?` (#37248). git-svn-id: https://svn.redmine.org/redmine/trunk@22152 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not apply table-layout:fixed in potentially wide tables of detailed issue ↵Go MAEDA2023-03-221-1/+1
| | | | | | | | | reports (#38360). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22142 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render numeric axis in charts as integers (#38359).Go MAEDA2023-03-222-1/+7
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22139 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Check if the user has the permission to add notes or edit an issue when ↵Go MAEDA2023-03-021-1/+2
| | | | | | | | | adding an issue attachments (#38297). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22122 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove X-UA-Compatible meta tag for Internet Explorer (#38228).Go MAEDA2023-02-051-1/+0
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22095 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix robots.txt to disallow issue lists with a sort or query_id parameter in ↵Go MAEDA2023-01-231-2/+2
| | | | | | | | | any position, not just first (#38201). Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22070 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-121-1/+1
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@22038 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22013 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-3/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21960 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-0/+3
| | | | | | | Patch by Vladimir Kovacik, Jiri Stepanek, Aighan Pacobilch, Olivier Houdas, Takenori TAKAKI, and Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21958 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't display an unnecessary closing li element when there is no "Next" ↵Go MAEDA2022-11-021-2/+1
| | | | | | | | | button on the activity page. (#37875). Patch by Alexander Meindl. git-svn-id: https://svn.redmine.org/redmine/trunk@21942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disallow all in /robots.txt if login is required (#37807).Go MAEDA2022-11-011-0/+4
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21940 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add table header in Plugins page (#37692).Go MAEDA2022-10-011-0/+8
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21879 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable user auto-complete in issues bulk edit (#37369).Marius Balteanu2022-09-231-0/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21834 e93f8b46-1217-0410-a6f0-8f06a7374b81
* User bulk destroy (#37674).Go MAEDA2022-09-202-0/+28
| | | | | | | | | | includes a confirmation page that also gives the opportunity to lock users instead of deleting them. Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-203-83/+132
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename Repository#supports_all_revisions? to Repository#supports_history? ↵Go MAEDA2022-09-153-5/+5
| | | | | | | | | (#37657). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21816 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.13.2 (#37492).Go MAEDA2022-09-131-1/+1
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show "History" tab for content in Filesystem repository (#37585).Go MAEDA2022-09-071-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add description field to custom fields API (#37617).Go MAEDA2022-09-011-0/+1
| | | | | | | Patch by Holger Just and Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21793 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-242-0/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add default spent time activity per role (#29286).Go MAEDA2022-08-092-1/+5
| | | | | | | Patch by Marius BALTEANU and Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21763 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace JQuery `.focus()` method with HTML `autofocus` attribute (#37482).Go MAEDA2022-08-062-10/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@21762 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Normalize HTML in settings/_users, and remove broken CSS left over from the ↵Go MAEDA2022-07-281-8/+7
| | | | | | | | | old times (#37507). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21743 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Open Help in a separate tab (#1069).Go MAEDA2022-07-221-1/+1
| | | | | | | Contributed by Vijay Kiran. git-svn-id: https://svn.redmine.org/redmine/trunk@21737 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSV export of issues report (#37362).Go MAEDA2022-07-211-0/+14
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@21732 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-172-0/+8
| | | | | | | Patch by Marius BALTEANU. git-svn-id: https://svn.redmine.org/redmine/trunk@21713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Information text on sudo password entry (#33660).Go MAEDA2022-07-102-0/+4
| | | | | | | Patch by Felix Schäfer. git-svn-id: https://svn.redmine.org/redmine/trunk@21699 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve wording on password change form (#36908).Go MAEDA2022-06-291-1/+1
| | | | | | | Contributed by Vu Nguyen. git-svn-id: https://svn.redmine.org/redmine/trunk@21692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update jQuery UI to 1.31.1 (#37256).Marius Balteanu2022-06-161-1/+1
| | | | | | | Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make "Project" label translatable in ↵Go MAEDA2022-06-061-1/+1
| | | | | | | | | app/views/projects/bulk_destroy.html.erb (#36691, #37210). Patch by Robert Korulczyk. git-svn-id: https://svn.redmine.org/redmine/trunk@21624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix internal server error when trying to retrieve AnonymousUser's ↵Marius Balteanu2022-05-271-1/+1
| | | | | | | | | information via Users API (#37157). Patch by Yuichi HARADA. git-svn-id: https://svn.redmine.org/redmine/trunk@21606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds projects bulk delete (#36691).Marius Balteanu2022-05-172-0/+33
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Background job for project deletion (#36691).Marius Balteanu2022-05-172-3/+3
| | | | | | | | | | | | | | | Due to the deletion of dependent objects (issues etc), project deletion may take a long time. This patch moves the actual project deletion into an ActiveJob job. It also introduces a new project status (SCHEDULED_FOR_DELETION) that is used to effectively hide the project that is about to be deleted (and any potential descendant projects) from the system immediately. A security notification is sent out to the user that deleted the project, informing about success / failure. The projects list is extended to be able to filter for the new status, so in case of a failure, the project can still be accessed for examination. Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21591 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ask more specific confirmation questions when closing/reopening/archiving ↵Marius Balteanu2022-05-162-5/+4
| | | | | | | | | projects (#36891). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21589 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that newly added attachments are lost when the status of the ticket is ↵Marius Balteanu2022-05-161-0/+8
| | | | | | changed by hiding/showing the fields without removing them (#37053). git-svn-id: https://svn.redmine.org/redmine/trunk@21580 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert changes made to issue form update in r21495 (#37053).Marius Balteanu2022-05-161-1/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21578 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing partial view (33422).Marius Balteanu2022-04-011-0/+16
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@21521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds context menu to admin projects list (#33422).Marius Balteanu2022-04-011-12/+20
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@21520 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-014-41/+33
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@21519 e93f8b46-1217-0410-a6f0-8f06a7374b81