2490 Commits (f670f0e572abff236fb086363a7b71af81a385e4)

Author SHA1 Message Date
  Go MAEDA ec0ce00b95 Auto guess file encoding when importing CSV file (#34718). 2 years ago
  Marius Balteanu 2140b7c5a5 Makes Markdown and CommonMark formatters independent of each other (#32424). 2 years ago
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). 2 years ago
  Go MAEDA b6a26a60f3 Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performance 1.13.0 (#35142). 2 years ago
  Go MAEDA 4db7397d2a Use File.exist? instead of deprecated File.exists? (#36358). 2 years ago
  Go MAEDA 9955844da1 Drop OpenID support (#35755). 2 years ago
  Go MAEDA 8b452eb341 Add current theme and whether it includes JavaScript to Redmine::Info (#32116). 2 years ago
  Go MAEDA 1ae29debf4 Fix redmine:plugins:assets rake task fails (#36287, #32938). 2 years ago
  Marius Balteanu 79e7cde849 Fix plugin assets are no longer copied under plugin name (#36218, #29914, #32938). 2 years ago
  Marius Balteanu 34cb871b72 Remove invalid require (#29914, #32938). 2 years ago
  Marius Balteanu a914cf4c40 Switch to zeitwerk autoloader (#29914, #32938). 2 years ago
  Marius Balteanu 0352ab71cf Add core extensions in prepare method (#29914, #32938). 2 years ago
  Marius Balteanu 87097f2204 Move preparation code to redmine/preparation.rb (#29914, #32938). 2 years ago
  Marius Balteanu 838e719edf Extract Redmine::PluginLoader from Redmine::Plugin (#32938). 2 years ago
  Go MAEDA 43ffba4e82 Adopt 2FA emails to new Mailer interface (#36005). 2 years ago
  Marius Balteanu 1245708ba7 Fix typo in class 'icon-expended' (#36149). 2 years ago
  Marius Balteanu 1ef0e03d91 Rename CoreExtensions to CoreExt (#29914, #32938). 2 years ago
  Marius Balteanu 3ea092c307 Add require to acts_as_tree (#29914, #32938). 2 years ago
  Marius Balteanu 232db2441d Use full full path for require (#29914, #32938). 2 years ago
  Marius Balteanu 3bb3886786 Remove extra blank line (#29914, #32938). 2 years ago
  Marius Balteanu 243c110265 Move @lib/diff.rb@ to @lib/redmine/string_array_diff@ and extract @Diffable@ class to its own file (#29914, #32938). 2 years ago
  Marius Balteanu 0056c12862 Remove extra blank line (#29914, #32938). 2 years ago
  Marius Balteanu 7cd401b405 Extract @Shell@ and @DateCalculation@ classes from @lib/redmine/utils.rb@ to their own files (#29914, #32938). 2 years ago
  Marius Balteanu 81273a9128 Extract @Diff@ and @DiffTable@ from @lib/redmine/unified_diff.rb@ to their own files (#29914, #32938). 2 years ago
  Marius Balteanu dcf69e509a Move custom DateValidator from @lib/redmine/core_ext/active_record.rb@ to @app/validators/date_validator.rb@ (#29914, #32938). 2 years ago
  Marius Balteanu 386f7b8eaa Remove extra blank line. 2 years ago
  Marius Balteanu 0dd9fbb806 Update .rubocop_todo and fix Style/AndOr offense (#29914, #32938). 2 years ago
  Marius Balteanu 7125fd70ce Split multiple classes and modules that existed in the same file (#29914, #32938). 2 years ago
  Go MAEDA 8075884bc4 Updates for 4.2.3 release. 2 years ago
  Marius Balteanu 6cbf1f2015 Explicitly specify escape character using an ESCAPE on SQLite (#35073). 2 years ago
  Marius Balteanu 506fc9d74c Tokenize search parameter in order to allow multiple search terms in: 2 years ago
  Marius Balteanu 65f31d52cd Use sanitize_sql_like on search tokens (#35073). 2 years ago
  Marius Balteanu 715ffcda43 Append two spaces to lines when importing an email on CommonMark with hardbreaks disabled (#32424). 2 years ago
  Marius Balteanu 09618a274b Make hardbreaks behaviour configurable in config/configuration.yml (#32424). 2 years ago
  Marius Balteanu 2a7de5d4ac Fix Layout/ClosingParenthesisIndentation offense (#35683). 2 years ago
  Marius Balteanu e551c0cb00 Disable Lint/DuplicateBranch in lib/redmine/export/pdf.rb#107 (#35683). 2 years ago
  Marius Balteanu 326a1b4dd2 Interpret thumbnail macro in description, notes and formatted custom fields in issues list PDF export (35683). 2 years ago
  Marius Balteanu fdf949a509 Retrieve filenames of thumbnails when rendering a PDF (#35683). 2 years ago
  Marius Balteanu 0db3e9a732 Expand macros in full-width custom fields when exporting issue to PDF (#35683). 2 years ago
  Marius Balteanu 649d69ea26 Fix that deleting a closed or archived projects not working anymore after r20034 (#35827). 2 years ago
  Go MAEDA ee64cb5cb1 Remove unused argument from Redmine::Helpers::TimeReport (#33079). 2 years ago
  Marius Balteanu b7798e6e1c Unify code block and add "data-language" attribute with the user-supplied language for Textile and Markdown formaters (#35104). 2 years ago
  Marius Balteanu 5699253da6 Add "data-language" attribute to code block with the user-supplied language for CommonMark formater (#35104, #32424). 2 years ago
  Marius Balteanu 12b2dd3098 Preserve the code block and remove the class from it when the language is not supported in CommonMark formatter (#35765, 32424). 2 years ago
  Marius Balteanu e1e4736e97 Fixed Replace class var @@allowlist with a class instance var (#32424). 2 years ago
  Marius Balteanu 5b0a10cc1a Replace deprecated Sanitize keywords (#32424). 2 years ago
  Marius Balteanu e8c911577f Relax allowed protocols in links by denying specific protocols for CommonMark text formatting (#32424). 2 years ago
  Marius Balteanu 46ecdcec4d Mark CommonMark Markdown (GitHub Flavored) as experimental (#32424). 2 years ago
  Marius Balteanu 9af2ba2c13 Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#32424). 2 years ago
  Marius Balteanu c6933b6203 Updates for 4.2.2 release. 2 years ago