Skip to content
  1. May 25, 2016
  2. May 24, 2016
  3. May 11, 2016
  4. Apr 22, 2016
  5. Apr 21, 2016
  6. Apr 20, 2016
  7. Apr 11, 2016
  8. Apr 07, 2016
  9. Feb 18, 2016
  10. Feb 11, 2016
  11. Feb 09, 2016
  12. Feb 04, 2016
  13. Jan 31, 2016
  14. Jan 23, 2016
  15. Jan 18, 2016
  16. Jan 04, 2016
  17. Dec 16, 2015
  18. Dec 08, 2015
  19. Nov 29, 2015
  20. Nov 21, 2015
  21. Nov 19, 2015
    • Dominik's avatar
      Added possibility to delete backups · 634132a0
      Dominik authored
      Conflicts:
      	interface/lib/classes/remoting.inc.php
      	interface/web/mail/templates/mail_user_backup_list.htm
      	interface/web/sites/lib/lang/en_web_backup_list.lng
      	interface/web/sites/lib/lang/es_web_backup_list.lng
      	interface/web/sites/lib/lang/tr_web_backup_list.lng
      	server/plugins-available/backup_plugin.inc.php
      634132a0
  22. Nov 17, 2015
  23. Nov 16, 2015
  24. Nov 15, 2015
  25. Oct 13, 2015
  26. Sep 18, 2015
    • Till Brehm's avatar
      Fix by dirkd: Since file() doesn't remove "\n" from the lines read the... · d8faa4e7
      Till Brehm authored
      Fix by dirkd: Since file() doesn't remove "\n" from the lines read the condition $lines[$l] == '' never evaluated to true. So $mailHeaders would always contain every line from the template while $mailBody contained none of them.
      
      Together with the bugfix of PHP#68776 [1] disallowing multiple "\n"'s & preceding "\n" in mail()'s $additionalHeaders arg this caused mails not being sent because $mailHeaders would include at least one "\n\n" which was meant to separate the mail headers from the body.
      
      [1] https://bugs.php.net/bug.php?id=68776
      d8faa4e7