mirror of
https://github.com/redmine/redmine.git
synced 2026-02-02 04:40:06 +01:00
40ab48325e765a309d9eaad3f1d318611ffa342b
Using the ternary operator for nil checking caused a runtime error in the Style/SafeNavigation cop during `rubocop --regenerate-todo` with RuboCop 1.76.0. Replacing it with the safe navigation operator avoids the error. git-svn-id: https://svn.redmine.org/redmine/trunk@23824 e93f8b46-1217-0410-a6f0-8f06a7374b81
Replace nil check using ternary operator with safe navigation operator when accessing hashes (#41884).
Set default for "Javascript based table sorting in wiki content" to disabled for new installations (#40588).
Set default for "Javascript based table sorting in wiki content" to disabled for new installations (#40588).
Custom themes are now loaded from "/themes" directory from project root. The themes provided by Redmine (alternate and classic) remains in "app/assets/themes" (#39111).
= Redmine Redmine is a flexible project management web application written using Ruby on Rails framework. More details can be found in the doc directory or on the official website https://www.redmine.org
Description
Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp
Languages
Ruby
78.2%
HTML
15.5%
JavaScript
3.8%
CSS
2.2%
Perl
0.2%
Other
0.1%