Custom Query (1173 matches)
Results (289 - 291 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #120 | FIXED | User bio should be Markdown-enabled | ||
| Description |
The user bio should be Markdown enabled with the
``mediagoblin.util.cleaned_markdown_conversion()`` function.
Proposal:
- Add a field to User (``mediagoblin/db/models.py``) which is
named ``bio_html`` (see the description\_html field in
``MediaEntry`` [same file] for refernce).
- When the user updates the bio field
(``mediagoblin/edit/views.py:edit_profile()``), run the
``cleaned_markdown_conversion()`` and put the output in the
``bio_html`` field.
- Edit ``mediagoblin/templates/mediagoblin/utils/profile.html`` to
output ``user.bio_html`` instead of ``user.bio`` and to NOT
autoescape the output of ``{{ user.bio_html }}`` (see
@mediagoblin/templates/mediagoblin/user\_pages/media.html for
reference).
|
|||
| #156 | FIXED | Use wtforms.render_divs(form) again | ||
| 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. |
|||
| #5403 | fixed | Use upstream version of freesound | ||
| Description |
#5333 was closed by changing freesound in extlib. This is not the best thing to do; the best would be to use upstream version without modification (see extlib/README). This ticket is here to verify that we use the same code upstream has. Pull request to upstream: https://github.com/MTG/freesound/pull/700 |
|||
