#6: mod_perl support
-------------------------+--------------------------------------------------
Reporter: dom | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 0.53
Component: openguides | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by crschmidt(a)crschmidt.net):
Also, all cases of 'exit 0' need to be removed in the code -- most of them
can simply be replaced by return 0, some can simply be removed.
--
Ticket URL: <http://dev.openguides.org/ticket/6>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#6: mod_perl support
-------------------------+--------------------------------------------------
Reporter: dom | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 0.53
Component: openguides | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by crschmidt(a)crschmidt.net):
The $r object was something I fixed, but I'm not sure I ever got the code
back into OpenGuides? The cause was attempting to use CGI::redirect
instead of $q = CGI->new(); $q->redirect(); There should have been a
mailing list post about it if I ever sent in a patch for the fix...
--
Ticket URL: <http://dev.openguides.org/ticket/6>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#16: find all [things like this] within [distance]
--------------------------+-------------------------------------------------
Reporter: jkg(a)earth.li | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: 0.47
Severity: normal | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by crschmidt(a)crschmidt.net):
This sounds a lot like Ticket #70...
--
Ticket URL: <http://dev.openguides.org/ticket/16>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#70: "Things nearby"
-----------------------------------------+----------------------------------
Reporter: earle | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: svn | Severity: normal
Keywords: metadata, geodata, templates |
-----------------------------------------+----------------------------------
Every page should have a "things nearby" listing if it has had geodata
specified.
For an example, see the "other pubs nearby" section of
[http://www.beerintheevening.com/pubs/s/61/6160/Sheepwalk/Leytonstone this
page at BITE].
--
Ticket URL: <http://dev.openguides.org/ticket/70>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#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
#94: preferences.cgi should let you go back to the page you were on
-------------------------+--------------------------------------------------
Reporter: Earle | Owner: dom
Type: enhancement | Status: new
Priority: low | Milestone:
Component: openguides | Version:
Severity: trivial | Keywords: cgi preferences
-------------------------+--------------------------------------------------
Should be easy enough using the referer [sic] HTTP header.
--
Ticket URL: <http://dev.openguides.org/ticket/94>
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