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
(1) |
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
(1) |
24
|
25
|
26
|
27
(1) |
28
|
29
|
30
|
31
(1) |
|
Bugs item #833608, was opened at 2003年10月31日 05:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=833608&group_id=6121 Category: version 1.3.x (experimental) Group: Rendering Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Images not shown Initial Comment: Images are not shown on the HomePage as the path is builded wrong See Example line below <link rel="shortcut icon" href="//themes/default/images/ favicon.ico" /> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=833608&group_id=6121
Bugs item #830912, was opened at 2003年10月27日 11:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=830912&group_id=6121 Category: None Group: User Authentication Status: Open Resolution: None Priority: 5 Submitted By: Sam Thorne (samjt) Assigned to: Nobody/Anonymous (nobody) Summary: IMAP authentication fails because nothing is opened Initial Comment: In the current implementation of IMAP authentication, the authentication always fails because no inbox is being opened, so nothing is returned. Currently it is: if (ALLOW_IMAP_LOGIN and !empty($passwd)) { $mbox = @imap_open( "{" . IMAP_AUTH_HOST . ":143}", $userid, $passwd, OP_HALFOPEN ); if( $mbox ) { imap_close( $mbox ); $this->_authmethod = 'IMAP'; return WIKIAUTH_USER; } } It should be: if (ALLOW_IMAP_LOGIN and !empty($passwd)) { $mbox = @imap_open( "{" . IMAP_AUTH_HOST . ":143}INBOX", $userid, $passwd, OP_HALFOPEN ); if( $mbox ) { imap_close( $mbox ); $this->_authmethod = 'IMAP'; return WIKIAUTH_USER; } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=830912&group_id=6121
Bugs item #828587, was opened at 2003年10月23日 01:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=828587&group_id=6121 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Rafael Vuijk (darkfader) Assigned to: Nobody/Anonymous (nobody) Summary: DB table locks not freed ? (MySQL) Initial Comment: I'm using MySQL + phpwiki-1.3.4 and after loading a few pages, it comes with this error: " lib/WikiDB/backend/PearDB.php:681: Fatal[256]: wikidb_backend_mysql: fatal database error DB Error: unknown error (LOCK TABLES page WRITE,version WRITE,link WRITE,recent WRITE,nonempty WRITE [nativecode=1044 ** Access denied for user: 'wikiuser@localhost' to database 'phpwiki']) " ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=828587&group_id=6121
Bugs item #822268, was opened at 2003年10月12日 19:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=822268&group_id=6121 Category: Postgresql Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gerard H. Pille (ghp) Assigned to: Nobody/Anonymous (nobody) Summary: FullTextSearch fails to find words with uppercase characters Initial Comment: Hallo, phpwiki's fulltextsearch seems to have trouble finding names. I have eg. a page with info about "author Axel Bouts". I can't find Axel, I can't find Bouts, but there is no problem with author. The pages are stored in a 7.2.1 postgresql. Thanks, Gerard ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=822268&group_id=6121