log src/pages/tickets/new/page_meta.py @ 1118:6ddd47be0875

age author description
2018-06-29 Goffi server: code style reformatting using black
2018-06-01 Goffi server, pages: fixed blocking calls to bridge by using bridgeCall instead
2018-06-01 Goffi pages (tickets/new): fixed use of legacy "reporter" instead of "author"
2018-03-26 Goffi pages (tickets): tickets discovery:
2017-11-30 Goffi pages (tickets/new): renamed bridge method to follow backend change.
2017-11-15 Goffi pages (tickets/new): added reporter_jid in ignore list (if needed, it is filled in backend)
2017-11-11 Goffi pages (tickets/new): refuse data if body is not set
2017-11-11 Goffi pages (tickets/new): ignore milestone and priority on new ticket (those field should be set by node owner)
2017-11-10 Goffi pages (tickets): URLs for list and new are set in the template for the whole subhierarchy
2017-11-09 Goffi page(tickets/new): use string instead of textbox for labels, and use comma to split them
2017-11-09 Goffi page(tickets/new): refuse request if title is not set
2017-11-09 Goffi page(tickets/new): ignore status as it makes sense to use default status on ticket creation
2017-11-09 Goffi pages (core, tickets/new): replaced post_redirect_uri mechanism by post_redirect_page:
2017-11-05 Goffi pages (tickets): tickets first draft: