Skip to content
Snippets Groups Projects
  1. Nov 29, 2011
    • 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
  2. 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
  3. Nov 25, 2011
  4. Nov 24, 2011
    • Elan Ruusamäe's avatar
      add label to each plugin in plugin management page · dacedfc0
      Elan Ruusamäe authored
      i needed to disable all plugins to figure out which plugin was causing
      template error, so it was quite annoying to click on the tiny checkbox
      
      added html label so i could at least click on the plugin name to toggle
      checkbox state
      dacedfc0
  5. Nov 23, 2011
  6. Nov 20, 2011
  7. Nov 14, 2011
  8. Nov 13, 2011
  9. Nov 12, 2011
  10. Nov 10, 2011
  11. Nov 08, 2011
  12. Nov 06, 2011
  13. Nov 05, 2011
  14. Nov 04, 2011
  15. Nov 03, 2011
  16. Oct 31, 2011
    • Andreas Gohr's avatar
      Do not send empty changes to the AD backend · 222298bc
      Andreas Gohr authored
      This fixes password changing operations: password change and user
      modification are two different operations on the AD backend - the user
      modification should not be done on password only changes.
      222298bc
  17. Oct 30, 2011
Loading