| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop OpenID support (#35755). | Go MAEDA | 2021-12-14 | 21 | -1006/+0 |
* | Add current theme and whether it includes JavaScript to Redmine::Info (#32116). | Go MAEDA | 2021-12-12 | 1 | -0/+16 |
* | Fix redmine:plugins:assets rake task fails (#36287, #32938). | Go MAEDA | 2021-12-08 | 2 | -3/+7 |
* | Fix plugin assets are no longer copied under plugin name (#36218, #29914, #32... | Marius Balteanu | 2021-11-25 | 1 | -3/+6 |
* | Remove invalid require (#29914, #32938). | Marius Balteanu | 2021-11-17 | 1 | -1/+0 |
* | Switch to zeitwerk autoloader (#29914, #32938). | Marius Balteanu | 2021-11-17 | 2 | -5/+5 |
* | Add core extensions in prepare method (#29914, #32938). | Marius Balteanu | 2021-11-17 | 2 | -2/+3 |
* | Move preparation code to redmine/preparation.rb (#29914, #32938). | Marius Balteanu | 2021-11-17 | 6 | -419/+409 |
* | Extract Redmine::PluginLoader from Redmine::Plugin (#32938). | Marius Balteanu | 2021-11-17 | 2 | -81/+147 |
* | Adopt 2FA emails to new Mailer interface (#36005). | Go MAEDA | 2021-11-13 | 1 | -8/+8 |
* | Fix typo in class 'icon-expended' (#36149). | Marius Balteanu | 2021-11-08 | 2 | -2/+2 |
* | Rename CoreExtensions to CoreExt (#29914, #32938). | Marius Balteanu | 2021-10-27 | 3 | -4/+4 |
* | Add require to acts_as_tree (#29914, #32938). | Marius Balteanu | 2021-10-27 | 1 | -0/+1 |
* | Use full full path for require (#29914, #32938). | Marius Balteanu | 2021-10-27 | 2 | -2/+2 |
* | Remove extra blank line (#29914, #32938). | Marius Balteanu | 2021-10-27 | 1 | -1/+0 |
* | Move @lib/diff.rb@ to @lib/redmine/string_array_diff@ and extract @Diffable@ ... | Marius Balteanu | 2021-10-27 | 4 | -283/+327 |
* | Remove extra blank line (#29914, #32938). | Marius Balteanu | 2021-10-24 | 1 | -1/+0 |
* | Extract @Shell@ and @DateCalculation@ classes from @lib/redmine/utils.rb@ to ... | Marius Balteanu | 2021-10-24 | 3 | -81/+129 |
* | Extract @Diff@ and @DiffTable@ from @lib/redmine/unified_diff.rb@ to their ow... | Marius Balteanu | 2021-10-24 | 3 | -242/+282 |
* | Move custom DateValidator from @lib/redmine/core_ext/active_record.rb@ to @ap... | Marius Balteanu | 2021-10-24 | 1 | -29/+0 |
* | Remove extra blank line. | Marius Balteanu | 2021-10-21 | 1 | -1/+0 |
* | Update .rubocop_todo and fix Style/AndOr offense (#29914, #32938). | Marius Balteanu | 2021-10-20 | 1 | -1/+1 |
* | Split multiple classes and modules that existed in the same file (#29914, #32... | Marius Balteanu | 2021-10-20 | 3 | -83/+109 |
* | Updates for 4.2.3 release. | Go MAEDA | 2021-10-10 | 1 | -1/+1 |
* | Explicitly specify escape character using an ESCAPE on SQLite (#35073). | Marius Balteanu | 2021-10-09 | 1 | -1/+3 |
* | Tokenize search parameter in order to allow multiple search terms in: | Marius Balteanu | 2021-10-05 | 1 | -9/+17 |
* | Use sanitize_sql_like on search tokens (#35073). | Marius Balteanu | 2021-10-03 | 1 | -1/+1 |
* | Append two spaces to lines when importing an email on CommonMark with hardbre... | Marius Balteanu | 2021-10-03 | 2 | -1/+31 |
* | Make hardbreaks behaviour configurable in config/configuration.yml (#32424). | Marius Balteanu | 2021-10-03 | 2 | -3/+8 |
* | Fix Layout/ClosingParenthesisIndentation offense (#35683). | Marius Balteanu | 2021-09-11 | 1 | -1/+1 |
* | Disable Lint/DuplicateBranch in lib/redmine/export/pdf.rb#107 (#35683). | Marius Balteanu | 2021-09-11 | 1 | -0/+2 |
* | Interpret thumbnail macro in description, notes and formatted custom fields i... | Marius Balteanu | 2021-09-06 | 2 | -19/+25 |
* | Retrieve filenames of thumbnails when rendering a PDF (#35683). | Marius Balteanu | 2021-09-06 | 1 | -0/+4 |
* | Expand macros in full-width custom fields when exporting issue to PDF (#35683). | Marius Balteanu | 2021-09-06 | 1 | -2/+7 |
* | Fix that deleting a closed or archived projects not working anymore after r20... | Marius Balteanu | 2021-09-06 | 1 | -1/+1 |
* | Remove unused argument from Redmine::Helpers::TimeReport (#33079). | Go MAEDA | 2021-08-19 | 1 | -2/+1 |
* | Unify code block and add "data-language" attribute with the user-supplied lan... | Marius Balteanu | 2021-08-15 | 2 | -6/+10 |
* | Add "data-language" attribute to code block with the user-supplied language f... | Marius Balteanu | 2021-08-15 | 2 | -2/+5 |
* | Preserve the code block and remove the class from it when the language is not... | Marius Balteanu | 2021-08-15 | 1 | -2/+2 |
* | Fixed Replace class var @@allowlist with a class instance var (#32424). | Marius Balteanu | 2021-08-11 | 1 | -1/+1 |
* | Replace deprecated Sanitize keywords (#32424). | Marius Balteanu | 2021-08-11 | 1 | -17/+17 |
* | Relax allowed protocols in links by denying specific protocols for CommonMark... | Marius Balteanu | 2021-08-11 | 2 | -5/+36 |
* | Mark CommonMark Markdown (GitHub Flavored) as experimental (#32424). | Marius Balteanu | 2021-08-11 | 1 | -1/+1 |
* | Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#... | Marius Balteanu | 2021-08-11 | 9 | -0/+449 |
* | Updates for 4.2.2 release. | Marius Balteanu | 2021-08-01 | 1 | -1/+1 |
* | Progress bar for a shared version on gantt disappears when the tree is collap... | Go MAEDA | 2021-07-31 | 1 | -1/+6 |
* | Removes unused column trackers.is_in_chlog (#31132). | Marius Balteanu | 2021-07-28 | 1 | -3/+3 |
* | Inline image in Textile is not displayed if the image URL contains ampersands... | Go MAEDA | 2021-07-28 | 1 | -1/+1 |
* | Remove 'edit' action from :manage_wiki permission definition in Redmine::Acce... | Marius Balteanu | 2021-07-26 | 1 | -1/+1 |
* | Unhandled exception when a YAML syntax error is detected in configuration.yml... | Go MAEDA | 2021-07-01 | 1 | -2/+2 |