Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 1174)

Ticket Resolution Summary Owner Reporter
#156 FIXED Use wtforms.render_divs(form) again Caleb Davis Elrond
Description

Due to some reasons, the call to render_divs(form) was turned into individual calls to wtforms_util.render_field_div(form.field).

It is currently believed, that this is unnecessary.

The idea is to

  • Use the normal whole form based render_to_multiple_divs macro again
  • Make sure the ordering of fields in the rendered html stays the same (reorder fields in the individual */forms.py instead)

Some special considerations for textareas might be needed, get in touch with cwebber concerning this part.

#157 FIXED Default theme should have DOCTYPE to trigger standards mode Odin Hørthe Omdal Odin Hørthe Omdal
Description

W3 validator barfs at the default theme because of this missing thing. Also, some browsers will change behaviour when they see pages that miss that.

I suggest using the standard HTML5 doctype:

?
.. raw:: html

   <!doctype html>

Offering an patch.

#158 FIXED User profile wrongly nests HTML (footer lying inside content) Odin Hørthe Omdal Odin Hørthe Omdal
Description

When looking at profiles it's all wrong because of bad nesting.

Found fault, patch attached.

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