__color__	ticket	summary	version	milestone	severity	owner	created	_changetime	_description	_reporter
3	12	New Text::WikiFormat breaks tests with extended links				Kake	2006-06-08T21:45:25+0100	2008-04-12T13:34:45+0100	"New Text::WikiFormat (0.76 and 0.78 at least; not 0.71) break the tests for this module. Possibly an API change or bug introduced T::WF?

{{{
t/usemod.....................ok 2/25#     Failed test (t/usemod.t at line 107)
#                   '<p>This is an <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">Extended Link</a>.</p>
# <p>This is a lower-case <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">extended link</a>.</p>
# <p>This is a <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">titled extended link</a>.</p>
# <p>This is a <a href=""wiki.pl?[Extended_Link_Two]<a href=""wiki.pl?action=edit;id=Extended_Link_Two"">?</a>"">title with leading whitespace</a>.</p>
# <p>This is <a href=""wiki.pl?[Another_Link]<a href=""wiki.pl?action=edit;id=Another_Link"">?</a>"">another titled link</a>.</p>
# '
#     doesn't match '(?-xism:<a href=""wiki.pl\?Extended_Link"">Extended Link</a>)'
#     Failed test (t/usemod.t at line 109)
#                   '<p>This is an <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">Extended Link</a>.</p>
# <p>This is a lower-case <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">extended link</a>.</p>
# <p>This is a <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">titled extended link</a>.</p>
# <p>This is a <a href=""wiki.pl?[Extended_Link_Two]<a href=""wiki.pl?action=edit;id=Extended_Link_Two"">?</a>"">title with leading whitespace</a>.</p>
# <p>This is <a href=""wiki.pl?[Another_Link]<a href=""wiki.pl?action=edit;id=Another_Link"">?</a>"">another titled link</a>.</p>
# '
#     doesn't match '(?-xism:<a href=""wiki.pl\?Extended_Link"">extended link</a>)'
#     Failed test (t/usemod.t at line 111)
#                   '<p>This is an <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">Extended Link</a>.</p>
# <p>This is a lower-case <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">extended link</a>.</p>
# <p>This is a <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">titled extended link</a>.</p>
# <p>This is a <a href=""wiki.pl?[Extended_Link_Two]<a href=""wiki.pl?action=edit;id=Extended_Link_Two"">?</a>"">title with leading whitespace</a>.</p>
# <p>This is <a href=""wiki.pl?[Another_Link]<a href=""wiki.pl?action=edit;id=Another_Link"">?</a>"">another titled link</a>.</p>
# '
#     doesn't match '(?-xism:<a href=""wiki.pl\?Extended_Link"">titled extended link</a>)'
#     Failed test (t/usemod.t at line 115)
#                   '<p>This is an <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">Extended Link</a>.</p>
# <p>This is a lower-case <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">extended link</a>.</p>
# <p>This is a <a href=""wiki.pl?[Extended_Link]<a href=""wiki.pl?action=edit;id=Extended_Link"">?</a>"">titled extended link</a>.</p>
# <p>This is a <a href=""wiki.pl?[Extended_Link_Two]<a href=""wiki.pl?action=edit;id=Extended_Link_Two"">?</a>"">title with leading whitespace</a>.</p>
# <p>This is <a href=""wiki.pl?[Another_Link]<a href=""wiki.pl?action=edit;id=Another_Link"">?</a>"">another titled link</a>.</p>
# '
#     doesn't match '(?-xism:<a href=""wiki.pl\?Extended_Link_Two"">)'
# Looks like you failed 4 tests of 25.
}}}"	dom
3	37	151_plugin_methods.t  search inverted index error	svn			dom	2008-07-01T17:57:09+0100	2008-12-21T18:44:44Z	"{{{
bobw@host34:~/svn/wikitoolkittrunk >prove -I lib t/151_plugin_methods.t 
t/151_plugin_methods....ok 1/66Search::InvertedIndex::DB::DB_File_SplitHash::open() - Attempted to open -map_name 't/sii-db-file-test.db' multiple times
 at lib/Wiki/Toolkit/Setup/SII.pm line 49
# Looks like you planned 66 tests but only ran 30.
# Looks like your test died just after 30.
t/151_plugin_methods....dubious                                              
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 31-66
        Failed 36/66 tests, 45.45% okay
Failed Test            Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/151_plugin_methods.t  255 65280    66   72 109.09%  31-66
Failed 1/1 test scripts, 0.00% okay. 36/66 subtests failed, 45.45% okay.
}}}"	bob
3	38	internal_links table should reference IDs and include constraints	svn			dom	2008-07-03T19:55:08+0100	2008-07-03T19:55:08+0100		dom
3	47	Upgrade script not compatible with PostgreSQL 7.4	svn			dom	2009-05-24T12:43:04+0100	2009-05-24T12:43:04+0100	"During a schema upgrade running on PostgreSQL 7.4 the following error was encountered.

{{{
DBD::Pg::db do failed: ERROR:  adding columns with defaults is not implemented
HINT:  Add the column, then use ALTER TABLE SET DEFAULT. at /usr/share/perl5/Wiki/Toolkit/Setup/Pg.pm line 369.
DBD::Pg::db do failed: ERROR:  adding columns with defaults is not implemented
HINT:  Add the column, then use ALTER TABLE SET DEFAULT. at /usr/share/perl5/Wiki/Toolkit/Setup/Pg.pm line 369.
pendency problems - leaving unconfigured
}}}

Not sure how easy it would be to fix this. Is anyone else still running Postgres 7.4 I wonder."	dom
4	36	051_pg_store.t error	svn			dom	2008-07-01T17:55:58+0100	2008-12-21T18:40:42Z	"{{{
bobw@host34:~/svn/wikitoolkittrunk >prove -I lib -d t/051_pg_store.t 
# $Test::Harness::Switches: -Ilib
# 1 tests to run
t/051_pg_store....# Running: /usr/bin/perl -Ilib t/051_pg_store.t
# PERL5LIB=
t/051_pg_store....ok 1/9Called UNIVERSAL::can() as a function, not a method at /usr/share/perl5/Text/WikiFormat/Blocks.pm line 16
DBD::Pg::db do failed: ERROR:  could not serialise access due to concurrent update
 at lib/Wiki/Toolkit.pm line 846
# Looks like you planned 9 tests but only ran 7.
# Looks like your test died just after 7.
t/051_pg_store....dubious                                                    
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 8-9
        Failed 2/9 tests, 77.78% okay
Failed Test      Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/051_pg_store.t  255 65280     9    4  44.44%  8-9
Failed 1/1 test scripts, 0.00% okay. 2/9 subtests failed, 77.78% okay.
}}}"	bob
5	51	Use of uninitialized value $value in lc at /usr/share/perl5/Wiki/Toolkit/Store/Database.pm line 1741	0.79			dom	2011-02-27T16:34:15Z	2012-05-05T22:03:00+0100	"Seen in openguides test output with perl 5.12.3:

{{{
t/71_missing_metadata.t .................. 1/26 Use of uninitialized value $value in lc at /usr/share/perl5/Wiki/Toolkit/Store/Database.pm line 1741.
Use of uninitialized value $value in lc at /usr/share/perl5/Wiki/Toolkit/Store/Database.pm line 1741.
}}}"	dom
