#291: Skip Build.PL config question when beign run by smoker.
-------------------------+--------------------------------------------------
Reporter: bob | Owner: bob
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Skip config questions if AUTOMATED_TESTING=1
--
Ticket URL: <http://dev.openguides.org/ticket/291>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#282: Geo::Coordinates::OSGB will need to be packaged for debian
-----------------------------+----------------------------------------------
Reporter: bob | Owner: dom
Type: defect | Status: new
Priority: normal | Milestone:
Component: debian-packages | Version: svn
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Geography::NationalGrid was removed from CPAN. Replaced with this module.
Geo::Coordinates::ITM is already in debain sid and has become a dep.
--
Ticket URL: <http://dev.openguides.org/ticket/282>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#40: Metadata for other guides/reviews
-------------------------+--------------------------------------------------
Reporter: dom | Owner: Nobody
Type: enhancement | Status: reopened
Priority: low | Milestone:
Component: openguides | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by kake):
* priority: normal => low
* status: closed => reopened
* resolution: wontfix =>
Comment:
Actually I would still quite like to have this, though not for RDF
purposes.
--
Ticket URL: <http://dev.openguides.org/ticket/40#comment:4>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#288: Remove use of Template::Plugin::JSON
------------------------+---------------------------------------------------
Reporter: kake | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
I added a dependency on Template::Plugin::JSON in [1350] but failed to
notice that this depends on Moose. Since we don't use any Moose
functionality, and Moose is kind of huge when you take all its
dependencies into account, we should use Template::Plugin::JSON::Escape
instead.
--
Ticket URL: <http://dev.openguides.org/ticket/288>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#183: map index should be more intelligent
------------------------+---------------------------------------------------
Reporter: bob | Owner: dom
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
the map index should make more intelligent decisions about its centre and
zoom level
--
Ticket URL: <http://dev.openguides.org/ticket/183>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#262: Recent javascript changes break parsing by Test::HTML::Content
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
{{{
HTML parser error : Element script embeds close tag
$("#pick_locale").html("<a
href='javascript:pick_locale()'>pick Locale</a>
^
HTML parser error : Element script embeds close tag
$("#pick_category").html("<a href='javascript:pick_category()'>pick
Category
^
}}}
--
Ticket URL: <http://dev.openguides.org/ticket/262>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#248: Implement Content-Type negotiation for RDF output (aka Nicer URIs)
-------------------------+--------------------------------------------------
Reporter: earle | Owner: Nobody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Context: [http://norman.walsh.name/2005/06/19/httpRange-14 Norman Walsh
explains "httpRange-14"]
If a URI is requested of us, we should negotiate with the client
application using whatever Accept: header it offers. Example:
Request URI: http://openguides.example.org/Somewhere
If the client requests Text/HTML (ie, a human using a browser), we should
303 (See Other) redirect to http://openguides.example.org/page/Somewhere
If the client requests Application/RDF+XML, we should 303 (See Other)
redirect to http://openguides.example.org/rdf/Somewhere
The RDF output's rdf:about value will need to have the URI inserted thus:
{{{
<rdf:Description rdf:about="http://openguides.example.org/Somewhere">
<!-- everything else here -->
</rdf:Description>
}}}
--
Ticket URL: <http://dev.openguides.org/ticket/248>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project