#72: Node renaming tool
---------------------------------------+------------------------------------
Reporter: earle | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: | Severity: normal
Keywords: utilities, database, admin |
---------------------------------------+------------------------------------
There should be a tool for admins to rename nodes. As I see it the steps
of doing so are:
{{{
#!html
<ol>
<li>Pick node, new node name.</li>
<li>Get error if new name exists. Otherwise, confirm rename yes/no.</li>
<li>All node data, metadata gets copied with new name.</li>
<li>For each node in the metadata shown as linking to the old node, copy
the content, replace the old name with new in the content and save
it.</li>
<li>Replace occurrences of old name with new in link metadata just
mentioned.</li>
<li>Delete all node data for old node.</li>
<li>Display confirmation.</li>
</ol>
}}}
--
Ticket URL: <http://dev.openguides.org/ticket/72>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#60: Default node content
------------------------+---------------------------------------------------
Reporter: dom | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: | Severity: normal
Keywords: |
------------------------+---------------------------------------------------
We should prepopulate some choice nodes with some skeletal text to make
the initial install less intimidating (especially the home page and those
linked in the navbar).
--
Ticket URL: <http://dev.openguides.org/ticket/60>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#81: Make "Category" and "Locale" prefixes in autogenerated nodes optional or
customisable
------------------------+---------------------------------------------------
Reporter: grimoire | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: 0.51 | Severity: normal
Keywords: |
------------------------+---------------------------------------------------
I believe that having "Category" and "Locale" prefixed to the name of a
node is redundant and counterintuitive for users. A node is a category if
it is in category Category, and a locale if it is in category Locale.
Also, my Guide is becoming full of redirects from Locale Foo to Foo, and
Category Bar to Bar (and occasionally from both Locale Foo and Category
Foo to Foo).
Several places in the OpenGuides code seem to require that locales and
categories have node names prefixed with this information, so it's easier
said than done, sadly.
--
Ticket URL: <http://dev.openguides.org/ticket/81>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#85: Custom user stylesheets
------------------------+---------------------------------------------------
Reporter: ivorw | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: svn | Severity: normal
Keywords: |
------------------------+---------------------------------------------------
I think it would be really useful if people could set their own CSS url in
user prefs. This would make developing look & feel so much easier.
However, I'm wondering if we want the user CSS in addition to the site one
or instead.
What do others think?
--
Ticket URL: <http://dev.openguides.org/ticket/85>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#79: Strip out HTML in node names
-------------------+--------------------------------------------------------
Reporter: dom | Owner: dom
Type: defect | Status: new
Priority: high | Component: openguides
Version: svn | Severity: normal
Keywords: |
-------------------+--------------------------------------------------------
A new spamming ploy is to use <a href ... node names. This results in much
easier linkspamming and should be filtered out.
--
Ticket URL: <http://dev.openguides.org/ticket/79>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#78: deleting versions out of order results in inconsistency
-------------------+--------------------------------------------------------
Reporter: dom | Owner: dom
Type: defect | Status: new
Priority: normal | Component: openguides
Version: 0.51 | Severity: normal
Keywords: |
-------------------+--------------------------------------------------------
Just a quick one to remind me to look in more detail. If I delete version
2 out of 3 of a node, the comments end up being inconsistent. Bug in the
delete function I guess.
--
Ticket URL: <http://dev.openguides.org/ticket/78>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#76: Interwiki linking
------------------------+---------------------------------------------------
Reporter: dom | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: svn | Severity: normal
Keywords: |
------------------------+---------------------------------------------------
Have a nice way of linking to other openguides wikis:
{{{
[[OpenGuides:Oxford:Node Name|Link Text]]
}}}
This would probably require a cachable
http://openguides.org/guide_directory.txt to resolve guide names into
URLs.
--
Ticket URL: <http://dev.openguides.org/ticket/76>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#82: Search link from Kake's perl.com article to london is broken
---------------------+------------------------------------------------------
Reporter: grimoire | Owner: dom
Type: defect | Status: new
Priority: normal | Component: openguides
Version: 0.50 | Severity: normal
Keywords: |
---------------------+------------------------------------------------------
While reading [http://www.perl.com/pub/a/2003/10/31/openguides.html Kake's
perl.com OpenGuides article], I tried clicking the link for
"[http://london.openguides.org/supersearch.cgi?lat=51.509186;long=-0.132106;d…
find me everything within half a kilometre of Piccadilly Circus Tube
station]". At the time of creating this ticket, it doesn't work,
presumably because the names of the CGI parameters have changed. This is
mildly embarrasing.
--
Ticket URL: <http://dev.openguides.org/ticket/82>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#77: Coordinates are off when viewed from Google
--------------------+-------------------------------------------------------
Reporter: ivorw | Owner: earle
Type: defect | Status: new
Priority: normal | Component: london.openguides.org
Version: svn | Severity: normal
Keywords: geodata |
--------------------+-------------------------------------------------------
Google Maps has highlighted that the Lat/Long coordinates are offset from
the maps.
see The Millenium Dome, for an example:
http://www.nurflax.net/cgi-
bin/openguides/wiki.cgi?action=index;format=map&long=0.006849&lat=51.503005&zoom=1
--
Ticket URL: <http://dev.openguides.org/ticket/77>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project