summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Persian language updateMohammad Reza Shoaei2009-08-09
| | | | | | Ignore-this: de3bd855c542ea27ecd54eee64e5c873 darcs-hash:20090809195453-04fb5-b2d6367ec03bf477f2b100052f44ebf9c9cc1be0.gz
* Show media namespaces in ACL managerAndreas Gohr2009-08-07
| | | | | | | | | Ignore-this: b46799f7d65081eaa364ecaab8a2c7f9 Namespaces that only exist within the media directory are now merged with the page namespaces in tree explorer of the namespace manager darcs-hash:20090807094607-7ad00-3ce30cffc528e7e20a4b19d8f30d1f3725806162.gz
* do not rerender metadata for pages without abstract forever FS#1701Andreas Gohr2009-08-02
| | | | | | Ignore-this: 8ee7f4c5e4ef4f3e66f959dc9bb0c235 darcs-hash:20090802132535-7ad00-05f5712d442f126b2113df44f8252c1ec07c3852.gz
* fixed too strict trim (again) and missing class on code by indentingAnika Henke2009-08-02
| | | | darcs-hash:20090802120528-f7d6d-5731ec578ce2b6f154bc2dcd7aab150ddf683192.gz
* Use the server port in DOKU_COOKIE when securecookie is defined FS#1664Andreas Gohr2009-08-02
| | | | | | | | | Ignore-this: de9ef30fc53fbfc1caa74b55f97290a5 This should avoid problems on portbased virtual hosts. This patch might log you out ;-) darcs-hash:20090801222159-7ad00-808a91dd29af758ef10d7942888c2c22d8b8b888.gz
* Spanish language updateMarvin Ortega2009-08-02
| | | | | | Ignore-this: d40854cfc017fc8ac1a5da4437c32360 darcs-hash:20090801221608-dd5a0-b79c4cb9dae4c709210250356f72761edf0487b6.gz
* Esperanto language updateErik Pedersen2009-08-02
| | | | | | Ignore-this: bfb0044138af78c5d3167be96474117a darcs-hash:20090801221500-e81ea-e42759852fc30d6f27a9acb5d266c27d55bec210.gz
* Italian language updaterobocap2009-07-31
| | | | | | Ignore-this: 537c0d5ff5488726782a8bda21f6e48d darcs-hash:20090731115716-4b6c8-ced788c8a467d0079630fa98c4423012197a672a.gz
* removed trailing ?> from doku.php and feed.phpAndreas Gohr2009-07-29
| | | | | | Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz
* some Khmer language cleanup but still brokenAndreas Gohr2009-07-29
| | | | | | | | | | | 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
* changed namespace shortening character to ellipsis FS#1734Andreas Gohr2009-07-27
| | | | | | | | Ignore-this: c57d8ca5898c396f6315e8faeeb7c587 Looks like the Windows fonts are far less complete than I thought :-/ darcs-hash:20090727172305-7ad00-1614baf9238c73e489302d7e91ca8495f26ed7f0.gz
* Spanish language updateFernando A. Lagos B2009-07-26
| | | | | | Ignore-this: 6cbc846f666c73086cc28327c2f661e4 darcs-hash:20090726192746-4b9dd-5b35e98747e193994abd00bb53f5c22ded272c0d.gz
* rollback of the rollback... yes reallyAndreas Gohr2009-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Added downloadable code blocks to wiki:syntaxAndreas Gohr2009-07-26
| | | | | | Ignore-this: 3ec9f7b84454b59cbf5c118e1e09d86 darcs-hash:20090726185123-7ad00-ba0ae7cd50c0333bd1eb98633419047d9c2fd53f.gz
* fixed filename support in <file> syntaxAndreas Gohr2009-07-26
| | | | | | Ignore-this: 59bec5f55f7d0eb26d454d76da750142 darcs-hash:20090726185025-7ad00-1577f684e585c849fda9505ccad98735f0c7bb76.gz
* merge conflict resolveAndreas Gohr2009-07-26
| | | | | | Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb darcs-hash:20090726180336-7ad00-fd881cbf4799dd42f53d324550d625bb91274bbe.gz
* enhanced <code> and <file> syntaxAndreas Gohr2009-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Updated version checks for PHP 5Andreas Gohr2009-07-26
| | | | | | | | | 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
* Avoid double encoding for RSS titles FS#1705Andreas Gohr2009-07-26
| | | | | | Ignore-this: 3e02f7f87047627230ff95fd4a38de32 darcs-hash:20090726114554-7ad00-4ad7f6e5c9a95eea352ab909a54798a5a773e9f1.gz
* Use content detection when unpacking plugin archives FS#1703Andreas Gohr2009-07-25
| | | | | | | | | | 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
* restructured plugin managerAndreas Gohr2009-07-25
| | | | | | | | | | 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
* correctly handle disabled plugins in admin menu FS#1715Andreas Gohr2009-07-25
| | | | | | Ignore-this: b9710cae350620157381653fcf82f150 darcs-hash:20090725124241-7ad00-0d6a20412e09f8ee89f5ade512355faac5d8a245.gz
* more robustness in gzip decoding in HTTPClient FS#1718Andreas Gohr2009-07-25
| | | | | | Ignore-this: f55bde6815d68e6e79117cdc5e4d1f77 darcs-hash:20090725123032-7ad00-9f3e6289fd73f385020334545d38e779dc104dd6.gz
* Skip ACL checks in bin/indexer.php FS#1729Roland Alder2009-07-25
| | | | | | Ignore-this: 334a8a4d2e3041afcdde2f2635cd6da6 darcs-hash:20090725120819-ea0c7-c041fa150a358a5fd25e208a57547c1cc928cd1e.gz
* make blowfish library binary safe by adding a protection char before ↵furun2009-07-25
| | | | | | | | trimming FS#1713 Ignore-this: a3921b5eabb463ec0ba78623acfdedb8 darcs-hash:20090725120152-c0bf4-75f73dc36c914623a093f0dab48649c7d9c51fa7.gz
* make sure email addresses are correctly obfuscated FS#1722Andreas Gohr2009-07-25
| | | | | | Ignore-this: 49feffebb48bf10ce99e5d3bf3b4e2e7 darcs-hash:20090725115243-7ad00-12f5c856de534b555577f50666b44f724c760f93.gz
* rollback of the utf8_isASCII() patchAndreas Gohr2009-07-25
| | | | | | | | | | | | | | | | 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
* Much faster version of utf8_isASCII()Andreas Haerter2009-07-24
| | | | | | | | 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
* Icelandic language upgradeOlafur Gunnlaugsson2009-07-24
| | | | | | Ignore-this: dbaf4e0f685233675dbd8061da5d55ce darcs-hash:20090724072928-c7d26-a27f54b5fe90c2819e96d6329bc5671aaa014468.gz
* Icelandic language updateOlafur Gunnlaugsson2009-07-23
| | | | | | Ignore-this: df10fad7adb5ac3e9fe0dbb011cc4f45 darcs-hash:20090723194113-c7d26-f7500b290f5b996caa19093358b124b1f2c12a46.gz
* Icelandic translation addedOlafur Gunnlaugsson2009-07-22
| | | | | | Ignore-this: 4642a15d5701381ca97a904cab307528 darcs-hash:20090722181512-c7d26-548b65dbc789ecd6e4e6d3854293784a2d065881.gz
* Swedish language updateBogge2009-07-22
| | | | | | Ignore-this: 45ee80a65faae1cedad697790a001eac darcs-hash:20090722181257-39c3c-9ff87a6a7c306066035aee3b7f027db88e2abe6c.gz
* Russian language updateKirill Krasnov2009-07-17
| | | | | | Ignore-this: 8163cf9ae8c03c660a82adf7b3ac61ef darcs-hash:20090717093014-c1c88-9205b1d83377699fa9ed6f1d63782d1451697d91.gz
* fixed too strict trim on non-parsed blocksAnika Henke2009-07-16
| | | | darcs-hash:20090715233729-f7d6d-44fc39da1eb65d138e7987f90c613b10978652f8.gz
* relÊnonical supportAndreas Gohr2009-07-09
| | | | | | Ignore-this: 2b720d0545643c18b49234e0a26e99b4 darcs-hash:20090709173048-7ad00-b5b5b4f2524533c3964152b595bef39449398610.gz
* French language updateRobin Prest2009-07-08
| | | | | | Ignore-this: fef986ab0381d7552bd02a72b55d250e darcs-hash:20090708174300-594cd-249bf049ecc6cdd21d8bb2cc99e6560570b83747.gz
* Romanian language updateN3o2009-06-30
| | | | | | Ignore-this: 86f906f59c040c178d6f37e7623fc845 darcs-hash:20090630193416-1af7f-8c86fdb4304c7db156361ff2b524f5d83e266606.gz
* fixed headline level detectionAndreas Gohr2009-06-29
| | | | | | | | 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
* German Language updateMichael Armbruster2009-06-30
| | | | | | Ignore-this: 960bca4e61d17eb95c352bda218c4564 darcs-hash:20090630193214-2cf2a-31bee3228e2334dd21cd68bfab05a17e798ac920.gz
* French language updateGuillaume Turri2009-06-30
| | | | | | Ignore-this: 52358f90550c48371573f4a07d8dc094 darcs-hash:20090630192957-74baf-bd72eb881db0af795ebee4d9b5b608baabef8835.gz
* Latvian language updateAivars Miska2009-06-30
| | | | | | Ignore-this: 25b22e4c08aa5c629495f953b78fafde darcs-hash:20090630192634-e7bbe-00373eff94ea6a52c745e640dafb35256176f706.gz
* Khmer translation addedratana lim2009-06-28
| | | | | | Ignore-this: 2641a9e2b1802d325329fe2ce288ac8f darcs-hash:20090628085426-90339-86afd285bd36e307648823a738787ba6822622ab.gz
* Redesigned admin screenAndreas Gohr2009-06-06
| | | | | | | | | | | Ignore-this: a0d2db2839de9eacbd6a853c39ed592c This patch reorders the admin screen to make the main tasks better accessible. This was inspired by a similar plugin by HÃ¥kan Sandell [1] [1] http://www.dokuwiki.org/plugin:adminhomepage darcs-hash:20090606101045-7ad00-83fbb0dd3af288f66801b796387e4ec3d411d4c9.gz
* Romanian Language updateEmanuel-Emeric Andrasi2009-06-27
| | | | | | Ignore-this: b8c0e6397b5314647a1c4a0854cc84e3 darcs-hash:20090627160225-0acbb-0b3f6508ace8994faf3028f937aac0b3f9cc1177.gz
* Russian language updateAlexander A. Sorkin2009-06-27
| | | | | | Ignore-this: cf592355d0ad4841153129a2a688077a darcs-hash:20090627160132-1ad86-42e6d7a162e9b34280536e70ca3f6ebcdf480de2.gz
* Croatian language updateDražen Odobašić2009-06-27
| | | | | | Ignore-this: b2201ce3fa4c8f5735562564aab95b95 darcs-hash:20090627160034-6f57c-460c7b0b5ea7c3911f007cff6e209e1f7041e9f2.gz
* Swedish language updateAndreas Gohr2009-06-27
| | | | | | Ignore-this: b5ab42705dafe732d791f8c4e3b9ccd3 darcs-hash:20090627155920-7ad00-1ffb825d23b05966119e0d6a7fa0ab0e001d7d33.gz
* Lithunian language updateAndreas Gohr2009-06-27
| | | | | | Ignore-this: 63126d525fcbfa09a8390bb6f84c8877 darcs-hash:20090627155819-7ad00-e0be0821bf742df4352d6cde4f713c4c332a7e48.gz
* Added tpl_include_page() function for template author's convenienceAndreas Gohr2009-06-05
| | | | | | Ignore-this: ab880c4bdaf2e4e8d272f552fd88aa24 darcs-hash:20090605174949-7ad00-3f6fb728f6434c4eba1c2f8613ed53e6f3ee9764.gz
* fix printf calls in mediamanager FS#1711Christian Marg2009-06-05
| | | | | | Ignore-this: a8fb901f3bea94cd3052555e05e70486 darcs-hash:20090605150728-b686a-5543ff58c5cd3c0f48e260aaf4d3c7b365c2be6a.gz