| ac2b8f3e | 01-Aug-2009 |
Marvin Ortega <maty1206@maryanlinux.com> |
Spanish language update
Ignore-this: d40854cfc017fc8ac1a5da4437c32360
darcs-hash:20090801221608-dd5a0-b79c4cb9dae4c709210250356f72761edf0487b6.gz |
| 8f151af0 | 01-Aug-2009 |
Erik Pedersen <erik.pedersen@shaw.ca> |
Esperanto language update
Ignore-this: bfb0044138af78c5d3167be96474117a
darcs-hash:20090801221500-e81ea-e42759852fc30d6f27a9acb5d266c27d55bec210.gz |
| e541943a | 31-Jul-2009 |
robocap <robocap1@gmail.com> |
Italian language update
Ignore-this: 537c0d5ff5488726782a8bda21f6e48d
darcs-hash:20090731115716-4b6c8-ced788c8a467d0079630fa98c4423012197a672a.gz |
| 622e7bd9 | 29-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
removed trailing ?> from doku.php and feed.php
Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca
darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz |
| 8e2abceb | 29-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
some Khmer language cleanup but still broken
Ignore-this: aff9b0022b1f4809efb4eaa6d95a3d77
This language is currently broken because it is not UTF-8 encoded. But I couldn't find out what encoding i
some Khmer language cleanup but still broken
Ignore-this: aff9b0022b1f4809efb4eaa6d95a3d77
This language is currently broken because it is not UTF-8 encoded. But I couldn't find out what encoding is used here. CP1256 seems at least somewhat reasonable but not completely fitting. If anyone has an idea please give me a shout. (Original author was contacted as well)
darcs-hash:20090729200554-7ad00-24500ae97cb48b38e3e6821c5436fe8352289760.gz
show more ...
|
| a5d27328 | 27-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
changed namespace shortening character to ellipsis FS#1734
Ignore-this: c57d8ca5898c396f6315e8faeeb7c587
Looks like the Windows fonts are far less complete than I thought :-/
darcs-hash:2009072717
changed namespace shortening character to ellipsis FS#1734
Ignore-this: c57d8ca5898c396f6315e8faeeb7c587
Looks like the Windows fonts are far less complete than I thought :-/
darcs-hash:20090727172305-7ad00-1614baf9238c73e489302d7e91ca8495f26ed7f0.gz
show more ...
|
| 469ad273 | 26-Jul-2009 |
Fernando A. Lagos B <fernando@zerial.org> |
Spanish language update
Ignore-this: 6cbc846f666c73086cc28327c2f661e4
darcs-hash:20090726192746-4b9dd-5b35e98747e193994abd00bb53f5c22ded272c0d.gz |
| 7e6f32c4 | 26-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 ...
|
| 8cd177c0 | 26-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
Added downloadable code blocks to wiki:syntax
Ignore-this: 3ec9f7b84454b59cbf5c118e1e09d86
darcs-hash:20090726185123-7ad00-ba0ae7cd50c0333bd1eb98633419047d9c2fd53f.gz |
| f9d4952b | 26-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed filename support in <file> syntax
Ignore-this: 59bec5f55f7d0eb26d454d76da750142
darcs-hash:20090726185025-7ad00-1577f684e585c849fda9505ccad98735f0c7bb76.gz |
| 28e7fbd0 | 26-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
merge conflict resolve
Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb
darcs-hash:20090726180336-7ad00-fd881cbf4799dd42f53d324550d625bb91274bbe.gz |
| 3d491f75 | 26-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 ...
|
| a6783fdb | 26-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 ...
|
| 793361f8 | 26-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
Avoid double encoding for RSS titles FS#1705
Ignore-this: 3e02f7f87047627230ff95fd4a38de32
darcs-hash:20090726114554-7ad00-4ad7f6e5c9a95eea352ab909a54798a5a773e9f1.gz |
| 7c3370d3 | 25-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
Use content detection when unpacking plugin archives FS#1703
Ignore-this: 584fbb1e0d2cfece4648d282cb5f330a
The plugin manager now doesn't rely on the file extension when deciding how to extract a p
Use content detection when unpacking plugin archives FS#1703
Ignore-this: 584fbb1e0d2cfece4648d282cb5f330a
The plugin manager now doesn't rely on the file extension when deciding how to extract a plugin archive but instead looks at the magic bytes of the downloaded file.
darcs-hash:20090725160844-7ad00-c64d76c4f5f708feba092417c8a7834951c479f9.gz
show more ...
|
| 0ef95f3d | 25-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
restructured plugin manager
Ignore-this: 4007248aa01f09990612c844c8a83900
This patch moves the different classes of the plugin manager into their own files and moves formerly global utility functio
restructured plugin manager
Ignore-this: 4007248aa01f09990612c844c8a83900
This patch moves the different classes of the plugin manager into their own files and moves formerly global utility functions into the appropriate class scopes.
darcs-hash:20090725152105-7ad00-89801e811b7eb0d0db25a825d6065aed8ef95c33.gz
show more ...
|
| 76c65fd3 | 25-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 |
| b9d5f19b | 25-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 |
| 9df39f14 | 25-Jul-2009 |
Roland Alder <roli-dokuwiki@galaxy.ch> |
Skip ACL checks in bin/indexer.php FS#1729
Ignore-this: 334a8a4d2e3041afcdde2f2635cd6da6
darcs-hash:20090725120819-ea0c7-c041fa150a358a5fd25e208a57547c1cc928cd1e.gz |
| c3edf42b | 25-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 ...
|
| c078fc55 | 25-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 |
| ebbde2b1 | 25-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 ...
|
| f2da7e0b | 24-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 ...
|
| 904b41ec | 24-Jul-2009 |
Olafur Gunnlaugsson <olafur@gunnlaugsson.com> |
Icelandic language upgrade
Ignore-this: dbaf4e0f685233675dbd8061da5d55ce
darcs-hash:20090724072928-c7d26-a27f54b5fe90c2819e96d6329bc5671aaa014468.gz |
| 0f2d4e8e | 23-Jul-2009 |
Olafur Gunnlaugsson <olafur@gunnlaugsson.com> |
Icelandic language update
Ignore-this: df10fad7adb5ac3e9fe0dbb011cc4f45
darcs-hash:20090723194113-c7d26-f7500b290f5b996caa19093358b124b1f2c12a46.gz |