Custom Query (1173 matches)
Results (154 - 156 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#505 | fixed | upgrade to trac 1.0 | ||
Description |
We're using 0.12.2. We should upgrade to 1.0 (or whatever is latest when we do this work). 1.0 release notes are here: http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/1.0 |
|||
#507 | fixed | Possibly get rid of WebOb, Routes, Beaker? | ||
Description |
Joar has done some things to switch our requests over to werkzeug's request/response objects. It's possible we should finish the job. For part 1 of this ticket:
If we do this, then maybe we should just get rid of Beaker and Routes. Possibly,
|
|||
#509 | fixed | Extract media file submission logic into common library | ||
Description |
Take a look at the views for /submit/ and /api/submit/. The media file submission logic between them is largely duplicated.
This logic should be moved to This logic should be adapted so that it covers both the /submit/ and /api/submit use-case. The /submit/ and /api/submit/ views should be adapted to use library tool for media file submission. |