Skip to content
Snippets Groups Projects
  1. Jul 19, 2009
  2. Jul 10, 2009
  3. Jul 04, 2009
  4. Jun 23, 2009
  5. Jun 14, 2009
    • Jean-Philippe Lang's avatar
      Ability to accept incoming emails from unknown users (#2230, #3003). · b3afde14
      Jean-Philippe Lang authored
      An option lets you specify how to handle emails from unknown users:
      * ignore: the email is ignored (previous and default behaviour)
      * accept: the sender is considered as an anonymous user
      * create: a user account is created (username/password are sent back to the user)
      
      Permissions have to be consistent with the chosen option. Eg. if you choose 'create', the 'Non member' role must have the 'Add issues' permission so that an issue can be created by an unknown user via email. If you choose 'accept', the 'Anonymous' role must have this permission.
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2789 e93f8b46-1217-0410-a6f0-8f06a7374b81
      b3afde14
  6. Jun 10, 2009
  7. Jun 06, 2009
  8. May 30, 2009
  9. May 25, 2009
  10. May 17, 2009
  11. May 10, 2009
  12. May 04, 2009
  13. Apr 26, 2009
  14. Apr 25, 2009
  15. Apr 21, 2009
  16. Apr 19, 2009
  17. Apr 07, 2009
  18. Apr 05, 2009
  19. Mar 30, 2009
  20. Mar 28, 2009
  21. Mar 15, 2009
  22. Mar 12, 2009
  23. Mar 07, 2009
  24. Feb 27, 2009
  25. Feb 26, 2009
  26. Feb 25, 2009
    • Eric Davis's avatar
      Fixing Plugin and Mailer default_url_options. · 4baf32b1
      Eric Davis authored
      Both the plugin hooks and Mailer were setting default_url_options incorrectly
      and causing ActionContoller::UrlWritter to cache the settings on the module
      (mattr_accessor) causing several url generators to fail in either the plugin
      hooks or the Mailer.
      
      * Replaced Mailer's use of the default_url_options accessor with the proper class method
      * Replaced Hook's use of the default_url_options accessor with the proper class method on the ViewListener class
      * Added a test to reproduce the bugs in the Mailer when a hook is registered (thanks Chaoqun Zou)
      
        #2542
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2522 e93f8b46-1217-0410-a6f0-8f06a7374b81
      4baf32b1
  27. Feb 21, 2009
  28. Feb 15, 2009
  29. Feb 10, 2009