#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
#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
#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
#227: Search Result Pagination
-------------------------+--------------------------------------------------
Reporter: bob | Owner: Nobody
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
the number of results per page of search results should be guide and user
configurable.
So a guide admin can set a default they want and users can choose
different if they want.
All should be an option.
--
Ticket URL: <http://dev.openguides.org/ticket/227>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#169: Printer friendly option
-------------------------+--------------------------------------------------
Reporter: ivorw | Owner: dom
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
It would be nice to have an option for viewing OpenGuides pages without
the navbar, search box, etc. suitable for printing out and giving to
people. Other sites have this.
I suggest index.cgi?id=page_name;format=print
--
Ticket URL: <http://dev.openguides.org/ticket/169>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#201: There should be an admin option to make preview above edit form default to
"on".
-------------------------+--------------------------------------------------
Reporter: Kake | Owner: Kake
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
At the moment, the preview appears below the edit form by default.
Although this can be swapped over in the user preferences, it can be
confusing to new users who haven't discovered the preferences yet. We
should add an admin config option so admins can choose to have their guide
default to "preview above edit form" unless a user chooses otherwise.
(Although this rearrangement could be accomplished in CSS, with suitable
rearrangement of the edit form to use <div>s instead of tables, I think
it's better to do it with conditional logic in the code/templates, since
that lets us integrate it with the user preference.)
--
Ticket URL: <http://dev.openguides.org/ticket/201>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project