[dokuwiki] Re: Anyone in for a bugfixing day?

  • From: Christopher Smith <chris@xxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 5 Oct 2009 23:25:08 +0100


On 5 Oct 2009, at 19:51, Andreas Gohr wrote:

Even though it was on very short notice, a few people joined me.
Special thanks to Chris, Michael and Anika for helping.

Stats ?

mysql> select real_name, count(*) from flyspray_tasks A,
flyspray_users B where closed_by = user_id AND
DATE(FROM_UNIXTIME(date_closed)) = '2009-10-04' group by real_name;
+-------------------+----------+
| real_name         | count(*) |
+-------------------+----------+
| Andreas Gohr      |       13 |
| Anika Henke       |        1 |
| Christopher Smith |        2 |
| Michael Hamann    |        1 |
+-------------------+----------+


Chris, did you close all the bugs you fixed? I think there a missing a
few of the ones you fixed.


I left 1652 & 1699 open to allow time for reporting of any issues. Both affect renderer behaviour. I tried to organize the change to minimize the chance of breaking any pages or plugins. We'll have to wait and see.

For 1767, I fixed the bug - dokuwiki will now honor disabled flag for renderer plugins. I left it open to remind me to redo p_get_renderer() to fall back to a dokuwiki core renderer.

- Chris

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

Other related posts: