summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* media popup directory structure fixmatthiasgrimm2005-06-05
| | | | | | | The media popup was not fully adapted to the new directory structure - fixed darcs-hash:20050605125410-7ef76-79a24e1bd735cc4b89c1d7ee1f28b1a19b84f841.gz
* moved lang directory into inc dirandi2005-06-05
| | | | darcs-hash:20050605110714-9977f-e974278576a74db3ffb46647411dd68f96f517ca.gz
* Strike-through Quick Buttonchris2005-06-05
| | | | darcs-hash:20050605110302-917ab-91d606d41c33566504e3e5b097ff5668a447f078.gz
* extended search fix no. 2matthiasgrimm2005-06-05
| | | | | | | The last patches confused darcs so we get a mixed up code. This patch corrected the mess hopefully. darcs-hash:20050605085854-7ef76-83d86fd24ce667f7cb506466ef2aef39ccc38cea.gz
* directory layout cleanup !IMPORTANTandi2005-06-05
| | | | | | | | | | | | | This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html As the changes.log is not managed through darcs you need to move it your self to the new location in data/changes.log I think I modified the code at all nessessary places, but I may have forgotten a few things. darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz
* extended search fixmatthiasgrimm2005-06-04
| | | | | | | | | This patch fixes a bug in the search code and did some optimizations. Furtheron queries with only excluded words will be rejected because they won't produce usable output and waste only time. darcs-hash:20050604212026-7ef76-7a096791875407859eae390290165e4b6e7ef082.gz
* UNDO: extended search fixmatthiasgrimm2005-06-04
| | | | | | | | | | | | This patch fixes a bug in the search code and did some small optimizations. The possibility to start a search with _only_ excluded words (only words start with a minus sign) was disabled because this seem to crash PHP 4.3.10 (at least the ppc version :-() darcs-hash:20050604194621-7ef76-c240e1089df10645f5ea959a7ccb664a50afde7a.gz
* much better Opera 8 AJAX fix (no fallback to GET needed)andi2005-06-04
| | | | darcs-hash:20050604215355-9977f-e4c9fd58263ae3f237b322b1d7da27a13a68e383.gz
* AJAX fix for Opera 8andi2005-06-04
| | | | darcs-hash:20050604211320-9977f-3b4eb349caa183fc590e5d904689123a1fc7d0d9.gz
* extended search fixmatthiasgrimm2005-06-04
| | | | | | | | | | | | This patch fixes a bug in the search code and did some small optimizations. The possibility to start a search with _only_ excluded words (only words start with a minus sign) was disabled because this seem to crash PHP 4.3.10 (at least the ppc version :-() darcs-hash:20050604194621-7ef76-10a5bb6a5b2804bcadcbffcdf2ea500db7ceeb91.gz
* removed SACK warning for older browsers #369andi2005-06-04
| | | | | | | | | | | | | Older Browsers (Opera) got a warning from the new AJAX stuff. It's a bug in SACK described at http://twilightuniverse.com/2005/05/sack-of-ajax/#comment-594 I just removed it from tw-sack.js I also added the line suggested at http://twilightuniverse.com/2005/05/sack-of-ajax/#comment-597 - not used yet but may come in handy darcs-hash:20050604185143-9977f-921b8c8ad4f11a867b8c2df26c37158cc7368608.gz
* nl updateJack van Klaren2005-06-04
| | | | darcs-hash:20050604184408-f2173-fd60a3456047cf02caacfbacd1833060bf9988b2.gz
* Mediafile Deletion and Overwrite Handling #200andi2005-06-03
| | | | | | | | | | | | | | This patch enhances the ACL feature by adding another Permission called DELETE - this permission allows a user to delete or overwrite existing mediafiles. Users with UPLOAD permission are no longer allowed to overwrite media files. Users whith DELETE permissions now need to check an additional checkbox to overwrite existing files, this is to prevent accidently deletions. Please note: If no ACL is used UPLOAD rights are assumed for everybody - not DELETE rights. This changes the behaviour from previous versions as UPLOAD does not allow overwriting anymore. darcs-hash:20050603205501-9977f-1d219b23a79bb097ed0e0b8184dc6d5d8aad578b.gz
* extended search functionmatthiasgrimm2005-06-03
| | | | | | | | | | | | | | | | | | | | The DokuWiki search function uses 'OR' to combine multiple search words. This behaviour is unusual and not very helpful to narrow the search results. This patch changed the behaviour to 'AND'. Multiple search words will reduce the count of search results. It uses assertions now. This has the big advantage that only one regular expression have to be processed for each file and the behaviour can be changed easily. The functionallity has been extended: Words with a preceding minus sign (-) will be excluded from and words with a preceding plus sign (+) will be included in the search results. Is a preceding sign is missing (+) is assumed. darcs-hash:20050603182746-7ef76-03b18a3707c91e8c5cbb99253b603d090b679c1a.gz
* keep search input on search pagematthiasgrimm2005-06-01
| | | | | | | | | This patch modifies the search input form so that the search input is kept as long as the user stays on the search page. This is pure comfort because he is able to optimise his query step by step without the need of typing in the query multiple times. darcs-hash:20050601163504-7ef76-aad10750707ba97810bc5c5185da3e8ad9ae7391.gz
* String quoting in TOC toggle codematthiasgrimm2005-05-31
| | | | | | | This patch changed the string quoting in the TOC toggle button code. The HTML code looks better. darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475383fe7.gz
* toc toggle buttonmatthiasgrimm2005-05-31
| | | | | | | | | | The TOC toggle button was very small and inconspicuous. This patch replaces the old one with small arrows placed at the right border of the TOC header. Code cleanup in html.php: html_toc() and html_list_toc() are obsolete and have been removed. darcs-hash:20050531184155-7ef76-249f948b2a8b71d45aab2b8418db2be5eb638f6d.gz
* add a back button to parent pagematthiasgrimm2005-05-19
| | | | | | | | | | | | | | | | | | | | | | This patch extends the template functions with back button linking to the current pages' parent if available. Both tpl_button() and tpl_actionlink() are supported. For this to work the first page in the namespace must have the same name as the namespace itself. The 'back' button of every page in this namespace links to namespace:namespace. The 'back' button of the page namespace:namespace links to the first page of the containing namespace and so forth until the start page has been reached. Because of the precondition decribed above, the default template hasn't got the new 'back' button. It is reserved for custom made templates and installations which take care of the precondition. darcs-hash:20050519174025-7ef76-1e9c78c941f53871905fc1ba08b28a826553daa3.gz
* fix for PHP includes #350andi2005-05-30
| | | | darcs-hash:20050530182157-9977f-981812ef30c46ca8baed1988418ac4be9f213f11.gz
* keep txt extension on uploaded txt files #360andi2005-05-30
| | | | darcs-hash:20050530181055-9977f-9a771ac829c8fe48557f6932cc99fd4318579a9e.gz
* fixed mime type for RTF #361Matthias Grimm2005-05-30
| | | | darcs-hash:20050530180343-4145d-027716bcbc51e10dd36eeb0a16657eb10b371297.gz
* Norwegian Language UpdateJorge Barrera Grandon2005-05-30
| | | | darcs-hash:20050530053236-3d692-9fcf4beb5f798e9dfec59b9070d6fff35d5f2f51.gz
* don't jump to top after adding tag with quickbuttonKaiko Kaur2005-05-30
| | | | darcs-hash:20050530171627-2af0c-c8730ed1e921cdb14f9cf96b8f4056a49a5acab1.gz
* Move bind commands to auth_checkPass to avoid code duplication, make the ↵Troels Liebe Bentsen2005-05-26
| | | | | | configuration more flexible so Active Directory can be used with out the need of extra code, plus it works. In general this makes the configuration more flexible, all the old ways are supported and tested. darcs-hash:20050526143830-ee6b9-bc6f3cd3df577542a5b13ebe2f6dd81e0f3d1cf8.gz
* Add referrals as an option(used by Active Directory) and move starttls where ↵Troels Liebe Bentsen2005-05-26
| | | | | | it needs to be. darcs-hash:20050526143612-ee6b9-f94290c33ae3677aafe4eac72146f3dd9f980ae6.gz
* fix for history navigation buttonsmatthiasgrimm2005-05-25
| | | | | | | | This patch adds some sanity checks for the history start parameter 'first'. Only the needed history entries will be loaded at once now. This will reduce server load a bit darcs-hash:20050525161658-7ef76-1ab681b4c784bbe834fae91301ee7b9cd2a2cd8b.gz
* da updatekoeppe2005-05-30
| | | | darcs-hash:20050530165435-6e8b5-451887bfd86cdc15fb4277de53fd610316462c29.gz
* changed mail header seperator back to newlineandi2005-05-23
| | | | darcs-hash:20050523202635-9977f-802f9faa8e76e8a7e44e2ab8d6959d44684d43a9.gz
* history navigation buttonsmatthiasgrimm2005-05-23
| | | | | | | | This patch adds a 'next' and a 'previous' button to the history page. They make it possible to see more than one page of history data. darcs-hash:20050523165826-7ef76-77a2c21e8b172200f169e0aea8441e8b100ab278.gz
* make notify mails more RFC2822 conform (fixes #341 and #168)andi2005-05-23
| | | | | | | | | DokuWiki now uses only one To, Ccc or Bcc header and addes additinal addresses separated by commas. The headers are folded after each address to avoid too long headers. The header newline was changed to CRLF (as specified in RFC). This maybe fixes problems with some Windows Mailservers as well. darcs-hash:20050523194316-9977f-53b03081426d0f1946b6ca4ef2e6ddb4b798e533.gz
* UNDO: added cache_limiter command as suggested in #94andi2005-05-23
| | | | darcs-hash:20050523182304-9977f-69b49f7f2cd637686e999fda9e3281d2f6d9bbd8.gz
* added cache_limiter command as suggested in #94andi2005-05-23
| | | | darcs-hash:20050523182304-9977f-9011c7f882139b00333feaa625a25650bedf6f86.gz
* moved loading of languages to init.php - fixes #346andi2005-05-23
| | | | darcs-hash:20050523174804-9977f-a49e154bb89357d39eb8ddb3273650759cd74114.gz
* fix for ftp links #345andi2005-05-23
| | | | darcs-hash:20050523173734-9977f-bb07be2ed47490dcca80a9cff6c6a2bc4980d9cd.gz
* sorting support for syntax plugins, info plugin now actually does somethingandi2005-05-21
| | | | | | | | | | | | | | | Syntax plugins now need to implement getSort() which should return a number. This number is used to add all syntax modes in the correct order. To see a list in which order current modes are loaded you can use the info plugin like this: ~~INFO:syntaxmodes~~ lists all known modes (includes existing plugins) with their sorting score ~~INFO:syntaxtypes~~ lists all syntax types and their registered modes (useful for implementing the getType() function. darcs-hash:20050521210430-9977f-2baaf6043afc6ea3fed41cdca97564218fb519c2.gz
* fix for internal rewrites #332andi2005-05-21
| | | | darcs-hash:20050521104930-9977f-f93dd746cbb3db2ebda43a044198c2eb0aa4152b.gz
* fixed problem with utf8_substr and feed generation #340andi2005-05-20
| | | | darcs-hash:20050520203448-9977f-4381d98899e730a301c655b5aae59e83b5580a88.gz
* some ajax quicksearch cleanups - now tested in IEandi2005-05-20
| | | | darcs-hash:20050520171400-9977f-9039c9e9ea00c428cbfe30999400331f57d2d31a.gz
* small fixes for linkparsing #337 #339andi2005-05-20
| | | | darcs-hash:20050520150702-9977f-a2ef5264ff38a5225521c83eeaf85759c92a37bb.gz
* first attempt of syntax pluginsandi2005-05-19
| | | | | | | | | | | | | | | | The first version of the new plugin system. Syntax plugins only yet. A very simple example plugin called info (doing nothig useful yet) is included. Missing Features - Doku_Block_Handler needs work (doesn't honur plugins yet) - there is no way to specify the order of plugins and other modes yet - useful output from the info plugin - bug testing and fixing - code cleanup - documentation darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
* make search skip .lock filesandi2005-05-19
| | | | darcs-hash:20050519161353-9977f-3ea310a2dd433c8bc3ff634bde962d6a9adce549.gz
* removed bakfilesandi2005-05-17
| | | | darcs-hash:20050517204540-9977f-ad23f3daa6503158c1068c3e28808a7cd2147e11.gz
* some ajax quicksearch tweakingandi2005-05-17
| | | | | | | | added a half second delay before the suggstions appear, moved the postion to appear besides the browsers autocomplete... I'm still not sure if this is useful at all. darcs-hash:20050517201719-9977f-6e71a415dd08a84af38bd3643860beb7002088f5.gz
* beautify media upload windowmatthiasgrimm2005-05-17
| | | | | | | | | | This patch cleans up the media upload window. Although the namespace list makes levels clear through indention, sub-namespaces were always printed with full path. This redundant information have been removed to save space. This space was added to the objects list on the right side. darcs-hash:20050517175546-7ef76-1c86eb762e0b44dc4960062524cda6554befbcea.gz
* auth_pgsql update for auth_cryptPasswordAlexander Marx2005-05-16
| | | | | | | | | | | | | | | | | | | | added support for the new auth_cryptPassword() and the corresponding verify functions - $conf['auth']['pgsql']['userinfo'] is now used to verify passwords; therefore it also needs to return the crypted passwords which in turn makes $conf['auth']['pgsql']['passcheck'] obsolete - changed the pass collumn in the users table from varchar(32) to varchar(255); just to be on the safe side. added support for an optional pgsql "port" option ($conf['auth']['pgsql']['port']) added basic support for adding new users this needs the $conf['auth']['pgsql']['createuser'] option including a corresponding sql function darcs-hash:20050516071100-c516d-8573af3850f5c4aa4f1ddc71be062a0e93fdacd4.gz
* nl syntax page removedAndreas Gohr2005-05-15
| | | | darcs-hash:20050515152830-7ad00-74dab4c456c2482e068433b79701f9a446bc5af4.gz
* experimental AJAX quicksearchandi2005-05-15
| | | | | | | This isn't perfect yet, but it works. It's tested in Mozilla Firefox only. Patches welcome! darcs-hash:20050515131507-9977f-5ad6c4483faec67f7ce7c980b5a2bd6d9e81012a.gz
* variuous auth_mysql fixesandi2005-05-14
| | | | | | | | | This patch adds mor flexibility and security to the mysql_auth backend. You now can omit the getgroupid and addusergroup configs if you don't need them. The default groupname is available in addusergroup and adduser now, too. Last but not least calls to addslashes were added to avoid SQL injection. darcs-hash:20050514192208-9977f-d970834ca68a896e725c4911639a311217dee792.gz
* replaced rsort with array_reverse for getRevisionInfo()andi2005-05-14
| | | | darcs-hash:20050514173404-9977f-01e016ca326d65bb339d1a339c3aa1506a375b2a.gz
* do not encode hash char in internal links #322andi2005-05-14
| | | | darcs-hash:20050514160609-9977f-37117d972cb6a61de5c9847c9d9e25a30867f33d.gz