You can subscribe to this list here.
2002 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
|
May
(2) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
(14) |
Dec
(5) |
2004 |
Jan
(11) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(11) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(1) |
Jul
(7) |
Aug
(2) |
Sep
(9) |
Oct
(10) |
Nov
(24) |
Dec
(31) |
2009 |
Jan
(12) |
Feb
(10) |
Mar
(16) |
Apr
(15) |
May
(34) |
Jun
(19) |
Jul
(30) |
Aug
(7) |
Sep
(3) |
Oct
|
Nov
(4) |
Dec
(14) |
2010 |
Jan
(5) |
Feb
(6) |
Mar
(4) |
Apr
|
May
(1) |
Jun
(4) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
(2) |
24
|
25
|
26
|
27
|
28
|
29
|
|
|
|
Bugs item #3492111, was opened at 2012年02月23日 07:19 Message generated for change (Tracker Item Submitted) made by philiph You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: version 1.4.x (current) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Philip J. Hollenback (philiph) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid comment line in mysql-destroy.sql Initial Comment: The current mysql-destroy.sql in the schema directory has a typo: --drop table if exists user; mysql complains about this line. To fix, insert a space: -- drop table if exists user; I'm looking at the current phpwiki in svn as of 2/20/12. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121
Bugs item #3492109, was opened at 2012年02月23日 07:17 Message generated for change (Tracker Item Submitted) made by philiph You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492109&group_id=6121 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: version 1.4.x (current) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Philip J. Hollenback (philiph) Assigned to: Nobody/Anonymous (nobody) Summary: php-53 throws substr warning on every page if LANG is unset Initial Comment: If you leave LANG blank in the config.ini (the default) and you are running php-53, there's a php warning thrown on every page: Warning: "substr() expects parameter 3 to be long, string given" I'm running the phpwiki-1.4.0 from svn trunk as of 2/20/12. Specifying an explicit LANG fixes this, but the config.ini comments indicate a blank entry is valid. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492109&group_id=6121