index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
views
/
issues
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaces warning icon with SVG in watcher list and workflow warnings (#41918).
Marius Balteanu
2024-12-11
1
-1
/
+1
*
Use @.capitalize@ for button_save_object, button_edit_object, and button_dele...
Marius Balteanu
2024-11-03
1
-1
/
+1
*
Fix: "Import issues" and "Import time entries" pages are visible to users wit...
Go MAEDA
2024-11-03
1
-1
/
+1
*
Renames and improves methods provided by @IconsHelper@ (#23980).
Marius Balteanu
2024-10-19
6
-19
/
+19
*
Partial quoting feature for Issues and Forums (#41294).
Go MAEDA
2024-10-09
1
-2
/
+6
*
Switches all icons to Material Symbols (#23980).
Marius Balteanu
2024-09-24
1
-1
/
+1
*
Fix display issue of "h:mm" placeholder in estimated hours input field by exp...
Go MAEDA
2024-09-09
1
-1
/
+1
*
Replaces icon-expanded and icon-collapsed with SVG icons (#23980).
Marius Balteanu
2024-09-08
1
-1
/
+1
*
Replaces various icons with SVG icons (#23980).
Marius Balteanu
2024-09-08
3
-2
/
+3
*
Start working on replacing old icons with SVG icons (#23980):
Marius Balteanu
2024-08-29
6
-23
/
+23
*
Add configurable setting for copying attachments when copying an issue (#36197).
Go MAEDA
2024-07-14
1
-1
/
+1
*
Spent hours ignoring "Time Span Format" Setting on several pages (#40924).
Go MAEDA
2024-06-30
1
-1
/
+1
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
1
-0
/
+1
*
Introduce configuration for done ratio options interval (#31756).
Go MAEDA
2024-05-29
2
-2
/
+2
*
Add `updated_on` and `updated_by` fields to Issues API journal response (#404...
Go MAEDA
2024-05-27
1
-0
/
+2
*
Add spaces around the slash for consistency and better readability (#40166).
Go MAEDA
2024-02-03
1
-1
/
+1
*
Extraneous whitespace when selecting and copying issue number on Chrome/Windo...
Go MAEDA
2024-01-29
1
-2
/
+1
*
Optimize IssueCategory SQL queries when showing an issue (#39849).
Go MAEDA
2023-12-27
1
-2
/
+2
*
Fix improper error highlighting for description field in issue form (#39795).
Go MAEDA
2023-12-22
1
-1
/
+1
*
Fix mention autocomplete not displaying for users without "Edit issues" permi...
Marius Balteanu
2023-11-12
1
-0
/
+4
*
Add field separator option to CSV export dialog (#37621).
Go MAEDA
2023-10-21
1
-0
/
+1
*
Add missing files in r22289 (#2568).
Go MAEDA
2023-08-31
1
-0
/
+22
*
Add description for issue statuses and display them in issue new/edit form (#...
Go MAEDA
2023-08-31
1
-1
/
+4
*
Ability to disable the priority field (#38416).
Go MAEDA
2023-04-14
1
-1
/
+3
*
Check if the user has the permission to add notes or edit an issue when addin...
Go MAEDA
2023-03-02
1
-1
/
+2
*
Reverts r21958 and r21959 (#1739).
Go MAEDA
2022-11-18
1
-3
/
+0
*
Add the ability to change the author of an issue (#1739).
Go MAEDA
2022-11-16
1
-0
/
+3
*
Enable user auto-complete in issues bulk edit (#37369).
Marius Balteanu
2022-09-23
1
-0
/
+4
*
Use query name as the file name when exporting queries (#16207).
Go MAEDA
2022-08-24
1
-0
/
+1
*
Mark edited journal notes as "Edited" (#31505).
Go MAEDA
2022-07-17
1
-0
/
+1
*
Fix that newly added attachments are lost when the status of the ticket is ch...
Marius Balteanu
2022-05-16
1
-0
/
+8
*
Revert changes made to issue form update in r21495 (#37053).
Marius Balteanu
2022-05-16
1
-1
/
+6
*
Fix that Log time and/or Add notes sections from issue form page do not show ...
Marius Balteanu
2022-03-22
2
-11
/
+5
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
2
-5
/
+5
*
Allow users to be mentioned using @ in issues and wiki pages (#13919):
Marius Balteanu
2022-02-23
1
-0
/
+5
*
Display source project for cross-project associated revisions for issues (#52...
Go MAEDA
2022-01-18
1
-1
/
+3
*
Make issue tabs DOM more consistent (#36429).
Go MAEDA
2022-01-17
3
-3
/
+9
*
Permission check of the setting button on the issues page mismatches button s...
Go MAEDA
2022-01-10
1
-1
/
+1
*
Change Delete button name to Delete issue (#31278).
Go MAEDA
2022-01-05
1
-1
/
+1
*
Fix typo in class 'icon-expended' (#36149).
Marius Balteanu
2021-11-08
1
-1
/
+1
*
Adds button to "Create and follow" when adding a subtask from the parent issu...
Marius Balteanu
2021-11-06
1
-0
/
+3
*
Add information about whether an issue is open or closed to Issues API respon...
Go MAEDA
2021-10-02
2
-3
/
+3
*
Query links for related issues on issue page (#35559).
Go MAEDA
2021-08-23
1
-1
/
+4
*
Move subtasks section on issues show view into a separate partial (#35671).
Go MAEDA
2021-08-17
2
-10
/
+13
*
Link from assignee to group page (#12795).
Go MAEDA
2021-07-20
1
-1
/
+1
*
Add total estimated hours, spent hours, total spent hours for issues to issue...
Go MAEDA
2021-06-27
1
-0
/
+5
*
Include new statuses allowed by workflow in Issues REST API (#24976).
Go MAEDA
2021-04-19
1
-0
/
+6
*
Restore Copy button to its original location (#34714).
Go MAEDA
2021-03-25
1
-2
/
+2
*
"Copy link" feature for issue and issue journal (#34703).
Go MAEDA
2021-03-18
1
-0
/
+1
*
Do not display in issue edit page spent time custom fields not visible by the...
Go MAEDA
2021-03-15
1
-1
/
+1
[next]