#200: Random Page exclusion of locales and categories
-------------------------+--------------------------------------------------
Reporter: bob | Owner: kake
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
the random page should exclude locales and categories.
this should be a setting determined by the guide admin and the user.
The guide admin decides what the default should be. the user should be
allowed to override this.
--
Ticket URL: <http://dev.openguides.org/ticket/200>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#224: error on install - Config::Tiny required
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: 0.60
Severity: normal | Keywords:
------------------------+---------------------------------------------------
From http://rt.cpan.org/Public/Bug/Display.html?id=27311:
On trying to install OpenGuides 0.60 from CPAN.pm I saw:
CPAN.pm: Going to build D/DO/DOM/OpenGuides-0.60.tar.gz
# running Build.PL
/usr/local/bin/perl Build.PL
Config::Tiny is required to configure this application.
Couldn't run Build.PL: at
/usr/local/lib/perl5/site_perl/5.8.8/Module/Build/Compat.pm line 200.
Warning: No success on command[/usr/local/bin/perl Makefile.PL]
DOM/OpenGuides-0.60.tar.gz
/usr/local/bin/perl Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Failed during this command:
DOM/OpenGuides-0.60.tar.gz : writemakefile NO
'/usr/local/bin/perl Makefile.PL' returned status 512
Surely if Config::Tiny is required to install then it should be defined
so that CPAN.pm will go away and install it for me?
--
Ticket URL: <http://dev.openguides.org/ticket/224>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#222: node_image div shouldn't be within metadata div
------------------------+---------------------------------------------------
Reporter: Kake | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
At the moment, the <div> containing the node image is contained within the
metadata <div>. This really limits the possible ways to style the page —
it looks OK if you don't have inline Google maps turned on (e.g. RGL) but
it doesn't seem possible to make the page not ugly if you have them turned
on; e.g. http://the.earth.li/~kake/cgi-bin/openguides/vegan-
oxford.cgi?Inner_Bookshop and
http://saintpaul.openguides.org/index.cgi?Mickey%27s_Diner
It doesn't make sense semantically either - the node image itself isn't
metadata (although its URI and associated data are).
The node image div should be separate from the metadata one.
--
Ticket URL: <http://dev.openguides.org/ticket/222>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#240: Geo::Coordinates::UTM not dealt with nicely in some tests
------------------------+---------------------------------------------------
Reporter: bob | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: major | Keywords:
------------------------+---------------------------------------------------
21_rdf and 69_bug_zero_geo dont skip tests if Geo::Coordinates::UTM is
missing. Either it needs to be prereq or they need to skip tests using it.
test output below
t/21_rdf.................................ok 1/28Can't locate
Geo/Coordinates/UTM.
pm in @INC (@INC contains:
/export/home/bob/.cpan/build/OpenGuides-0.61-fmJhOc/bl
ib/lib /export/home/bob/.cpan/build/OpenGuides-0.61-fmJhOc/blib/arch
/export/home
/bob/.cpan/build/OpenGuides-0.61-fmJhOc/lib
/export/home/bob/.cpan/build/OpenGuid
es-0.61-fmJhOc/_build/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/site_perl /opt/csw/lib/perl/csw
/opt/c
sw/share/perl/csw . /opt/csw/lib/perl/5.8.8 /opt/csw/share/perl/5.8.8
/opt/csw/li
b/perl/site_perl /opt/csw/share/perl/site_perl
/opt/csw/share/perl/site_perl /opt
/csw/lib/perl/csw /opt/csw/share/perl/csw /opt/csw/share/perl/csw .) at
/export/h
ome/bob/.cpan/build/OpenGuides-0.61-fmJhOc/blib/lib/OpenGuides/Template.pm
line 5
35.
# Looks like you planned 28 tests but only ran 2.
# Looks like your test died just after 2.
t/21_rdf.................................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-28
Failed 26/28 tests, 7.14% okay
t/69_bug_zero_geo........................ok 3/6Can't locate
Geo/Coordinates/UTM.p
m in @INC (@INC contains:
/export/home/bob/.cpan/build/OpenGuides-0.61-fmJhOc/bli
b/lib /export/home/bob/.cpan/build/OpenGuides-0.61-fmJhOc/blib/arch
/export/home/
bob/.cpan/build/OpenGuides-0.61-fmJhOc/lib
/export/home/bob/.cpan/build/OpenGuide
s-0.61-fmJhOc/_build/lib /opt/csw/lib/perl/5.8.8 /opt/csw/share/perl/5.8.8
/opt/c
sw/lib/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/lib/perl/csw
/opt/cs
w/share/perl/csw . /opt/csw/lib/perl/5.8.8 /opt/csw/share/perl/5.8.8
/opt/csw/lib
/perl/site_perl /opt/csw/share/perl/site_perl
/opt/csw/share/perl/site_perl /opt/
csw/lib/perl/csw /opt/csw/share/perl/csw /opt/csw/share/perl/csw .) at
/export/ho
me/bob/.cpan/build/OpenGuides-0.61-fmJhOc/blib/lib/OpenGuides/Template.pm
line 53
5.
# Looks like you planned 6 tests but only ran 4.
# Looks like your test died just after 4.
t/69_bug_zero_geo........................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5-6
Failed 2/6 tests, 66.67% okay
--
Ticket URL: <http://dev.openguides.org/ticket/240>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#232: Can't locate OpenGuides/Build.pm
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: 0.61
Severity: normal | Keywords: cpanrt
------------------------+---------------------------------------------------
ANDK <ANDK(a)cpan.org>:
This happened with 0.61:
{{{
# running Build.PL
/home/src/perl/repoperls/installed-
perls/perl/pFBiVrt/perl-5.8.0[...]31535/bin/perl
Build.PL
Beginning install process... if you already have an OpenGuides
configuration file and you don't want to have to type in all your config
parameters over again, abort this process now, copy that file to this
directory, and start again.
Continue with install? [y ]
y
No existing configuration file found; assuming this is a new install.
See the message above if this isn't correct.
Skip OpenGuides configuration? [n ]y
===========================================================================
Skipping OpenGuides configuration - any configuration options previously
saved will be used instead. You may tweak your configuration now by
editing the 'wiki.conf' file produced by this script.
===========================================================================
Checking whether your kit is complete...
Looks good
Checking prerequisites...
- ERROR: Wiki::Toolkit::Plugin::Categoriser is not installed
- ERROR: Wiki::Toolkit::Feed::Atom is not installed
- ERROR: Plucene is not installed
- ERROR: Wiki::Toolkit::Plugin::RSS::Reader is not installed
- ERROR: Wiki::Toolkit is not installed
- ERROR: Wiki::Toolkit::Plugin::Diff is not installed
- ERROR: Wiki::Toolkit::Plugin::Locator::Grid is not installed
- ERROR: Geography::NationalGrid is not installed
- ERROR: Wiki::Toolkit::Feed::RSS is not installed
- ERROR: Wiki::Toolkit::Formatter::UseMod is not installed
* Optional prerequisite Test::HTML::Content is not installed
* Optional prerequisite Wiki::Toolkit::Plugin::Ping is not installed
* Optional prerequisite Geo::HelmertTransform is not installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the
versions
of the modules indicated above before proceeding with this installation
Creating new 'Build' script for 'OpenGuides' version '0.61'
Can't locate OpenGuides/Build.pm in @INC (@INC contains: _build/lib
/home/sand/.cpan/build/Net-SSH-Expect-0.06-45NXG0/blib/arch
/home/sand/.cpan/build/Net-SSH-Expect-0.06-45NXG0/blib/lib
/home/sand/.cpan/build/Acme-24-0.01-oHy9gA/blib/arch
/home/sand/.cpan/build/Acme-24-0.01-oHy9gA/blib/lib
/home/sand/.cpan/build/XML-RSSLite-0.11-gHYCUU/blib/arch
/home/sand/.cpan/build/XML-RSSLite-0.11-gHYCUU/blib/lib
/home/sand/.cpan/build/IO-Socket-SIPC-0.04-FedR0I/blib/arch
/home/sand/.cpan/build/IO-Socket-SIPC-0.04-FedR0I/blib/lib
/home/sand/.cpan/build/Tk-Wizard-2.011-nqTEOv/blib/arch
/home/sand/.cpan/build/Tk-Wizard-2.011-nqTEOv/blib/lib
/home/src/perl/repoperls/installed-
perls/perl/pFBiVrt/perl-5.8.0[...]31535/lib/5.9.5/i686-linux-64int
/home/src/perl/repoperls/installed-
perls/perl/pFBiVrt/perl-5.8.0[...]31535/lib/5.9.5
/home/src/perl/repoperls/installed-
perls/perl/pFBiVrt/perl-5.8.0[...]31535/lib/site_perl/5.9.5/i686-linux-
64int
/home/src/perl/repoperls/installed-
perls/perl/pFBiVrt/perl-5.8.0[...]31535/lib/site_perl/5.9.5
.) at Makefile.PL line 30.
}}}
--
Ticket URL: <http://dev.openguides.org/ticket/232>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#230: Clarify the ellipsoid used when presenting latitude/longitude to the user
in HTML
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
Most of the places we present lat/long (RDF, google maps) have a well
specified WGS84 ellipsoid. However, the ellipsoid used is undefined when
displaying on the node page.
Some people will assume that it's WGS84 and be confused when it's not.
However it would be inappropriate to change the display format
unilaterally to wgs84 without making it clear to the user.
A compromise should be reached where we tell the user the format the data
is in.
--
Ticket URL: <http://dev.openguides.org/ticket/230>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#241: postgres isnt a good default
------------------------+---------------------------------------------------
Reporter: bob | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
i dont think postgres should be the default database if you dont answer
any questions. If it is it should at least fill in defaults for dbuser
and dbname
I think we should go with sqlite as a default
No existing configuration file found; assuming this is a new install.
See the message above if this isn't correct.
Skip OpenGuides configuration? [n] y
===========================================================================
Skipping OpenGuides configuration - any configuration options previously
saved will be used instead. You may tweak your configuration now by
editing the 'wiki.conf' file produced by this script.
===========================================================================
DBD::Pg is needed to run a postgres database at Build.PL line 86, <STDIN>
line 2.
--
Ticket URL: <http://dev.openguides.org/ticket/241>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#246: Broken links in pod
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
http://search.cpan.org/~dom/OpenGuides-0.61/lib/OpenGuides.pm#SEE_ALSO
these links show up broken
--
Ticket URL: <http://dev.openguides.org/ticket/246>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project