Skip to content
Snippets Groups Projects
  1. Nov 11, 2014
  2. Nov 03, 2014
  3. Oct 31, 2014
  4. Oct 27, 2014
  5. Oct 26, 2014
  6. Oct 25, 2014
  7. Oct 22, 2014
  8. Oct 21, 2014
  9. Oct 20, 2014
  10. Oct 18, 2014
  11. Oct 17, 2014
  12. Oct 16, 2014
  13. Oct 15, 2014
  14. Oct 14, 2014
  15. Oct 12, 2014
    • Michal Koutný's avatar
      AUTH_USER_CHANGE handler can modify passed data · 9c03f73b
      Michal Koutný authored
      Originally AUTH_USER_CHANGE handler could modify the user data, however,
      auth plugin consequently worked with different copy of the array thus
      effectively preventing any changes by the AUTH_USER_CHANGE implementer.
      9c03f73b
  16. Oct 11, 2014
  17. Oct 10, 2014
    • Angus Gratton's avatar
      Fix for update messages never completely going away · 86c04d87
      Angus Gratton authored
      The existing logic for messages.txt requires some valid update
      response (ending in %) to the messages update check before it clears
      the current messages.
      
      However update.dokuwiki.org appears to return an empty string response
      if everything is up to date. (ie http://update.dokuwiki.org/check/46.1 )
      
      As a result if there are update messages in messages.txt they don't
      automatically go away after updating to the current version. The only
      time they change is when a newer release comes out. The upgrade plugin
      has logic in it to force a re-download of messages.txt, but currently
      this just re-downloads the old update messages.
      
      This change explicitly allows for "" as a valid "no messages"
      indicator (distinct from false, which is the HTTP error indicator.)
      86c04d87
  18. Oct 08, 2014
  19. Oct 07, 2014
Loading