summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* TOC toggle usability fixwingedfox2007-05-15
| | | | | | | | | Changes: 1. click event handler moved to the toc__header, because plus and minus signs are too small and not usable because of this 2. minus sign replaced with the bigger one, see http://debugger.ru/temp/cross-plus-9x9.html testcases 3. added the pointer cursor to the toc header darcs-hash:20070515045800-00f02-ed34ebd337c66e3bac731f300f2ce385f64f5e21.gz
* test fixes for FS#744 changesAndreas Gohr2007-05-15
| | | | darcs-hash:20070514225347-7ad00-ba191319ac6aa30cdc8d7abe10ddebbd761bfe37.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
* fixed double http in config manager language filesAndreas Gohr2007-05-15
| | | | darcs-hash:20070514222947-7ad00-ae9c66f81648bae00f3cadc3523f15260cc8d4b3.gz
* some more fixes for the toc toggle jsAnika Henke2007-05-14
| | | | darcs-hash:20070514205803-d5083-1b9ffb482ec2f3b948e200c6b89e8a13da1476d9.gz
* fix for stupid JS bug in TOC toggleAndreas Gohr2007-05-14
| | | | darcs-hash:20070514203709-7ad00-ba9193d94383f6a0bbaa7dbcaf4a06c0e833eade.gz
* replaced TOC toggle images by CSS magicAndreas Gohr2007-05-14
| | | | | | | Instead of relying on images to show the toggle button for hiding the table of contents, now some CSS is used to simulate an arrow. darcs-hash:20070514180903-7ad00-4aeef03580dfb92a5c939d3cdd569850ea31df5b.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
* tiny url fix in toc image jsAnika Henke2007-05-14
| | | | darcs-hash:20070513223948-d5083-24db06f97ec34b1d5d1db6ae435718ecf171ba70.gz
* include_once support for javascriptAndreas Gohr2007-05-14
| | | | | | | | | | | | | | | | | | | | | 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
* fix of js fix of xhtml fix of mediamanager *g*Anika Henke2007-05-14
| | | | darcs-hash:20070513220816-d5083-3d1ab51294c79f48a9a88159de579b32768a3a16.gz
* javascript fix for recent mediamanager xhtml fixAndreas Gohr2007-05-13
| | | | darcs-hash:20070513213350-7ad00-ed07ed98389045714328c34aaf318fc7734665a2.gz
* fixed xhtml validity issues in media managerAnika Henke2007-05-13
| | | | darcs-hash:20070513212129-d5083-7ec1048f96fbd4588db6fa2a1d2e22355a3d4961.gz
* fixed link in config descriptions for new bugtracker URLsAndreas Gohr2007-05-13
| | | | darcs-hash:20070513193524-7ad00-2877bb35c7ff52ebd5bd29aeee872f8a6720d5f9.gz
* variable button width in plugins plugin (FS#1131)Anika Henke2007-05-13
| | | | darcs-hash:20070513183158-d5083-4620657620b8b3f69ddf885fb0474c65bb8a50f8.gz
* fixed some xhtml validity issues in config managerAnika Henke2007-05-13
| | | | darcs-hash:20070513174719-d5083-4827d529f2d30011a1bb7d3cc09cf15779629c19.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
* include support for JavaScript filesAndreas Gohr2007-05-13
| | | | | | | | | | | | | | This patch adds support for include calls in JavaScript files as discussed in [1] The syntax looks like this: /* !!include script.js */ All whitespaces are optional (except between !!include and script of course) [1] http://www.freelists.org/archives/dokuwiki/01-2007/msg00121.html darcs-hash:20070513123230-7ad00-71a1081aaef1e8f6bc909820927f17d0be71b74e.gz
* fixed copy'n'paste error for previous apostrophe fixAndreas Gohr2007-05-13
| | | | darcs-hash:20070513114356-7ad00-9908fbead71a836679e884cf8225c20dcf14ce85.gz
* make sure all needed data is given when creating users from backend FS#1096Andreas Gohr2007-05-13
| | | | darcs-hash:20070513101600-7ad00-2e225a1d06706cc7591f16eb8eb17095e04ea6dc.gz
* properly escape values used in LDAP filters FS#1048Andreas Gohr2007-05-13
| | | | darcs-hash:20070513094851-7ad00-c58c7a33f7c773975aab98664774718be155d361.gz
* Fix for non removable proxy settings in config manager FS#1123Andreas Gohr2007-05-13
| | | | darcs-hash:20070513090309-7ad00-d620a992ce3a014ebc956d20d6b3ee97e2b9fefc.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
* spelling fix FS#1130Andreas Gohr2007-05-13
| | | | darcs-hash:20070513072712-7ad00-edc1e0a35393656b131972443e0836a0116090f8.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
* remove deprecated ACL option from installerAndreas Gohr2007-05-11
| | | | darcs-hash:20070511200912-7ad00-68efca374c610a52fae11ee3fe624eb101fc418a.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
* fix spellchecker/list problems with Safari FS#1129Bruno De Fraine2007-05-04
| | | | darcs-hash:20070504183227-8a46b-9fb829ff4b337dace67070e41afc6573c07a3312.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
* revert manager now reverts back to the last non-spammy revisionAndreas Gohr2007-04-22
| | | | darcs-hash:20070422141519-7ad00-c51db646b2e7cb0f24395604c039b2ea9a576883.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
* RTL stylesheet fixes FS#1118Andreas Gohr2007-04-22
| | | | darcs-hash:20070422104650-7ad00-101d770aff900ed9c7af94ff33b4a6b9792b0576.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
* polish language updateGrzegorz Zur2007-04-17
| | | | darcs-hash:20070417175616-e561a-c9c5d6a74bdb371c43faab99aa56a8c4ee7ab8f7.gz
* english language correctionGrzegorz Zur2007-04-17
| | | | darcs-hash:20070417175818-e561a-a7e786b44aef2a5e1a3da512717b389af4f5ac48.gz
* fix dbg_backtrace when arguments are an array or objectAndreas Gohr2007-04-18
| | | | darcs-hash:20070418174151-7ad00-834f13a1a0c84254cf98058c3e6db223187598ed.gz