History log of /dokuwiki/inc/ (Results 4676 – 4700 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7e6f32c426-Jul-2009 Andreas Gohr <andi@splitbrain.org>

rollback of the rollback... yes really

Ignore-this: 77a6ae8bee651ddb193e0ed84cbe3667

Okay, so it turned out Chris' test had a bug and wasn't really testing and my
test was skewed by disk caching (r

rollback of the rollback... yes really

Ignore-this: 77a6ae8bee651ddb193e0ed84cbe3667

Okay, so it turned out Chris' test had a bug and wasn't really testing and my
test was skewed by disk caching (remember: always run your performance tests
multiple times).

rolling back:

Sat Jul 25 12:44:59 CEST 2009 Andreas Gohr <andi@splitbrain.org>
* rollback of the utf8_isASCII() patch

Tests showed the old code was faster and I was too stupid to read the test results
rolling back:

Fri Jul 24 10:40:09 CEST 2009 Andreas Haerter <netzmeister@andreas-haerter.de>
* Much faster version of utf8_isASCII()
This version uses a non-capturing regular expression instead of looping through
all characters of the string.

M ./inc/utf8.php -5 +2

M ./inc/utf8.php -2 +5

darcs-hash:20090726191841-7ad00-13950d9c528abd51f5680c6841ec738a0ee72130.gz

show more ...

f9d4952b26-Jul-2009 Andreas Gohr <andi@splitbrain.org>

fixed filename support in <file> syntax

Ignore-this: 59bec5f55f7d0eb26d454d76da750142

darcs-hash:20090726185025-7ad00-1577f684e585c849fda9505ccad98735f0c7bb76.gz

28e7fbd026-Jul-2009 Andreas Gohr <andi@splitbrain.org>

merge conflict resolve

Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb

darcs-hash:20090726180336-7ad00-fd881cbf4799dd42f53d324550d625bb91274bbe.gz

3d491f7526-Jul-2009 Andreas Gohr <andi@splitbrain.org>

enhanced <code> and <file> syntax

Ignore-this: 80398f84222bec1fce56eee8f107d37a

This patch enhances the code and file syntax with several new features.

1. code and file are now essentially the sam

enhanced <code> and <file> syntax

Ignore-this: 80398f84222bec1fce56eee8f107d37a

This patch enhances the code and file syntax with several new features.

1. code and file are now essentially the same and just differ in the class
name. This means you now can use the file syntax with syntax highlighting
as well. This also solves problems where the code to highlight already
contains a <code> tag (FS#1493)

2. a filename can be given as label for the code or file block. It is
specified as second parameter after the language:

<code html myfile.html>...</code>

If no highlighting is wanted, but a filename shall be given, you can use
a dash as language:

<code - somefile.foo>...</code>

3. when a filename was given (as shown above), the label links to a
download of the code given in the code/file block. This is made possible
by a new renderer in inc/parser/code.php. The basename of given filename
is suggested as filename when downloading.

darcs-hash:20090726175158-7ad00-969641a06ae1393a6d99207c3cd938fb67f23a71.gz

show more ...

a6783fdb26-Jul-2009 Andreas Gohr <andi@splitbrain.org>

Updated version checks for PHP 5

Ignore-this: 97d3d6fd8dc65d0cfce6b976cc2fad28

The next release will require PHP 5, the related checks were upgraded to check
for at least 5.0.0 (we might need to tu

Updated version checks for PHP 5

Ignore-this: 97d3d6fd8dc65d0cfce6b976cc2fad28

The next release will require PHP 5, the related checks were upgraded to check
for at least 5.0.0 (we might need to tune this)

darcs-hash:20090726115255-7ad00-59d67b61739db8eea0288a8010d7cdf507ab867b.gz

show more ...

793361f826-Jul-2009 Andreas Gohr <andi@splitbrain.org>

Avoid double encoding for RSS titles FS#1705

Ignore-this: 3e02f7f87047627230ff95fd4a38de32

darcs-hash:20090726114554-7ad00-4ad7f6e5c9a95eea352ab909a54798a5a773e9f1.gz

76c65fd325-Jul-2009 Andreas Gohr <andi@splitbrain.org>

correctly handle disabled plugins in admin menu FS#1715

Ignore-this: b9710cae350620157381653fcf82f150

darcs-hash:20090725124241-7ad00-0d6a20412e09f8ee89f5ade512355faac5d8a245.gz

b9d5f19b25-Jul-2009 Andreas Gohr <andi@splitbrain.org>

more robustness in gzip decoding in HTTPClient FS#1718

Ignore-this: f55bde6815d68e6e79117cdc5e4d1f77

darcs-hash:20090725123032-7ad00-9f3e6289fd73f385020334545d38e779dc104dd6.gz

c3edf42b25-Jul-2009 furun <furun@arcor.de>

make blowfish library binary safe by adding a protection char before trimming FS#1713

Ignore-this: a3921b5eabb463ec0ba78623acfdedb8

darcs-hash:20090725120152-c0bf4-75f73dc36c914623a093f0dab48649c7d

make blowfish library binary safe by adding a protection char before trimming FS#1713

Ignore-this: a3921b5eabb463ec0ba78623acfdedb8

darcs-hash:20090725120152-c0bf4-75f73dc36c914623a093f0dab48649c7d9c51fa7.gz

show more ...

c078fc5525-Jul-2009 Andreas Gohr <andi@splitbrain.org>

make sure email addresses are correctly obfuscated FS#1722

Ignore-this: 49feffebb48bf10ce99e5d3bf3b4e2e7

darcs-hash:20090725115243-7ad00-12f5c856de534b555577f50666b44f724c760f93.gz

ebbde2b125-Jul-2009 Andreas Gohr <andi@splitbrain.org>

rollback of the utf8_isASCII() patch

Ignore-this: e5afeb833d0e0b0bf05ff5f497a3130d

Tests showed the old code was faster and I was too stupid to read the test results
rolling back:

Fri Jul 24 10:40

rollback of the utf8_isASCII() patch

Ignore-this: e5afeb833d0e0b0bf05ff5f497a3130d

Tests showed the old code was faster and I was too stupid to read the test results
rolling back:

Fri Jul 24 10:40:09 CEST 2009 Andreas Haerter <netzmeister@andreas-haerter.de>
* Much faster version of utf8_isASCII()
This version uses a non-capturing regular expression instead of looping through
all characters of the string.

M ./inc/utf8.php -5 +2

darcs-hash:20090725104459-7ad00-c4849ca67293083fee8021c2c198dab1dcb435a2.gz

show more ...

f2da7e0b24-Jul-2009 Andreas Haerter <netzmeister@andreas-haerter.de>

Much faster version of utf8_isASCII()

Ignore-this: 1adbc2b33e76b3a76e650c340e9644e6
This version uses a non-capturing regular expression instead of looping through
all characters of the string.

dar

Much faster version of utf8_isASCII()

Ignore-this: 1adbc2b33e76b3a76e650c340e9644e6
This version uses a non-capturing regular expression instead of looping through
all characters of the string.

darcs-hash:20090724084009-2cb76-ad1630c7aca53f0bdb596525b0693304a9b4cc88.gz

show more ...

904b41ec24-Jul-2009 Olafur Gunnlaugsson <olafur@gunnlaugsson.com>

Icelandic language upgrade

Ignore-this: dbaf4e0f685233675dbd8061da5d55ce

darcs-hash:20090724072928-c7d26-a27f54b5fe90c2819e96d6329bc5671aaa014468.gz

0f2d4e8e23-Jul-2009 Olafur Gunnlaugsson <olafur@gunnlaugsson.com>

Icelandic language update

Ignore-this: df10fad7adb5ac3e9fe0dbb011cc4f45

darcs-hash:20090723194113-c7d26-f7500b290f5b996caa19093358b124b1f2c12a46.gz

76c415c322-Jul-2009 Olafur Gunnlaugsson <olafur@gunnlaugsson.com>

Icelandic translation added

Ignore-this: 4642a15d5701381ca97a904cab307528

darcs-hash:20090722181512-c7d26-548b65dbc789ecd6e4e6d3854293784a2d065881.gz

ec8c92af22-Jul-2009 Bogge <bogge@bogge.com>

Swedish language update

Ignore-this: 45ee80a65faae1cedad697790a001eac

darcs-hash:20090722181257-39c3c-9ff87a6a7c306066035aee3b7f027db88e2abe6c.gz

40e425de17-Jul-2009 Kirill Krasnov <krasnovforum@gmail.com>

Russian language update

Ignore-this: 8163cf9ae8c03c660a82adf7b3ac61ef

darcs-hash:20090717093014-c1c88-9205b1d83377699fa9ed6f1d63782d1451697d91.gz

69ddc33215-Jul-2009 Anika Henke <anika@selfthinker.org>

fixed too strict trim on non-parsed blocks

darcs-hash:20090715233729-f7d6d-44fc39da1eb65d138e7987f90c613b10978652f8.gz

69db0caf09-Jul-2009 Andreas Gohr <andi@splitbrain.org>

relÊnonical support

Ignore-this: 2b720d0545643c18b49234e0a26e99b4

darcs-hash:20090709173048-7ad00-b5b5b4f2524533c3964152b595bef39449398610.gz

6ee35b9f08-Jul-2009 Robin Prest <robin@georezo.net>

French language update

Ignore-this: fef986ab0381d7552bd02a72b55d250e

darcs-hash:20090708174300-594cd-249bf049ecc6cdd21d8bb2cc99e6560570b83747.gz

9406051530-Jun-2009 N3o <n30@mandrivausers.ro>

Romanian language update

Ignore-this: 86f906f59c040c178d6f37e7623fc845

darcs-hash:20090630193416-1af7f-8c86fdb4304c7db156361ff2b524f5d83e266606.gz

2efa3a2a30-Jun-2009 Michael Armbruster <Blitzi94@gmx.net>

German Language update

Ignore-this: 960bca4e61d17eb95c352bda218c4564

darcs-hash:20090630193214-2cf2a-31bee3228e2334dd21cd68bfab05a17e798ac920.gz

cfdddc4a30-Jun-2009 Guillaume Turri <guillaume.turri@ecl2008.ec-lyon.fr>

French language update

Ignore-this: 52358f90550c48371573f4a07d8dc094

darcs-hash:20090630192957-74baf-bd72eb881db0af795ebee4d9b5b608baabef8835.gz

75168d2530-Jun-2009 Aivars Miska <allefm@gmail.com>

Latvian language update

Ignore-this: 25b22e4c08aa5c629495f953b78fafde

darcs-hash:20090630192634-e7bbe-00373eff94ea6a52c745e640dafb35256176f706.gz

43bfbfa628-Jun-2009 ratana lim <aerorat@gmail.com>

Khmer translation added

Ignore-this: 2641a9e2b1802d325329fe2ce288ac8f

darcs-hash:20090628085426-90339-86afd285bd36e307648823a738787ba6822622ab.gz

1...<<181182183184185186187188189190>>...266