#168: Use of uninitialized value in concatenation in t/53
------------------------+---------------------------------------------------
Reporter: bob | Owner: dom
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
t/53_show_index....................ok 1/23Use of uninitialized value in
concatenation (.) or string at
/home/bob/.cpan/build/OpenGuides-0.58/blib/lib/OpenGuides.pm line 662.
if Geo::HelmertTransform stuff is installed. if it isnt you get told tests
wernt run
--
Ticket URL: <http://dev.openguides.org/ticket/168>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#167: absence of wiki::toolkit::plugin::ping causes test failures
------------------------+---------------------------------------------------
Reporter: bob | Owner: dom
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
when doing a ./Build test
t/74_ping_plugin...................ok 1/9Can't locate
Wiki/Toolkit/Plugin/Ping.p
m in @INC (@INC contains:
/export/home/bob/.cpan/build/OpenGuides-0.58/blib/lib
/export/home/bob/.cpan/build/OpenGuides-0.58/blib/arch lib
/opt/csw/lib/perl/5.8
.8 /opt/csw/share/perl/5.8.8 /opt/csw/lib/perl/site_perl
/opt/csw/share/perl/sit
e_perl /opt/csw/share/perl/site_perl /opt/csw/lib/perl/csw
/opt/csw/share/perl/c
sw /opt/csw/share/perl/csw .) at
/export/home/bob/.cpan/build/OpenGuides-0.58/bl
ib/lib/OpenGuides.pm line 71.
# Looks like you planned 9 tests but only ran 2.
# Looks like your test died just after 2.
t/74_ping_plugin...................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-9
Failed 7/9 tests, 22.22% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/74_ping_plugin.t 255 65280 9 14 155.56% 3-9
it should either be a prereq or shouldnt fail it its absent
--
Ticket URL: <http://dev.openguides.org/ticket/167>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#166: Autocapitalisation considered harmful
------------------------+---------------------------------------------------
Reporter: earle | Owner: dom
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
I'm not sure how we ever came to the conclusion that node titles should be
automatically munged to This Sort Of Style, but we should turn that off.
--
Ticket URL: <http://dev.openguides.org/ticket/166>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#165: Can't specify db port in OpenGuides::Config
------------------------+---------------------------------------------------
Reporter: earle | Owner: dom
Type: defect | Status: new
Priority: highest | Milestone:
Component: openguides | Version: svn
Severity: blocker | Keywords: config, Build.PL, Wiki::Toolkit
------------------------+---------------------------------------------------
OpenGuides::Config doesn't allow specification of a port for the db
server. This breaks
any installations using a non-default port, including London's due to the
port being changed during a PostgreSQL upgrade!
I've written upstream patches for CGI::Wiki::Toolkit::Store::Database as
the first stage for this - see http://www.earth.li/pipermail/cgi-wiki-
dev/2006q4/000277.html .
--
Ticket URL: <http://dev.openguides.org/ticket/165>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#25: More flexibility needed on prior versions of pages
----------------------------------------+-----------------------------------
Reporter: IVORW(a)cpan.org | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version:
Severity: normal | Resolution:
Keywords: database, history, editing |
----------------------------------------+-----------------------------------
Changes (by earle):
* keywords: => database, history, editing
Comment:
"Come to think of it, we should allow id=foo;version=7;action=edit and
save saves as the new latest version."
Yes. This should be easier with the new database schema.
--
Ticket URL: <http://dev.openguides.org/ticket/25#comment:2>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#72: Node renaming tool
---------------------------------------+------------------------------------
Reporter: earle | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: | Severity: normal
Keywords: utilities, database, admin |
---------------------------------------+------------------------------------
There should be a tool for admins to rename nodes. As I see it the steps
of doing so are:
{{{
#!html
<ol>
<li>Pick node, new node name.</li>
<li>Get error if new name exists. Otherwise, confirm rename yes/no.</li>
<li>All node data, metadata gets copied with new name.</li>
<li>For each node in the metadata shown as linking to the old node, copy
the content, replace the old name with new in the content and save
it.</li>
<li>Replace occurrences of old name with new in link metadata just
mentioned.</li>
<li>Delete all node data for old node.</li>
<li>Display confirmation.</li>
</ol>
}}}
--
Ticket URL: <http://dev.openguides.org/ticket/72>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#164: Create redirect method for formatter
-------------------------+--------------------------------------------------
Reporter: earle | Owner: earle
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords: formatter
-------------------------+--------------------------------------------------
There should be a method in the formatter that returns the appropriate
syntax for a redirect.
--
Ticket URL: <http://dev.openguides.org/ticket/164>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#163: Output of RSS feed embedding appearing as preformatted text
------------------------+---------------------------------------------------
Reporter: earle | Owner: earle
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords: rss plugin
------------------------+---------------------------------------------------
Looks like leading spaces on lines in RSS output are being interpreted as
preformatted text wiki formatting by Text::WikiFormat.
http://london.openguides.org/index.cgi?South_Bank_Centre
--
Ticket URL: <http://dev.openguides.org/ticket/163>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#154: JSON support
-------------------------+--------------------------------------------------
Reporter: perigrin | Owner: dom
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
I have created a patch to support JSON output similar to how OpenGuides
does RDF output (actually nearly identical since I copied Hex's RDF
stuff). But the code is against an older version of the guide and could be
usefully added to nik's newer output format stuff.
--
Ticket URL: <http://dev.openguides.org/ticket/154>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#159: Overhaul delete version links on history view
-------------------------+--------------------------------------------------
Reporter: earle | Owner: dom
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords: templates, history
-------------------------+--------------------------------------------------
The links for deleting a particular historic version shouldn't be on view
to the general public. Additionally, rather than having one link to click
per version, there should be tickboxes and a button at the bottom of the
page, which takes you to the password-confirmation stage.
--
Ticket URL: <http://dev.openguides.org/ticket/159>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project