Skip to content
  1. Feb 16, 2014
  2. Feb 15, 2014
  3. Feb 10, 2014
  4. Feb 04, 2014
  5. 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
  6. Jan 23, 2014
  7. Jan 22, 2014
  8. Jan 20, 2014
  9. Jan 11, 2014
  10. Jan 07, 2014
  11. Nov 25, 2013
  12. Nov 21, 2013
  13. Nov 20, 2013
  14. Oct 30, 2013
  15. Oct 14, 2013
  16. Aug 21, 2013
  17. Aug 02, 2013
  18. Jul 31, 2013
  19. Jul 05, 2013
  20. Apr 19, 2013
  21. Apr 16, 2013
  22. Mar 26, 2013
  23. Feb 22, 2013
  24. Feb 12, 2013
  25. Jan 03, 2013
  26. Nov 20, 2012
  27. Nov 14, 2012
  28. Oct 24, 2012
  29. Oct 05, 2012
  30. 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