Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 1173)

Ticket Owner Reporter Resolution Summary
#954 anongoblin fixed plain text <br/>
Description

After trying to register with cookies disabled, I get the 403 error. There is a plain text <br /> in the explanation:

CSRF cookie not present. This is most likely the result of a cookie blocker or somesuch.<br/>Make sure to permit the settings of cookies for this domain.

#965 ayleph fixed Change TextField to StringField in wtforms elements
Description

The WTFroms TextField alias to StringField has been deprecated. There are numerous TextField entries in various forms (login, register, blog, comments, etc). These cause warnings as such in the log.

/path/to/mediagoblin/lib/python2.7/site-packages/WTForms-2.0.1-py2.7.egg/wtforms/fields/simple.py:23: DeprecationWarning: The TextField alias for StringField has been deprecated and will be removed in WTForms 3.0

From http://wtforms.readthedocs.org/en/latest/whats_new.html :

The TextField alias for StringField is deprecated.

#966 Matt Molyneaux wontfix Latest version of "Markdown" package is incompatible with Python 2.6
Description

Markdown 2.5 has just been released and is incompatible with Python 2.6.

Other than just dropping Python 2.6 support (not really an option for 0.7.*), we have two other options:

  • Pin Markdown to <2.5 until we drop Py2.6 support
  • Install importlib via PyPI for Py2.6 users (via conditional requirements in setup.py)

See the release notes for more details.

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