Revision: 1811
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1811&view=rev
Author:   cimorrison
Date:     2011-04-11 13:22:24 +0000 (Mon, 11 Apr 2011)

Log Message:
-----------
Removed the explicit en-AU and en-NZ datepicker initialisations as they have 
now been incorporated by the jQuery UI team in the standard product.

Modified Paths:
--------------
    mrbs/trunk/web/Themes/default/header.inc

Removed Paths:
-------------
    mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-AU.js
    mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-NZ.js

Modified: mrbs/trunk/web/Themes/default/header.inc
===================================================================
--- mrbs/trunk/web/Themes/default/header.inc    2011-04-11 13:13:03 UTC (rev 
1810)
+++ mrbs/trunk/web/Themes/default/header.inc    2011-04-11 13:22:24 UTC (rev 
1811)
@@ -68,19 +68,14 @@
     // which do not exist explicitly.   Although datepicker defaults to US 
English, it
     // helps when choosing the regional settings to have explicit settings.  A 
ticket
     // (#6682) has been raised to request their inclusion.    The files have 
been kept
-    // separate to avoid problems with merging new releases of UI
+    // separate to avoid problems with merging new releases of UI.
     //
-    // Similarly there are no explicit en-AU or en-NZ initialisations.  A 
ticket (#6828)
-    // has been raised.
-    //
     // The Norwegian initialisation is a correction to the standard 
initialisation.
     // Discussions are underway (Jan 2011) with the author of the standard 
initialisation
     // with a view to getting a resolution incorporated in the standard jQuery 
UI package
     ?>
     <script type="text/javascript" 
src="jquery/ui/jquery-ui-datepicker-en.js"></script>
     <script type="text/javascript" 
src="jquery/ui/jquery-ui-datepicker-en-US.js"></script>
-    <script type="text/javascript" 
src="jquery/ui/jquery-ui-datepicker-en-AU.js"></script>
-    <script type="text/javascript" 
src="jquery/ui/jquery-ui-datepicker-en-NZ.js"></script>
     <script type="text/javascript" 
src="jquery/ui/jquery-ui-datepicker-no.js"></script>
     
     

Deleted: mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-AU.js
===================================================================
--- mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-AU.js      2011-04-11 
13:13:03 UTC (rev 1810)
+++ mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-AU.js      2011-04-11 
13:22:24 UTC (rev 1811)
@@ -1,24 +0,0 @@
-/* $Id$ */
-/* English/Australia initialisation for the jQuery UI date picker plugin. */
-/* Based on the en-GB initialisation. */
-jQuery(function($){
-       $.datepicker.regional['en-AU'] = {
-               closeText: 'Done',
-               prevText: 'Prev',
-               nextText: 'Next',
-               currentText: 'Today',
-               monthNames: ['January','February','March','April','May','June',
-               'July','August','September','October','November','December'],
-               monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
-               'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
-               dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 
'Thursday', 'Friday', 'Saturday'],
-               dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 
'Sat'],
-               dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
-               weekHeader: 'Wk',
-               dateFormat: 'dd/mm/yy',
-               firstDay: 1,
-               isRTL: false,
-               showMonthAfterYear: false,
-               yearSuffix: ''};
-       $.datepicker.setDefaults($.datepicker.regional['en-AU']);
-});

Deleted: mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-NZ.js
===================================================================
--- mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-NZ.js      2011-04-11 
13:13:03 UTC (rev 1810)
+++ mrbs/trunk/web/jquery/ui/jquery-ui-datepicker-en-NZ.js      2011-04-11 
13:22:24 UTC (rev 1811)
@@ -1,24 +0,0 @@
-/* $Id$ */
-/* English/New Zealand initialisation for the jQuery UI date picker plugin. */
-/* Based on the en-GB initialisation. */
-jQuery(function($){
-       $.datepicker.regional['en-NZ'] = {
-               closeText: 'Done',
-               prevText: 'Prev',
-               nextText: 'Next',
-               currentText: 'Today',
-               monthNames: ['January','February','March','April','May','June',
-               'July','August','September','October','November','December'],
-               monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
-               'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
-               dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 
'Thursday', 'Friday', 'Saturday'],
-               dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 
'Sat'],
-               dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
-               weekHeader: 'Wk',
-               dateFormat: 'dd/mm/yy',
-               firstDay: 1,
-               isRTL: false,
-               showMonthAfterYear: false,
-               yearSuffix: ''};
-       $.datepicker.setDefaults($.datepicker.regional['en-NZ']);
-});


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to