summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-092-7/+5
* Drops icon-error and style the error icon from CSS (#23980).Marius Balteanu2024-09-291-1/+3
* Merges fav and fav-off icons in only one icon and fill the collor from CSS (#...Marius Balteanu2024-09-291-3/+2
* Moves stroke, stroke-width and fill attributes from icons to CSS (#23980).Marius Balteanu2024-09-281-1/+1
* Switches all icons to Material Symbols (#23980).Marius Balteanu2024-09-242-4/+4
* Moves thumbnail title attribute from `a` to `img` (#41272).Go MAEDA2024-09-201-2/+2
* Add "Author / Previous assignee" group to assignee dropdown in issue form (#1...Go MAEDA2024-09-151-4/+23
* Refactors toggle checkboxes link and switch to SVG icon (#23980).Marius Balteanu2024-09-091-3/+5
* Fixes rubocop warning (#23980).Marius Balteanu2024-09-081-1/+1
* Replaces icon-sorted-asc and icon-sorted-desc with SVG icons (#23980).Marius Balteanu2024-09-082-2/+6
* Replaces various icons with SVG icons (#23980).Marius Balteanu2024-09-083-12/+16
* Replaces activity events icons with SVG icons (#23980).Marius Balteanu2024-09-051-0/+15
* Replaces icons from projects listing and project overview tab with SVG icons ...Marius Balteanu2024-09-053-3/+8
* Replace icons for files in repository view with SVG icons (#23980).Marius Balteanu2024-09-021-2/+18
* Replaces icon-folder and icon-folder-open in repository view with SVG icons (...Marius Balteanu2024-09-021-0/+6
* Set UTF-8 as the default CSV export encoding (#41202).Go MAEDA2024-09-011-3/+3
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-013-4/+4
* Replaces icon-email and icon-passwd icons with SVG icons (#23980).Marius Balteanu2024-08-312-3/+3
* Replaces zoom-in and zoom-out icons with SVG icons in Gantt (#23980).Marius Balteanu2024-08-311-4/+4
* Removes extra spaces in icon classes introduced by r22988 (#23980).Marius Balteanu2024-08-311-2/+2
* Fixes more tests.Marius Balteanu2024-08-302-5/+5
* Add icon to attachment link only when icon variable is passed.Marius Balteanu2024-08-301-3/+5
* Fix failing tests by including IconsHelper in ApplicationHelper (#23980). Marius Balteanu2024-08-301-0/+1
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-299-29/+75
* Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).Go MAEDA2024-08-252-2/+2
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-215-17/+17
* Replaces removed `ActiveSupport::Deprecation.warn` with custom deprecators (#...Marius Balteanu2024-08-201-1/+1
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses en...Go MAEDA2024-08-129-9/+0
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-181-4/+9
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-185-8/+23
* Add configurable setting for copying attachments when copying an issue (#36197).Go MAEDA2024-07-141-0/+10
* Disable custom query links while loading to prevent multiple requests (#40901).Go MAEDA2024-06-271-1/+2
* Upgrade jQuery to 3.7.1 and jQuery UI to 1.13.3 (#40853, #40864).Go MAEDA2024-06-201-2/+3
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-1/+2
* Link "Last activity" column to project activity page (#40706, #23954).Marius Balteanu2024-05-281-0/+10
* Fix duplicated alt and title attributes for attached images in Textile format...Go MAEDA2024-05-241-6/+17
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-231-1/+1
* Fix slow display of projects list when including project description column (...Go MAEDA2024-05-141-1/+7
* Adds estimated remaining hours issue query column calculated based on estimat...Marius Balteanu2024-05-011-2/+2
* Adds Watcher list to the list of available query columns for issues (#29894).Marius Balteanu2024-04-281-0/+4
* Fixes that watcher groups on new issue form get dereferenced on validation er...Marius Balteanu2024-04-281-1/+1
* Fix incorrect icon image path for DatePicker button (#40559, #39111).Marius Balteanu2024-04-161-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2646-46/+46
* Fix failing tests related to favicon in themes after r22692 (#39111).Marius Balteanu2024-02-131-1/+1
* Includes favicon in assets pipeline (#39111).Marius Balteanu2024-02-071-2/+2
* Remove hardcoded version of rails-ujs and include the one provided by the ass...Marius Balteanu2024-01-251-1/+2
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-251-3/+3
* Use @image_url@ for @favicon_url@ (#40087).Marius Balteanu2024-01-231-4/+1
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-081-2/+2