Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 1174)

Ticket Resolution Summary Owner Reporter
#91 WONTFIX backup of redmine issues Matt Lee Will Kahn-Greene
Description

Do we have backups for all the data in Redmine?

If so, how often and where are the backups hosted?

If not, then we should start backing up the data because losing it would be the suck.

#92 FIXED Need a util.html_cleaner() method with good tests Christopher Allan Webber
Description

There's no way around it, we're going to need a good sanitizer for comment/description/etc html regardless of whether or not we use markdown ... so I think the html cleaner should:

  • use lxml.html.clean
  • Use only whitelisted tags... this is possible through lxml, we need to do it right. Tags I think we'll need to allow: b, i, em, strong, p, ul, ol, li, a, br. (any others?)
  • Only whitelisted attributes
  • XSS attribute attack prevention, other XSS prevention stuff... see the lxml.html.clean docs.
  • have tests that try to attack each one of these components.

In the future it might be a good idea to also prevent certain other annoying things... deeply nested

?
.. raw:: html

   <p>

's, etc. But for now I think this will be good enough.

#93 FIXED Consider Workbench class Christopher Allan Webber Elrond
Description

Out of random thinking, I was pondering about a Workbench class.

This ticket is mainly to not loose the discussion points, etc.

Ideas, etc will pop up on my dev/workbench_class branch.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.