#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
#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
#183: map index should be more intelligent
------------------------+---------------------------------------------------
Reporter: bob | Owner: dom
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
the map index should make more intelligent decisions about its centre and
zoom level
--
Ticket URL: <http://dev.openguides.org/ticket/183>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#196: Need "revert all changes by x" tool and "revert guide to state at yyyy-mm-
dd hh:mm" tool
------------------------+---------------------------------------------------
Reporter: nick | Owner: dom
Type: defect | Status: new
Priority: high | Milestone:
Component: openguides | Version: svn
Severity: major | Keywords: spam commandline
------------------------+---------------------------------------------------
To deal with spam attacks, we need the following two tools:
* revert all changes by username (be that a name or a ip)
* revert all changes since a certain date
For the former, grab node id and version, delete those from content and
metadata, roll node back one version, then copy content over.
For latter, grab last node id and version before date, delete all versions
after on metadata and content, roll node back to last version before data,
then copy content over.
--
Ticket URL: <http://dev.openguides.org/ticket/196>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#195: Further discussion of location of common category/locale stuff
------------------------+---------------------------------------------------
Reporter: dom | Owner: dom
Type: task | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
Kake things the common cat/locales should be in the navbar; this possibly
conflicts with design work done by Torchbox. We should try and discuss the
best way to go forward in conjunction with finding out if we are likely to
get anything usable out of Torchbox.
--
Ticket URL: <http://dev.openguides.org/ticket/195>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#185: admin audit trail
-------------------------+--------------------------------------------------
Reporter: bob | Owner: dom
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
currently admins can do stuff with no audit trail or accountability.
admin rights should be based on user credentials not just a password.
admin actions should log somewhere.
--
Ticket URL: <http://dev.openguides.org/ticket/185>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#193: erroneous data on node doesnt exist page
------------------------+---------------------------------------------------
Reporter: bob | Owner: kake
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
if you go to a non existent node you see revision and last edited data .
you probably shouldnt
--
Ticket URL: <http://dev.openguides.org/ticket/193>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#198: Banned word list content filtering
-------------------------+--------------------------------------------------
Reporter: dom | Owner: dom
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
We need some simple banned word content filtering.
Earle has submitted the attached as a start on this, which is probably
half-there, but really this should be done in Wiki::Toolkit as a pre-write
plugin?
To be discussed post 0.59.
--
Ticket URL: <http://dev.openguides.org/ticket/198>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#180: Opensearch discovery
-------------------------+--------------------------------------------------
Reporter: bob | Owner: dom
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Since we have a search page for each guide it would be nice to let people
add it easily to their firefox search button thing. this can be
done with stuff we already know.
we need to write out a opensearch.xml like below
{{{
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>$Guide_name</ShortName>
<Description>Search the $Guide_name</Description>
<Tags>$guide_name</Tags>
<Url type="text/html"
template="$search_url?search={searchTerms}"/>
</OpenSearchDescription>
}}}
then we need to add a <link> statement to the header.tt
{{{
<link rel="search" href="$guide_url/opensearch.xml""
type="application/opensearchdescription+xml"
title="$guide_name" />
}}}
--
Ticket URL: <http://dev.openguides.org/ticket/180>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project