Skip to content
  1. Feb 18, 2016
  2. Feb 09, 2016
  3. Nov 15, 2015
  4. Jun 15, 2015
  5. Jun 02, 2015
  6. May 27, 2015
  7. May 21, 2015
  8. May 20, 2015
  9. May 16, 2015
  10. Apr 16, 2015
  11. Apr 15, 2015
  12. Apr 14, 2015
  13. Jan 13, 2015
  14. Dec 19, 2014
  15. Nov 27, 2014
    • Falko Timme's avatar
      - Added translations. · a4a4eaa9
      Falko Timme authored
      - Added HHVM to "Default PHP Handler" field (server configuration).
      - Fixed "Unable to load the server configuration from database." error when running server.sh.
      - Fixed Javascript (accordions weren't working anymore, directive snippets and other placeholders couldn't be added anymore).
      a4a4eaa9
  16. Sep 26, 2014
  17. Feb 24, 2014
  18. Nov 29, 2013
  19. Nov 20, 2013
  20. Nov 14, 2013
  21. Oct 21, 2013
  22. Aug 21, 2013
  23. Mar 26, 2013
  24. Feb 12, 2013
  25. Jan 17, 2013
  26. Nov 14, 2012
  27. Jul 30, 2012
  28. Feb 03, 2012
  29. Jan 12, 2012
  30. Jan 04, 2012
  31. Dec 16, 2011
  32. Dec 07, 2011
    • nveid's avatar
      Converted all mysql_ calls to OO based mysqli calls. · f5b0ca26
      nveid authored
      Also removed the calls to the db closeConn calls in favor of
      destryong the connections on the class __destruct() 's..
      
      Since firebird db had a closeConn as well, changed its __destruct
      to calls its own personal closeConn which otherwise left unmodified.
      
      Refs: 1722
      f5b0ca26