Changes between Version 44 and Version 45 of DateFieldPlugin


Ignore:
Timestamp:
Jul 9, 2012, 8:11:49 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Notes about changes with Trac 1.0. Refs #8964 and #10107.

Legend:

Unmodified
Added
Removed
Modified
  • DateFieldPlugin

    v44 v45  
    44== Description ==
    55
    6 This plugin allows for validating custom fields as dates in tickets and also for milestones `due_date` field (some restriction apply).
     6This plugin provides a datepicker for ticket and milestone fields, and validation of the date string for ticket custom fields. It will only validate that the given input has the specified date format (see below). The value is stored in the database as a string, as Trac does not yet have date field support (t:#1942). Note: It will never be the intention of this plugin to provide date-type support.
    77
    8 Currently this will only validate that the given input looks like the specified date format (see below). Date range checking could be added if someone asks nicely enough.
     8With release 1.0, Trac has integrated the jQuery UI library along with datepicker and datetimepicker extensions into the core. Major changes to this plugin have followed suite, and the plugin will be obsolete in an upcoming release once the work in t:#1942 and t:#10756 is complete.
    99
    1010== Usage ==
    11 
    12  1. Install and configure
    13  2. Pick a date on tickets and milestones
    1411
    1512{{{
     
    1815= Development News =
    1916
    20  * 1.1.0: The jQuery UI component has been downgraded to 1.6 to ensure compatibility with jQuery 1.2.6 that ships with Trac 0.11.x
    21  * The 0.12 branch is a development branch has been created to support work towards version 2.0 of the plugin. This branch will be far less stable than the 0.11 branch, and only supports Trac 0.12+ at the moment.
     17 * Version 3.0.0: The 1.0 branch is a development branch that has been created to support work forwards version 3.0 of the plugin, which will only support Trac 1.0 and later.
     18 * Version 2.0.0: The 0.12 branch is a development branch that has been created to support work towards version 2.0 of the plugin, which will only support Trac 0.12 and later.
     19 * Version 1.1.0: The jQuery UI component has been downgraded to 1.6 to ensure compatibility with jQuery 1.2.6 that ships with Trac 0.11.x
    2220
    2321}}}
     22
     23 1. Install and configure
     24 2. Pick a date on tickets and milestones
    2425
    2526'''0.11 branch''' ------------------- '''Development branch'''