| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r22746 from trunk to 5.1-stable (#40043). | Marius Balteanu | 2024-02-27 | 6 | -6/+6 |
* | Merged r22456 from trunk to 5.1-stable (#39576). | Go MAEDA | 2023-11-19 | 1 | -1/+1 |
* | Replace `YAML.load` with `YAML.load_file` in locales.rake and improve error r... | Go MAEDA | 2023-10-20 | 1 | -3/+3 |
* | Fix deprecation warning for db:structure:dump in db:migrate when using sql sc... | Go MAEDA | 2023-02-01 | 1 | -6/+1 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 6 | -6/+6 |
* | Add the `# frozen_string_literal: true` magic comment to config/initializers/... | Go MAEDA | 2022-09-21 | 1 | -0/+2 |
* | Add tasks to prune registered users after a certain number of days (#30998). | Go MAEDA | 2022-03-22 | 1 | -0/+16 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 6 | -6/+6 |
* | Use File.exist? instead of deprecated File.exists? (#36358). | Go MAEDA | 2021-12-27 | 1 | -3/+3 |
* | Fix redmine:plugins:assets rake task fails (#36287, #32938). | Go MAEDA | 2021-12-08 | 1 | -1/+1 |
* | Remove rake task check_parsing_by_psych (#35026). | Go MAEDA | 2021-04-13 | 1 | -27/+0 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 6 | -6/+6 |
* | Rake tasks db:encrypt and db:decrypt now supports TOTP secret keys (#1237, #3... | Go MAEDA | 2020-09-05 | 1 | -2/+4 |
* | Fix warnings while running redmine:load_default_data rake task (#33310). | Go MAEDA | 2020-04-22 | 1 | -1/+0 |
* | scm: git: add new test repository which has UTF-8 Emoji committer and comment... | Toshi MARUYAMA | 2020-04-14 | 1 | -1/+1 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 6 | -6/+6 |
* | Add redmine:plugins:test:system task (#31746). | Go MAEDA | 2019-08-05 | 1 | -0/+7 |
* | reminder.rake should ignore blank parameters (#31501). | Go MAEDA | 2019-06-05 | 1 | -5/+5 |
* | Add support for :sql ActiveRecord::Base.schema_format in redmine:plugins:migr... | Go MAEDA | 2019-06-01 | 1 | -1/+6 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 6 | -6/+6 |
* | Don't rescue Exception class (#31387). | Go MAEDA | 2019-05-25 | 3 | -5/+5 |
* | Remove frozen_string_literal magic comment from files which are not used when... | Go MAEDA | 2019-03-21 | 16 | -32/+0 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 16 | -0/+32 |
* | Send emails asynchronously (#26791). | Jean-Philippe Lang | 2018-10-10 | 1 | -4/+1 |
* | Use find_by instead of where.first to remove unnecessary sorting (#26747). | Go MAEDA | 2018-10-06 | 1 | -1/+1 |
* | "no_notification" option is not listed in the help of "rake redmine:email:rec... | Go MAEDA | 2018-09-27 | 1 | -0/+1 |
* | redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ... | Jean-Philippe Lang | 2018-09-23 | 1 | -1/+1 |
* | Replace Enumerable#sort with faster Enumerable#sort_by (#29299). | Go MAEDA | 2018-08-02 | 1 | -1/+1 |
* | Remove RDoc tags (#28943). | Go MAEDA | 2018-06-08 | 1 | -1/+1 |
* | Fix: "project_from_subbaddress" option is not listed in the help of "rake red... | Go MAEDA | 2018-01-24 | 1 | -0/+3 |
* | Replace Minitest.rake_run with Rails::TestUnit::Runner.rake_run for compatibi... | Go MAEDA | 2018-01-01 | 2 | -7/+7 |
* | Removes test:ui rake task replaced by rails test:system. | Jean-Philippe Lang | 2017-07-30 | 1 | -6/+0 |
* | Drop Darcs support (#26391). | Jean-Philippe Lang | 2017-07-25 | 1 | -1/+1 |
* | Merged rails-5.1 branch (#23630). | Jean-Philippe Lang | 2017-07-23 | 2 | -34/+24 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 6 | -6/+6 |
* | Adds a rake task to update attachments digests to SHA256 (#25240). | Jean-Philippe Lang | 2017-04-03 | 1 | -0/+5 |
* | spelling fixes (#25495) | Toshi MARUYAMA | 2017-04-02 | 1 | -1/+1 |
* | set "warning = false" for "rake test:scm:units" and "rake test:scm:functionals" | Toshi MARUYAMA | 2017-03-20 | 1 | -0/+2 |
* | Prevent warning about already defined constant. | Jean-Philippe Lang | 2017-03-02 | 1 | -0/+3 |
* | Don't pass conditions to #delete_all. | Jean-Philippe Lang | 2016-07-16 | 1 | -1/+1 |
* | Ability to define a default assigned_to when receiving emails (#23020). | Jean-Philippe Lang | 2016-06-18 | 1 | -0/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 6 | -6/+6 |
* | add plugins ui tests rake task (#21361) | Toshi MARUYAMA | 2015-11-27 | 1 | -0/+7 |
* | Allow a default version to be set on the command line for incoming emails (#7... | Jean-Philippe Lang | 2015-11-01 | 1 | -0/+1 |
* | Mail Handler: add support for allow_override=all (#20543). | Jean-Philippe Lang | 2015-10-17 | 1 | -47/+31 |
* | travis: add PostgreSQL environments | Toshi MARUYAMA | 2015-08-30 | 1 | -1/+1 |
* | Adds private issue option to receiving emails (#8424). | Jean-Philippe Lang | 2015-05-10 | 1 | -0/+1 |
* | add MariaDB 10.0 environment to travis (#17460, #19344) | Toshi MARUYAMA | 2015-03-14 | 1 | -1/+1 |
* | Allow filtering of Redmine Reminders by Version (#18983). | Jean-Philippe Lang | 2015-02-07 | 1 | -0/+2 |
* | IMAP STARTTLS support (#16823). | Jean-Philippe Lang | 2015-01-27 | 1 | -1/+3 |