summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Set stable version.Marius Balteanu2022-03-281-1/+1
* Bump version to 5.0.0.Marius Balteanu2022-03-281-3/+3
* Fix Redmine::Plugin.assets_directory is not working after r21283 (#36835).Marius Balteanu2022-03-241-2/+2
* Comments for Textile text formatting (#20511).Go MAEDA2022-03-171-0/+5
* Lazy load locales (#36728).Marius Balteanu2022-03-061-1/+1
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-232-3/+115
* Updates for 4.2.4 release.Marius Balteanu2022-02-201-1/+1
* Fix gantt PNG export ignores imagemagick_convert_command (#35027).Marius Balteanu2022-02-201-0/+3
* Return 406 status code instead of 500 when API request has an invalid format ...Marius Balteanu2022-01-301-1/+3
* Enable task list items for Common Mark text formatting (#35742).Marius Balteanu2022-01-221-0/+2
* Duplicate activities in time entry report when project-specific activies exis...Go MAEDA2022-01-191-1/+1
* Custom I18n Pluralization rules are not applied correctly (#36396).Go MAEDA2022-01-151-2/+2
* Auto guess file encoding when importing CSV file (#34718).Go MAEDA2022-01-071-0/+18
* Makes Markdown and CommonMark formatters independent of each other (#32424).Marius Balteanu2022-01-041-8/+21
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0290-90/+90
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-293-5/+5
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-273-4/+4
* Add current theme and whether it includes JavaScript to Redmine::Info (#32116).Go MAEDA2021-12-121-0/+16
* Fix redmine:plugins:assets rake task fails (#36287, #32938).Go MAEDA2021-12-081-2/+6
* Fix plugin assets are no longer copied under plugin name (#36218, #29914, #32...Marius Balteanu2021-11-251-3/+6
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-172-5/+5
* Add core extensions in prepare method (#29914, #32938).Marius Balteanu2021-11-172-2/+3
* Move preparation code to redmine/preparation.rb (#29914, #32938).Marius Balteanu2021-11-175-1/+407
* Extract Redmine::PluginLoader from Redmine::Plugin (#32938).Marius Balteanu2021-11-172-81/+147
* Adopt 2FA emails to new Mailer interface (#36005).Go MAEDA2021-11-131-8/+8
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-082-2/+2
* Rename CoreExtensions to CoreExt (#29914, #32938).Marius Balteanu2021-10-273-4/+4
* Remove extra blank line (#29914, #32938).Marius Balteanu2021-10-271-1/+0
* Move @lib/diff.rb@ to @lib/redmine/string_array_diff@ and extract @Diffable@ ...Marius Balteanu2021-10-273-1/+327
* Remove extra blank line (#29914, #32938).Marius Balteanu2021-10-241-1/+0
* Extract @Shell@ and @DateCalculation@ classes from @lib/redmine/utils.rb@ to ...Marius Balteanu2021-10-243-81/+129
* Extract @Diff@ and @DiffTable@ from @lib/redmine/unified_diff.rb@ to their ow...Marius Balteanu2021-10-243-242/+282
* Move custom DateValidator from @lib/redmine/core_ext/active_record.rb@ to @ap...Marius Balteanu2021-10-241-29/+0
* Update .rubocop_todo and fix Style/AndOr offense (#29914, #32938).Marius Balteanu2021-10-201-1/+1
* Split multiple classes and modules that existed in the same file (#29914, #32...Marius Balteanu2021-10-202-83/+107
* Updates for 4.2.3 release.Go MAEDA2021-10-101-1/+1
* Explicitly specify escape character using an ESCAPE on SQLite (#35073).Marius Balteanu2021-10-091-1/+3
* Tokenize search parameter in order to allow multiple search terms in:Marius Balteanu2021-10-051-9/+17
* Append two spaces to lines when importing an email on CommonMark with hardbre...Marius Balteanu2021-10-032-1/+31
* Make hardbreaks behaviour configurable in config/configuration.yml (#32424).Marius Balteanu2021-10-032-3/+8
* Fix Layout/ClosingParenthesisIndentation offense (#35683).Marius Balteanu2021-09-111-1/+1
* Disable Lint/DuplicateBranch in lib/redmine/export/pdf.rb#107 (#35683).Marius Balteanu2021-09-111-0/+2
* Interpret thumbnail macro in description, notes and formatted custom fields i...Marius Balteanu2021-09-062-19/+25
* Retrieve filenames of thumbnails when rendering a PDF (#35683).Marius Balteanu2021-09-061-0/+4
* Expand macros in full-width custom fields when exporting issue to PDF (#35683).Marius Balteanu2021-09-061-2/+7
* Remove unused argument from Redmine::Helpers::TimeReport (#33079).Go MAEDA2021-08-191-2/+1
* Unify code block and add "data-language" attribute with the user-supplied lan...Marius Balteanu2021-08-152-6/+10
* Add "data-language" attribute to code block with the user-supplied language f...Marius Balteanu2021-08-152-2/+5
* Preserve the code block and remove the class from it when the language is not...Marius Balteanu2021-08-151-2/+2
* Fixed Replace class var @@allowlist with a class instance var (#32424).Marius Balteanu2021-08-111-1/+1