#39: Spell checker
------------------------+---------------------------------------------------
Reporter: dom | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: | Severity: normal
Keywords: |
------------------------+---------------------------------------------------
From http://oxford.openguides.org/wiki/?Comments:
James: My spelling is bad I know. Is it possible to add some sort of spell
check? Even if it's just a list of mispelled words so I can go back and
re-edit the entry?
* Not my itch; patches welcome :) --Kake
--
Ticket URL: <http://dev.openguides.org/ticket/39>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#56: Config options for license data
------------------------+---------------------------------------------------
Reporter: earle | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: 0.51 | Severity: normal
Keywords: config |
------------------------+---------------------------------------------------
We should have config options called licence_url and licence_info_url. The
former would be used to link to the canonical page about a licence (e.g.
something on creativecommons.org); the latter a local page about the
licecse (like "Site Licence" on London).
--
Ticket URL: <http://dev.openguides.org/ticket/56>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#54: RSS redirect breaks username= parameter
-------------------+--------------------------------------------------------
Reporter: dom | Owner: dom
Type: defect | Status: new
Priority: normal | Component: openguides
Version: | Severity: normal
Keywords: |
-------------------+--------------------------------------------------------
action=rss;username=Foo should redirect to
action=rc;format=rss;username=Foo
but it redirects to action=rc;format=rss.
--
Ticket URL: <http://dev.openguides.org/ticket/54>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#80: Linking to a node with no name causes a crash
-------------------+--------------------------------------------------------
Reporter: ivorw | Owner: dom
Type: defect | Status: new
Priority: normal | Component: openguides
Version: svn | Severity: normal
Keywords: |
-------------------+--------------------------------------------------------
See http://manchester.openguides.org/?id=Wheel_Of_Manchester&version=1 for
an example
Putting a wiki link [[|foo]] causes the wikiformatter to b0rk.
--
Ticket URL: <http://dev.openguides.org/ticket/80>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#42: "About" output
------------------------+---------------------------------------------------
Reporter: earle | Owner: earle
Type: enhancement | Status: new
Priority: low | Component: openguides
Version: | Severity: minor
Keywords: rdf |
------------------------+---------------------------------------------------
There should be an "action=about" method in wiki.cgi that produces an
"About this guide" page, with information about the OpenGuides install
(version number, logo, link to website, etc). I figure a link to this
could replace the standard OpenGuides link at the bottom of every page.
There should also be a link on that page to "action=about;format=rdf"
which would produce [http://usefulinc.com/doap/ DOAP] output about the
software.
--
Ticket URL: <http://dev.openguides.org/ticket/42>
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
#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