Skip to content
Snippets Groups Projects
  1. Oct 14, 2014
  2. 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
  3. Oct 11, 2014
  4. 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
  5. Oct 08, 2014
  6. Oct 07, 2014
  7. Oct 06, 2014
  8. Oct 05, 2014
  9. Oct 04, 2014
  10. Oct 03, 2014
  11. Oct 01, 2014
  12. Sep 30, 2014
  13. Sep 29, 2014
  14. Sep 28, 2014
Loading