summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Collapse)AuthorAgeFilesLines
* Table layout breaks due to .icon class on td elements (#41873).Go MAEDA2024-11-281-3/+5
| | | | | | | Patch by Mizuki ISHIKAWA (user:ishikawa999) and Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* @principal_icon@ method should accept a Principal as argument (#23980).Marius Balteanu2024-11-101-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-1910-40/+40
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23145 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Switches all icons to Material Symbols (#23980).Marius Balteanu2024-09-241-6/+8
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icon-expanded and icon-collapsed with SVG icons (#23980).Marius Balteanu2024-09-081-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23041 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces various icons with SVG icons (#23980).Marius Balteanu2024-09-082-2/+9
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23039 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix broken project list layout for projects scheduled for deletion (#41217).Go MAEDA2024-09-061-4/+12
| | | | | | | Patch by Liane Hampe (user:liane_hampe). git-svn-id: https://svn.redmine.org/redmine/trunk@23026 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icons from projects listing and project overview tab with SVG icons ↵Marius Balteanu2024-09-052-6/+6
| | | | | | (#23980). git-svn-id: https://svn.redmine.org/redmine/trunk@23017 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces news icon with SVG icon (#23980).Marius Balteanu2024-09-031-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23012 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-299-26/+26
| | | | | | | | | | | * Introduces IconsHelper with methods to render SVG icon from a sprite file. * Adds SVG sprite file with icons mainly from Font Awesome, but also from Material Design Icons and Fluent UI System Icons (based on the work made by Takashi Kato (@tohosaku)). * Replaces specific icons with new SVG icons. * Temporarily keep all old CSS icon definitions for backard compatibility. git-svn-id: https://svn.redmine.org/redmine/trunk@22988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+1
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22855 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Internationalize "Check all / Uncheck all" tooltip in project list for ↵Go MAEDA2024-02-031-1/+2
| | | | | | admins (#40166). git-svn-id: https://svn.redmine.org/redmine/trunk@22675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-211-0/+1
| | | | | | | Patch by Karel Pičman. git-svn-id: https://svn.redmine.org/redmine/trunk@22359 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing Homepage attribute in Projects API response (#39113).Go MAEDA2023-10-151-0/+1
| | | | | | | Patch by Vincent Robert. git-svn-id: https://svn.redmine.org/redmine/trunk@22345 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
* 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
* Adds projects bulk delete (#36691).Marius Balteanu2022-05-171-0/+27
| | | | | | | 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-171-2/+2
| | | | | | | | | | | | | | | 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-161-2/+2
| | | | | | | | | projects (#36891). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@21589 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-011-0/+14
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: https://svn.redmine.org/redmine/trunk@21519 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-192-2/+2
| | | | | | | Patch by Mischa The Evil and Marius BĂLTEANU git-svn-id: http://svn.redmine.org/redmine/trunk@21467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reduce database queries when rendering Custom fields box in the project ↵Go MAEDA2022-02-141-1/+2
| | | | | | | | | settings tab (#36505). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21411 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Edit" misaligned in project members view (#13199).Go MAEDA2022-01-161-1/+1
| | | | | | | Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21366 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
| | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@21275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set "icon icon-group" CSS classes in _members_box.html.erb instead of ↵Go MAEDA2021-07-201-1/+1
| | | | | | ApplicationHeler (#12795). git-svn-id: http://svn.redmine.org/redmine/trunk@21074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add link from group name to group page on project overview page (#12795).Go MAEDA2021-07-191-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21073 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default issue query (#7360).Go MAEDA2021-07-061-0/+4
| | | | | | | Patch by Katsuya HIDAKA (the author of https://github.com/hidakatsuya/redmine_default_custom_query), Takenori TAKAKI, Olivier Chabert, and Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21061 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix cannot change the default version under settings (#34982).Go MAEDA2021-03-311-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20875 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project settings tab contains two items with the same id (#34032).Go MAEDA2021-03-081-1/+1
| | | | | | | Patch by Ali Hamdan and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@20766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require to enter project's identifier to confirm project deletion (#34417).Go MAEDA2020-12-101-1/+8
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show an icon for a bookmarked project in the projects list (#33908).Go MAEDA2020-09-201-0/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow normal users to delete a project (#33945).Go MAEDA2020-09-152-1/+4
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@20034 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not show list for custom fields without list entry on project overview ↵Go MAEDA2020-08-251-1/+1
| | | | | | | | | (#33889). Patch by Alexander Meindl. git-svn-id: http://svn.redmine.org/redmine/trunk@19983 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always preserve the tree structure in the project jump box (#32944).Go MAEDA2020-07-062-2/+2
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-3/+3
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show default assignee and default version in projects API (#33113).Go MAEDA2020-03-171-0/+2
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19581 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix totals not displayed in projects list view (#32896).Go MAEDA2020-01-281-0/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move some links to dropdowns.Jean-Philippe Lang2019-12-201-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19382 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing icon classes (#31433).Go MAEDA2019-11-031-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reorder links the same as other lists (#29482).Jean-Philippe Lang2019-11-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18889 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix CSV export of projects (#29482).Jean-Philippe Lang2019-11-022-0/+19
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18888 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't paginate the board view for now (#29482).Jean-Philippe Lang2019-10-262-1/+1
| | | | | | Subprojects may appear as root projects if their parents are on a previous page. git-svn-id: http://svn.redmine.org/redmine/trunk@18866 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-193-4/+41
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18765 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-192-12/+20
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18761 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add inherit_members to projects API response (#32002).Go MAEDA2019-09-052-0/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18431 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-201-1/+1
| | | | | | | Patch by Jens Krämer and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add links to administration pages in project settings (#30203).Jean-Philippe Lang2019-06-203-0/+12
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18305 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make project settings more accessible (#22090).Jean-Philippe Lang2019-06-201-0/+4
| | | | | | Patch by Jan Schulz-Hofen and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18283 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add an icon linked to trackers detail report on the project overview page ↵Go MAEDA2019-06-021-1/+7
| | | | | | | | | (#31465). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18213 e93f8b46-1217-0410-a6f0-8f06a7374b81