summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* small HTML fixesAndreas Gohr2006-03-05
| | | | darcs-hash:20060305113807-7ad00-e239a50aa47b7be8693c753bc7d545686f256284.gz
* german and english updates for config manager stringsAndreas Gohr2006-03-04
| | | | darcs-hash:20060304214637-7ad00-637005c202c0c331e589dfdfa61f4c0daf2682c7.gz
* config manager fixesAndreas Gohr2006-03-04
| | | | | | | | This patch makes the default config widget a textarea, to avoid destroying multiline configs as used in the SQL auth backends. It also makes HTML in config descriptions possible and adds an accesskey to the savebutton. darcs-hash:20060304213457-7ad00-54a32e005601a675b169c297ef9e1cf489372724.gz
* allow HTML in config option descriptionsAndreas Gohr2006-03-04
| | | | darcs-hash:20060304200828-7ad00-f7316321fdeb29044153e180f8e87f48c252734e.gz
* russian translation updateDenis Simakov2006-03-04
| | | | darcs-hash:20060304174458-3c565-a56111a5fe73e86191099225105f752ad55cd365.gz
* removed select style from lib/plugins/config/style.cssAndreas Gohr2006-03-04
| | | | darcs-hash:20060304183045-7ad00-1a6920e0a472cdc583d6d7e415c5fb54ecef2d8c.gz
* styling fixes for user and config managerAnika Henke2006-03-04
| | | | darcs-hash:20060304175117-d5083-4b05116067fb2ef3e84d12c7b6b075f505b05dce.gz
* small fix for select box paddingAndreas Gohr2006-03-04
| | | | darcs-hash:20060304181132-7ad00-6f854594de4ea32a488f0debb76a3098a5bf3987.gz
* move content-type meta header above title tagAndreas Gohr2006-03-04
| | | | | | This is recommended here: http://www.joelonsoftware.com/articles/Unicode.html darcs-hash:20060304164119-7ad00-f7da3e6edeefb8dcfc907bf28b51379d7b31689e.gz
* simplified file permission handlingAndreas Gohr2006-03-04
| | | | | | | | | | This patch simpliefies the configuration of the file and directory creation modes. There is no need to set the umask anymore. Only the wanted permissions for files and directories are set. An init function compares the wanted modes with the ones that would be choosen by the system automatically (consulting the system's umask) and sets the modes for chmod when needed. darcs-hash:20060304154038-7ad00-5ef1db3a87e42563a602f9d050c681d2ea74682f.gz
* fix for insertAtCarret in IE #730Andreas Gohr2006-03-04
| | | | darcs-hash:20060304132021-7ad00-9a66209ce9d4e85cee8ba50b1ea6f623b5bea768.gz
* beautify user managerAnika Henke2006-03-03
| | | | darcs-hash:20060303192711-d5083-e1651bf6d3d8df47250b833224f5a11058549e5b.gz
* fix for missing spellchecker style when spellchecker is disabledAnika Henke2006-03-03
| | | | darcs-hash:20060303182313-d5083-bd2f5fc3c02555635edc3788e0243e2e71a9ad34.gz
* last strictness for pluginsAnika Henke2006-03-03
| | | | darcs-hash:20060303173305-d5083-c45233160558f3f016d258a11f81482caaf06c05.gz
* changed styling for plugin managerAnika Henke2006-03-03
| | | | darcs-hash:20060303170956-d5083-8c31aee7c077b7aa4bf49f4449e40cb5f522f357.gz
* changed styling logic a bit for config managerAnika Henke2006-03-03
| | | | darcs-hash:20060303122855-d5083-9dc7d8e7eea1c32aaab9a89055cf3f69efe09dc5.gz
* japanese language updateYuji Takenaka2006-03-03
| | | | darcs-hash:20060303130539-dc488-ca951b1c91efba5c7d78a7799016b8885bb6ba21.gz
* config manager updateAndreas Gohr2006-03-03
| | | | darcs-hash:20060303101859-7ad00-3f494db12957fcf47a12b0e6c873481d9bbce0c6.gz
* russian translation - pluginsDenis Simakov2006-03-03
| | | | darcs-hash:20060303005940-3c565-feb6ff910d556d9fe3e71fc059f97b538828483f.gz
* config plugin update for revised deaccent settingschris2006-03-03
| | | | darcs-hash:20060303001007-9b6ab-602dc76a0501bf9a17262fa3bb3c63e72ec2923d.gz
* polish lang updateGrzegorz Zur2006-03-02
| | | | darcs-hash:20060302105617-e561a-b29d3fcfb7765125ab22ee293c5d4bf8a3b2e969.gz
* more Danish translationlarsch82006-03-02
| | | | darcs-hash:20060302161308-a08f5-673e78a5ae45bde4208a1f348b8dd48fd165b510.gz
* removed now unnessary Mac IE css hackAndreas Gohr2006-03-02
| | | | darcs-hash:20060302144734-6e07b-ec07a20645781bc68a47917bc6f2664f15e934da.gz
* load spellchecker styles only when needed fixes #539Andreas Gohr2006-03-02
| | | | darcs-hash:20060302143643-6e07b-ff99705142a057d0c53b1b6b5c5e2cfc73ff8902.gz
* no more document.write for progressbarAndreas Gohr2006-03-02
| | | | darcs-hash:20060302140949-6e07b-d85f1e3f8989bd5fe8464f4f82ef8a14f8722eff.gz
* no default targetsAndreas Gohr2006-03-02
| | | | | | | | Using the target attribute is considered bad practice. This patch removes the default targets from dokuwiki.conf and fixes the footer.html of the default template accordingly darcs-hash:20060302134306-6e07b-cae2e54472687abb50f7cb97bd6c479b7c7d97d7.gz
* small cosmetic fix for feed styleAndreas Gohr2006-03-02
| | | | darcs-hash:20060302131439-6e07b-ff5511f6e32060c6d910c914017a9bc2f2d74550.gz
* fetch.php now understands partial and conditional requests, fix for #593Andreas Gohr2006-03-02
| | | | darcs-hash:20060302125020-6e07b-25b701312aa4da899f299d82ccac1f5fd66e0255.gz
* mimetypes and icons for opendocument formats #722Andreas Gohr2006-03-02
| | | | darcs-hash:20060302105634-6e07b-217c0dfad45ce76f5d4ba155379947c41f5216f5.gz
* Allow non-ID names in ACLsAndreas Gohr2006-03-02
| | | | | | | | | Some auth backends allow special chars like whitespaces in user and group names. This made problems with the existing ACL checks and ACL manager. This patch makes the ACL system work with these cases by (url)encoding all special chars below 128. darcs-hash:20060302101850-6e07b-14bda9dbdb3528904325419b35bb9eddb0d1dde3.gz
* Preliminary Danish localization for the rest of the plugins. Too tired to ↵larsch82006-03-01
| | | | | | complete it right now... darcs-hash:20060301003307-a08f5-68dde44c8a9be592d8823a1a5e24538f813e1133.gz
* Added Danish localization for usermanager plugin and fixed typos in ditto ↵larsch82006-02-28
| | | | | | for acl plugin darcs-hash:20060228214036-a08f5-16c209ecc627715fad5875c5c0b317ab6d73ee16.gz
* changed IDs to avoid name clashesAndreas Gohr2006-02-26
| | | | darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz
* fix for footnotes and toolbar pickersAnika Henke2006-02-26
| | | | darcs-hash:20060226104314-d5083-5b13dc5c5d356ca4a86241b1e5b428be36a8d940.gz
* fix for disturbing css text alignment in text inputsAnika Henke2006-02-25
| | | | darcs-hash:20060225223830-d5083-80a20c33259db6f45c4baf79f58e351020b3ea61.gz
* Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct ↵Troels Liebe Bentsen2006-02-24
| | | | | | | | | | | permissions, this should also fix problems with dokuwiki making setuid files on some umasks. * Don't set the umask() anymore, this is not good form and we don't really know what is it in the old code anyway as it was not done properly. * Retire the dmask config option introduce 2 new ones called fmode and dmode, this is more in line with posix and should make more sense. * Use chmod for setting the correct permissions but only if it's needed. * Set changing of permissions off by default as i should work properly in most Apache setups without and it does not make sense on windows anyway. darcs-hash:20060224211655-ee6b9-68f7bb59417d6f0033cfd3764146923daa4dcf1b.gz
* Fix wrong umask usage and so we set the correct file premissions.Troels Liebe Bentsen2006-02-18
| | | | darcs-hash:20060218183753-ee6b9-1a3dab069a868e3f5e10e9dd6af14fefd0d8b730.gz
* Fix wrong umask usage and so we set the correct file premissions.Troels Liebe Bentsen2006-02-18
| | | | darcs-hash:20060218183251-ee6b9-798ab2994526311b1e58f04e7684b39b51426887.gz
* admin styles removed to own plugin style fileAnika Henke2006-02-24
| | | | darcs-hash:20060224222256-d5083-3f74698d8f701b1d69af6eb0be07d1451a63b7c6.gz
* every css element in div.dokuwiki context (as suggested by Max Khitrov last ↵Anika Henke2006-02-24
| | | | | | December) darcs-hash:20060224215542-d5083-fc56b0dee72cbc062649ce85cbf13f154d973ba1.gz
* french config plugin stringsgb2006-02-24
| | | | darcs-hash:20060224171715-2060e-25be215fbbeb3dac2b8038068c7db751f3d0d594.gz
* hierarchical breadcrumbsSean Coates2006-02-24
| | | | | | | | This patch adds optional hierarchical breadcrumbs. This was discussed last december in http://www.freelists.org/archives/dokuwiki/12-2005/msg00112.html and followups. Many people where in favour of this. darcs-hash:20060224155631-21b7e-10f25b7bdf60120ec99850afefd4d1662c5b87aa.gz
* config plugin update - fix choices for 'maxtoclevel'chris2006-02-24
| | | | darcs-hash:20060223230053-9b6ab-5fa0fbee8f0a1cb792d7ee21ed97d94fce31cf17.gz
* small enhancement for image insertion as suggested by Bob BaddeleyAndreas Gohr2006-02-23
| | | | darcs-hash:20060223210412-7ad00-725252ab13b08d01569f13fabdffbdc3b0334676.gz
* final (?) style for editbarAnika Henke2006-02-20
| | | | darcs-hash:20060220213931-d5083-3899830799e1c790421d66e8fb8629423c79b471.gz
* edit bar style for IEAnika Henke2006-02-19
| | | | darcs-hash:20060219142833-d5083-f41d8010f1359571ed6de68dcfbf04676b10c383.gz
* style for edit bar with chris' suggestionAnika Henke2006-02-19
| | | | darcs-hash:20060219133545-d5083-00cda34a3d66f52d15de9825bdd31c590367599e.gz
* another try on styling the edit barAnika Henke2006-02-19
| | | | darcs-hash:20060219001944-d5083-ccf6932ab2878183e116524f45eec31f78ac422c.gz
* file cleanupsAndreas Gohr2006-02-17
| | | | | | | | | | This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style) It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet. darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
* usermanager update for enhanced canDochris2006-02-08
| | | | darcs-hash:20060208020657-9b6ab-4499d17f3e1b3b67c906b2f27a661cc9449a8d72.gz