Skip to content
Snippets Groups Projects
  1. Jun 29, 2007
  2. Jun 28, 2007
  3. Jun 27, 2007
    • Andreas Gohr's avatar
      check for auth object at certain functions · 6957b2ea
      Andreas Gohr authored
      This is a follow up on the previous patch to disable authtentication without
      disabling ACL on backend problems. It fixes a few errors that might occour
      in this rare situation.
      
      darcs-hash:20070627194910-7ad00-de5ac10e0d36ecf8906c080e1d3dc1b2fd85b45d.gz
      6957b2ea
  4. Jun 26, 2007
  5. Jun 25, 2007
  6. Jun 24, 2007
  7. Jun 23, 2007
  8. Jun 22, 2007
  9. Jun 21, 2007
  10. Jun 19, 2007
  11. Jun 20, 2007
  12. Jun 18, 2007
    • Andreas Gohr's avatar
      Verbose errors for failed feed fetching · 45e147cc
      Andreas Gohr authored
      When the allowdebug option is set, the error message generated by the feed parser
      will be put in an HTML comment.
      
      darcs-hash:20070618172904-7ad00-729b99d76df499890ded3f43b708196de9ff8cbe.gz
      45e147cc
  13. Jun 16, 2007
  14. Jun 14, 2007
  15. Jun 13, 2007
    • Andreas Gohr's avatar
      correct javascript escape for languagestring in windows share links FS#1147 · b120b664
      Andreas Gohr authored
      This piece of code should be replaced by some unobstrusive code in the future
      
      darcs-hash:20070613193351-7ad00-ce797a00e945f902e2fb309b83ffca988c2fb7e6.gz
      b120b664
    • Andreas Gohr's avatar
      fixed URL in file upload notify mail FS#1160 · 55b2b31b
      Andreas Gohr authored
      darcs-hash:20070613191542-7ad00-0e72b3c40f9593838641be5c4e728a8e1a68d550.gz
      55b2b31b
    • 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
    • Andreas Gohr's avatar
      some small improvement for smart quote parsing FS#1142 · f43b6d3a
      Andreas Gohr authored
      darcs-hash:20070613173817-7ad00-99fdc0bf868bff124ef7c5ec01ef3f58c51b36eb.gz
      f43b6d3a
    • Andreas Gohr's avatar
      fix for encoding email addresses · ba36e50e
      Andreas Gohr authored
      There was a problem in the mail header builder which left out a space between
      real names and the email address, which broke certain mailers.
      
      darcs-hash:20070613153201-7ad00-df21a26f31a199c2a1e8754d76b23afcf7981539.gz
      ba36e50e
    • Andreas Gohr's avatar
      no ampersand encoding in URLs for emails FS#1157 · c9321d91
      Andreas Gohr authored
      darcs-hash:20070613152712-7ad00-903176f9d5632ab1f26a4d8849f7eb7523134874.gz
      c9321d91
    • Andreas Gohr's avatar
      typo fix in syntax page FS#1158 · 6496112a
      Andreas Gohr authored
      darcs-hash:20070613152342-7ad00-f47364ec4dec635a1e5da1d5ba855f0cc2c7d299.gz
      6496112a
  16. Jun 04, 2007
  17. Jun 03, 2007
  18. 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
Loading