| Commit message (Collapse) | Author | Age |
|
|
|
| |
darcs-hash:20050813182213-50fdc-e1d2529944785b0e39bbd58a184c12d120ff1149.gz
|
|
|
|
| |
darcs-hash:20050813152248-f7e69-9f885cae9ef483d937f0f64ddbe01a960cd92ca0.gz
|
|
|
|
| |
darcs-hash:20050813142047-7ad00-8b4417587c577220191d6b6d35574e82b5bf5596.gz
|
|
|
|
| |
darcs-hash:20050811184846-7ad00-630336203cbebcaafcc5ebf10d5f628df6be0ea0.gz
|
|
|
|
| |
darcs-hash:20050808185240-5338b-aaf91e22c56e05f9947c0c0d034e167e87a74cc9.gz
|
|
|
|
| |
darcs-hash:20050808190524-ba421-084b961dc34f4e1199dddd7928a6ac9aba4b7b06.gz
|
|
|
|
| |
darcs-hash:20050807203322-7ad00-6db6733f8fcd861366856635ba3d205fd3bb54da.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050807195958-6e8b5-5887db9a53fd246038ac5eafbd3cddac3b7234f1.gz
|
|
|
|
| |
darcs-hash:20050807134726-7ad00-371965dc6bea32e86221e93b3a677bc1047fb089.gz
|
|
|
|
| |
darcs-hash:20050806212000-7ad00-c5ab54a33289f8be0ce99443f82f0b3cf1bdbf0d.gz
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds caching for XML/ATOM feeds. This is most useful for the
default feed (linked from the footer and HTML meta header) as this is
usually the most used one.
The cache is invalidated if a change was made (by checking the the
filemtime of the changelog). A 5 minute settling time is used to avoid
invalidating the cache too often when the wiki changes rapidly.
darcs-hash:20050806155857-7ad00-5b9cb05b42d67c3f23f0358676735038b9f59664.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050805200202-3a2bf-4c7e6cad340701272449a4b9844c83ef03d4d211.gz
|
|
|
|
| |
darcs-hash:20050804235036-50fdc-1881a40da689bc5abbe608a2ce96a1ed192a43a4.gz
|
|
|
|
| |
darcs-hash:20050803180226-7ad00-7bce1982ed6589511ce38e2e4e5e4cdf8640a0ae.gz
|
|
|
|
| |
darcs-hash:20050803172402-283c4-7c735ba09b53950d122b319c92fd121192bc5a79.gz
|
|
|
|
| |
darcs-hash:20050802191421-50fdc-abf82fcb52dfabd74b7119f2e6a53ea590bb1d90.gz
|
|
|
|
| |
darcs-hash:20050802005846-50fdc-9e5ec3b31966b308543d5a16da10c1af22489553.gz
|
|
|
|
| |
darcs-hash:20050802084121-50fdc-9a4bf03b72365ac5218c0ba7b6ad6dc971e29676.gz
|
|
|
|
|
|
| |
Javascript files from plugins called script.js are loaded automatically
darcs-hash:20050801182242-7ad00-2bc839c92c54e641347ed1cbeadf8bba3ef6a7a8.gz
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050731115030-7ad00-2a1a423985864f0daae57545c2f3945abfc10257.gz
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050730112550-7ad00-7fe9437363ac705dec5b4b763b496cbcc7daf328.gz
|
|
|
|
| |
darcs-hash:20050729163001-7ad00-24d0768ecd593ab85fda0e3c5fbdbec0e8ff3276.gz
|
|
|
|
| |
darcs-hash:20050729161331-83f7f-4c1853082e93e41ab749ead17e770adc671bb0e4.gz
|
|
|
|
| |
darcs-hash:20050729155457-7ad00-94554865259e4cbd6a1c75bb62a93f37304adbf0.gz
|
|
|
|
| |
darcs-hash:20050728204042-7ad00-460f1fd12d7b5dfb1c58518e80ff10ea0aeb046e.gz
|
|
|
|
| |
darcs-hash:20050728184238-93e20-0c838d887fb148de48dd01b34afdf3f150e94765.gz
|
|
|
|
| |
darcs-hash:20050728181307-7ad00-b22988b21cc327afd4437be9b10a72f841eee87b.gz
|
|
|
|
| |
darcs-hash:20050728124131-50fdc-f5fd8977074ccabef6ea4606a7728f228bdc73b6.gz
|
|
|
|
|
|
| |
plugins written prior to the patch, although they should be updated!)
darcs-hash:20050728005720-50fdc-e384bbca7c4f334659e19bedfd675621b7989c80.gz
|
|
|
|
| |
darcs-hash:20050728005522-50fdc-f359021d5bcf602c2c403d37852196d5eeb4d473.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050726191412-7ad00-ec9939a2f4667a36e3eb943d9cd3196be6708a3a.gz
|
|
|
|
| |
darcs-hash:20050725183410-7ad00-14559cd592ab41f9cc14ea4b502ce6da019eb262.gz
|
|
|
|
| |
darcs-hash:20050724201111-7ad00-81e8de6162b0e0923c08dcc7b8c750cd604c4dfd.gz
|
|
|
|
| |
darcs-hash:20050724125047-7ad00-a03fa69aed22694f6b7635923b1f2ce564165b9f.gz
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
custom.conf is no longer supported
darcs-hash:20050723205235-7ad00-6bec0d0fdd57d321784edd014917ddc4257fe3e5.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20050722170210-5338b-86561e364705cd92c690ae636e0a87f84a0d1672.gz
|
|
|
|
| |
darcs-hash:20050719211658-488b3-2b9bfeba558566398c88d5ac71c99928565937ae.gz
|
|
|
|
| |
darcs-hash:20050719211352-f7e69-faf73d88765f3a3a0f23029413cd254b65c15da8.gz
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|