Custom Query (1173 matches)
Results (163 - 165 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5531 | fixed | Make admin panel headers readable in Airy theme | ||
Description |
The admin panel headers are white by default, making them almost unreadable on the light background used in the Airy theme. The attached patch makes the headers dark, like text elsewhere in the theme. |
|||
#5532 | fixed | Handle collection in batchaddmedia command | ||
Description |
The attached patch makes the batchaddmedia command look for a 'collection-slug' column, that for each row may specify the slug of a collection that the media should be added to. This matches the '--collection-slug' argument of the addmedia command. |
|||
#5533 | fixed | Support Unicode characters in configuration values | ||
Description |
Prior to this patch, using a Unicode character in a configuration string would result in a Tested with Python 2 and 3. |