summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Galician translation updatesAndreas Gohr2007-06-24
| | | | darcs-hash:20070624174021-7ad00-5343b0d790bfd868469f59bdb569ffc9c056431e.gz
* Polish language updateAndreas Gohr2007-06-24
| | | | darcs-hash:20070624105948-7ad00-9b0c7bb2b718cc45302756b3e8b04cf2472d92bd.gz
* fix for colons in fragment identifiers FS#1062Andreas Gohr2007-06-23
| | | | darcs-hash:20070623142008-7ad00-fe29449145bb0f41d28b26d088c9017545775d74.gz
* greek language updatesAndreas Gohr2007-06-22
| | | | darcs-hash:20070622215242-7ad00-c0512378d892226c79e0eae52bdf989e1aa0c5d7.gz
* check for empty group array in LDAP backend FS#1004Andreas Gohr2007-06-21
| | | | darcs-hash:20070621194636-7ad00-0a02dabd55d9bda3bf07b1eb8bcfdefd832c2df9.gz
* Misc string fixes and fr updateGuy Brand2007-06-19
| | | | darcs-hash:20070619173914-19e2d-7cbef873f967f11ebc0090a1467a0b97d10ec395.gz
* Code corrections in inc/auth/plain.class.php deleteUser() methodChris Smith2007-06-20
| | | | darcs-hash:20070620163148-d26fc-f25224e3a9757c298461073386c854122ffb37c2.gz
* Verbose errors for failed feed fetchingAndreas Gohr2007-06-18
| | | | | | | 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
* two minor style fixes in GeSHi - sent to upstreamAndreas Gohr2007-06-15
| | | | darcs-hash:20070615000611-7ad00-ad889b5a34dfda8e94d7d0394198a15398405847.gz
* correct javascript escape for languagestring in windows share links FS#1147Andreas Gohr2007-06-13
| | | | | | This piece of code should be replaced by some unobstrusive code in the future darcs-hash:20070613193351-7ad00-ce797a00e945f902e2fb309b83ffca988c2fb7e6.gz
* fixed URL in file upload notify mail FS#1160Andreas Gohr2007-06-13
| | | | darcs-hash:20070613191542-7ad00-0e72b3c40f9593838641be5c4e728a8e1a68d550.gz
* make typography option three staged FS#1142Andreas Gohr2007-06-13
| | | | | | | | | | | | | | | | 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
* some small improvement for smart quote parsing FS#1142Andreas Gohr2007-06-13
| | | | darcs-hash:20070613173817-7ad00-99fdc0bf868bff124ef7c5ec01ef3f58c51b36eb.gz
* fix for encoding email addressesAndreas Gohr2007-06-13
| | | | | | | 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
* no ampersand encoding in URLs for emails FS#1157Andreas Gohr2007-06-13
| | | | darcs-hash:20070613152712-7ad00-903176f9d5632ab1f26a4d8849f7eb7523134874.gz
* Japanese language updateAndreas Gohr2007-06-04
| | | | darcs-hash:20070604174939-7ad00-73a8a54560f0b801f293ced2213a3ca1fd1a394c.gz
* russian language updatesDenis Simakov2007-06-04
| | | | darcs-hash:20070604122134-3c565-33241d7cfa7f8813e8f482e7b46c72cdfafa2a15.gz
* never use full URL in cookie paths FS#1146Andreas Gohr2007-06-03
| | | | | | | Introduces a DOKU_REL constant always pointing to the DokuWiki directory regardless of the used canonical setting. darcs-hash:20070603191451-7ad00-a5227a3632b3337f5da90551d3166d9b5db56638.gz
* Swedish language updatesPer Foreby2007-06-03
| | | | darcs-hash:20070603152100-26f5f-f899eb74ba24850262b8ac64626e31a9e8c967da.gz
* Partial Fix FS#1085Chris Smith2007-05-28
| | | | | | | | | | | | | | | | | | | 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
* Fix infinite page redirects in getIDBen Coburn2007-05-26
| | | | | | | | | 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
* russian updatesKae2007-05-23
| | | | darcs-hash:20070523211728-f58de-f3a49e34341f7554102b69c1827705933b8d3fc9.gz
* Redirect after login and populate breadcrumbs (FS#1063)Guy Brand2007-05-16
| | | | darcs-hash:20070516091909-19e2d-0e9379e79c11ebf090634fd6062ddc072b8ac7a2.gz
* fix for former patch (FS#744)Anika Henke2007-05-15
| | | | darcs-hash:20070514224419-d5083-7f072fa6f2b3100adbeecc856f1babd2b9919186.gz
* FS#744 (template developers, heed the changes)Anika Henke2007-05-15
| | | | darcs-hash:20070514222527-d5083-53ed619daf07d0a84c52161465d163abf1400529.gz
* typo fix in compression method check FS#919Andreas Gohr2007-05-14
| | | | darcs-hash:20070514165529-7ad00-bf2cd39a2e34b03aa8d10dd8ca943b0b27127e79.gz
* disable any possibly configured global zlib compression FS#1132Andreas Gohr2007-05-14
| | | | darcs-hash:20070514164557-7ad00-7a40f60658af5e626698b4a262f5e70168c5c896.gz
* fixed xhtml validity issues in media managerAnika Henke2007-05-13
| | | | darcs-hash:20070513212129-d5083-7ec1048f96fbd4588db6fa2a1d2e22355a3d4961.gz
* rebuild $_REQUEST manually to avoid cookie interference FS#1104Andreas Gohr2007-05-13
| | | | darcs-hash:20070513181524-7ad00-20cb0328fc1b2881120d825f74ec032a5171f782.gz
* deleted obsolete backtomedia functionsAnika Henke2007-05-13
| | | | darcs-hash:20070513124655-d5083-7ffc212357be18a5f889c85736d7c97946b5c899.gz
* same behaviour for doAnika Henke2007-05-13
| | | | darcs-hash:20070513122005-d5083-1430b1f322e7a9753e2c94079f86c2385328cfcd.gz
* fixed copy'n'paste error for previous apostrophe fixAndreas Gohr2007-05-13
| | | | darcs-hash:20070513114356-7ad00-9908fbead71a836679e884cf8225c20dcf14ce85.gz
* properly escape values used in LDAP filters FS#1048Andreas Gohr2007-05-13
| | | | darcs-hash:20070513094851-7ad00-c58c7a33f7c773975aab98664774718be155d361.gz
* distinction between apostrophes and single quotes FS#1127Andreas Gohr2007-05-13
| | | | | | | | | | This patch adds another parser mode for apostrophes. Now single quote closing markers are handled different from apostrophes for better local typograpy support. Needs testing and languages updates. darcs-hash:20070513084024-7ad00-d20fe093a093c265d357b178e199c1596b484996.gz
* disable alternative links for disabled actionsAndreas Gohr2007-05-13
| | | | | | When export_raw or export_xhtml is disabled no rel darcs-hash:20070513072127-7ad00-e2a2451102cbaaef7de4a12982bd14da4b90b866.gz
* UNDO: don't show page metadata for non accessible pagesAndreas Gohr2007-05-11
| | | | darcs-hash:20070511200426-7ad00-8ac8909d40e7c62d61980c4f9b29d88b92be9da6.gz
* don't show page metadata for non accessible pagesAndreas Gohr2007-05-11
| | | | darcs-hash:20070511200426-7ad00-23e5b8d85d00caf3b0b0cdcdbb56dea9e30c9578.gz
* add sneaky_index optionAndreas Gohr2007-05-11
| | | | | | This disables the last patch and adds an option to enable it on demand. darcs-hash:20070511200235-7ad00-a3ea769bc4965710b7fd261d31e2c9f8a3d9d7f5.gz
* hide namespaces from index when no read permissions are available FS#427Andreas Gohr2007-05-11
| | | | | | | Note this wil also hide all namespaces below even if they have more relaxed permissions. darcs-hash:20070511192116-7ad00-90103a756a6f3011cfb60817ecc1906f639ce342.gz
* Bulgarian TranslationsNikolay Vladimirov2007-05-11
| | | | darcs-hash:20070511180244-5dabd-5c414e320c1ec24ef8b09209cdf5f192018cfdbb.gz
* fix for missing alt attribute for captionless JPEGs FS#1126Andreas Gohr2007-05-04
| | | | darcs-hash:20070504184441-7ad00-47c6f91236a21ed3dbd0b12e4ec0e9c2d717f340.gz
* Typo in default nice_die messageGuy Brand2007-04-24
| | | | darcs-hash:20070424211611-19e2d-ae76695e8114a064b5cebc2cad6fd55e7030e096.gz
* Use RLM character for breadcrumbs in RTL mode FS#1124Katriel Traum2007-04-25
| | | | darcs-hash:20070425181727-3c7c8-0641bd535e909322fc42ef1c50854f1f530cdd47.gz
* Misc french strings fixesGuy Brand2007-04-22
| | | | darcs-hash:20070422163049-19e2d-f0b1f10635e999660866d54691e3bbdf98f670d6.gz
* support for setting the MySQL charset for auth backendThomas Koenig2007-04-23
| | | | darcs-hash:20070423155220-3f9f2-62892a6a0d4f170e24a86d385f2c4a1e1f7d25fa.gz
* Fix backlinks - See FS#1040Guy Brand2007-03-30
| | | | darcs-hash:20070330215042-19e2d-3528f2412ff044eb45158f349db5bbb5e32d907b.gz
* relAndreas Gohr2007-04-22
| | | | darcs-hash:20070422105629-7ad00-0f9a1aa2da73ce8e485292c2490fffc73ae54b30.gz
* don't capture blocked words in spam checkAndreas Gohr2007-04-22
| | | | | | | | | In the checkwordblock check, the blocked word isn't used, so there is no need to capture it. This might improve the spam check speed (untested). See http://forum.dokuwiki.org/thread/752 darcs-hash:20070422100519-7ad00-61e364816942afdd0f714a703f15ac75c838fccb.gz
* removed ACTION_REGISTER eventAndreas Gohr2007-04-22
| | | | | | | | This event was undocumented and only used in the CAPTCHA plugin. The event is not needed as the same action can be carried out in ACTION_ACT_PREPROCESS. Users of the CAPTCHA plugin need to update it. darcs-hash:20070422095013-7ad00-179a3784f9edb5840cdb8fb5296015a60c79859e.gz
* fix dbg_backtrace when arguments are an array or objectAndreas Gohr2007-04-18
| | | | darcs-hash:20070418174151-7ad00-834f13a1a0c84254cf98058c3e6db223187598ed.gz