mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
* move custom logic to get the available locales by looking at translation file names to @config.i18n.available_locales@ option. * remove unnecessary fallback include which does the same thing as @config.i18n.fallbacks = true@. * include custom pluralization rules as Rails suggests. git-svn-id: https://svn.redmine.org/redmine/trunk@23830 e93f8b46-1217-0410-a6f0-8f06a7374b81
Replace nil check using ternary operator with safe navigation operator when accessing hashes (#41884).
Add missing migration for #40588 that keeps the @wiki_tablesort_enabled@ setting unchanged for existing installations.
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
Languages
Ruby
78.2%
HTML
15.5%
JavaScript
3.7%
CSS
2.2%
Perl
0.3%
Other
0.1%