Skip to content
Snippets Groups Projects
  1. Oct 07, 2012
  2. Sep 18, 2012
  3. Sep 17, 2012
  4. Sep 09, 2012
  5. Sep 08, 2012
  6. Sep 07, 2012
  7. Aug 24, 2012
  8. Aug 06, 2012
  9. Jul 28, 2012
  10. Jul 14, 2012
  11. Jul 13, 2012
  12. Jun 29, 2012
  13. Jun 28, 2012
  14. May 04, 2012
  15. Apr 19, 2012
  16. Apr 18, 2012
  17. Apr 09, 2012
    • Anika Henke's avatar
      3d2fd76a
    • Anika Henke's avatar
      load only one stylesheet for all modes instead of three · 6c47a78c
      Anika Henke authored
      Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything.
      Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead!
      
      Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.
      6c47a78c
  18. Mar 22, 2012
  19. Mar 21, 2012
  20. Feb 07, 2012
  21. Feb 05, 2012
  22. Feb 01, 2012
  23. Jan 24, 2012
  24. Jan 18, 2012
  25. Jan 08, 2012
  26. Dec 22, 2011
  27. Dec 10, 2011
    • Tim Roes's avatar
      Fixed bug in XML-RPC search. · 97a000f0
      Tim Roes authored
      The score was randomly transfered as string or as integer.
      This way it will always be transfered as an integer.
      97a000f0
  28. Dec 04, 2011
  29. Dec 01, 2011
    • Tim Roes's avatar
      Fixed bug in XML-RPC search. · aafb4e36
      Tim Roes authored
      The score was randomly transfered as string or as integer.
      This way it will always be transfered as an integer.
      aafb4e36
  30. Nov 29, 2011
    • Tim Roes's avatar
      Second part of the error codes. Forgot some :( · f3046d2b
      Tim Roes authored
      Added the new error codes and categories:
      
      --- 212	Not allowed to delete media
      
      == 230	Media edit error
      --- 231	Filename not given
      --- 232 File is still referenced
      --- 233	Could not delete file
      f3046d2b
Loading