Edgewall Software

Changes between Version 28 and Version 29 of Ticket #12787


Ignore:
Timestamp:
Aug 26, 2019, 2:02:58 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12787 – API Changes

    v28 v29  
    11Removed deprecated code:
    2 * Genshi template framework
    3 * `ITemplateStreamFilter`
    4 * `InvalidAttachment` and `InvalidTicket` exceptions
    5 * Accessor in `TicketModule` for moved options: `max_comment_size`, `max_description_size`, `max_summary_size` (moved to `TicketSystem`).
    6 * `Environment.get_systeminfo`
    7 * `EnvironmentStub.clear_component_registry` and `EnvironmentStub.restore_component_registry`
    8 * `IAttachmentChangeListener.attachment_reparented` and `Attachment.reparent`
    9 * Deprecated parameters of `Query` methods
     2* Genshi template framework removed
     3* `ITemplateStreamFilter` removed
     4* `IRequestFilter.post_process_request` `method` argument removed and `metadata` argument is required rather than optional
     5* `InvalidAttachment` and `InvalidTicket` exceptions removed
     6* Accessors removed in `TicketModule` for moved options: `max_comment_size`, `max_description_size`, `max_summary_size` (moved to `TicketSystem`)
     7* `Environment.get_systeminfo` removed
     8* `EnvironmentStub.clear_component_registry` and `EnvironmentStub.restore_component_registry` removed
     9* `IAttachmentChangeListener.attachment_reparented` and `Attachment.reparent` removed
     10* Deprecated parameters of `Query` methods removed
    1011* `Request.send_error` no longer renders an error page
    11 * `charset` and `ie_if` attributes from script elements (and from function `add_script`)
    12 * `excanvas.js`
    13 
    14 `IRequestFilter` signature changes
     12* `charset` and `ie_if` attributes from script elements removed (and from function `add_script`)
     13* `excanvas.js` removed