summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* renderer update, move plugin() method from xhtml to rendererchris2005-08-13
| | | | darcs-hash:20050813182213-50fdc-e1d2529944785b0e39bbd58a184c12d120ff1149.gz
* zh-tw.20050813.diffchinsan2005-08-13
| | | | darcs-hash:20050813152248-f7e69-9f885cae9ef483d937f0f64ddbe01a960cd92ca0.gz
* more indexer functionsAndreas Gohr2005-08-13
| | | | darcs-hash:20050813142047-7ad00-8b4417587c577220191d6b6d35574e82b5bf5596.gz
* fix for recent changes if start page has a namespace #500Andreas Gohr2005-08-11
| | | | darcs-hash:20050811184846-7ad00-630336203cbebcaafcc5ebf10d5f628df6be0ea0.gz
* French translation updateAlexandre ROSSI2005-08-08
| | | | darcs-hash:20050808185240-5338b-aaf91e22c56e05f9947c0c0d034e167e87a74cc9.gz
* nl language updateRiny Heijdendael2005-08-08
| | | | darcs-hash:20050808190524-ba421-084b961dc34f4e1199dddd7928a6ac9aba4b7b06.gz
* a first step for search indexing - nothing to see yetAndreas Gohr2005-08-07
| | | | darcs-hash:20050807203322-7ad00-6db6733f8fcd861366856635ba3d205fd3bb54da.gz
* command line utilities for DokuWikiHarry Fuecks2005-08-07
| | | | | | | | | | | | | | | | | This patch adds a command line tool which should help people modify wiki pages on the command line. Usage would be something like; $ ./dokuwiki/bin/dwpage.php checkout wiki:syntax > /home/harryf/syntax.txt $ vi syntax.txt $ ./dokuwiki/bin/dwpage.php -m "Document new syntax" commit syntax.txt wiki:syntax The second script outputs a list of wiki ids, seperated by newlines. The idea would be it get's run by a cron job at regular intervals and has it's results piped to a text file. darcs-hash:20050807201309-56ad0-7c2dbb2b14f794efad1b9875f4dd0c6a15f6df3f.gz
* danish language updatekoeppe2005-08-07
| | | | darcs-hash:20050807195958-6e8b5-5887db9a53fd246038ac5eafbd3cddac3b7234f1.gz
* xhtml fix for recent changes #499Andreas Gohr2005-08-07
| | | | darcs-hash:20050807134726-7ad00-371965dc6bea32e86221e93b3a677bc1047fb089.gz
* changes to the page subscription featureAndreas Gohr2005-08-06
| | | | darcs-hash:20050806212000-7ad00-c5ab54a33289f8be0ce99443f82f0b3cf1bdbf0d.gz
* track_changes.patchSteven Danz2005-06-27
| | | | | | | | Second go at including changes to allow users to sign up on mailing lists so they may receive emails each time the page they are interested in is updated. darcs-hash:20050627021748-3ed6d-5f6993f51ab649e3928a513b0fbe7c421d880325.gz
* Alternative fix for #384Harry Fuecks2005-08-06
| | | | | | | | | | | | | | | | | | | | The bug with emphasis syntax clashing with URLs did still occur with protocols different from http or ftp. This patch might be a better solution. I had to use [^\x00]* instead of .* - for some reason the later won't work properly in this case. It means people won't be able to use ASCII NUL characters inside an emphasis. The other thing that won't work is this; Won't work: //semi colon here>:// People will need to make sure there is at least a space - this will work; Works //semi colon here>: // darcs-hash:20050806151204-56ad0-532806af57801f5fa4536add32175089e625a0d4.gz
* spanish language updateBernardo Arlandis Mañó2005-08-05
| | | | darcs-hash:20050805200202-3a2bf-4c7e6cad340701272449a4b9844c83ef03d4d211.gz
* minor plugin fixes to protect against invalid/malformed pluginschris2005-08-05
| | | | darcs-hash:20050804235036-50fdc-1881a40da689bc5abbe608a2ce96a1ed192a43a4.gz
* plugin tweaks, info plugin fixesAndreas Gohr2005-08-03
| | | | darcs-hash:20050803180226-7ad00-7bce1982ed6589511ce38e2e4e5e4cdf8640a0ae.gz
* fix for closing plugindirEsther Brunner2005-08-03
| | | | darcs-hash:20050803172402-283c4-7c735ba09b53950d122b319c92fd121192bc5a79.gz
* support for plugin subfolders added - plugins/[name]/[type]/[file].phpchris2005-08-02
| | | | darcs-hash:20050802191421-50fdc-abf82fcb52dfabd74b7119f2e6a53ea590bb1d90.gz
* plugin javascript load fix: print.css -> script.jschris2005-08-02
| | | | darcs-hash:20050802084121-50fdc-9a4bf03b72365ac5218c0ba7b6ad6dc971e29676.gz
* Load plugin javascriptAndreas Gohr2005-08-01
| | | | | | Javascript files from plugins called script.js are loaded automatically darcs-hash:20050801182242-7ad00-2bc839c92c54e641347ed1cbeadf8bba3ef6a7a8.gz
* Personal wordlist for spellchecker #488Andreas Gohr2005-07-31
| | | | | | | | | 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
* image metadata editorAndreas Gohr2005-07-31
| | | | | | | | | | | This patch adds an meta data editor for JPEG files. Currently title, caption, artist, copyright and keywords can be saved. The data is saved to the apropriate IPTC fields. Additional fields can be added in the appropriate template. Compatibility testing with other programs is needed! darcs-hash:20050731163554-7ad00-dd936ec19549203dcf72de8774309c0b17d0b679.gz
* optimized Image metadata handlingAndreas Gohr2005-07-31
| | | | darcs-hash:20050731115030-7ad00-2a1a423985864f0daae57545c2f3945abfc10257.gz
* Plugins can add their own CSS nowAndreas Gohr2005-07-31
| | | | | | | | | | | | Plugins can use their own styleheets now. They are loaded in the tpl_metaheader function. The following files are used if existing in the plugin's directory: style.css - overall style used always screen.css - only used in normal view (media darcs-hash:20050731073521-7ad00-dcece7a255d3b08a1d2da9f2444b31e628ee76ea.gz
* Changed pluginloading to use referencesAndreas Gohr2005-07-30
| | | | | | | | | This patch allows the use of $this in syntax plugins to set internal variables and let them remain between handle and render calls. Even when it is possible now to use this method you should exchange data betwenn handler and render calls by using the $data array only. darcs-hash:20050730215156-7ad00-69ea79859360d9902533633395de3e1b677f6e46.gz
* recoded chinese language files #485Andreas Gohr2005-07-30
| | | | darcs-hash:20050730112550-7ad00-7fe9437363ac705dec5b4b763b496cbcc7daf328.gz
* fallback to default template if custom one is not availableAndreas Gohr2005-07-29
| | | | darcs-hash:20050729163001-7ad00-24d0768ecd593ab85fda0e3c5fbdbec0e8ff3276.gz
* typo fix for actions.inc #480Johannes Buchner2005-07-29
| | | | darcs-hash:20050729161331-83f7f-4c1853082e93e41ab749ead17e770adc671bb0e4.gz
* DOKU_CONF define for config directory #479Andreas Gohr2005-07-29
| | | | darcs-hash:20050729155457-7ad00-94554865259e4cbd6a1c75bb62a93f37304adbf0.gz
* GeSHi updated to 1.0.7.1Andreas Gohr2005-07-28
| | | | darcs-hash:20050728204042-7ad00-460f1fd12d7b5dfb1c58518e80ff10ea0aeb046e.gz
* footnote fix: almagamate identical footnotes, insitu footnote popupschris2005-07-28
| | | | darcs-hash:20050728005522-50fdc-f359021d5bcf602c2c403d37852196d5eeb4d473.gz
* handle all RFC 1738 compliable schemes in external linksAndreas Gohr2005-07-28
| | | | | | | | | | | | | | RFC 1738 states: Scheme names consist of a sequence of characters. The lower case letters "a"--"z", digits, and the characters plus ("+"), period ("."), and hyphen ("-") are allowed. DokuWiki did only recognize alphanumeric characters, this patch adds periods, plus and hyphen. Thanks to "ytrewq1" for pointing that out. darcs-hash:20050728180447-7ad00-dc0d4b8e9309d571715d6c490d1505bb2666c786.gz
* es language updateAndreas Gohr2005-07-26
| | | | darcs-hash:20050726191412-7ad00-ec9939a2f4667a36e3eb943d9cd3196be6708a3a.gz
* EXIF/IPTC metadata in media popupAndreas Gohr2005-07-24
| | | | darcs-hash:20050724201111-7ad00-81e8de6162b0e0923c08dcc7b8c750cd604c4dfd.gz
* some minor fixes in image detail handlingAndreas Gohr2005-07-24
| | | | darcs-hash:20050724125047-7ad00-a03fa69aed22694f6b7635923b1f2ce564165b9f.gz
* first step in Image metadata supportAndreas Gohr2005-07-24
| | | | | | | This adds a detail page for images, for JPEG files additional metadata from EXIF and IPTC fields is shown darcs-hash:20050724115540-7ad00-926601cd12a990e041943edc616360d8179d6c9f.gz
* Local configuration files #349Andreas Gohr2005-07-23
| | | | | | | | | | | | | Local configs can now be added to the following files to make updating simpler: acronyms.local.conf mime.local.conf smileys.local.conf entities.local.conf interwiki.local.conf darcs-hash:20050723204824-7ad00-18b8e238f41bce4d3ac25c89bff5b9abf33620f4.gz
* local_acronyms.patchSteven Danz2005-06-28
| | | | | | | Add the option of using a local.acronyms.conf file to specify local acronyms without having to edit the default set darcs-hash:20050628023628-3ed6d-2740b411efc124671f235ff9ebfc292c7d331709.gz
* Fixed email link validation issue in 'visible' mode to conform RFC1738Alexandre ROSSI2005-07-22
| | | | darcs-hash:20050722170210-5338b-86561e364705cd92c690ae636e0a87f84a0d1672.gz
* italian language updateRoberto Bolli2005-07-19
| | | | darcs-hash:20050719211658-488b3-2b9bfeba558566398c88d5ac71c99928565937ae.gz
* zh-tw lang updatechinsan2005-07-19
| | | | darcs-hash:20050719211352-f7e69-faf73d88765f3a3a0f23029413cd254b65c15da8.gz
* pagetemplate support #104Andreas Gohr2005-07-18
| | | | | | | | | | | | This adds very simple pagetemplate support. When a file named _template.txt exists in a namespace this file's contents are loaded into the editor when a new page is added in the namespace. Please note that this file is not editable from within the Wiki as it starts with an underscore. The wiki admin has to create it her self on the filesystem. darcs-hash:20050718173842-7ad00-39b1b76bef4c6243fc00d94673793d68b356aecb.gz
* useheading fixes #460 #465Andreas Gohr2005-07-16
| | | | darcs-hash:20050716111225-7ad00-913c36c65ac1a985fea60eed57fc7391328bfacd.gz
* fix for auth_ldap if mapping is not definedAndreas Gohr2005-07-15
| | | | darcs-hash:20050715213645-7ad00-43ef18e24dfa7b4b6459f0bbbcf85b88207c5a9d.gz
* Doku_Handler->plugin() method fix, incorrectly named handler objectchris2005-07-15
| | | | darcs-hash:20050714223751-50fdc-ebc6c8ff03e23d2edcd974f51b063f77f9fd4458.gz
* The authcheck now prints a warning if no ACLs are available.Andreas Gohr2005-07-14
| | | | darcs-hash:20050714201333-7ad00-77d1547bb869b54105f71b49bafb3b1071512747.gz
* updated GeSHi to 1.0.7andi2005-07-14
| | | | darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz
* fix for multiply entity #457andi2005-07-13
| | | | darcs-hash:20050713180456-9977f-77e5f03775df3deae67361cca89fdf454118f093.gz
* make custom geshi language styles possibleChristopher Smith2005-07-12
| | | | darcs-hash:20050712211236-3bbbb-c0e76063136eb78886cb1daf4d5e9785bb797ab1.gz
* safemode hack fixes #179Rainer Weinhold2005-07-12
| | | | darcs-hash:20050712210940-99f23-80c16d578f58f955c9c99f27a1b2a0f3f7eb5d11.gz