#181: It would be good to have a "diff" view in the preview, like Wikimedia has.
------------------------+---------------------------------------------------
Reporter: Kake | Owner: dom
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
When you edit a page on something running the Wikimedia software, you have
the choice of committing your edits, previewing how the page will look
once your edits have gone in, and viewing the differences between the
current version of the page and your proposed edits. OpenGuides can do
the first two, but it would be very nice if it could do the third as well.
--
Ticket URL: <http://dev.openguides.org/ticket/181>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#256: Newly opened
-------------------------+--------------------------------------------------
Reporter: dom | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Would be nice to have a feature which gave you listings of newly opened
establishments. Suggested implemtation - a simple boolean metadata type
'newly_opened' which would be settable via the edit form. Need to think
about how to expire them - perhaps have the edit form default to 'no'
regardless of previous setting.
Could then have a custom RSS feed of these links which would be very cool.
--
Ticket URL: <http://dev.openguides.org/ticket/256>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#229: Allow standard units in search by distance
-------------------------+--------------------------------------------------
Reporter: perigrin | Owner: Nobody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
I've been back in the states long enough now that search for everything
within X [kilo]meters of long/lat doesn't quite grok as well as it did
when I was in Europe.
Someone should look into making this at least accept "standard" units as
well as metric.
--
Ticket URL: <http://dev.openguides.org/ticket/229>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#236: nocontent divs
-------------------------+--------------------------------------------------
Reporter: bob | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
http://www.ysearchblog.com/archives/000444.html
yahoo at least can now be told what parts of a page arnt content. We
should do this for the navbar at least.
--
Ticket URL: <http://dev.openguides.org/ticket/236>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#259: Data validation/correction in databases
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
Various bits of data validation have been missing in OpenGuides for a long
time. Some of them have now been fixed but some junk data will still be in
databases. Need to identify all these cases and orchestrate a fix as part
of a Wiki::Toolkit schema upgrade (if possible) or if not, with a
standalone script.
--
Ticket URL: <http://dev.openguides.org/ticket/259>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#219: Wiki::Toolkit needs attention too
-------------------------+--------------------------------------------------
Reporter: dom | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Just so we don't forget:
{wiki-toolkit 10} needs reviewing.
--
Ticket URL: <http://dev.openguides.org/ticket/219>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#239: Etag
-------------------------+--------------------------------------------------
Reporter: bob | Owner: Nobody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
to help with caching and bandwidth usage we should look at passing an Etag
http header for pages. we could make this out of the current revision
number or indeed last edited date.
http://perl.apache.org/docs/general/correct_headers/correct_headers.html#En…http://developer.yahoo.com/performance/rules.html#etags
possibly useful for the index pages.
this may of course not work for us.
--
Ticket URL: <http://dev.openguides.org/ticket/239>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#234: Logging infrastructure
-------------------------+--------------------------------------------------
Reporter: dom | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Lots of events in OpenGuides are worthy of logging and we don't do
anything at the moment.
Maybe we should use log4perl or similar to set up a flexible framework.
--
Ticket URL: <http://dev.openguides.org/ticket/234>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#253: Pass spam detector modules more
-------------------------+--------------------------------------------------
Reporter: dom | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Spam plugins should be passed $wiki, so they can fetch the config (eg for
API keys) and the CGI environment (for example).
--
Ticket URL: <http://dev.openguides.org/ticket/253>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#258: New macro for number of items in a particular category or locale
-------------------------+--------------------------------------------------
Reporter: kake | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Something like this:
This guide currently covers @ARTICLE_COUNT [[Category Pubs]] pubs.
which would come out as
This guide currently covers 435 pubs.
--
Ticket URL: <http://dev.openguides.org/ticket/258>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project