Skip to content
Snippets Groups Projects
  1. Aug 02, 2009
  2. Aug 01, 2009
  3. Jul 31, 2009
    • robocap's avatar
      Italian language update · e541943a
      robocap authored
      Ignore-this: 537c0d5ff5488726782a8bda21f6e48d
      
      darcs-hash:20090731115716-4b6c8-ced788c8a467d0079630fa98c4423012197a672a.gz
      e541943a
  4. Jul 29, 2009
    • Andreas Gohr's avatar
      removed trailing ?> from doku.php and feed.php · 622e7bd9
      Andreas Gohr authored
      Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca
      
      darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz
      622e7bd9
    • Andreas Gohr's avatar
      some Khmer language cleanup but still broken · 8e2abceb
      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
      8e2abceb
  5. Jul 27, 2009
  6. Jul 26, 2009
    • Fernando A. Lagos B's avatar
      Spanish language update · 469ad273
      Fernando A. Lagos B authored
      Ignore-this: 6cbc846f666c73086cc28327c2f661e4
      
      darcs-hash:20090726192746-4b9dd-5b35e98747e193994abd00bb53f5c22ded272c0d.gz
      469ad273
    • Andreas Gohr's avatar
      rollback of the rollback... yes really · 7e6f32c4
      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
      7e6f32c4
    • Andreas Gohr's avatar
      Added downloadable code blocks to wiki:syntax · 8cd177c0
      Andreas Gohr authored
      Ignore-this: 3ec9f7b84454b59cbf5c118e1e09d86
      
      darcs-hash:20090726185123-7ad00-ba0ae7cd50c0333bd1eb98633419047d9c2fd53f.gz
      8cd177c0
    • Andreas Gohr's avatar
      fixed filename support in <file> syntax · f9d4952b
      Andreas Gohr authored
      Ignore-this: 59bec5f55f7d0eb26d454d76da750142
      
      darcs-hash:20090726185025-7ad00-1577f684e585c849fda9505ccad98735f0c7bb76.gz
      f9d4952b
    • Andreas Gohr's avatar
      merge conflict resolve · 28e7fbd0
      Andreas Gohr authored
      Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb
      
      darcs-hash:20090726180336-7ad00-fd881cbf4799dd42f53d324550d625bb91274bbe.gz
      28e7fbd0
    • Andreas Gohr's avatar
      enhanced <code> and <file> syntax · 3d491f75
      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
      3d491f75
    • Andreas Gohr's avatar
      Updated version checks for PHP 5 · a6783fdb
      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
      a6783fdb
    • Andreas Gohr's avatar
      Avoid double encoding for RSS titles FS#1705 · 793361f8
      Andreas Gohr authored
      Ignore-this: 3e02f7f87047627230ff95fd4a38de32
      
      darcs-hash:20090726114554-7ad00-4ad7f6e5c9a95eea352ab909a54798a5a773e9f1.gz
      793361f8
  7. Jul 25, 2009
  8. Jul 24, 2009
    • Andreas Haerter's avatar
      Much faster version of utf8_isASCII() · f2da7e0b
      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
      f2da7e0b
    • Olafur Gunnlaugsson's avatar
      Icelandic language upgrade · 904b41ec
      Olafur Gunnlaugsson authored
      Ignore-this: dbaf4e0f685233675dbd8061da5d55ce
      
      darcs-hash:20090724072928-c7d26-a27f54b5fe90c2819e96d6329bc5671aaa014468.gz
      904b41ec
  9. Jul 23, 2009
  10. Jul 22, 2009
    • Olafur Gunnlaugsson's avatar
      Icelandic translation added · 76c415c3
      Olafur Gunnlaugsson authored
      Ignore-this: 4642a15d5701381ca97a904cab307528
      
      darcs-hash:20090722181512-c7d26-548b65dbc789ecd6e4e6d3854293784a2d065881.gz
      76c415c3
    • Bogge's avatar
      Swedish language update · ec8c92af
      Bogge authored
      Ignore-this: 45ee80a65faae1cedad697790a001eac
      
      darcs-hash:20090722181257-39c3c-9ff87a6a7c306066035aee3b7f027db88e2abe6c.gz
      ec8c92af
  11. Jul 17, 2009
    • Kirill Krasnov's avatar
      Russian language update · 40e425de
      Kirill Krasnov authored
      Ignore-this: 8163cf9ae8c03c660a82adf7b3ac61ef
      
      darcs-hash:20090717093014-c1c88-9205b1d83377699fa9ed6f1d63782d1451697d91.gz
      40e425de
  12. Jul 15, 2009
  13. Jul 09, 2009
    • Andreas Gohr's avatar
      relnonical support · 69db0caf
      Andreas Gohr authored
      Ignore-this: 2b720d0545643c18b49234e0a26e99b4
      
      darcs-hash:20090709173048-7ad00-b5b5b4f2524533c3964152b595bef39449398610.gz
      69db0caf
  14. Jul 08, 2009
  15. Jun 30, 2009
    • N3o's avatar
      Romanian language update · 94060515
      N3o authored
      Ignore-this: 86f906f59c040c178d6f37e7623fc845
      
      darcs-hash:20090630193416-1af7f-8c86fdb4304c7db156361ff2b524f5d83e266606.gz
      94060515
  16. Jun 29, 2009
    • Andreas Gohr's avatar
      fixed headline level detection · 8567cbc4
      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
      8567cbc4
  17. Jun 30, 2009
    • Michael Armbruster's avatar
      German Language update · 2efa3a2a
      Michael Armbruster authored
      Ignore-this: 960bca4e61d17eb95c352bda218c4564
      
      darcs-hash:20090630193214-2cf2a-31bee3228e2334dd21cd68bfab05a17e798ac920.gz
      2efa3a2a
    • Guillaume Turri's avatar
      French language update · cfdddc4a
      Guillaume Turri authored
      Ignore-this: 52358f90550c48371573f4a07d8dc094
      
      darcs-hash:20090630192957-74baf-bd72eb881db0af795ebee4d9b5b608baabef8835.gz
      cfdddc4a
    • Aivars Miska's avatar
      Latvian language update · 75168d25
      Aivars Miska authored
      Ignore-this: 25b22e4c08aa5c629495f953b78fafde
      
      darcs-hash:20090630192634-e7bbe-00373eff94ea6a52c745e640dafb35256176f706.gz
      75168d25
  18. Jun 28, 2009
    • ratana lim's avatar
      Khmer translation added · 43bfbfa6
      ratana lim authored
      Ignore-this: 2641a9e2b1802d325329fe2ce288ac8f
      
      darcs-hash:20090628085426-90339-86afd285bd36e307648823a738787ba6822622ab.gz
      43bfbfa6
Loading