#83: Rationalise setup for london.openguides.org
-------------------+--------------------------------------------------------
Reporter: earle | Owner: earle
Type: task | Status: new
Priority: normal | Component: london.openguides.org
Version: | Severity: normal
Keywords: |
-------------------+--------------------------------------------------------
London.og is a mess internally, featuring a number of custom hacks and old
bits of junk lying around, making it extremely tedious to upgrade. Time
needs to be taken to sort it out properly.
--
Ticket URL: <http://dev.openguides.org/ticket/83>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#8: Basic auth integration
-------------------------+--------------------------------------------------
Reporter: dom | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by chris(a)prather.org):
well the simplest solution would have the authentication mechanisim create
a preferences cookie (ala preferences.cgi). I have attempted to hack up a
copy of preferences.cgi to do this with an OpenID authentication system,
but it's untested.
--
Ticket URL: <http://dev.openguides.org/ticket/8>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#87: Pass through source for mirror sites
------------------------+---------------------------------------------------
Reporter: ivorw | Owner: ivorw
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: svn | Severity: normal
Keywords: |
------------------------+---------------------------------------------------
A mirror site should really be read only. But, how should an edit request
be dealt with?
Granted the mirror site could have the templates patched to remove the
edit link. But this wouldn't stop spammers. Also, this wouldn't solve the
problem of mirrors that also contain some of their own content.
The way to detect that a page is mirrored, is that there is a 'source'
metadata item, containing the URL of the page on another guide.
This should be passed through to the templates, which can do the
necessary.
This change will have no effect on guides which are not mirrors.
--
Ticket URL: <http://dev.openguides.org/ticket/87>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#66: Locales in RDF should use dc:title, not foaf:name
-------------------+--------------------------------------------------------
Reporter: earle | Owner: earle
Type: defect | Status: new
Priority: normal | Component: london.openguides.org
Version: svn | Severity: normal
Keywords: rdf |
-------------------+--------------------------------------------------------
{{{
<foaf:based_near>
<wn:Neighborhood>
<foaf:name>Streatham</foaf:name>
</wn:Neighborhood>
</foaf:based_near>
}}}
foaf:name has a domain of foaf:Person, which is disjoint with
wn:Neighbourhood. dc:title would be more appropriate.
--
Ticket URL: <http://dev.openguides.org/ticket/66>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#75: Google maps dms bug
-------------------+--------------------------------------------------------
Reporter: dom | Owner: dom
Type: defect | Status: new
Priority: normal | Component: openguides
Version: svn | Severity: normal
Keywords: |
-------------------+--------------------------------------------------------
Google maps support erroneously tries to use dms lat/longs rather than
decimal if users select it.
--
Ticket URL: <http://dev.openguides.org/ticket/75>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#46: Google maps integration
------------------------+---------------------------------------------------
Reporter: dom | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: | Severity: normal
Keywords: |
------------------------+---------------------------------------------------
Google maps as an index type, on nodes and search results would be cool.
Like http://boston.openguides.org/ has, in fact.
--
Ticket URL: <http://dev.openguides.org/ticket/46>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#68: Malformed user name input not blocked by preferences template
--------------------------+-------------------------------------------------
Reporter: earle | Owner: dom
Type: defect | Status: new
Priority: normal | Component: openguides
Version: svn | Severity: normal
Keywords: templates cgi |
--------------------------+-------------------------------------------------
If you put something like
{{{
<a href="http://example.com/">Foo</a>
}}}
into the preferences page as your username, the edit form gets broken.
(See attachment.) The username should be unescaped or some such before
being set in the preferences cookie.
--
Ticket URL: <http://dev.openguides.org/ticket/68>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project