[dokuwiki] darcs changes 2009-07-27

  • From: andi@xxxxxxxxxxxxxx (Andreas Gohr)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 27 Jul 2009 04:00:02 +0200 (CEST)

Good Morning!

This are the darcs changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------
Sun Jul 26 21:27:46 CEST 2009  Fernando A. Lagos B. <fernando[at]zerial.org>
  * Spanish language update
  Ignore-this: 6cbc846f666c73086cc28327c2f661e4

Sun Jul 26 21:18:41 CEST 2009  Andreas Gohr <andi[at]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 (remember: always run your performance tests
  multiple times).
  
  rolling back:
  
  Sat Jul 25 12:44:59 CEST 2009  Andreas Gohr <andi[at]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[at]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

Sun Jul 26 20:51:23 CEST 2009  Andreas Gohr <andi[at]splitbrain.org>
  * Added downloadable code blocks to wiki:syntax
  Ignore-this: 3ec9f7b84454b59cbf5c118e1e09d86

Sun Jul 26 20:50:25 CEST 2009  Andreas Gohr <andi[at]splitbrain.org>
  * fixed filename support in <file> syntax
  Ignore-this: 59bec5f55f7d0eb26d454d76da750142

Sun Jul 26 20:03:36 CEST 2009  Andreas Gohr <andi[at]splitbrain.org>
  * merge conflict resolve
  Ignore-this: f902ad415663a4a1d9e43e0ccc808bbb

Sun Jul 26 19:51:58 CEST 2009  Andreas Gohr <andi[at]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 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.
  

Sun Jul 26 13:52:55 CEST 2009  Andreas Gohr <andi[at]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 tune this)

Sun Jul 26 13:45:54 CEST 2009  Andreas Gohr <andi[at]splitbrain.org>
  * Avoid double encoding for RSS titles FS#1705
  Ignore-this: 3e02f7f87047627230ff95fd4a38de32
---------------------------------------------------------------------

Single patches can be downloaded from
http://dev.splitbrain.org/darcs/index.cgi/dokuwiki/?c=patches

Bye,
your darcs changelog mailer


-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts:

  • » [dokuwiki] darcs changes 2009-07-27 - Andreas Gohr