History log of /dokuwiki/ (Results 9426 – 9450 of 10765)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f50163d127-Aug-2006 chris <chris@jalakai.co.uk>

utf8_correctIdx bounds checking and more unittests

darcs-hash:20060827153254-9b6ab-3c76fde7cb5534ca12628e9aa6e6d59d9bb02f45.gz

ced0762e26-Aug-2006 chris <chris@jalakai.co.uk>

ft_snippet() update

- correct "opt1" algorithm for multibyte utf8
- minor improvement to "opt2" for short pages
- add "utf8" algorithm, this algorithm endeavours
to work with whole utf8 charac

ft_snippet() update

- correct "opt1" algorithm for multibyte utf8
- minor improvement to "opt2" for short pages
- add "utf8" algorithm, this algorithm endeavours
to work with whole utf8 character as much as
possible. The resulting snippet will tend to
100 characters, rather than the 100 bytes of
"opt1" and "opt2".

darcs-hash:20060826234333-9b6ab-ae4c60c8855a92b133cb8d5a230098203f610e7b.gz

show more ...

e1d60f5826-Aug-2006 Andreas Gohr <andi@splitbrain.org>

strip tags from title #883

This patch no longer uses htmlspecialchars on $conf['title'] when
used in the page title - instead strip_tags is applied. This streamlines
the use of $conf['title']

darcs

strip tags from title #883

This patch no longer uses htmlspecialchars on $conf['title'] when
used in the page title - instead strip_tags is applied. This streamlines
the use of $conf['title']

darcs-hash:20060826180943-7ad00-c8cc155c1e92fad05b85f77841834f782cbf6281.gz

show more ...

5953e88926-Aug-2006 chris <chris@jalakai.co.uk>

ft_snippet() update, fix utf8 problems

darcs-hash:20060826095311-9b6ab-9a6f272cc7c7532eb2bad8f7b4404c5a16b71109.gz

0eac1afb26-Aug-2006 Andreas Gohr <andi@splitbrain.org>

code to remove bad UTF-8 bytes added

This adds code to remove or replace invalid UTF-8 bytes and uses it
in the ft_snippets function.

darcs-hash:20060826082919-7ad00-a94004de159ae93ff5b7270fd3e631f

code to remove bad UTF-8 bytes added

This adds code to remove or replace invalid UTF-8 bytes and uses it
in the ft_snippets function.

darcs-hash:20060826082919-7ad00-a94004de159ae93ff5b7270fd3e631ff467233cd.gz

show more ...

fd49f8df25-Aug-2006 chris <chris@jalakai.co.uk>

update config plugin

- add $conf['compression'] meta data and en lang strings
- remove $conf['usegzip'] meta data and en lang strings

Other language strings will need to be updated.

darcs-hash:200

update config plugin

- add $conf['compression'] meta data and en lang strings
- remove $conf['usegzip'] meta data and en lang strings

Other language strings will need to be updated.

darcs-hash:20060825223047-9b6ab-b0c8c6af57847690a6d398d0bd98af9a51911c21.gz

show more ...

fe89349025-Aug-2006 Andreas Gohr <andi@splitbrain.org>

typo fix for compression check

darcs-hash:20060825174755-7ad00-e67f267dd1552ba22b01662de6dbb84faf33e5f8.gz

501af51e25-Aug-2006 Andreas Gohr <andi@splitbrain.org>

no forcing of ASCII in section IDs

XHTML allows non-ASCII chars in ids and names, so there is no need
to forcibly romanize section header ids

darcs-hash:20060825173653-7ad00-f982cec893cc2d0f1b2de42

no forcing of ASCII in section IDs

XHTML allows non-ASCII chars in ids and names, so there is no need
to forcibly romanize section header ids

darcs-hash:20060825173653-7ad00-f982cec893cc2d0f1b2de4226879d7d2b294ac76.gz

show more ...

0d8ea61425-Aug-2006 chris <chris@jalakai.co.uk>

update wikiFN with third paramter, $clean

value defaults to true

patch also includes an update to idx_parseIndexLine to make use of the
new parameter - the index file (if built by DokuWiki's method

update wikiFN with third paramter, $clean

value defaults to true

patch also includes an update to idx_parseIndexLine to make use of the
new parameter - the index file (if built by DokuWiki's methods) will
contain already "clean" IDs.

darcs-hash:20060825144112-9b6ab-55adc71cf55bb58468fb3f0b03b9001ab149a82b.gz

show more ...

501252a525-Aug-2006 Andreas Gohr <andi@splitbrain.org>

compression fallback

This updates the availability check of the choosen compression method. If bzip2
is configured but not available it falls back to gzip if available.

darcs-hash:20060825144739-7a

compression fallback

This updates the availability check of the choosen compression method. If bzip2
is configured but not available it falls back to gzip if available.

darcs-hash:20060825144739-7ad00-9f7ce54fd1dbf0d7a8272393e9bc02d862b28fff.gz

show more ...

ff3ed99f23-Aug-2006 marcel <marcel@rucksackreinigung.de>

Added bz2 compression support for Attic

darcs-hash:20060823211149-9c1ae-569f295c33dc798a429a373f48cb09122334ea29.gz

95a1294325-Aug-2006 chris <chris@jalakai.co.uk>

update to previous ft_snippet() patch, improve snippet text selection

darcs-hash:20060825134730-9b6ab-086ee0647af39c4398cf1726324d8215722a39db.gz

bd2cb6fc25-Aug-2006 chris <chris@jalakai.co.uk>

ft_snippet optimisations

This patch includes two alternative algorithms for ft_snippet(), the code
which prepares the snippets seen on the search page - and the most time
consuming part of the produ

ft_snippet optimisations

This patch includes two alternative algorithms for ft_snippet(), the code
which prepares the snippets seen on the search page - and the most time
consuming part of the production of that page.

If you have $conf['allowdebug'] on, you can specify the search algorithm to
use by adding &_search

darcs-hash:20060825104046-9b6ab-942d81a43cf0f85bfd235cabf6c35dd4b20e0b71.gz

show more ...

0196c1c523-Aug-2006 chris <chris@jalakai.co.uk>

finnish translation of install.php (thanks Roope Jrvinen)

darcs-hash:20060823225137-9b6ab-e408b50f8aaeaface334a9aa602af893223d357a.gz

a6858c6a23-Aug-2006 chris <chris@jalakai.co.uk>

user manager update

- add capability to send notification emails to users on
creation and password modification (bug#640)
- add success and fail messages for new user addition
- fix bug when modif

user manager update

- add capability to send notification emails to users on
creation and password modification (bug#640)
- add success and fail messages for new user addition
- fix bug when modification of username wasn't allowed,
'Edit user' fields weren't populated
- fix (php5 only?) bug where default group wasn't given to
a new user if no groups were specified
- added explanatory notes concerning default group and
password notification emails

This patch adds several new strings to the plugin's lang.php

darcs-hash:20060823115626-9b6ab-ea98ef630c79b28b52141957deb3efc307a9291d.gz

show more ...

11120ca923-Aug-2006 chris <chris@jalakai.co.uk>

minor en lang string fix

darcs-hash:20060823115006-9b6ab-af7b27a3fa1830e5bd7e152d7e589ec3a2fbcd72.gz

26ca5dee18-Aug-2006 Andreas Gohr <andi@splitbrain.org>

Estonian language update

darcs-hash:20060818143213-7ad00-ae323084b3f5d20437a415ecef7e0b679140a99b.gz

350a873018-Aug-2006 Andreas Gohr <andi@splitbrain.org>

slovak language update

darcs-hash:20060818142400-7ad00-b90e76acbfc37f99d4317fea26d063f67ffb4488.gz

37b71d3611-Aug-2006 Andreas Gohr <andi@splitbrain.org>

typo fixes in german language #878

darcs-hash:20060811090311-7ad00-ed8d755831edaf12e80e20fc3a0dd3adecdb1455.gz

3cb4b39f09-Aug-2006 Ben Coburn <btcoburn@silicodon.net>

Add AJAX_CALL_UNKNOWN event

Allows action plugins to support custom ajax calls.
The event data is the call name from $_POST['call'].
When handling a custom ajax call, remember to use
$event->prevent

Add AJAX_CALL_UNKNOWN event

Allows action plugins to support custom ajax calls.
The event data is the call name from $_POST['call'].
When handling a custom ajax call, remember to use
$event->preventDefault();
to avoid having the
'AJAX call <call> unknown!'
message appended to the output.

darcs-hash:20060809194501-05dcb-0082e4f2a83fc8657fc7cdcf32d44aac8d1a6b99.gz

show more ...

742c66f809-Aug-2006 chris <chris@jalakai.co.uk>

more unit test fixes

- move parser.test.php

darcs-hash:20060809192115-9b6ab-973fea51fbfdcf5f44a2ac66000f2ccb5fdd43b4.gz

74c0c50409-Aug-2006 chris <chris@jalakai.co.uk>

cleanID unit tests

+ fix missing utf8 deaccent character mapping
+ set utf-8 charset for HTMLReporter (unit tests)

darcs-hash:20060809160209-9b6ab-26c80a4830643b9790536f6d3a4adee0f451e4f0.gz

1f4490f209-Aug-2006 chris <chris@jalakai.co.uk>

update footnote unittests

darcs-hash:20060809155755-9b6ab-d48f2af0fa98b310223b96361cad43ba2317b582.gz

2fe7363d09-Aug-2006 chris <chris@jalakai.co.uk>

fix for footnote nesting

darcs-hash:20060809155417-9b6ab-c88a818425487cac0cd1f8d7cd266ac088bba16c.gz

43e1f4d908-Aug-2006 chris <chris@jalakai.co.uk>

plugin manager update - another fix for php5

darcs-hash:20060808131143-9b6ab-1bf57f66c6d1b10305f1bf190c7d507130f84eaa.gz

1...<<371372373374375376377378379380>>...431