summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* "Property changes" tab does not appear when all issue journals have both note...Go MAEDA2023-02-011-4/+4
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-175-8/+8
* Remove code no longer necessary due to r21823 (#37674).Go MAEDA2023-01-161-59/+0
* Support for WebP images (#38168).Go MAEDA2023-01-161-1/+1
* Unreachable branch in ApplicationHelper#format_object due to the use of the d...Go MAEDA2023-01-121-14/+14
* Disable RuboCop offense Performance/Sum in IssueFieldsRows#to_html (#38146).Go MAEDA2023-01-111-0/+2
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-111-2/+2
* Add guard clause to time_tag method to handle nil time (#38139).Go MAEDA2023-01-021-0/+2
* Fix RuboCop offense Style/MinMaxComparison (#36919).Go MAEDA2023-01-021-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0147-47/+47
* Fix shadowing variable in ApplicationHelper#textilizable (#15667).Go MAEDA2022-12-161-2/+2
* Fix mentioning users with certain characters renders incorrectly (#37755).Marius Balteanu2022-12-031-1/+1
* Fix groups added to watchers are not shown as links (#37958).Marius Balteanu2022-11-281-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-20/+1
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-1/+20
* Read-only field permission for the project field is ignored if the current pr...Go MAEDA2022-10-311-5/+11
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-1/+1
* Issue ID field does not get focus when adding a related issue (#37473).Go MAEDA2022-09-281-1/+1
* Unify duplicate codes (#37687).Go MAEDA2022-09-231-2/+1
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-0/+62
* Update Rails UJS to 6.1.7 (#37647).Marius Balteanu2022-09-141-1/+1
* Update jQuery to 3.6.1 (#37647).Marius Balteanu2022-09-141-1/+1
* Update jQuery UI to 1.13.2 (#37492).Go MAEDA2022-09-131-1/+1
* Don't create two thumbnails of different resolutions for a single image (#375...Go MAEDA2022-08-281-2/+3
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-241-0/+8
* Add default spent time activity per role (#29286).Go MAEDA2022-08-091-0/+8
* Add CSS class for relation type to related issues list (#37532).Go MAEDA2022-08-051-1/+1
* CSV export of issues report (#37362).Go MAEDA2022-07-211-0/+18
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-0/+6
* Make the only enabled activity in a project the default one for time entry (#...Go MAEDA2022-07-171-5/+1
* Fix RuboCop offense Style/RedundantParentheses (#36919).Go MAEDA2022-07-161-1/+1
* Fix rubocop warning (Add empty line after guard clause).Marius Balteanu2022-06-171-0/+1
* Update jQuery UI to 1.31.1 (#37256).Marius Balteanu2022-06-161-1/+1
* Respect field visibility when showing associated issue fields (#37255).Marius Balteanu2022-06-161-0/+1
* Wiki notation `attachment:file_name` cannot make a link to a file attached to...Go MAEDA2022-05-261-1/+5
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-1/+2
* Fix that mentions not working after issue status is changed (#36909).Marius Balteanu2022-05-111-3/+1
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-011-0/+2
* Automatically add the user to the watchers list after contributing to an issu...Marius Balteanu2022-03-191-0/+4
* Render mentioned users with leading @ and highlight (#36699, #13919).Marius Balteanu2022-03-191-1/+2
* Show a custom field description as a placeholder (#14275).Go MAEDA2022-03-171-0/+3
* Use a variable to reference a CustomField object (#14275).Go MAEDA2022-03-171-5/+6
* Add class @user-mention@ to user classes when user is linked using @ (#36699,...Marius Balteanu2022-02-241-1/+1
* Update jQuery to 3.6.0 (#35729).Marius Balteanu2022-02-241-1/+1
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-8/+16
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0246-46/+46
* Lazy load inline images (#36294).Go MAEDA2021-12-141-2/+3
* Issue Summary: add statistics about issues without assignee, version or categ...Go MAEDA2021-12-121-1/+1
* Fix RuboCop offense Layout/ClosingParenthesisIndentation (#35136).Go MAEDA2021-12-101-1/+2
* Download all attachments in a journal (#35462).Go MAEDA2021-11-222-1/+13