Custom Query (1173 matches)
Results (247 - 249 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #503 | no-action | Write tests for the OAuth plugin | ||
| Description |
Add test coverage for
|
|||
| #437 | fixed | Wrap bio text in <div> instead of <p> | ||
| Description |
Our markdown library wraps the text in a div, that div breaks out of the <p> scope (as we are working with HTML, not XHTML) and then we get an orphaned </p> tag. |
|||
| #5066 | fixed | Work around pbutils import warning bug | ||
| Description |
Until bug 736260 in pygobject/pbutils has been fixed, we get these warnings whenever mediagoblin is run: …/lib64/python2.7/site-packages/gi/module.py:178: Warning: g_array_append_vals: assertion 'array' failed g_type = info.get_g_type() …/lib64/python2.7/site-packages/gi/module.py:178: Warning: g_hash_table_lookup: assertion 'hash_table != NULL' failed g_type = info.get_g_type() …/lib64/python2.7/site-packages/gi/module.py:178: Warning: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed g_type = info.get_g_type()
Attached is a patch to workaround it - run |
|||
