#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):
TT apparently has its own internal HTML filtering capability.
--
Ticket URL: <http://dev.openguides.org/ticket/79#comment:14>
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):
The escaping shouldn't be done in the commit_node, but in the HTML
presentation logic. Some templates already use CGI.escapeHTML in them; it
would probably be appropriate to do the same here.
--
Ticket URL: <http://dev.openguides.org/ticket/79#comment:13>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#37: No CSS file in distribution
-----------------------------------------+----------------------------------
Reporter: dom | Owner: Kake
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: openguides | Version:
Severity: normal | Resolution:
Keywords: hackfestsummer2007-reviewed |
-----------------------------------------+----------------------------------
Comment (by dom):
Put the default CSS file in static/default.css and then tell Build.PL
about it - search for the 'XXX' comment and add "default.css" to that
array.
--
Ticket URL: <http://dev.openguides.org/ticket/37#comment:10>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#213: Install distributed CSS file/other static files
------------------------+---------------------------------------------------
Reporter: dom | Owner: dom
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
re #37
need config question to define a location for static content, ensure that
it gets used by default (add config question)
--
Ticket URL: <http://dev.openguides.org/ticket/213>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#214: Common categories/locales don't show up on navbar on the "Set
username/prefs" page.
------------------------+---------------------------------------------------
Reporter: Kake | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
If common categories and/or locales are configured, they fail to show up
in the navbar when you're setting your username/preferences. This is
inconsistent. The fix will be similar to my fix for #199.
--
Ticket URL: <http://dev.openguides.org/ticket/214>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#216: "Look for nearby geocaches" link doesn't appear even if you ask for it.
------------------------+---------------------------------------------------
Reporter: Kake | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
There's an option on the preferences page to include a "look for nearby
geocaches" link in the navbar, but it doesn't work. To replicate: select
this preference, save your preferences, view a page with geodata.
--
Ticket URL: <http://dev.openguides.org/ticket/216>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project
#215: Edit form doesn't like geodata with zero longitude.
------------------------+---------------------------------------------------
Reporter: Kake | Owner: Nobody
Type: defect | Status: new
Priority: normal | Milestone:
Component: openguides | Version: svn
Severity: normal | Keywords:
------------------------+---------------------------------------------------
If you enter geodata with a longitude of zero, the edit form assumes you
didn't enter any geodata at all. This is an issue for cities like London
where zero longitude is actually valid. (The workaround is to enter a
very very small value instead of actually zero.)
--
Ticket URL: <http://dev.openguides.org/ticket/215>
OpenGuides <http://openguides.org/>
The OpenGuides city guides project