Edgewall Software

Changes between Version 17 and Version 18 of Ticket #10994


Ignore:
Timestamp:
Jul 11, 2014, 8:43:16 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Replying to Ryan J Ollos <ryan.j.ollos@…>:

  • Addition of a Select All checkbox in the table header.

Proposed changes in log:rjollos.git:t10994.2.

I've prefixed variable names containing jQuery objects with $ (SO:553734/121694). I find the convention to be useful and fairly common in practice, but it should be discussed as to whether it might be adopted in TracDev/CodingStyle#JavaScript.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10994 – Release Notes

    v17 v18  
     1Added a //Select All// checkbox to the admin //Component//, //Enum//, //Milestone//, //Repositories// and //Version// tables.
  • Ticket #10994 – API Changes

    v17 v18  
     1The function `addSelectAllTogglers` adds a //Select All// checkbox to the heading of a table, when executed on jQuery object that wraps a table. The checkboxes in the table must have the `sel` class.