Search
Results (947)
- Revision 24181 (svn): Login and Email columns ... tedly center-aligned on the Users page since Redmine 5.1 (#43527).
- Patch by Go MAEDA (user:maeda).
- Revision 24020 (svn): Fix labels not displayed for form.text_area fields in Redmine with Rails 8 (#43268, #43205).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
- Revision 23846 (svn): Ensures that @Redmine::PluginLoader.load@ is executed before @Doo ... to properly load plugin permissions (#24808).
- Revision 23830 (svn): Removes custom backend @Redmine::I18n::Backend@ (#42859):
- * move custom logic to get the available loca ... custom pluralization rules as Rails suggests.
- Revision 23829 (svn): Fix limit available locales to those defined by Redmine itself (#42815).
- Revision 23738 (svn): Fix a typo in `doc/UPGRADING` regarding the `config.assets.redmine_detect_update` flag (#42657).
- Patch by Kota Uchino (user:uchinokot).
- Revision 23734 (svn): Make commonmarker gem required to avoid runtime error (#37394).
- Although the commonmarker gem is marked as optional in the Gemfile, Redmine fails to start without it, raising a NameError: "uninitialized constant Redmine::WikiFormatting::CommonMark::HTML". This patch makes the gem required to ensure Redmine starts correctly.
- Revision 23687 (svn): Ensure Mercurial uses Python >= 3.5 (#33784).
- Redmine no longer supports Python 2.7. Mercurial do ... 3.0 to 3.4. Patch by Go MAEDA (user:maeda).
- Revision 23414 (svn): Add description for `ssl=force` option to rake task `redmine:email:receive_pop3` (#41738).
- Revision 23408 (svn): Fix: Allow database ada ... in config/database.yml to be quoted (#42013).
- In Redmine 6.0.2 and 5.1.5, due to the change introduc ... ng the quoted adapter name `"mysql2"` causes Redmine to fail to start with the error: "Unknown d ... ter `"mysql2"` found in config/database.yml".
- Revision 23322 (svn): Fix random test failures in Redmine::Acts::MentionableTest due to unsorted mentioned_users (#41889).
- Patch by Go MAEDA (user:maeda).
- Revision 23242 (svn): Fix RuboCop Layout/SpaceAfterComma in test/unit/lib/redmine/menu_manager/menu_helper_test.rb.
- Revision 23212 (svn): Fixed an issue where Redmine would not start due to an error in Propshaft (#39111).
- Patch by user:hidakatsuya.
- Revision 23154 (svn): Fix reference to the deleted Redcarpet-based Redmine::WikiFormatting::Markdown::HtmlParser class ... or the CommonMark formatter (#40149, #41513).
- Revision 23083 (svn): Switches all icons from ... cense) due to license incompatibilities with Redmine's GPLv2 license. (#23980).
- Revision 22956 (svn): Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root (#41142).
- Revision 22934 (svn): Updated `number.format. ... in locale files based on rails-i18n (#39997).
- * Referenced the `rails/locales/*.yml` files ... mat.delimiter` values for various locales in Redmine. * Skipped updates where `number.format.separator` values differ between Redmine and rails-i18n. Patch by Go MAEDA (user:maeda).
- Revision 22905 (svn): Fix RuboCop offense Style/RedundantRegexpEscape in lib/redmine/wiki_formatting/section_helper.rb (#40716).
- Revision 22774 (svn): Fixes missing fixture: add :groups_users fixture to @Redmine::ApiTest::UsersTest@
- Revision 22747 (svn): Introduces Redmine::Plugin#attachment_object_type to provide b ... n models having attachments (#39948, #39862).
- Patch by Jens Krämer (@jkraemer).
- Revision 22734 (svn): Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239).
- Patch by Vincent Robert (@Nanego).
- Revision 22729 (svn): Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ te ... syntax help files refactor (#39111, #40137).
- Revision 22711 (svn): Updates UPGRADING doc to include the new themes directory location from [redmine_root] (#39111).
- Revision 22708 (svn): Custom themes are now l ... ry from project root. The themes provided by Redmine (alternate and classic) remains in "app/assets/themes" (#39111).
- Revision 22691 (svn): Removes configuration flag example related to @redmine:plugins:assets@ (#40204, #39111).