| #
f00151b4 |
| 24-Aug-2005 |
chris <chris@teacherscpd.co.uk> |
add backlink btn and actionlink
darcs-hash:20050824222056-50fdc-0afb947d649df545039c1ddc4ed1e1bfd9cb71fc.gz
|
| #
f9eb5648 |
| 08-Aug-2005 |
steven-danz <steven-danz@kc.rr.com> |
subscribe_changes.patch
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:200508
subscribe_changes.patch
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
show more ...
|
| #
1380fc45 |
| 06-Aug-2005 |
Andreas Gohr <andi@splitbrain.org> |
changes to the page subscription feature
darcs-hash:20050806212000-7ad00-c5ab54a33289f8be0ce99443f82f0b3cf1bdbf0d.gz
|
| #
b158d625 |
| 27-Jun-2005 |
Steven Danz <steven-danz@kc.rr.com> |
track_changes.patch
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:20050627021
track_changes.patch
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
show more ...
|
| #
36df6fa3 |
| 31-Jul-2005 |
Andreas Gohr <andi@splitbrain.org> |
image metadata editor
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. Addi
image metadata editor
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
show more ...
|
| #
55efc227 |
| 24-Jul-2005 |
Andreas Gohr <andi@splitbrain.org> |
first step in Image metadata support
This adds a detail page for images, for JPEG files additional metadata from EXIF and IPTC fields is shown
darcs-hash:20050724115540-7ad00-926601cd12a990e041943e
first step in Image metadata support
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
show more ...
|
| #
9ec7f428 |
| 03-Jul-2005 |
Jorge Barrera Grandon <jorge@digitalwolves.org> |
Norwegian and English language update
darcs-hash:20050703134148-3d692-b0ad0ea17869e39367fdb4c52f87d922b44f4af4.gz
|
| #
4dc4b499 |
| 17-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
make DokuWiki xml conform
XML has problems with usual PHP shortcuts like '<?' or '<?
darcs-hash:20050617130335-7ef76-8e98db5cdae5f8b81993a380cb3d3acc9ac33dbd.gz
|
| #
d67ca2c0 |
| 16-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
media reference check part 2
Part 1 only checks for the existance of references. Part 2 will show where this references are so that the user could easily find them.
Both parts are configurable: ref
media reference check part 2
Part 1 only checks for the existance of references. Part 2 will show where this references are so that the user could easily find them.
Both parts are configurable: refcheck
darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz
show more ...
|
| #
b59a406b |
| 05-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
media reference check
This patch implements the first step of a media file reference checker. Every time the user wanted to delete a media file it would be ckecked for still existing references to t
media reference check
This patch implements the first step of a media file reference checker. Every time the user wanted to delete a media file it would be ckecked for still existing references to this media file. File deletion is denied if this media file is still in use.
darcs-hash:20050605185038-7ef76-475e5990609587e1b8cee0e155fa6002f1c5b27c.gz
show more ...
|
| #
241f3a36 |
| 17-Jun-2005 |
andi <andi@splitbrain.org> |
use $conf[title] in notify mails #374
darcs-hash:20050617084820-9977f-a98703e3ea8903ab3d3b5ae4c81ae946483202d6.gz
|
| #
d6c9c552 |
| 15-Jun-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
correction of typos
A wrong variable name was used in the english language file and an gramatically mistake in function comments was corrected.
darcs-hash:20050615175208-7ef76-f41f2da7a0e27333e35d1
correction of typos
A wrong variable name was used in the english language file and an gramatically mistake in function comments was corrected.
darcs-hash:20050615175208-7ef76-f41f2da7a0e27333e35d12bcc510f641d73289a5.gz
show more ...
|
| #
9af6e647 |
| 09-Jun-2005 |
andi <andi@splitbrain.org> |
Added option to manually change a misspelled word
darcs-hash:20050609233643-9977f-11492f9b23b5e553ad6322bcd046ff32d64c37c1.gz
|
| #
dc57ef04 |
| 07-Jun-2005 |
andi <andi@splitbrain.org> |
AJAX spellchecker #29
This is nearly a complete rewrite of the gmail like AJAX spellchecker from http://www.broken-notebook.com/spell_checker/index.php
Here are the differences and features
* se
AJAX spellchecker #29
This is nearly a complete rewrite of the gmail like AJAX spellchecker from http://www.broken-notebook.com/spell_checker/index.php
Here are the differences and features
* seemless integrated into DokuWiki * no need for the pspell extension * needs GNU aspell installed (not sure about the version I guess 0.60+ for UTF8) * needs PHP 4.3.0+ * uses SACK for AJAX * gets errors and suggestions in one transfer
So far only tested in Firefox. It should work in IE, Safari and Opera 8, too. Please test and report back.
darcs-hash:20050607194456-9977f-f699144d1fd28359742b2ce0f28c839a1f4cefbb.gz
show more ...
|
| #
bc3b6aec |
| 05-Jun-2005 |
andi <andi@splitbrain.org> |
moved lang directory into inc dir
darcs-hash:20050605110714-9977f-e974278576a74db3ffb46647411dd68f96f517ca.gz
|