Skip to content
Snippets Groups Projects
  1. Jul 30, 2007
  2. Jul 25, 2007
    • Andreas Gohr's avatar
      JavaScript fix · d734b123
      Andreas Gohr authored
      darcs-hash:20070725184035-7ad00-ed079411e612045107680940d8e0570df48bdb7d.gz
      d734b123
  3. Jul 19, 2007
  4. Jul 16, 2007
    • Andreas Gohr's avatar
      small javascript fix · a7e8a98c
      Andreas Gohr authored
      darcs-hash:20070716185356-7ad00-041a32374cd1d2878296161a5cc1bc7e09e58b27.gz
      a7e8a98c
    • Andreas Gohr's avatar
      AJAX for the index view · a06884ab
      Andreas Gohr authored
      This makes the index view much more responsive by loading sub namespaces through AJAX
      if JavaScript is available.
      
      The used throbber image probably looks bad on dark backgrounds. If someone could provide
      a better one it would be greatly appreciated.
      
      darcs-hash:20070716184605-7ad00-adf298ee3303d50f2b4b6b66e5ea3ff8d8c2bf9a.gz
      a06884ab
  5. Jul 15, 2007
  6. Jul 11, 2007
  7. Jul 05, 2007
  8. Jul 02, 2007
  9. Jun 30, 2007
  10. Jun 29, 2007
  11. Jun 28, 2007
  12. Jun 26, 2007
  13. Jun 25, 2007
  14. Jun 24, 2007
  15. Jun 22, 2007
  16. Jun 19, 2007
  17. Jun 16, 2007
  18. Jun 14, 2007
  19. Jun 13, 2007
    • Andreas Gohr's avatar
      make typography option three staged FS#1142 · 9426a41a
      Andreas Gohr authored
      Because correct smart quote parsing with regular expressions is nearly
      impossible, especially when dealing with quote usage in languages different
      from english, the typography configuration option was changed.
      
      0 means to completely disable any typography replacements
      1 will only handle the multiply entitity and double quotes, this should
        nearly always work without problems and is the new default
      2 will add singlequote parsing. This might break because single quotes and
        apostrophes are not always easily distinguishable. Especially in languages
        where single quote openings and apostrophes are different characters you
        might experience problems. For english it should nearly always work.
      
      darcs-hash:20070613184015-7ad00-0cebc3f807f54467d54458075c5c9f651355c5ba.gz
      9426a41a
  20. Jun 04, 2007
  21. Jun 03, 2007
  22. May 28, 2007
    • Chris Smith's avatar
      Partial Fix FS#1085 · 4c989037
      Chris Smith authored
      This fix adds a new configuration setting, 'auth_security_timeout', which controls the duration (seconds) before authentication
      information is rechecked.  The default value is set to 900 seconds (15 minutes). Wiki installations particularly concerned
      about security should set this value to 0.
      
      DokuWiki maintains a copy of the most recent authentication details in both a browser cookie and server session.  Normally these
      values are compared on each page visit.  If the comparison passes the user is accepted. The same data will be used over and
      over until either the cookie or the session expires.  FS#1085 is concerned with updates to the original authentication data not
      being able to affect this comparison.  The new 'auth_security_timeout' setting will force expiration of the saved data after the
      specified period has elapsed.
      
      Re-authentication may affect page response, especially on systems which use remote authentication systems.
      
      This fix is considered partial and should be reviewed after the next release with a view to extending the authentication class
      to allow those mechanisms which are able to control when DW should revoke authentication.
      
      darcs-hash:20070528194747-d26fc-f471004da604eb66f7131c470e446b98c29d801b.gz
      4c989037
  23. May 15, 2007
  24. May 14, 2007
Loading