Custom Query (1173 matches)
Results (166 - 168 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5534 | fixed | Remove dead code in batchaddmedia.py | ||
Description |
Remove an unused import and an unused local variable from batchaddmedia.py. |
|||
#5535 | no-action | Remove unused local variables | ||
Description |
After a similar cleanup in ticket #5534, I discovered a bunch of other local variables that were assigned to but never used. |
|||
#5578 | fixed | Add datetime_format config option | ||
Description |
Here is a small patch moving the datetime_format used in various places to the config. This allows for a global override per site.
I set the default in the config spec to what was previously used throughout the code, but I find it rather awkward. I think |