Skip to content
  1. Mar 25, 2014
  2. Feb 25, 2014
  3. Feb 22, 2014
  4. Feb 18, 2014
  5. Feb 17, 2014
  6. Feb 16, 2014
  7. Feb 04, 2014
  8. Feb 03, 2014
    • Marius Cramer's avatar
      Added config storage method · e20f18f3
      Marius Cramer authored
      - Use it like $app->conf('yourpluginname', 'config-key', 'value')
      - omit the value to read the config value, provide it to set the value
      e20f18f3
  9. Jan 23, 2014
  10. Jan 22, 2014
  11. Jan 20, 2014
  12. Jan 11, 2014
  13. Jan 07, 2014
  14. Nov 21, 2013
  15. Nov 20, 2013
  16. Oct 30, 2013
  17. Oct 14, 2013
  18. Aug 21, 2013
  19. Aug 02, 2013
  20. Jul 31, 2013
  21. Jul 05, 2013
  22. Apr 19, 2013
  23. Apr 16, 2013
  24. Mar 26, 2013
  25. Feb 22, 2013
  26. Feb 12, 2013
  27. Jan 03, 2013
  28. Nov 20, 2012
  29. Nov 14, 2012
  30. Oct 24, 2012
  31. Oct 05, 2012
  32. Oct 04, 2012
    • tbrehm's avatar
      Changed encoding of incremental sql files to "UTF8 ohne BOM" as some older... · a5b1a01b
      tbrehm authored
      Changed encoding of incremental sql files to "UTF8 ohne BOM" as some older mysql versions cant load them otherwise with errors like:
      
      ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE `web_domain` ADD `pm` ENUM( 'static', 'dynamic', 'ondemand' ) NOT' at line 1
      Loading SQL patch file: /tmp/trunk/install/sql/incremental/upd_0032.sql
      a5b1a01b