Edgewall Software

Changes between Version 6 and Version 7 of TracDev/JavaScript


Ignore:
Timestamp:
Jan 26, 2013, 8:08:17 PM (11 years ago)
Author:
Christian Boos
Comment:

#Timepicker: document upgrade procedure

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/JavaScript

    v6 v7  
    4646
    4747
    48 Our date picker is a jQuery UI add-on, the [https://github.com/trentrichardson/jQuery-Timepicker-Addon jQuery Timepicker].
     48==== jQuery UI Timepicker Addon #Timepicker
     49
     50We use the [http://trentrichardson.com/examples/timepicker/ Timepicker extension] for the standard jQuery UI datepicker.
     51
     52We get the releases from the following URLs: `https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/v1.1.1`. Get the release matching the jQuery UI version we use.
     53
     54The `jquery-ui-timepicker-addon.js` file is usually compressed using the [https://developers.google.com/closure/compiler/ Google Closure Compiler], which gives good results. The minified file is saved in [source:trunk/trac/htdocs/js/jquery-ui-addons.js trac/htdocs/js/jquery-ui-addons.js].
     55
     56The `jquery-ui-timepicker-addon.css` file is merged with the [source:trunk/trac/htdocs/css/jquery-ui-addons.css trac/htdocs/css/jquery-ui-addons.css] file.