summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Adds support for environment variable for CI postgresql host.Jean-Philippe Lang2023-11-201-1/+1
* Use tx_isolation for MySQL lower than 8. (#39437).Marius Balteanu2023-11-191-0/+4
* Use a global lock provided by @with_advisory_lock@ gem to work around deadloc...Marius Balteanu2023-11-181-23/+50
* Remove deprecated methods in Repository and AbstractAdapter (#39558).Marius Balteanu2023-11-181-12/+0
* Fix `rake yard` does not work with Ruby >= 3.2 due to nested array issue (#39...Go MAEDA2023-11-181-1/+1
* Simply regex (#39553).Marius Balteanu2023-11-161-4/+0
* Fix mention notification is not sent when user pattern is leading by some pun...Marius Balteanu2023-11-161-1/+3
* Fix undefined method error in issue list PDF export when export contains a cu...Marius Balteanu2023-11-111-1/+1
* Set version to 5.1.0.Go MAEDA2023-10-301-2/+2
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-211-1/+1
* Replace `YAML.load` with `YAML.load_file` in locales.rake and improve error r...Go MAEDA2023-10-201-3/+3
* Fix watcher handling on unsaved objects (#39186).Go MAEDA2023-10-161-6/+16
* Fixes i18n call in macro error fallback (#37668).Go MAEDA2023-10-061-1/+1
* Updates for 5.0.6 releaseGo MAEDA2023-09-301-1/+1
* Correctly escape issue text in Gantt PNG export for ImageMagick convert (#387...Go MAEDA2023-09-211-4/+10
* Use uri_with_link_safe_scheme? in Redcloth3 (#38807).Go MAEDA2023-09-181-2/+2
* HTML-escape the entire tag content of escaped HTML tags in textile (#38807).Go MAEDA2023-09-181-2/+2
* Adapt markdown autolink behavior to that of common_mark (#38806).Go MAEDA2023-09-181-2/+15
* Fix exception raised during thumbnail macro to image tag conversion in emails...Go MAEDA2023-08-301-1/+1
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-272-0/+21
* Generate snake-case file name by redmine_plugin_migration (#38730).Go MAEDA2023-08-231-1/+1
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-292-0/+4
* Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).Go MAEDA2023-06-291-1/+1
* Fix RuboCop offense Style/RedundantRegexpArgument (#36919).Go MAEDA2023-06-294-8/+8
* Fix RuboCop offense Style/RedundantArrayConstructor (#36919).Go MAEDA2023-06-071-1/+1
* Restrict available locales to those defined by Redmine itself (#38529).Go MAEDA2023-05-101-1/+4
* Add "View annotation prior to this change" button in the annotate view of Git...Go MAEDA2023-04-302-3/+9
* Rendering a custom field with a URL pattern set and containing " :" in the va...Go MAEDA2023-04-211-5/+5
* Revert the change made in error in r22197 (#38435).Go MAEDA2023-04-161-1/+1
* Change the notation of "contains any of" filter operator to "*~" (#38435).Go MAEDA2023-04-161-1/+1
* Export a version as changelog text (#36679).Go MAEDA2023-04-131-0/+37
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-251-1/+1
* Fix RuboCop offense Rails/Presence in lib/redmine/scm/adapters/abstract_adapt...Go MAEDA2023-03-241-2/+2
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-2411-24/+9
* WebP images support in PDF output (#38368).Go MAEDA2023-03-221-1/+1
* Updates for 5.0.5 releaseGo MAEDA2023-03-051-1/+1
* Fix deprecation warning for db:structure:dump in db:migrate when using sql sc...Go MAEDA2023-02-011-6/+1
* Update CommonMarker extension options linkGo MAEDA2023-01-311-1/+1
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-176-9/+9
* Ruby 2.7: Fix RuboCop offense Style/ArgumentsForwarding (#38134).Go MAEDA2023-01-171-2/+2
* Use `require_relative` instead of `File.dirname(__FILE__) + ...` (#38093).Go MAEDA2023-01-1610-12/+12
* Support for WebP images (#38168).Go MAEDA2023-01-162-1/+2
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-121-0/+1
* Fix RuboCop offense Performance/RedundantSplitRegexpArgument (#38146).Go MAEDA2023-01-111-2/+2
* Fix RuboCop offense Performance/RedundantMatch (#38146).Go MAEDA2023-01-112-3/+3
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).Go MAEDA2023-01-111-1/+1
* Fix RuboCop offense Performance/ConstantRegexp (#38146).Go MAEDA2023-01-113-11/+11
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-114-6/+6
* CommonMark Markdown formatter does not support min-width, max-width, min-heig...Go MAEDA2023-01-111-2/+2
* Fix RuboCop offense Style/MinMaxComparison (#36919).Go MAEDA2023-01-023-4/+4