summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove extra blank line.Marius Balteanu2021-10-211-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21255 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert changes made in r21251 due to a test fail (#29914, #32938).Marius Balteanu2021-10-212-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update .rubocop_todo and fix Style/AndOr offense (#29914, #32938).Marius Balteanu2021-10-202-5/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21253 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Split multiple classes and modules that existed in the same file (#29914, ↵Marius Balteanu2021-10-209-184/+265
| | | | | | | | #32938). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21252 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix rubocop "Style/CombinableLoops" offense in wiki_page.rb (#29914, #32938).Marius Balteanu2021-10-202-4/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21251 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#35770).Go MAEDA2021-10-2047-0/+47
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21250 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#32424).Go MAEDA2021-10-2048-0/+96
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the "Edit" label in the context menu to "Bulk Edit" when multiple ↵Go MAEDA2021-10-205-8/+10
| | | | | | | | | issues are selected (#35770). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21248 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 4.2.3 release.Go MAEDA2021-10-102-1/+46
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix random failing test introduced in r21130 (#35957, #34169).Marius Balteanu2021-10-091-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21242 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable rubocop Lint/IneffectiveAccessModifier for ↵Marius Balteanu2021-10-091-0/+2
| | | | | | @self.tokenized_like_conditions@ in @app/models/query.rb@ (#35764). git-svn-id: http://svn.redmine.org/redmine/trunk@21241 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Explicitly specify escape character using an ESCAPE on SQLite (#35073).Marius Balteanu2021-10-093-6/+8
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21240 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tests for #35764.Marius Balteanu2021-10-052-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21239 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tokenize search parameter in order to allow multiple search terms in:Marius Balteanu2021-10-054-16/+64
| | | | | | | | | * the "contains" operator of text filters * in issue autocomplete Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enforce stricter class filtering in WatchersController (35463).Marius Balteanu2021-10-051-1/+3
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@21235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix rubocop offense (#35073).Marius Balteanu2021-10-031-4/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21234 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace send with direct call because sanitize_sql_for_conditions is now ↵Marius Balteanu2021-10-031-3/+4
| | | | | | | | public (#35073). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21233 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use sanitize_sql_like in Query#sql_contains (#35073).Marius Balteanu2021-10-032-0/+16
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21232 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-038-5/+69
| | | | | | Patch Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use sanitize_sql_like on search tokens (#35073).Marius Balteanu2021-10-032-1/+25
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21230 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes '%' signs from test strings in search test (#35073).Marius Balteanu2021-10-031-3/+3
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21229 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Append two spaces to lines when importing an email on CommonMark with ↵Marius Balteanu2021-10-034-2/+35
| | | | | | | | hardbreaks disabled (#32424). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21228 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make hardbreaks behaviour configurable in config/configuration.yml (#32424).Marius Balteanu2021-10-035-5/+40
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Stick commonmarker gem to 0.23.1 when Ruby version >= 2.6 (#35892, #32424).Marius Balteanu2021-10-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add information about whether an issue is open or closed to Issues API ↵Go MAEDA2021-10-023-5/+17
| | | | | | | | | response (#15855). Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Line breaks in the description of a custom field are ignored in a tooltip ↵Go MAEDA2021-09-241-1/+2
| | | | | | | | | (#34834). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21222 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix Layout/ClosingParenthesisIndentation offense (#35683).Marius Balteanu2021-09-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21220 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable Lint/DuplicateBranch in lib/redmine/export/pdf.rb#107 (#35683).Marius Balteanu2021-09-111-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix Layout/MultilineArrayBraceLayout offense (#21210).Marius Balteanu2021-09-111-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix NoMethodError when generating a link to a locked user (#12795, #35823).Go MAEDA2021-09-073-8/+25
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Interpret thumbnail macro in description, notes and formatted custom fields ↵Marius Balteanu2021-09-062-19/+25
| | | | | | | | in issues list PDF export (35683). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21213 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Retrieve filenames of thumbnails when rendering a PDF (#35683).Marius Balteanu2021-09-061-0/+4
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21212 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Expand macros in full-width custom fields when exporting issue to PDF (#35683).Marius Balteanu2021-09-061-2/+7
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21211 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that deleting a closed or archived projects not working anymore after ↵Marius Balteanu2021-09-063-2/+42
| | | | | | | | r20034 (#35827). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@21210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Return 404 when filtering by a non-visible user in activity view (#35789).Marius Balteanu2021-09-062-1/+13
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21209 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use ids instead of pluck(:id) (#32977).Marius Balteanu2021-09-062-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove references to deleted user from "user"-Format CustomFields when ↵Marius Balteanu2021-09-063-0/+51
| | | | | | | | destroying an user (#32977). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@21207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow Roadmap view without any related issues (#6432).Go MAEDA2021-09-042-0/+39
| | | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that test_link_to_principal_should_link_to_user does not actually test ↵Go MAEDA2021-08-311-1/+2
| | | | | | anything (#12795). git-svn-id: http://svn.redmine.org/redmine/trunk@21203 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hide graphs when printing the Issues Report details (#35669).Go MAEDA2021-08-281-2/+2
| | | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21202 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Traditional Chinese translation update (#35807).Go MAEDA2021-08-241-3/+3
| | | | | | | Patch by ChunChang Lo. git-svn-id: http://svn.redmine.org/redmine/trunk@21201 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Query links for related issues on issue page (#35559).Go MAEDA2021-08-234-15/+64
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@21200 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails to 6.1.4.1 (#29914).Go MAEDA2021-08-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21199 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulgarian translation update (#35791).Go MAEDA2021-08-221-3/+3
| | | | | | | Patch by Ivan Cenov. git-svn-id: http://svn.redmine.org/redmine/trunk@21198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove redefinition of ActionMailer::LogSubscriber#deliver which is no ↵Go MAEDA2021-08-191-18/+0
| | | | | | longer necessary because of the removal of Setting.bcc_recipients. (#31035). git-svn-id: http://svn.redmine.org/redmine/trunk@21197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unused argument from Redmine::Helpers::TimeReport (#33079).Go MAEDA2021-08-192-3/+2
| | | | | | | Patch by Kevin Fischer. git-svn-id: http://svn.redmine.org/redmine/trunk@21196 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move sidebar content on versions index view (roadmap) into a separate ↵Go MAEDA2021-08-192-53/+54
| | | | | | | | | partial (#35773). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21195 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't unlink files before closing them (#35539, #35721).Go MAEDA2021-08-181-4/+8
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@21194 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that binmode specified twice (#35539, #35720).Go MAEDA2021-08-181-1/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@21193 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update locales (#34494).Go MAEDA2021-08-1747-0/+141
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@21192 e93f8b46-1217-0410-a6f0-8f06a7374b81