summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* make sure p_wiki_xhtml does not destroy the global $IDAndreas Gohr2005-10-16
| | | | darcs-hash:20051016185709-7ad00-cf9de03231c90e1c6725fe7553909d682bca1a59.gz
* improvement for baseurl detection tests addedAndreas Gohr2005-10-16
| | | | darcs-hash:20051015221719-7ad00-efd98fdcf381ae38186578a16159ad2d279cf5af.gz
* insert media with leading colonAndreas Gohr2005-10-15
| | | | | | | fixes a bug when a mediafile from the top namespace is referenced in a subnamespace. Thanks to Otto Vainio for reporting darcs-hash:20051015191850-7ad00-b5c2c965b6032b081973e25d02adb2a9408b54de.gz
* more unobstrusive javascriptAndreas Gohr2005-10-15
| | | | | | | | | | The edit form now is free of inline event handlers. There are still other places where inline javascript and even document.write is used which should be fixed as well. Currently the window.onload event is used to initialize everything which may not the best way to do so. Dean Edwards may have a solution: http://dean.edwards.name/weblog/2005/09/busted/ darcs-hash:20051015184404-7ad00-2404744d008e5ea7e1b5800c96800824b532ff47.gz
* first go on unobstrusive javascript, new toolbarAndreas Gohr2005-10-08
| | | | darcs-hash:20051008175404-7ad00-cd640de7660825b19d5e863cc8caf5467d59b055.gz
* added missing file icon #589Andreas Gohr2005-10-14
| | | | darcs-hash:20051014193252-7ad00-8f7fdf928fb5a48085749ad2cb923a5cebf701fb.gz
* Minor strings changes in french language filesgb2005-10-12
| | | | darcs-hash:20051012190929-2060e-2308adb03e7f13db5ccd5cb051810a0689283caf.gz
* back button fixmatthiasgrimm2005-10-13
| | | | | | The back button corrupted the varable $ID which is used by the indexer. darcs-hash:20051013170633-7ef76-8102f8c8e658d0032783d825a648c13303373c82.gz
* fr-updategb2005-10-10
| | | | darcs-hash:20051010133224-2060e-e24b42d667f49f873922c26f90e31b354116dcec.gz
* ignore regexp failures when handling asian charsAndreas Gohr2005-10-09
| | | | | | | | | The new handling of asian chars as single words needs a recent PCRE library (PHP 4.3.10 is known work). If this support isn't available the regexp compilation will fail. This patch adds a workaround - this means the search will not work as expected with asian words on older PHP versions. darcs-hash:20051009124833-7ad00-1319829be5cb73246e13eb65e4c950d43c6ce5bf.gz
* fixed typo in ja translationAndreas Gohr2005-10-06
| | | | darcs-hash:20051006190239-7ad00-16ee27e584dce3ea3561b89d8fa60d7ea1e02e6c.gz
* Finnish_translation_updatempo2005-10-04
| | | | darcs-hash:20051004210109-59c6d-b947a036ee8df16b9e754d45ccae464356d0fc5d.gz
* fixed $UTF8_UPPER_ACCENTS arrayAndreas Gohr2005-10-06
| | | | darcs-hash:20051006175402-7ad00-f0bccfd8a14f231aab7c15a571628f9320e4fead.gz
* HTTP Client tweaksAndreas Gohr2005-10-02
| | | | darcs-hash:20051002125421-7ad00-6fafa7fce8fef4954f1e65e13a2bc095734715f5.gz
* no subscribermails for minor editsAndreas Gohr2005-10-02
| | | | darcs-hash:20051002125342-7ad00-42c9155d81a7799f24ec02f6aac210d2ea818e51.gz
* minor edit checkboxAndreas Gohr2005-10-02
| | | | | | | | | This patch adds a minor edit checkbox to the edit form for logged in users. Minor edits are displayed different in recent changes and the page revision history. The RSS feed excludes minor edits by default - this can be changed by adding a minor darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz
* fix for subscription feature in tpl_actionlink #576Christopher Arndt2005-10-01
| | | | darcs-hash:20051001135047-51048-4ed7389d2d23bfecf020d6493e6d126869e8a2e8.gz
* spanish language updateAndreas Gohr2005-09-30
| | | | darcs-hash:20050930165456-7ad00-bfa7d30fc4e4ba6c9bbb39b88dd077fab03eb8bc.gz
* make sure $conf['start'] is a valid pagename #567Andreas Gohr2005-09-30
| | | | darcs-hash:20050930160928-7ad00-d3b2e2d7447eb93b6a39262221b8dbb131c698c9.gz
* italian updatesAndreas Gohr2005-09-30
| | | | darcs-hash:20050930160500-7ad00-70b4f8d14984a0e55b82079d843964e25536ba02.gz
* allow dots in interwiki namesRobby Cornelissen2005-09-30
| | | | darcs-hash:20050930155249-0fef0-16280e1c28947a2604e04fb3311b97f207b6234a.gz
* rebuild $INFO array directly after lockoutAndreas Gohr2005-09-30
| | | | darcs-hash:20050930154739-7ad00-e5dea212a28508d24be6471fe5900c7edb1bbde9.gz
* remove (?u) from lexer -- its not a valid optionchris2005-09-28
| | | | darcs-hash:20050927223112-9b6ab-61c435bb0a674b2a7bd7dd707edc973f3a6bf068.gz
* japanese language updatewebmaster2005-09-30
| | | | darcs-hash:20050930152223-bcca4-17dd27ce2a04ab78e46410d42610cd70990c212f.gz
* asian language support for the indexer #563Andreas Gohr2005-09-25
| | | | | | | | | | | | | | Asian languages do not use spaces to seperate words. The indexer however does a word based lookup. Splitting for example Japanese texts into real words is only possible with complicated natural language processing, something completely out of scope for DokuWiki. This patch solves the problem by treating all asian characters as single words. When an asian word (consisting of multiple characters) is searched it is treated as a phrase search, looking up each charcter by it self first, then checking for the phrase in found documents. darcs-hash:20050925175451-7ad00-933b33b51b5f2fa05e736c18b8db58a5fdbf41ce.gz
* fix for backlinksAndreas Gohr2005-09-25
| | | | darcs-hash:20050925102211-7ad00-200edd676ba3956f03ec5bcc5149d4aa4bd15e24.gz
* SECURITY FIX: acl check in _getRecents addedAndreas Gohr2005-09-25
| | | | | | | ACLs weren't checked in the new getRecent function. Recent Changes and the RSS/ATOM feeds displayed all changes regardless of user permissions. darcs-hash:20050925095612-7ad00-5885e6616a4214eb99662eac08267b0a6f527625.gz
* allow empty interwikilinksKai Poggensee2005-09-22
| | | | | | | This patch changes the last quantifier in interwiki regexp to "*", allowing constructs like "MyWiki>". darcs-hash:20050922165958-5de9f-912efa15d90a109a2e02a74d14e0fa4de809b963.gz
* do not encode # in interwiki links #529Andreas Gohr2005-09-22
| | | | darcs-hash:20050922161723-7ad00-d3b80451eaa7315a7e5fbb41008d03e8bbc0a991.gz
* geshi updated to 1.0.7.3Andreas Gohr2005-09-22
| | | | darcs-hash:20050922160431-7ad00-4bbcdc2804d46745cb763524c05fdb73f13186f1.gz
* lexer fix: will now support ">" in look ahead/behind patterns & (?u) inline flagchris2005-09-22
| | | | darcs-hash:20050922154356-9b6ab-0e881a2f3fc6f3f8acd2f16df8a9dde68f6085e3.gz
* fixed duplicate classname in default templateAndreas Gohr2005-09-21
| | | | darcs-hash:20050921204122-7ad00-5911edd5bff4bb23d97a735ff00782c2b95fc901.gz
* backlinkfix for pages with special characters #548Andreas Gohr2005-09-21
| | | | darcs-hash:20050921195118-7ad00-9070166cbaa26e3f27f7b92382346a70f5c479a1.gz
* pt lang updateJose Carlos Tavares Monteiro2005-09-21
| | | | darcs-hash:20050921192605-1d4c3-fef36cd273e6536066922560d859ccc2da6447c9.gz
* nl updateKoen Huybrechts2005-09-21
| | | | darcs-hash:20050921192214-4bebe-1e37de020d3a48c6c728ed4c5bb7771b6db95cf6.gz
* basename instead of basedirjan2005-09-20
| | | | darcs-hash:20050920151530-45605-53d07bfd3467f40f809296d983676b6e7c1a7756.gz
* more efficient changelog reading for recent changesAndreas Gohr2005-09-18
| | | | | | | | | | | getRecents now reads the changelog backwards in 4KB chunks instead of loading the whole file into an array and rsort it. This should be more memory efficient (and probably faster) for large change logs. Note: the format of the array returned by getRecents changed slightly plugins relying on it need to be adjusted. Sorry. darcs-hash:20050918121008-7ad00-1fdba47d29b0c038c6e4e4edc1d4c93e5ba769e9.gz
* action_link classessu2005-09-17
| | | | darcs-hash:20050916232433-0835e-fa17547516d5cd02175c9d96806100f9a9eca6ba.gz
* small fix for utf8.phpAndreas Gohr2005-09-18
| | | | | | utf8_strtoupper called mb_strtolower darcs-hash:20050918094308-7ad00-c595455bcb6e312f29c0d27fa83d0905cd2303cc.gz
* $conf['toptoclevel'] specifying topmost level of TOCjoe.lapp2005-09-17
| | | | | | Particularly useful with $conf['useheading'] darcs-hash:20050917041821-36b45-4187b687b6ade759035d0d695eb715f9192c1a7e.gz
* auth_getUserData() now caches user info in a staticjoe.lapp2005-09-16
| | | | darcs-hash:20050916205557-36b45-4135c42d0ccfd28c85cfbd7eb57a445c2aa74ffc.gz
* fixed author/email handling in RSS/Atom feedsjoe.lapp2005-09-16
| | | | | | | | | | | | 1) Now reports full user name for logged in users 2) Reports actual email when not mail guarding; otherwise it's "user@ip" 3) RSS 1.0 (default) format is now <dc:creator>name (email)</dc:creator> 4) RSS 0.91/RSS 2.0 format is now <author>email (name)</author> 5) Atom format is now <author><name>name</name><email>email</email></author> 6) When anonymous, all RSS formats just reports "user@ip" in element 7) When anonymous, Atom just reports <author><email>user@ip</email></author> darcs-hash:20050916203852-36b45-ed5310a65360811bdd153ba12b0e925675bdd7a4.gz
* update for the dutch language fileshuybkoen2005-09-14
| | | | darcs-hash:20050913222710-2aeb0-a657f37120c611ae1645e30dd35514c7453b5d71.gz
* allowing + char in email addressesAndreas Gohr2005-09-16
| | | | darcs-hash:20050916191719-7ad00-703ee14706e6629e6312c103be0121bf2996c6cb.gz
* lexer fix, corrects pattern match locating issues for patterns with ↵chris2005-09-16
| | | | | | look-ahead/look-behind assertions (e.g. acronyms per bug#538) darcs-hash:20050916113259-9b6ab-47b502b4c7410d17229923d03c30ace76b7b1853.gz
* Norwegian lang updateJorge Barrera Grandon2005-09-16
| | | | | | Fixed some utf8 issues and corrected some grammar errors (sorry 'bout that). darcs-hash:20050916080010-3d692-f78b42406810538679b53e9ce89da9196478d79e.gz
* norwegian_lang_updateJorge Barrera Grandon2005-09-15
| | | | darcs-hash:20050915124517-3d692-524f258e9338feb9fc99cefa97541a9d82232b36.gz
* small fix for sepchar patch if useslash is disabledAndreas Gohr2005-09-15
| | | | darcs-hash:20050915150613-7ad00-8a42bb1d0eb5926ebc2f273d8416df87acfc6a11.gz
* made tpl_img() arguments more intuitivejoe.lapp2005-09-15
| | | | | | | | Caller passes non-zero dimension only when proportionately limiting the image by that dimension; no need to pass very large numbers to preserve the image's original dimensions or to leave one dimension unconstrained. darcs-hash:20050915035516-36b45-660f49670164c75285cf3e9051d10786216ec6df.gz
* Added media 'nolink' and 'direct' optionsjoe.lapp2005-09-15
| | | | | | {{image.jpg?nolink}} darcs-hash:20050915032348-36b45-f298b21de05001cd9a56b4859bf265079b57bf69.gz