#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