Skip to content
Snippets Groups Projects
  1. Jul 11, 2011
  2. May 07, 2011
  3. Apr 16, 2011
  4. Oct 24, 2010
  5. Jun 27, 2010
  6. Jun 26, 2010
  7. Apr 03, 2010
    • Michael Hamann's avatar
      Preserve selected item in the acl manager during ajax requests · 40307ce6
      Michael Hamann authored
      There are two new parameters submitted that contain the currently
      selected namespace and page id so it can be selected again
      indenpendently from the opened namespace.
      40307ce6
    • Michael Hamann's avatar
      Fixed sorting in the acl manager treeview · d74913c6
      Michael Hamann authored
      Previously the content of expanded namespaces was displayed below
      all other pages, now it is placed below it's parent namespace.
      The new comparison function is quite complex. Please have a look at it
      if it can done easier or if there are cases I haven't considered where
      the function produces incorrect results.
      d74913c6
  8. Feb 01, 2010
    • Andreas Gohr's avatar
      plugin related autoloading · c2a6d816
      Andreas Gohr authored
      This patch moved the place where DOKU_PLUGIN is defined. It no longer
      can be set from a normal config (only via preload)
      c2a6d816
  9. Jan 21, 2010
  10. Jan 17, 2010
  11. Nov 14, 2009
  12. Aug 07, 2009
    • Andreas Gohr's avatar
      Show media namespaces in ACL manager · a8900dc9
      Andreas Gohr authored
      Ignore-this: b46799f7d65081eaa364ecaab8a2c7f9
      
      Namespaces that only exist within the media directory are now merged with the
      page namespaces in tree explorer of the namespace manager
      
      darcs-hash:20090807094607-7ad00-3ce30cffc528e7e20a4b19d8f30d1f3725806162.gz
      a8900dc9
  13. Jan 15, 2009
  14. Dec 16, 2008
  15. Dec 10, 2008
  16. Aug 15, 2008
  17. Jul 20, 2008
  18. May 01, 2008
  19. Mar 15, 2008
  20. Mar 12, 2008
  21. Dec 03, 2007
  22. Nov 17, 2007
    • Andreas Gohr's avatar
      ACL Manager rewritten · 2a3623da
      Andreas Gohr authored
      This patch replaces the old ACL manager plugin with a new, completely
      rewritten one.
      
      The ACL manager is now independent of the page from which it was called,
      instead all pages and namespaces are selectable from an AJAX enhanced
      list similar to the one used in the media manager. This should take care
      of a major complain by new users.
      
      Another major confusion was that the old manager only showed relevant
      rules. This new manager always shows *all* defined ACL rules.
      
      darcs-hash:20071117155740-7ad00-1de71e396d5dbc117bf5788fb5667af828d5c20f.gz
      2a3623da
  23. Sep 08, 2007
  24. Aug 29, 2007
    • Andreas Gohr's avatar
      CSRF prevention for admin plugins · 634d7150
      Andreas Gohr authored
      This patch adds a session based token to all form in the default action plugins.
      The validity of the token is checked before any administrative function is
      executed aiming to protect DokuWiki's admin functions from Cross-site request
      forgery (CSRF) attacks.
      
      Another patch will follow to add the same functionality on other, less critical
      functions.
      
      More details on CSRF attacks can be found at
      http://en.wikipedia.org/wiki/Cross-site_request_forgery
      
      darcs-hash:20070829201538-7ad00-d0770224a3351fd8e38968e3a9d8e73520482445.gz
      634d7150
  25. Apr 09, 2006
    • chris's avatar
      Bug#680 · e04f1f16
      chris authored
      Update default plugins to ensure they exit immediately
      if not called from within Dokuwiki
      
      darcs-hash:20060409233841-9b6ab-555e4fced756849a5d7b9de6e4aaaea24c6da3ae.gz
      e04f1f16
  26. Mar 08, 2006
  27. Mar 03, 2006
  28. Mar 02, 2006
    • Andreas Gohr's avatar
      Allow non-ID names in ACLs · 6c2bb100
      Andreas Gohr authored
      Some auth backends allow special chars like whitespaces in user and group
      names. This made problems with the existing ACL checks and ACL manager.
      This patch makes the ACL system work with these cases by (url)encoding all
      special chars below 128.
      
      darcs-hash:20060302101850-6e07b-14bda9dbdb3528904325419b35bb9eddb0d1dde3.gz
      6c2bb100
  29. Jan 27, 2006
  30. Jan 26, 2006
  31. Aug 24, 2005
Loading