#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
#245: Perl 5.10 build failure
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: high | Milestone:
Component: openguides | Version: svn
Severity: major | Keywords:
------------------------+---------------------------------------------------
OpenGuides doesn't get very far with Perl 5.10:
{{{
Output from '/opt/perl/5.10.0/bin/perl Makefile.PL':
# running Build.PL
/opt/perl/5.10.0/bin/perl Build.PL
Problem loading OpenGuides module or a missing module
Base class package "Class::Accessor" is empty.
(Perhaps you need to 'use' the module which defines that package
first,
or make that module available in @INC (@INC contains: lib _build/lib
/home/imacat/lib/perl5 /opt/perl/5.10.0/lib/5.10.0/x86_64-linux-thread-
multi-ld /opt/perl/5.10.0/lib/5.10.0
/opt/perl/5.10.0/lib/site_perl/5.10.0/x86_64-linux-thread-multi-ld
/opt/perl/5.10.0/lib/site_perl/5.10.0 .).
at lib/OpenGuides/Config.pm line 8
BEGIN failed--compilation aborted at lib/OpenGuides/Config.pm line 8.
Compilation failed in require at lib/OpenGuides/Build.pm line 5.
BEGIN failed--compilation aborted at lib/OpenGuides/Build.pm line 5.
Compilation failed in require at Build.PL line 8.
.
Couldn't run Build.PL: at
/opt/perl/5.10.0/lib/5.10.0/Module/Build/Compat.pm line 207.
}}}
--
Ticket URL: <http://dev.openguides.org/ticket/245>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project