[dokuwiki] darcs changes 2009-07-26

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

Good Morning!

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

---------------------------------------------------------------------
Sat Jul 25 18:08:44 CEST 2009  Andreas Gohr <andi[at]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 plugin archive but instead looks at the magic bytes of the
  downloaded file.

Sat Jul 25 17:21:05 CEST 2009  Andreas Gohr <andi[at]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 functions into the appropriate
  class scopes.

Sat Jul 25 14:42:41 CEST 2009  Andreas Gohr <andi[at]splitbrain.org>
  * correctly handle disabled plugins in admin menu FS#1715
  Ignore-this: b9710cae350620157381653fcf82f150

Sat Jul 25 14:30:32 CEST 2009  Andreas Gohr <andi[at]splitbrain.org>
  * more robustness in gzip decoding in HTTPClient FS#1718
  Ignore-this: f55bde6815d68e6e79117cdc5e4d1f77

Sat Jul 25 14:08:19 CEST 2009  Roland Alder <roli-dokuwiki[at]galaxy.ch>
  * Skip ACL checks in bin/indexer.php FS#1729
  Ignore-this: 334a8a4d2e3041afcdde2f2635cd6da6

Sat Jul 25 14:01:52 CEST 2009  furun <furun[at]arcor.de>
  * make blowfish library binary safe by adding a protection char before 
trimming FS#1713
  Ignore-this: a3921b5eabb463ec0ba78623acfdedb8

Sat Jul 25 13:52:43 CEST 2009  Andreas Gohr <andi[at]splitbrain.org>
  * make sure email addresses are correctly obfuscated FS#1722
  Ignore-this: 49feffebb48bf10ce99e5d3bf3b4e2e7

Sat Jul 25 12:44:59 CEST 2009  Andreas Gohr <andi[at]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: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
---------------------------------------------------------------------

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-26 - Andreas Gohr