Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (577 - 579 of 2152)

Ticket Resolution Summary Owner Reporter
#1349 fixed Template tidying zephod zephod

Reported by zephod, 3 years ago.

Description

Various things in templates can be tidied up after work has finished on #1294:

  • remove styling in page in group/index.html (put in css main)
    • ditto for package/search.html
    • ditto for home/index.html
  • Forms.css - to merge into style.css; remove explicit imports elsewhere
    • @import at the top of style.css @import url(forms.css)
  • Make a note: Success/failure controllers clash CSS with success/failure flash banners
#424 fixed Tell JF the format spec & examples dread dread
#1483 fixed Tasks sometimes fail to update task_status table when trying to report a failure johnglover johnglover

Reported by johnglover, 2 years ago.

Description

The error reports do not have a "value". The original task in the task status table is not made and it tries to make a new task, but can't.

Issue: why is the original task_status entry not made?

kindly: there is a chance of course that the task is quicker than the plugin to get to the point where it needs to update the table.

kindly: so we may have to find a way to update the task status before we run the task.

kindly: I think you can supply a task_id to celery. i.e we make our own guid as the task id. So we can use that one to populate the task status.

Note: See TracQuery for help on using queries.