Skip to content
Snippets Groups Projects
  1. Jul 15, 2007
  2. Jul 11, 2007
  3. Jul 05, 2007
  4. Jul 02, 2007
  5. Jun 30, 2007
  6. Jun 29, 2007
  7. Jun 28, 2007
  8. Jun 26, 2007
  9. Jun 25, 2007
  10. Jun 24, 2007
  11. Jun 22, 2007
  12. Jun 19, 2007
  13. Jun 16, 2007
  14. Jun 14, 2007
  15. 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
  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
  19. May 15, 2007
  20. May 14, 2007
  21. May 13, 2007
    • Anika Henke's avatar
      tiny url fix in toc image js · 3185aeeb
      Anika Henke authored
      darcs-hash:20070513223948-d5083-24db06f97ec34b1d5d1db6ae435718ecf171ba70.gz
      3185aeeb
    • Andreas Gohr's avatar
      include_once support for javascript · 3825ddd3
      Andreas Gohr authored
      The include syntax was changed and enhanced by a include_once statement.
      
      Syntax:
      
      /* DOKUWIKI:include somefile.js */
      /* DOKUWIKI:include_once someotherfile.js */
      
      Note: include_once uses the basename of the inlcuded file to determine if
            it was previously loaded. You need to use something unique for it to
            make sure it is correctly loaded.
      
      Note: included files are not checked for updates by the cache logic. You
            need to touch the master file for updating the cache
      
      Note: includes are *not* supported inside included files to avoid any
            circular references
      
      darcs-hash:20070513222421-7ad00-d99d717ba8a428d0af2b3f7d593897e0467cb9c9.gz
      3825ddd3
Loading