- Mar 03, 2006
-
-
Andreas Gohr authored
darcs-hash:20060303224553-7ad00-89da1f7b672f34fd5acbcb06914f3907ed34bab2.gz
-
- Mar 02, 2006
-
-
Andreas Gohr authored
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
-
Andreas Gohr authored
darcs-hash:20060302105634-6e07b-217c0dfad45ce76f5d4ba155379947c41f5216f5.gz
-
Andreas Gohr authored
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
-
- Feb 24, 2006
-
-
Troels Liebe Bentsen authored
Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct 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
-
- Feb 18, 2006
-
-
Troels Liebe Bentsen authored
darcs-hash:20060218183251-ee6b9-798ab2994526311b1e58f04e7684b39b51426887.gz
-
- Feb 24, 2006
-
-
Andreas Gohr authored
darcs-hash:20060224185810-7ad00-b992f75bc356b68746963260f80ed50ac97d4d5e.gz
-
Sean Coates authored
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
-
- Feb 10, 2006
-
-
Andreas Gohr authored
This patch addes basic romanization support to the utf-8 library. It converts non-latin languages to ASCII. The transliteration tables used where gathered from various places on the net. I do not speak any of those languages so I can't say how good they are. Any recommendations and fixes are welcome! This can be enabled for ID cleaning by setting the deaccent option to 2. It is also used in the XHTML renderer to generate section ids based on the header titles. Leading digits and any remaining non-ASCII chars are removed as well. This is the first step to make section ID always XHTML compatible. Making sure they are unique is not implemented yet. darcs-hash:20060210200627-7ad00-61a633563bb92a00ef4a3f699d73117139cbf367.gz
-
- Jan 30, 2006
-
-
matthiasgrimm authored
This patch adds a canDo() function to the MySQL backend to give higher program levels the opportunity to find out what functions the MySQL backend provides. Furthermore the option encryptPass was renamed to forwardClearPass because the old name was misleading and not clear. Last but not least the mysql.conf.php was reorganized to make clear which SQL statements enable which functions. darcs-hash:20060130192750-7ef76-2ba9388ea56b17e4f26feda74a66b7d9b8da7333.gz
-
- Jan 29, 2006
-
-
Andreas Gohr authored
darcs-hash:20060129131054-7ad00-aa633eafdd206cb38c710cc6a6de958c14eecb6d.gz
-
- Jan 27, 2006
-
-
Andreas Gohr authored
darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
-
- Jan 25, 2006
-
-
chris authored
darcs-hash:20060126011342-9b6ab-40d04573bef34fa4012edac74186355b9a7ff0d9.gz
-
- Jan 24, 2006
-
-
matthiasgrimm authored
This patch changed the function modifyUser(). Before this update each data change was applied by deleting and re-adding the complete user entry. The new function uses the UPDATE SQL statement. Furthermore all human readable error messages were removed. The calling procedure is in charge now to inform the user about failures. Internal debug messages were added. They can be enabled in the configuration file. Last but not least the module retrieves the database version now to handle incompatible features between different MySQL versions. darcs-hash:20060124190625-7ef76-f6dffabf230155aa51bf3c8569c31fd444634407.gz
-
- Jan 22, 2006
-
-
matthiasgrimm authored
This patch make the MySQL backend work again after Andi's code cleanup ;-) darcs-hash:20060122125327-7ef76-5b7a46fa8bc49fc68a11a44fabddc9753e9a1dfb.gz
-
- Nov 26, 2005
-
-
Andreas Gohr authored
This patch addes the automatic creation of Google sitemaps. The map is created in the DokuWiki root dir and named sitemap.xml.gz if gzip compression is available - if not the gz extion is skipped. How often the map is recreated is defined through the $conf['sitemap'] option. It accepts a day value. darcs-hash:20051126234709-7ad00-6ff4b0e79670cdfa39e615ec9dc40146ffcc9dd4.gz
-
- Nov 25, 2005
-
-
Andreas Gohr authored
darcs-hash:20051125123614-7ad00-42e0ab6a594e177603175ee37467fc2bdd45d2cb.gz
-
- Nov 18, 2005
-
-
Andreas Gohr authored
darcs-hash:20051118160203-7ad00-252721783583771e92d06db312329d578d811861.gz
-
- Nov 07, 2005
-
-
Matthias Grimm authored
This patch completes the documentation of the MySQL SQL statements that are necessary to run the mysql OO auth module in mysql.conf.php.example. Some pattern names in the code were not in line - fixed. darcs-hash:20051107210740-4145d-cdf140b6d14664ce9c1a85f67e1bf8feb294c17b.gz
-
- Nov 06, 2005
-
-
Matthias Grimm authored
This patch adds the mysql extension to the OO auth system. The SQL statements are defined in conf/mysql.conf.php.example and needs to be adapted to the local database. The set of statements work with the database structure described in conf/mysql.conf.php.example. This module is beta and heavy testing in different environments is recommended. The documentation of the SQL statements is not complete yet darcs-hash:20051106130303-4145d-28acb18584822f8d1eafa1d63e206f2e83f64009.gz
-
- Nov 03, 2005
-
-
Andreas Gohr authored
This new option accepts a RegExp to filter certain pages from all automatic listings (RSS, recent changes, search results, index). This is useful to exclude certain pages like the ones used in the sitebar templates. The regexp is matched against the full page ID with a leading colon. If it matches the page is assumed to be a hidden one. IMPORTANT: this is not related to ACL. A hidden page is still visible to all users (if not restricted by ACL) when linked or called directly. darcs-hash:20051103101726-6e07b-8d45912a1b4f6cfc9e3fce147c15f84a58ea7ca2.gz
-
- Oct 29, 2005
-
-
Andreas Gohr authored
darcs-hash:20051029185222-7ad00-c184ab3496539f3027407c7d17e8770a1849546a.gz
-
- Oct 27, 2005
-
-
Andreas Gohr authored
darcs-hash:20051027183410-7ad00-5ca48cf2d4058016f5cf07887d9eaa7b07a4043f.gz
-
- Oct 20, 2005
-
-
chris authored
darcs-hash:20051020181434-50fdc-44222aa2074bb0e39a1c240c516259579b380740.gz
-
- Sep 22, 2005
-
-
Andreas Gohr authored
darcs-hash:20050922171132-7ad00-926fcd98726b1bd7451e48bf63a1c9443647e8ec.gz
-
- Sep 19, 2005
-
-
Andreas Gohr authored
darcs-hash:20050919182036-7ad00-f49586d597a4298c801d635f1b6f5a68c7423085.gz
-
- Sep 17, 2005
-
-
joe.lapp authored
Particularly useful with $conf['useheading'] darcs-hash:20050917041821-36b45-4187b687b6ade759035d0d695eb715f9192c1a7e.gz
-
- Sep 16, 2005
-
-
joe.lapp authored
darcs-hash:20050916203729-36b45-e260ee168228c79204402c72244f7561e02dd8eb.gz
-
- Sep 15, 2005
-
-
joe.lapp authored
darcs-hash:20050915153238-36b45-6a10efcc6969713d3c2554ab610535ebae95aca1.gz
-
- Sep 14, 2005
-
-
joe.lapp authored
Allows user to select the word separation character in page names. darcs-hash:20050915012947-36b45-3d6b53cda05a7d7c2eb3497f4732f7492a63e9aa.gz
-
- Sep 12, 2005
-
-
Andreas Gohr authored
darcs-hash:20050912173116-7ad00-d342f7b065591097b19966e4650192d449a6039e.gz
-
- Sep 11, 2005
-
-
Pavel Vitis authored
This patch allows one to set $conf['im_convert'] to use ImageMagick instead of PHPs libGD to resize images. convert is more powerful than libGD - it can resize animated gifs for example. darcs-hash:20050911140225-c484b-10fbb66d003c839debc98edf814e261bddea3aa6.gz
-
- Sep 03, 2005
-
-
Andreas Gohr authored
darcs-hash:20050903220229-7ad00-5d95f905eaeb3f6b867aa3ee43c2a8bccc533c00.gz
-
- Sep 02, 2005
-
-
Andreas Gohr authored
darcs-hash:20050902201230-7ad00-3446903b251caa6b0422603fc738b4d4ba872906.gz
-
- Aug 24, 2005
-
-
chris authored
darcs-hash:20050824231545-50fdc-2d0fc2e9efba6c6d740f00c9113d07eabc3963ce.gz
-
- Aug 08, 2005
-
-
steven-danz authored
Updates to the subscription patch to add a configuration option to enable/disable the feature, move the messages to the language files, and general cleanup darcs-hash:20050808045034-4c315-88a72dc8d2b22fdd9af8caa0505ef5c737965c86.gz
-
- Jul 31, 2005
-
-
Andreas Gohr authored
This patch allows you to add a file named conf/words.aspell with your own words you don't want the spellchecker to choke on. Thanks to Steven Danz for code idea darcs-hash:20050731172612-7ad00-60fb3f09589c4758f1093f532de9699beb048569.gz
-
- Jul 23, 2005
-
-
Andreas Gohr authored
custom.conf is no longer supported darcs-hash:20050723205235-7ad00-6bec0d0fdd57d321784edd014917ddc4257fe3e5.gz
-
- Jul 13, 2005
-
-
andi authored
darcs-hash:20050713173724-9977f-7de120262968b766b16bf27915e61bc1d0947fb0.gz
-
- Jul 01, 2005
-
-
andi authored
darcs-hash:20050701142901-9977f-86bda7dbbc8b1c297b7aefb25069d8005fe05281.gz
-