summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add require to acts_as_tree (#29914, #32938).Marius Balteanu2021-10-271-0/+1
* Use full full path for require (#29914, #32938).Marius Balteanu2021-10-272-2/+2
* 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-274-283/+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
* Remove extra blank line.Marius Balteanu2021-10-211-1/+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-203-83/+109
* 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
* Use sanitize_sql_like on search tokens (#35073).Marius Balteanu2021-10-031-1/+1
* 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
* Fix that deleting a closed or archived projects not working anymore after r20...Marius Balteanu2021-09-061-1/+1
* 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
* Replace deprecated Sanitize keywords (#32424).Marius Balteanu2021-08-111-17/+17
* Relax allowed protocols in links by denying specific protocols for CommonMark...Marius Balteanu2021-08-112-5/+36
* Mark CommonMark Markdown (GitHub Flavored) as experimental (#32424).Marius Balteanu2021-08-111-1/+1
* Adds CommonMark Markdown (GitHub Flavored) as third text formatting option (#...Marius Balteanu2021-08-119-0/+449
* Updates for 4.2.2 release.Marius Balteanu2021-08-011-1/+1
* Progress bar for a shared version on gantt disappears when the tree is collap...Go MAEDA2021-07-311-1/+6
* Removes unused column trackers.is_in_chlog (#31132).Marius Balteanu2021-07-281-3/+3
* Inline image in Textile is not displayed if the image URL contains ampersands...Go MAEDA2021-07-281-1/+1
* Remove 'edit' action from :manage_wiki permission definition in Redmine::Acce...Marius Balteanu2021-07-261-1/+1
* Unhandled exception when a YAML syntax error is detected in configuration.yml...Go MAEDA2021-07-011-2/+2
* Require redmine/sort_criteria globally (#35455).Go MAEDA2021-06-261-0/+1
* Possible double includes in issue query in gantt helper (#33381).Go MAEDA2021-06-061-1/+0
* Ability to add watchers to Wiki pages (#7652).Go MAEDA2021-05-291-0/+3
* PDF thumbnails support on Windows (#32898).Go MAEDA2021-05-251-9/+9
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-152-2/+2
* Markdown text sections broken by thematic breaks (horizontal rules) (#35036).Go MAEDA2021-05-141-1/+1
* Updates for 4.2.1 release.Go MAEDA2021-04-261-1/+1
* Stricter validation of given revisions of repositories (#35085).Go MAEDA2021-04-233-0/+29
* Validate attachment filenames on every change (#34367).Go MAEDA2021-04-161-1/+1
* Prevent hash type URLs from being namespaced in MenuManager (#35076).Go MAEDA2021-04-151-2/+11