- Aug 02, 2009
-
-
Andreas Gohr authored
Ignore-this: 8ee7f4c5e4ef4f3e66f959dc9bb0c235 darcs-hash:20090802132535-7ad00-05f5712d442f126b2113df44f8252c1ec07c3852.gz
-
Anika Henke authored
darcs-hash:20090802120528-f7d6d-5731ec578ce2b6f154bc2dcd7aab150ddf683192.gz
-
- Aug 01, 2009
-
-
Andreas Gohr authored
Ignore-this: de9ef30fc53fbfc1caa74b55f97290a5 This should avoid problems on portbased virtual hosts. This patch might log you out ;-) darcs-hash:20090801222159-7ad00-808a91dd29af758ef10d7942888c2c22d8b8b888.gz
-
Marvin Ortega authored
Ignore-this: d40854cfc017fc8ac1a5da4437c32360 darcs-hash:20090801221608-dd5a0-b79c4cb9dae4c709210250356f72761edf0487b6.gz
-
Erik Pedersen authored
Ignore-this: bfb0044138af78c5d3167be96474117a darcs-hash:20090801221500-e81ea-e42759852fc30d6f27a9acb5d266c27d55bec210.gz
-
- Jul 31, 2009
-
-
robocap authored
Ignore-this: 537c0d5ff5488726782a8bda21f6e48d darcs-hash:20090731115716-4b6c8-ced788c8a467d0079630fa98c4423012197a672a.gz
-
- Jul 29, 2009
-
-
Andreas Gohr authored
Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz
-
Andreas Gohr authored
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
-
- Jul 27, 2009
-
-
Andreas Gohr authored
Ignore-this: c57d8ca5898c396f6315e8faeeb7c587 Looks like the Windows fonts are far less complete than I thought :-/ darcs-hash:20090727172305-7ad00-1614baf9238c73e489302d7e91ca8495f26ed7f0.gz
-
- Jul 26, 2009
-
-
Fernando A. Lagos B authored
Ignore-this: 6cbc846f666c73086cc28327c2f661e4 darcs-hash:20090726192746-4b9dd-5b35e98747e193994abd00bb53f5c22ded272c0d.gz
-
Andreas Gohr authored
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
-
Andreas Gohr authored
Ignore-this: 3ec9f7b84454b59cbf5c118e1e09d86 darcs-hash:20090726185123-7ad00-ba0ae7cd50c0333bd1eb98633419047d9c2fd53f.gz
-
Andreas Gohr authored
Ignore-this: 59bec5f55f7d0eb26d454d76da750142 darcs-hash:20090726185025-7ad00-1577f684e585c849fda9505ccad98735f0c7bb76.gz
-
Andreas Gohr authored
Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb darcs-hash:20090726180336-7ad00-fd881cbf4799dd42f53d324550d625bb91274bbe.gz
-
Andreas Gohr authored
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
-
Andreas Gohr authored
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
-
Andreas Gohr authored
Ignore-this: 3e02f7f87047627230ff95fd4a38de32 darcs-hash:20090726114554-7ad00-4ad7f6e5c9a95eea352ab909a54798a5a773e9f1.gz
-
- Jul 25, 2009
-
-
Andreas Gohr authored
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
-
Andreas Gohr authored
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
-
Andreas Gohr authored
Ignore-this: b9710cae350620157381653fcf82f150 darcs-hash:20090725124241-7ad00-0d6a20412e09f8ee89f5ade512355faac5d8a245.gz
-
Andreas Gohr authored
Ignore-this: f55bde6815d68e6e79117cdc5e4d1f77 darcs-hash:20090725123032-7ad00-9f3e6289fd73f385020334545d38e779dc104dd6.gz
-
Roland Alder authored
Ignore-this: 334a8a4d2e3041afcdde2f2635cd6da6 darcs-hash:20090725120819-ea0c7-c041fa150a358a5fd25e208a57547c1cc928cd1e.gz
-
furun authored
Ignore-this: a3921b5eabb463ec0ba78623acfdedb8 darcs-hash:20090725120152-c0bf4-75f73dc36c914623a093f0dab48649c7d9c51fa7.gz
-
Andreas Gohr authored
Ignore-this: 49feffebb48bf10ce99e5d3bf3b4e2e7 darcs-hash:20090725115243-7ad00-12f5c856de534b555577f50666b44f724c760f93.gz
-
Andreas Gohr authored
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
-
- Jul 24, 2009
-
-
Andreas Haerter authored
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
-
Olafur Gunnlaugsson authored
Ignore-this: dbaf4e0f685233675dbd8061da5d55ce darcs-hash:20090724072928-c7d26-a27f54b5fe90c2819e96d6329bc5671aaa014468.gz
-
- Jul 23, 2009
-
-
Olafur Gunnlaugsson authored
Ignore-this: df10fad7adb5ac3e9fe0dbb011cc4f45 darcs-hash:20090723194113-c7d26-f7500b290f5b996caa19093358b124b1f2c12a46.gz
-
- Jul 22, 2009
-
-
Olafur Gunnlaugsson authored
Ignore-this: 4642a15d5701381ca97a904cab307528 darcs-hash:20090722181512-c7d26-548b65dbc789ecd6e4e6d3854293784a2d065881.gz
-
Bogge authored
Ignore-this: 45ee80a65faae1cedad697790a001eac darcs-hash:20090722181257-39c3c-9ff87a6a7c306066035aee3b7f027db88e2abe6c.gz
-
- Jul 17, 2009
-
-
Kirill Krasnov authored
Ignore-this: 8163cf9ae8c03c660a82adf7b3ac61ef darcs-hash:20090717093014-c1c88-9205b1d83377699fa9ed6f1d63782d1451697d91.gz
-
- Jul 15, 2009
-
-
Anika Henke authored
darcs-hash:20090715233729-f7d6d-44fc39da1eb65d138e7987f90c613b10978652f8.gz
-
- Jul 09, 2009
-
-
Andreas Gohr authored
Ignore-this: 2b720d0545643c18b49234e0a26e99b4 darcs-hash:20090709173048-7ad00-b5b5b4f2524533c3964152b595bef39449398610.gz
-
- Jul 08, 2009
-
-
Robin Prest authored
Ignore-this: fef986ab0381d7552bd02a72b55d250e darcs-hash:20090708174300-594cd-249bf049ecc6cdd21d8bb2cc99e6560570b83747.gz
-
- Jun 30, 2009
-
-
N3o authored
Ignore-this: 86f906f59c040c178d6f37e7623fc845 darcs-hash:20090630193416-1af7f-8c86fdb4304c7db156361ff2b524f5d83e266606.gz
-
- Jun 29, 2009
-
-
Andreas Gohr authored
Ignore-this: 39675a7f375e3eb619228dbabda857ea This fixes incorrect headline headline level detetion when the text starts with a headline (eg. in most cases) darcs-hash:20090629211200-7ad00-d8a7cbe331806fcdbca70b5da188b387dc2c2a87.gz
-
- Jun 30, 2009
-
-
Michael Armbruster authored
Ignore-this: 960bca4e61d17eb95c352bda218c4564 darcs-hash:20090630193214-2cf2a-31bee3228e2334dd21cd68bfab05a17e798ac920.gz
-
Guillaume Turri authored
Ignore-this: 52358f90550c48371573f4a07d8dc094 darcs-hash:20090630192957-74baf-bd72eb881db0af795ebee4d9b5b608baabef8835.gz
-
Aivars Miska authored
Ignore-this: 25b22e4c08aa5c629495f953b78fafde darcs-hash:20090630192634-e7bbe-00373eff94ea6a52c745e640dafb35256176f706.gz
-
- Jun 28, 2009
-
-
ratana lim authored
Ignore-this: 2641a9e2b1802d325329fe2ce288ac8f darcs-hash:20090628085426-90339-86afd285bd36e307648823a738787ba6822622ab.gz
-