summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
...
* Fix RuboCop offense Layout/FirstArrayElementIndentation in html_sanitizer.rb ...Go MAEDA2022-10-201-4/+5
* Fix RuboCop offenses Layout/EmptyLinesAroundModuleBody, Layout/EmptyLinesArou...Go MAEDA2022-10-201-4/+0
* Add a copyright header (#37750).Go MAEDA2022-10-201-0/+19
* Escape tags that start with pre (#37767).Go MAEDA2022-10-171-5/+7
* Uses the new html sanitizer for links rendered by custom fields (#37750).Marius Balteanu2022-10-041-5/+7
* Introduces a standalone html sanitizer class (#37750).Marius Balteanu2022-10-041-0/+20
* Mark legacy Markdown text formatting option as deprecated (#36807).Marius Balteanu2022-10-041-1/+1
* Escape blockquote citation in textile formatting (#37751).Marius Balteanu2022-10-041-1/+1
* Updates for 5.0.3 release.Marius Balteanu2022-10-021-1/+1
* Fix repository browser does not show \"+\" (plus sign) in filename (#37718).Marius Balteanu2022-10-021-1/+1
* Allow select custom CSS properties (#37237).Marius Balteanu2022-09-261-0/+15
* Add rel="noopener" to all external links with a target attribute (#37713).Marius Balteanu2022-09-261-0/+6
* Support revision without any message in Mercurial repositories (#36258).Go MAEDA2022-09-011-1/+1
* Fix RuboCop offense Layout/LineLength due to r21785 (#37586).Go MAEDA2022-09-011-2/+4
* Typo in an argument name: s/trailling/trailing/ (#37586).Go MAEDA2022-08-281-2/+2
* Typo in method names: s/trailling/trailing/ (#37586).Go MAEDA2022-08-283-6/+16
* Fix unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.r...Go MAEDA2022-08-251-1/+0
* Use start_with? or end_with? to check the first or last character of a string...Go MAEDA2022-08-243-7/+7
* Repository tab is not displayed if no repository is set as the main repositor...Go MAEDA2022-07-271-1/+1
* Open Help in a separate tab (#1069).Go MAEDA2022-07-221-1/+1
* Thumbnail macro does not work when a file is attached and preview is displaye...Go MAEDA2022-07-191-2/+6
* Fix RuboCop offense Lint/NonAtomicFileOperation (#36919).Go MAEDA2022-06-302-6/+2
* Add frozen_string_literal and copyright (#37119).Marius Balteanu2022-06-251-0/+19
* Set version to 5.0.2.Marius Balteanu2022-06-211-1/+1
* Fix mentions of users with "@" in their username not working (#37138).Marius Balteanu2022-06-201-9/+10
* Fix rubocop warnings (#37119). Marius Balteanu2022-06-171-2/+1
* Move methods related to wiki section to a helper file and include it in all 3...Marius Balteanu2022-06-164-70/+68
* Fix RuboCop offense Rails/RootPublicPath (#37248).Go MAEDA2022-06-142-2/+2
* Fix RuboCop offense Style/RedundantCondition in lib/redmine/menu_manager.rb (...Go MAEDA2022-06-141-5/+1
* Update footnotes markup after commonmarker gem update (#35892).Marius Balteanu2022-05-281-2/+2
* Fix Rubocop warnings.Marius Balteanu2022-05-171-1/+5
* Remove experimental flag from CommonMark text formatter (#36807).Marius Balteanu2022-05-171-1/+1
* Updates for 5.0.1 release. Marius Balteanu2022-05-161-1/+1
* Fix rendering invalid URI fails with exception in CommonMark Markdown (#36958).Marius Balteanu2022-05-031-1/+1
* Reverts r21448 (#36998).Marius Balteanu2022-05-021-1/+1
* Handle nil return of Redmine::Themes.theme(Setting.ui_theme) in Redmine::Info...Marius Balteanu2022-04-271-9/+6
* 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