#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
#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
#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
#63: RecentChanges view does not set not_editable tt_var
-------------------------------+--------------------------------------------
Reporter: ChristopherSchmidt | Owner: dom
Type: defect | Status: new
Priority: normal | Component: openguides
Version: svn | Severity: normal
Keywords: |
-------------------------------+--------------------------------------------
On RecentChanges view, the not_editable variable is not set, so an "edit"
link is presented for the node, for which content will never be seen
because of special casing in the OG code.
--
Ticket URL: <http://dev.openguides.org/ticket/63>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#59: Design improvements
------------------------+---------------------------------------------------
Reporter: dom | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: oxford.openguides.org
Version: | Severity: normal
Keywords: |
------------------------+---------------------------------------------------
Get a classic dreaming spires photo up as a banner with some nice title
text. I have a suitable photo. Will require hacking CSS/templates too.
--
Ticket URL: <http://dev.openguides.org/ticket/59>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#57: Dependencies for tickets
------------------------+---------------------------------------------------
Reporter: earle | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: trac
Version: | Severity: normal
Keywords: tickets |
------------------------+---------------------------------------------------
Since Trac doesn't seem to have a concept of tickets relying on each
other, could we have a custom text field (see TracTicketsCustomFields) on
tickets to enter the numbers of other tickets that need to be fixed first?
--
Ticket URL: <http://dev.openguides.org/ticket/57>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#49: Remove obsolete metadata item "Map Link"
------------------------+---------------------------------------------------
Reporter: ivorw | Owner: dom
Type: enhancement | Status: new
Priority: normal | Component: openguides
Version: | Severity: normal
Keywords: |
------------------------+---------------------------------------------------
The "Map Link" field was originally put in as part of the migration from
UseModWiki for GrubStreet. This was before the geo coordinates were
abstracted out as separate metadata.
As it is, "Map Link" usually does not convey any useful information which
does not appear elsewhere in the metadata, and is not present in the RDF,
hence cannot be mirrored. The exception to this might be sites that have
their own custom "how to get there" page, but these are few and far
between, and of limited use.
Each site can generate its own map links by processing the lat/long,
OS_X/OS_Y or postcode, into a URL to an external mapping site. We can do
much better than this, as is apparent on [http://boston.openguides.org].
This could easily be turned into a plugin, or probably just as easily be
done in template logic.
--
Ticket URL: <http://dev.openguides.org/ticket/49>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project