summaryrefslogtreecommitdiffstats
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Incoming emails may cause "invalid byte sequence" error depending on the ↵Go MAEDA2019-09-261-1/+1
| | | | | | default external encoding, due to r18317 (#31549). git-svn-id: http://svn.redmine.org/redmine/trunk@18544 e93f8b46-1217-0410-a6f0-8f06a7374b81
* LF line terminators cause misparse of a multi-part email when ↵Go MAEDA2019-06-251-1/+1
| | | | | | | | | rdm-mailhandler.rb is invoked from /etc/aliases (#31549). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year.Go MAEDA2019-05-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't rescue Exception class (#31387).Go MAEDA2019-05-252-2/+2
| | | | | | | Patch by Go MAEDA and Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove frozen_string_literal magic comment from files which are not used ↵Go MAEDA2019-03-216-12/+0
| | | | | | when running the application or tests (#23630). git-svn-id: http://svn.redmine.org/redmine/trunk@17997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-158-0/+14
| | | | | | | This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/ (#28478).Go MAEDA2018-04-021-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17255 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove 'unloadable' from bundled sample plugin (#27963).Go MAEDA2018-01-101-2/+0
| | | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@17170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in rdm-mailhandler.rb: s/subadress/subaddress/ (#27812)Go MAEDA2017-12-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17120 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in rdm-mailhandler.rb: s/Proccessed/Processed/ (#27810).Go MAEDA2017-12-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use versioned migrations for sample plugin in the same way of core r16807Toshi MARUYAMA2017-08-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16961 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adjust reposman log messages.Jean-Philippe Lang2017-06-011-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16593 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show message before registering repository in Redmine.Jean-Philippe Lang2017-06-011-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16592 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use JSON instead of XML for reposman.rb.Jean-Philippe Lang2017-06-011-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16591 e93f8b46-1217-0410-a6f0-8f06a7374b81
* spelling fixes (#25495)Toshi MARUYAMA2017-04-022-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Check that repository module is enabled (#24307).Jean-Philippe Lang2017-01-291-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16286 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo (#23865).Jean-Philippe Lang2016-10-011-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15847 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong allow-override example in rdm-mailhandler.rb (#23829).Jean-Philippe Lang2016-10-011-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15547 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rdm-mailhandler with project-from-subaddress fails (#21531).Jean-Philippe Lang2015-12-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14986 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Only select actual users from the database in Redmine.pm (#21312).Jean-Philippe Lang2015-11-281-0/+1
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@14892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine.pm errors when cloning public project (#16948).Jean-Philippe Lang2015-11-241-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14883 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow a default version to be set on the command line for incoming emails ↵Jean-Philippe Lang2015-11-011-0/+1
| | | | | | (#7346). git-svn-id: http://svn.redmine.org/redmine/trunk@14789 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes project selection by subaddress optional (#20732).Jean-Philippe Lang2015-10-191-9/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14690 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates rdm-mailhandler.rb help.Jean-Philippe Lang2015-10-171-27/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates rdm-mailhandler.rb help.Jean-Philippe Lang2015-10-171-6/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail Handler: option for specifying a custom CA bundle (#19182).Jean-Philippe Lang2015-05-301-2/+6
| | | | | | Patch by Stephane Lapie. git-svn-id: http://svn.redmine.org/redmine/trunk@14289 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Connection leak in Redmine.pm (#19956).Jean-Philippe Lang2015-05-301-1/+1
| | | | | | Patch by Bruno Orcha García. git-svn-id: http://svn.redmine.org/redmine/trunk@14281 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14262 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added missing :permission option in sample plugin.Jean-Philippe Lang2015-02-181-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14031 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed no longer used :find_options option for acts_as_activity_provider.Jean-Philippe Lang2015-02-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14030 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rdm-mailhandler.rb should catch EOFError (#18922).Jean-Philippe Lang2015-02-071-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13961 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds buit-in groups to give specific permissions to anonymous and non ↵Jean-Philippe Lang2014-09-281-5/+15
| | | | | | members users per project (#17976). git-svn-id: http://svn.redmine.org/redmine/trunk@13417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
| | | | | | Contributed by Daniel Felix. git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail handler: adds --no-notification option to disable notifications to the ↵Jean-Philippe Lang2013-03-031-1/+4
| | | | | | created user (#13341). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11526 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail handler: adds --no-account-notice option for not sending account ↵Jean-Philippe Lang2013-03-031-2/+6
| | | | | | information to the created user (#11498). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo and text formatting in rdm-mailhandler usage.Jean-Philippe Lang2013-03-031-6/+6
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11524 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds copyright.Jean-Philippe Lang2013-03-031-0/+16
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail handler: adds --default-group option to add created user to one or more ↵Jean-Philippe Lang2013-03-031-7/+12
| | | | | | groups (#13340). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11522 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed thatinitialize_http_header overrides basic auth in rdm-mailhandler.rb ↵Jean-Philippe Lang2013-02-141-2/+2
| | | | | | | | (#13165). Patch by Jean-Louis Fuchs. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11371 e93f8b46-1217-0410-a6f0-8f06a7374b81
* ActionController::IntegrationTest is ActionDispatch::IntegrationTest.Jean-Philippe Lang2013-01-221-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11255 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at Redmine.pmToshi MARUYAMA2012-12-181-5/+5
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11049 e93f8b46-1217-0410-a6f0-8f06a7374b81
* MailHandler: exit with 75 when a SystemCallError is raised (#12528).Jean-Philippe Lang2012-12-081-1/+6
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10954 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add routing test to sample pluginToshi MARUYAMA2012-10-131-0/+12
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10656 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine.pm fails when permissions are NULL (#11818).Jean-Philippe Lang2012-09-121-1/+2
| | | | | | Contributed by John Yani. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10375 e93f8b46-1217-0410-a6f0-8f06a7374b81