#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
#238: Version number in navbar linking to diff is overkill
------------------------+---------------------------------------------------
Reporter: earle | Owner: earle
Type: defect | Status: new
Priority: lowest | Milestone:
Component: openguides | Version: svn
Severity: trivial | Keywords: templates
------------------------+---------------------------------------------------
The navbar already contains a link to the diff for the latest edit in the
"this page" section; the link immediately below to the same place from the
words "Version [n]" is redundant and creates visual clutter.
Posting this here for comment before I change it.
--
Ticket URL: <http://dev.openguides.org/ticket/238>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#94: preferences.cgi should let you go back to the page you were on
-----------------------------+----------------------------------------------
Reporter: Earle | Owner: Nobody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: openguides | Version: svn
Severity: trivial | Resolution:
Keywords: cgi preferences |
-----------------------------+----------------------------------------------
Comment (by Kake):
See also comments on #237.
--
Ticket URL: <http://dev.openguides.org/ticket/94#comment:3>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#237: Preferences should remember what page you were on
-------------------------+--------------------------------------------------
Reporter: earle | Owner: Nobody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords: preferences
-------------------------+--------------------------------------------------
When you go to set your preferences, the "return" link you see afterwards
should take you back to the page you were on. Should be trivial to do with
a script parameter and [% page_name %] in the link to preferences.cgi.
--
Ticket URL: <http://dev.openguides.org/ticket/237>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#38: Link styles are ugly
-------------------------+--------------------------------------------------
Reporter: dom | Owner: Nobody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: openguides | Version:
Severity: minor | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by earle):
Oh well, that technique isn't supported by Internet Explorer yet (sigh).
Never mind.
--
Ticket URL: <http://dev.openguides.org/ticket/38#comment:7>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#38: Link styles are ugly
-------------------------+--------------------------------------------------
Reporter: dom | Owner: Nobody
Type: enhancement | Status: new
Priority: low | Milestone:
Component: openguides | Version:
Severity: minor | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by earle):
I suggest that we remove bracketing from the Perl and do it with CSS. See
attachment.
--
Ticket URL: <http://dev.openguides.org/ticket/38#comment:6>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#79: Strip out HTML in all user input (apart from node content)
-----------------------------------------+----------------------------------
Reporter: dom | Owner: dom
Type: defect | Status: assigned
Priority: high | Milestone:
Component: openguides | Version: svn
Severity: normal | Resolution:
Keywords: hackfestsummer2007-reviewed |
-----------------------------------------+----------------------------------
Comment (by dom):
See also #233 - make sure that escapeHTML does what it should with quotes.
--
Ticket URL: <http://dev.openguides.org/ticket/79#comment:16>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#233: Double Quotes in the summray field
------------------------+---------------------------------------------------
Reporter: bob | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
I dont think were escaping from the database properly.
a summary line of 'one 5 Tube and "rail station on the Bakerloo Line and
the Euston-Watford "Line.'
produces the followign html in the form
{{{
<label for="summary">One-line summary of this page:</label>
<div class="edit_box">
<input size="50" id="summary" name="summary" value="Zone 5
Tube and " rail="" station="" on="" bakerloo="" and="" the="" euston-
watford="" line="" type="text">
</div>
<span class="hint">
A brief description of the thing this page is about. It'll
show
up in lists of search results.
</span>
</div>
</fieldset>
}}}
that would be bad
--
Ticket URL: <http://dev.openguides.org/ticket/233>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project