#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
#204: Nodes can be created with no content.
------------------------+---------------------------------------------------
Reporter: Kake | Owner: dom
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
If you create a new page, and don't give it any content, then OpenGuides
gets very confused about whether it exists or not.
To recreate: click "Create New Page", add some data other than content,
save the page, and you'll be bounced to a "we don't currently have a page
called X"
--
Ticket URL: <http://dev.openguides.org/ticket/204>
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
#203: Let specific IP addresses bypass moderation.
-------------------------+--------------------------------------------------
Reporter: Kake | Owner: dom
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
It would be useful to let specific IP addresses bypass the moderation
mechanism. A comma-separated list in wiki.conf might do the trick.
--
Ticket URL: <http://dev.openguides.org/ticket/203>
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
#200: Random Page exclusion of locales and categories
-------------------------+--------------------------------------------------
Reporter: bob | Owner: kake
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
the random page should exclude locales and categories.
this should be a setting determined by the guide admin and the user.
The guide admin decides what the default should be. the user should be
allowed to override this.
--
Ticket URL: <http://dev.openguides.org/ticket/200>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#224: error on install - Config::Tiny required
------------------------+---------------------------------------------------
Reporter: dom | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: 0.60
Severity: normal | Keywords:
------------------------+---------------------------------------------------
From http://rt.cpan.org/Public/Bug/Display.html?id=27311:
On trying to install OpenGuides 0.60 from CPAN.pm I saw:
CPAN.pm: Going to build D/DO/DOM/OpenGuides-0.60.tar.gz
# running Build.PL
/usr/local/bin/perl Build.PL
Config::Tiny is required to configure this application.
Couldn't run Build.PL: at
/usr/local/lib/perl5/site_perl/5.8.8/Module/Build/Compat.pm line 200.
Warning: No success on command[/usr/local/bin/perl Makefile.PL]
DOM/OpenGuides-0.60.tar.gz
/usr/local/bin/perl Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Failed during this command:
DOM/OpenGuides-0.60.tar.gz : writemakefile NO
'/usr/local/bin/perl Makefile.PL' returned status 512
Surely if Config::Tiny is required to install then it should be defined
so that CPAN.pm will go away and install it for me?
--
Ticket URL: <http://dev.openguides.org/ticket/224>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#222: node_image div shouldn't be within metadata div
------------------------+---------------------------------------------------
Reporter: Kake | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
At the moment, the <div> containing the node image is contained within the
metadata <div>. This really limits the possible ways to style the page —
it looks OK if you don't have inline Google maps turned on (e.g. RGL) but
it doesn't seem possible to make the page not ugly if you have them turned
on; e.g. http://the.earth.li/~kake/cgi-bin/openguides/vegan-
oxford.cgi?Inner_Bookshop and
http://saintpaul.openguides.org/index.cgi?Mickey%27s_Diner
It doesn't make sense semantically either - the node image itself isn't
metadata (although its URI and associated data are).
The node image div should be separate from the metadata one.
--
Ticket URL: <http://dev.openguides.org/ticket/222>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#207: we should NOINDEX some pages
-------------------------+--------------------------------------------------
Reporter: bob | Owner: dom
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Search engines are doing the wrong thing with old versions of the data. We
should tell them to noindex it through the use of meta tags
http://www.robotstxt.org/wc/exclusion.html#meta
Current list of pages which should have this.
history, version pages, diffs
--
Ticket URL: <http://dev.openguides.org/ticket/207>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project