Skip to content
Snippets Groups Projects
  1. Apr 09, 2012
    • 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
  2. Mar 22, 2012
  3. Mar 21, 2012
  4. Feb 07, 2012
  5. Feb 05, 2012
  6. Feb 01, 2012
  7. Jan 24, 2012
  8. Jan 18, 2012
  9. Jan 08, 2012
  10. Dec 22, 2011
  11. 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
  12. Dec 04, 2011
  13. 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
  14. 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
    • Tim Roes's avatar
      Using sensefull error codes. · 1c122589
      Tim Roes authored
      Since there are currently a lot of error coded returning 1, that mean
      completly different thing, i guess it would be very nice to change this.
      A client should not be forced to parse the error message, the error code
      should be enough to explain the error.
      
      This change suggests some error codes, that have a hierarchical
      structure. In the following list the categories begin with = and the
      error codes actually used with -.
      
      = 100 	Page errors
      == 110	Page access errors
      --- 111	User is not allowed to read the requested page
      --- 112	User is not allowed to edit the page
      == 120	Page existance errors
      --- 121	The requested page does not exist
      == 130 	Page edit errors
      --- 131	Empty page id
      --- 132	Empty page content
      --- 133	Page is locked
      --- 134	Positive wordblock check
      
      = 200 	Media errors
      == 210	Media access errors
      --- 211	User is not allowed to read media
      ---	215	User is not allowed to list media
      == 220	Media existance errors
      --- 221	The requested media does not exist
      
      = 300	Search errors
      == 310	Argument errors
      --- 311	The provided value is not a valid timestamp
      == 320	Search result errors
      --- 321	No chances in specified timeframe
      1c122589
  15. Nov 28, 2011
  16. Nov 26, 2011
    • Tim Roes's avatar
      Fixed XML-RPC getAttachment method. · 5505dd9a
      Tim Roes authored
      Without creating an IXR_Base64 object, the file will be encoded as base64, but send as string. The client XML-RPC parser cannot detect that it is meant to be a base64 encoded file.
      5505dd9a
  17. Oct 30, 2011
  18. Oct 27, 2011
  19. Oct 15, 2011
  20. Sep 13, 2011
  21. Sep 06, 2011
  22. Sep 04, 2011
  23. Sep 02, 2011
  24. Aug 24, 2011
  25. Aug 20, 2011
  26. Aug 19, 2011
  27. Aug 18, 2011
Loading