summaryrefslogtreecommitdiffstats
path: root/lib/redmine/helpers
Commit message (Expand)AuthorAgeFilesLines
* Replace "even" and "odd" CSS classes with "this-month" and "other-month" for ...Go MAEDA2024-10-201-1/+1
* Fixes gantt collapse/expand buttons are not available after switching to SVG ...Marius Balteanu2024-10-081-3/+3
* Update MiniMagick to 5.0 (#41312).Go MAEDA2024-10-021-2/+2
* Gantt progress line misrendering for 0% progress issues/versions with future ...Go MAEDA2024-09-231-2/+2
* Refactor Calendar#first_wday method for improved readability and efficiency (...Go MAEDA2024-09-071-10/+9
* Replaces project, version and issue icons from Gantt view with SVG icons (#23...Marius Balteanu2024-09-061-2/+7
* Use Array#intersect? introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-201-1/+1
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-121-2/+2
* Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses en...Go MAEDA2024-08-121-1/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-265-5/+5
* Optimize gantt chart rendering for issues without subtasks (#40000).Go MAEDA2024-01-031-1/+1
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-201-4/+4
* Correctly escape issue text in Gantt PNG export for ImageMagick convert (#387...Go MAEDA2023-09-211-4/+10
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-271-0/+17
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-172-2/+2
* Fix RuboCop offense Style/MinMaxComparison (#36919).Go MAEDA2023-01-021-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-015-5/+5
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-2/+2
* Fix gantt PNG export ignores imagemagick_convert_command (#35027).Marius Balteanu2022-02-201-0/+3
* Duplicate activities in time entry report when project-specific activies exis...Go MAEDA2022-01-191-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-025-5/+5
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
* Move @lib/diff.rb@ to @lib/redmine/string_array_diff@ and extract @Diffable@ ...Marius Balteanu2021-10-271-1/+1
* Remove unused argument from Redmine::Helpers::TimeReport (#33079).Go MAEDA2021-08-191-2/+1
* Relax allowed protocols in links by denying specific protocols for CommonMark...Marius Balteanu2021-08-111-0/+13
* Progress bar for a shared version on gantt disappears when the tree is collap...Go MAEDA2021-07-311-1/+6
* Possible double includes in issue query in gantt helper (#33381).Go MAEDA2021-06-061-1/+0
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-255-5/+5
* shorten long line of lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-12-091-9/+30
* add empty line after guard clause to lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-12-041-0/+4
* remove spaces inside {} of lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-11-201-3/+3
* Starting or ending marker is not displayed if they are on the leftmost or rig...Go MAEDA2020-08-121-2/+2
* fix source indent of lib/redmine/helpers/time_report.rbToshi MARUYAMA2020-08-071-25/+26
* Gantt bar is not displayed if the due date is the leftmost date or the start ...Go MAEDA2020-07-251-1/+1
* gantt: simplify week day logic in to_pdf() at lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-05-271-11/+5
* gantt: simplify week day logic in to_image() at lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-05-271-5/+2
* remove unneeded () from to_pdf() at lib/redmine/helpers/gantt.rbToshi MARUYAMA2020-05-271-1/+1
* Fix that viewing gantt causes SQL error with SQL Server (#32737).Go MAEDA2020-04-021-1/+1
* Use field_activity rather than label_activity in the context of time tracking...Go MAEDA2020-03-261-1/+1
* Fix that end markers in gantt PDF are misaligned (#19248).Go MAEDA2020-03-201-3/+3
* Gantt bars for single-day tasks may be rendered wrongly in PDF (#23645).Go MAEDA2020-03-201-3/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-035-5/+5
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/h...Toshi MARUYAMA2019-11-241-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/helpers/gantt.rbToshi MARUYAMA2019-11-091-1/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in lib/redmine/he...Toshi MARUYAMA2019-10-221-2/+3
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/help...Toshi MARUYAMA2019-10-191-15/+18
* code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gant...Toshi MARUYAMA2019-10-171-3/+2
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-102/+145
* Remove trailing whitespaces from lib (#31506).Go MAEDA2019-06-062-4/+4
* Use "icon icon-*" classes for expandable elements (#31433).Go MAEDA2019-05-301-1/+1