| 2f07f429 | 19-Jun-2007 |
Guy Brand <gb@isis.u-strasbg.fr> |
Misc string fixes and fr update
darcs-hash:20070619173914-19e2d-7cbef873f967f11ebc0090a1467a0b97d10ec395.gz |
| 7c8bd0f7 | 20-Jun-2007 |
Chris Smith <chris@jalakai.co.uk> |
Code corrections in inc/auth/plain.class.php deleteUser() method
darcs-hash:20070620163148-d26fc-f25224e3a9757c298461073386c854122ffb37c2.gz |
| 45e147cc | 18-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
Verbose errors for failed feed fetching
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-729b99d76df
Verbose errors for failed feed fetching
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
show more ...
|
| 8873f713 | 15-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
two minor style fixes in GeSHi - sent to upstream
darcs-hash:20070615000611-7ad00-ad889b5a34dfda8e94d7d0394198a15398405847.gz |
| b120b664 | 13-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
correct javascript escape for languagestring in windows share links FS#1147
This piece of code should be replaced by some unobstrusive code in the future
darcs-hash:20070613193351-7ad00-ce797a00e94
correct javascript escape for languagestring in windows share links FS#1147
This piece of code should be replaced by some unobstrusive code in the future
darcs-hash:20070613193351-7ad00-ce797a00e945f902e2fb309b83ffca988c2fb7e6.gz
show more ...
|
| 55b2b31b | 13-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
fixed URL in file upload notify mail FS#1160
darcs-hash:20070613191542-7ad00-0e72b3c40f9593838641be5c4e728a8e1a68d550.gz |
| 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 ...
|
| f43b6d3a | 13-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
some small improvement for smart quote parsing FS#1142
darcs-hash:20070613173817-7ad00-99fdc0bf868bff124ef7c5ec01ef3f58c51b36eb.gz |
| ba36e50e | 13-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
fix for encoding email addresses
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:200706131532
fix for encoding email addresses
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
show more ...
|
| c9321d91 | 13-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
no ampersand encoding in URLs for emails FS#1157
darcs-hash:20070613152712-7ad00-903176f9d5632ab1f26a4d8849f7eb7523134874.gz |
| 1220bbe2 | 04-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
Japanese language update
darcs-hash:20070604174939-7ad00-73a8a54560f0b801f293ced2213a3ca1fd1a394c.gz |
| 87ba23d6 | 04-Jun-2007 |
Denis Simakov <akinoame1@gmail.com> |
russian language updates
darcs-hash:20070604122134-3c565-33241d7cfa7f8813e8f482e7b46c72cdfafa2a15.gz |
| 4b1a4e04 | 03-Jun-2007 |
Andreas Gohr <andi@splitbrain.org> |
never use full URL in cookie paths FS#1146
Introduces a DOKU_REL constant always pointing to the DokuWiki directory regardless of the used canonical setting.
darcs-hash:20070603191451-7ad00-a5227a3
never use full URL in cookie paths FS#1146
Introduces a DOKU_REL constant always pointing to the DokuWiki directory regardless of the used canonical setting.
darcs-hash:20070603191451-7ad00-a5227a3632b3337f5da90551d3166d9b5db56638.gz
show more ...
|
| 2d3d74fe | 03-Jun-2007 |
Per Foreby <per@foreby.se> |
Swedish language updates
darcs-hash:20070603152100-26f5f-f899eb74ba24850262b8ac64626e31a9e8c967da.gz |
| 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 ...
|
| 7a42ac9e | 26-May-2007 |
Ben Coburn <btcoburn@silicodon.net> |
Fix infinite page redirects in getID
Fix infinite page redirects in getID Loading "start:" was causing a loop of page redirects. Page IDs like "start:" now resolve correctly to an ID like "start".
Fix infinite page redirects in getID
Fix infinite page redirects in getID Loading "start:" was causing a loop of page redirects. Page IDs like "start:" now resolve correctly to an ID like "start".
darcs-hash:20070526094501-05dcb-eac8e908ecda8820aa0ef66760786b2094395fe2.gz
show more ...
|
| 7b7c1a2e | 23-May-2007 |
Kae <kaens@pisem.net> |
russian updates
darcs-hash:20070523211728-f58de-f3a49e34341f7554102b69c1827705933b8d3fc9.gz |
| 2288dc06 | 16-May-2007 |
Guy Brand <gb@isis.u-strasbg.fr> |
Redirect after login and populate breadcrumbs (FS#1063)
darcs-hash:20070516091909-19e2d-0e9379e79c11ebf090634fd6062ddc072b8ac7a2.gz |
| 688774a0 | 14-May-2007 |
Anika Henke <a.c.henke@arcor.de> |
fix for former patch (FS#744)
darcs-hash:20070514224419-d5083-7f072fa6f2b3100adbeecc856f1babd2b9919186.gz |
| ed7ecb79 | 14-May-2007 |
Anika Henke <a.c.henke@arcor.de> |
FS#744 (template developers, heed the changes)
darcs-hash:20070514222527-d5083-53ed619daf07d0a84c52161465d163abf1400529.gz |
| 8a447e5c | 14-May-2007 |
Andreas Gohr <andi@splitbrain.org> |
typo fix in compression method check FS#919
darcs-hash:20070514165529-7ad00-bf2cd39a2e34b03aa8d10dd8ca943b0b27127e79.gz |
| d7e6bba9 | 14-May-2007 |
Andreas Gohr <andi@splitbrain.org> |
disable any possibly configured global zlib compression FS#1132
darcs-hash:20070514164557-7ad00-7a40f60658af5e626698b4a262f5e70168c5c896.gz |
| f495da32 | 13-May-2007 |
Anika Henke <a.c.henke@arcor.de> |
fixed xhtml validity issues in media manager
darcs-hash:20070513212129-d5083-7ec1048f96fbd4588db6fa2a1d2e22355a3d4961.gz |
| a1637ffd | 13-May-2007 |
Andreas Gohr <andi@splitbrain.org> |
rebuild $_REQUEST manually to avoid cookie interference FS#1104
darcs-hash:20070513181524-7ad00-20cb0328fc1b2881120d825f74ec032a5171f782.gz |
| d21dc866 | 13-May-2007 |
Anika Henke <a.c.henke@arcor.de> |
deleted obsolete backtomedia functions
darcs-hash:20070513124655-d5083-7ffc212357be18a5f889c85736d7c97946b5c899.gz |