| #
                066fee30 |  | 12-Oct-2008 | Andreas Gohr <andi@splitbrain.org> | Make license selectable from config FS#312
 darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz
 
 | 
| #
                dc58b6f4 |  | 01-Oct-2008 | Andy Webber <dokuwiki@andywebber.com> | editor_info_patch
 At present, DW shows the username on the bottom left under "logged in as", and the login name for "last modified", "locked by" and under
 revisions/recent changes. In a corporate en
 editor_info_patch
 At present, DW shows the username on the bottom left under "logged in as", and the login name for "last modified", "locked by" and under
 revisions/recent changes. In a corporate environment, particularly when integrated with a Single Sign-On system, the login name may be somewhat
 unfriendly. This patch makes the "logged in as" the same as the value used elsewhere and also allows an admin to decide whether it should be the
 login name, username or e-mail address that is displayed. The e-mail address may also, optionally, be a mailto: link. E-mail addresses are
 obfuscated according to the 'mailguard' setting. The default behaviour is to show the login name which is no change from previous behaviour for the
 "last modified"/"locked by"/revisions/"recent changes", but is a change for the "logged in as".
 
 darcs-hash:20081001152914-6ad63-9cd7174068ac55de381f1318a4401f8c51de5b0c.gz
 show more ...  
 | 
| #
                f5c6743c |  | 12-Sep-2008 | Andreas Gohr <andi@splitbrain.org> | more cookie security FS#1490
 This patch adds the httponly option to the PHP session cookies and DokuWiki's
 auth cookie when supported by the PHP version.
 
 It also adds a new config option 'securecoo
 more cookie security FS#1490
 This patch adds the httponly option to the PHP session cookies and DokuWiki's
 auth cookie when supported by the PHP version.
 
 It also adds a new config option 'securecookie' which is enabled by default.
 It makes sure the browser will not sent a cookie set via HTTPS over a
 non-secured connection. This option has to be disabled for wikis that only
 protect the login with SSL but not the whole wiki.
 
 darcs-hash:20080912224922-7ad00-d5275147ba9d17a9f6defa8a51ca720da74ba8a0.gz
 show more ...  
 | 
| #
                03305f56 |  | 18-Mar-2008 | Andreas Gohr <andi@splitbrain.org> | Typo fix
 darcs-hash:20080318200005-7ad00-aacfd0598c21b7e6d21564d40ccd09872a817b22.gz
 
 | 
| #
                deec6eb9 |  | 15-Mar-2008 | pierre.pracht <pierre.pracht@gmail.com> | Propritary Nginx X-Accel-Redirect header
 Example nginx configuration :
 location /var/www/dokuwiki0/ {
 internal;
 alias /var/www/dokuwiki/dokuwiki0/;
 }
 
 darcs-hash:20080315155631-b0461-68c08d68660
 Propritary Nginx X-Accel-Redirect header
 Example nginx configuration :
 location /var/www/dokuwiki0/ {
 internal;
 alias /var/www/dokuwiki/dokuwiki0/;
 }
 
 darcs-hash:20080315155631-b0461-68c08d68660e554c62a748c1954699791decd000.gz
 show more ...  
 | 
| #
                0ceb549d |  | 13-Mar-2008 | Chris Smith <chris.eureka@jalakai.co.uk> | Add metadata, settings class and language strings for $conf['renderer_xhtml']
 darcs-hash:20080313204505-f07c6-ad0d4b9f155117f6be01925a8bfece1e35efa39f.gz
 
 | 
| #
                ada32d75 |  | 09-Mar-2008 | Guy Brand <gb@isis.u-strasbg.fr> | Make config plugin aware of NS subscriptions and superuser/manager's list
 darcs-hash:20080309201527-19e2d-35f2f183214981ee3532e210f68fe8a5d6121c36.gz
 
 | 
| #
                fdd2e9d6 |  | 27-Feb-2008 | Michael Klier <chi@chimeric.de> | added config option to enable/disable the XML-RPC interface
 darcs-hash:20080227213050-23886-e55353ab04f9d23675ec11a9e97ba6affec719fc.gz
 
 | 
| #
                e656dcd4 |  | 23-Feb-2008 | Andreas Gohr <andi@splitbrain.org> | use strftime() instead of date() FS#1335 :!:
 This patch replaces the use of the date() function with the strftime()
 function. The latter will respect a set locale and will use localized
 strings for
 use strftime() instead of date() FS#1335 :!:
 This patch replaces the use of the date() function with the strftime()
 function. The latter will respect a set locale and will use localized
 strings for things like month names.
 
 Because the format options for strftime differ from the ones used in date,
 DokuWiki will rest the value of $conf['dformat'] if it contains an old
 date format string (detected by missing % characters).
 
 Plugins or templates using the $conf['dformat'] need to be updated.
 
 darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
 show more ...  
 | 
| #
                ae112d8c |  | 23-Nov-2007 | Andreas Gohr <andi@splitbrain.org> | Spellchecker removed
 With spell checkers available in all modern browsers, having a spell checker in
 DokuWiki's core code is no longer necessary. This patch removes the spell
 checking feature. It wi
 Spellchecker removed
 With spell checkers available in all modern browsers, having a spell checker in
 DokuWiki's core code is no longer necessary. This patch removes the spell
 checking feature. It will be made available as optional plugin.
 
 darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz
 show more ...  
 | 
| #
                9a87c72a |  | 08-Oct-2007 | Andreas Gohr <andi@splitbrain.org> | X-Sendfile support for fetch.php
 This patch enables the use of the X-Sendfile extension offered by certain
 webservers to deliver static files after running a dynamic script. This
 combines the flexib
 X-Sendfile support for fetch.php
 This patch enables the use of the X-Sendfile extension offered by certain
 webservers to deliver static files after running a dynamic script. This
 combines the flexibility of a PHP file to check for authorization, caching
 and resizing with the low memory footprint and high performance of static
 file delivery of the webserver.
 
 See http://blog.lighttpd.net/articles/2006/07/02/x-sendfile for details
 
 darcs-hash:20071008185019-7ad00-1e6d4768fb60d58955e4253c7786eaf8cf13d0bb.gz
 show more ...  
 | 
| #
                4ab889ea |  | 11-Jul-2007 | Andreas Gohr <andi@splitbrain.org> | improved feed creation
 The feed now can export diff views (unified and HTML) as well as full HTML
 page content.
 
 Some things might be broken. Everybody please test it!
 
 darcs-hash:20070711213624-7ad
 improved feed creation
 The feed now can export diff views (unified and HTML) as well as full HTML
 page content.
 
 Some things might be broken. Everybody please test it!
 
 darcs-hash:20070711213624-7ad00-49359417127fdbd6e31374738509110271b6b351.gz
 show more ...  
 | 
| #
                9426a41a |  | 13-Jun-2007 | Andreas Gohr <andi@splitbrain.org> | make typography option three staged FS#1142
 Because correct smart quote parsing with regular expressions is nearly
 impossible, especially when dealing with quote usage in languages different
 from en
 make typography option three staged FS#1142
 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
 show more ...  
 | 
| #
                4c989037 |  | 28-May-2007 | Chris Smith <chris@jalakai.co.uk> | Partial Fix FS#1085
 This fix adds a new configuration setting, 'auth_security_timeout', which controls the duration (seconds) before authentication
 information is rechecked.  The default value is se
 Partial Fix FS#1085
 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
 show more ...  
 | 
| #
                cc25c900 |  | 14-May-2007 | Andreas Gohr <andi@splitbrain.org> | fixed double http in config manager language files
 darcs-hash:20070514222947-7ad00-ae9c66f81648bae00f3cadc3523f15260cc8d4b3.gz
 
 | 
| #
                9745e657 |  | 13-May-2007 | Andreas Gohr <andi@splitbrain.org> | fixed link in config descriptions for new bugtracker URLs
 darcs-hash:20070513193524-7ad00-2877bb35c7ff52ebd5bd29aeee872f8a6720d5f9.gz
 
 | 
| #
                54637c3d |  | 13-May-2007 | Anika Henke <a.c.henke@arcor.de> | fixed some xhtml validity issues in config manager
 darcs-hash:20070513174719-d5083-4827d529f2d30011a1bb7d3cc09cf15779629c19.gz
 
 | 
| #
                d1c7b6ec |  | 11-May-2007 | Andreas Gohr <andi@splitbrain.org> | add sneaky_index option
 This disables the last patch and adds an option to enable it on demand.
 
 darcs-hash:20070511200235-7ad00-a3ea769bc4965710b7fd261d31e2c9f8a3d9d7f5.gz
 
 | 
| #
                adb16d4f |  | 26-Feb-2007 | Andreas Gohr <andi@splitbrain.org> | soted indexer is now default
 darcs-hash:20070226175529-7ad00-4d3d984da1edbf2ded546cfbd7374f97f032d032.gz
 
 | 
| #
                26ceae18 |  | 24-Feb-2007 | Andreas Gohr <andi@splitbrain.org> | Test uploaded files for HTML tags FS#1077
 Following the problem with IE's mimetype handling described at
 http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting
 
 Test uploaded files for HTML tags FS#1077
 Following the problem with IE's mimetype handling described at
 http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting
 this patch adds a new option (on by default) to check the first 256
 bytes of uploaded files against a list of a few HTML tags and denies
 the upload of such a file. In rare occasions this may block harmless
 and valid files, but that's price we have to pay for Microsoft's
 stupidity.
 
 Users who need HTML uploads should disable this check. (Don't do that on
 open Wikis!)
 
 darcs-hash:20070224124458-7ad00-0ced616d06f563515b36a0a6871b5ba50229c946.gz
 show more ...  
 | 
| #
                cde6a01b |  | 08-Feb-2007 | Andreas Gohr <andi@splitbrain.org> | workaround config for FS#852
 On certain platforms the ignore_user_abort function does not work as expected, resulting
 in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI
 workaround config for FS#852
 On certain platforms the ignore_user_abort function does not work as expected, resulting
 in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI) can
 enable this option to work around the problem (resulting in longer load times for the
 webbug).
 
 darcs-hash:20070208195145-7ad00-8fc14f9da535a70fa837066773e15a3926b077c7.gz
 show more ...  
 | 
| #
                f8cc712e |  | 03-Dec-2006 | Andreas Gohr <andi@splitbrain.org> | manager user/group
 This patch adds support for a manager option as suggested in
 http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html
 
 darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325
 manager user/group
 This patch adds support for a manager option as suggested in
 http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html
 
 darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325c7e77255e1eee32d0f6b.gz
 show more ...  
 | 
| #
                a1716312 |  | 01-Nov-2006 | Marc Mayfield <celf@intelf.com> | rss_summary_config
 Add a configuration option to control whether or not the edit/revision summary is
 displayed with the title of RSS feeds. The default is to show the summary, the same as
 DokuWiki d
 rss_summary_config
 Add a configuration option to control whether or not the edit/revision summary is
 displayed with the title of RSS feeds. The default is to show the summary, the same as
 DokuWiki did prior to this addition.
 
 darcs-hash:20061101023313-9039d-d067e9bcd7dc0c7cabd57674d1072c5b882ad4e7.gz
 show more ...  
 | 
| #
                d5b23302 |  | 17-Nov-2006 | Tom N Harris <tnharris@whoopdedo.org> | Indexer asian language fixes and speed-ups
 Make Chinese and Japanese work better with the new indexer.
 Some missing punctuation added to utf8_stripspecials.
 Misc. other changes to make indexing fast
 Indexer asian language fixes and speed-ups
 Make Chinese and Japanese work better with the new indexer.
 Some missing punctuation added to utf8_stripspecials.
 Misc. other changes to make indexing faster. The indexes will expire on
 backend upgrades, so you don't have to delete *.indexed
 
 darcs-hash:20061117123032-6942e-774b38e08234928c49b37e40addba375acf67ac0.gz
 show more ...  
 | 
| #
                ce6b63d9 |  | 24-Sep-2006 | chris <chris@jalakai.co.uk> | cache, metadata & purgefile updates
 Cache
 - add dependency for metadata renderer file
 - check metadata for end of page life, "date valid end".
 
 Metadata Renderer
 - RSS syntax mode now sets rendered
 cache, metadata & purgefile updates
 Cache
 - add dependency for metadata renderer file
 - check metadata for end of page life, "date valid end".
 
 Metadata Renderer
 - RSS syntax mode now sets rendered page expiry, "date valid end"
 and includes the feed URL in "relation haspart".
 
 Purgefile
 For all wiki installations the purgefile records the earliest
 time before which no cache purge (based on data consistency)
 is required. Cache files older than this time MAY need to be
 purged.
 - remove purgeonadd configuration setting
 
 darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz
 show more ...  
 |