From db01c2c74c4e92544001de1a7fb06707a2a2dcf9 Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Wed, 4 Mar 2009 19:31:21 +0000 Subject: [PATCH] Add date postfix to the filename of each our JS or CSS files that still don't have it. Update filename changes in soc/base.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed --HG-- rename : app/soc/content/css/ui.datetimepicker.css => app/soc/content/css/ui.datetimepicker-090304.css rename : app/soc/content/js/bulk-review.js => app/soc/content/js/bulk-review-090304.js rename : app/soc/content/css/jquery-autocomplete.css => app/soc/content/css/jquery-autocomplete-090304.css rename : app/soc/content/js/datetime-loader.js => app/soc/content/js/datetime-loader-090304.js rename : app/soc/content/js/datetimepicker.js => app/soc/content/js/datetimepicker-090304.js rename : app/soc/content/css/jquery-thickbox.css => app/soc/content/css/jquery-thickbox-090304.css --- ...query-autocomplete.css => jquery-autocomplete-090304.css} | 0 .../css/{jquery-thickbox.css => jquery-thickbox-090304.css} | 0 .../{ui.datetimepicker.css => ui.datetimepicker-090304.css} | 0 app/soc/content/js/{bulk-review.js => bulk-review-090304.js} | 0 .../js/{datetime-loader.js => datetime-loader-090304.js} | 0 .../js/{datetimepicker.js => datetimepicker-090304.js} | 0 app/soc/templates/soc/base.html | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename app/soc/content/css/{jquery-autocomplete.css => jquery-autocomplete-090304.css} (100%) rename app/soc/content/css/{jquery-thickbox.css => jquery-thickbox-090304.css} (100%) rename app/soc/content/css/{ui.datetimepicker.css => ui.datetimepicker-090304.css} (100%) rename app/soc/content/js/{bulk-review.js => bulk-review-090304.js} (100%) rename app/soc/content/js/{datetime-loader.js => datetime-loader-090304.js} (100%) rename app/soc/content/js/{datetimepicker.js => datetimepicker-090304.js} (100%) diff --git a/app/soc/content/css/jquery-autocomplete.css b/app/soc/content/css/jquery-autocomplete-090304.css similarity index 100% rename from app/soc/content/css/jquery-autocomplete.css rename to app/soc/content/css/jquery-autocomplete-090304.css diff --git a/app/soc/content/css/jquery-thickbox.css b/app/soc/content/css/jquery-thickbox-090304.css similarity index 100% rename from app/soc/content/css/jquery-thickbox.css rename to app/soc/content/css/jquery-thickbox-090304.css diff --git a/app/soc/content/css/ui.datetimepicker.css b/app/soc/content/css/ui.datetimepicker-090304.css similarity index 100% rename from app/soc/content/css/ui.datetimepicker.css rename to app/soc/content/css/ui.datetimepicker-090304.css diff --git a/app/soc/content/js/bulk-review.js b/app/soc/content/js/bulk-review-090304.js similarity index 100% rename from app/soc/content/js/bulk-review.js rename to app/soc/content/js/bulk-review-090304.js diff --git a/app/soc/content/js/datetime-loader.js b/app/soc/content/js/datetime-loader-090304.js similarity index 100% rename from app/soc/content/js/datetime-loader.js rename to app/soc/content/js/datetime-loader-090304.js diff --git a/app/soc/content/js/datetimepicker.js b/app/soc/content/js/datetimepicker-090304.js similarity index 100% rename from app/soc/content/js/datetimepicker.js rename to app/soc/content/js/datetimepicker-090304.js diff --git a/app/soc/templates/soc/base.html b/app/soc/templates/soc/base.html index 9c7b249a..9e70fafb 100644 --- a/app/soc/templates/soc/base.html +++ b/app/soc/templates/soc/base.html @@ -18,13 +18,13 @@ limitations under the License. {% block stylesheet %} {% if uses_jq_autocomplete %} - + {% endif %} {% if uses_jq_thickbox %} - + {% endif %} {% if uses_jq_datetimepicker %} - + {% endif %} {% endblock %} @@ -69,15 +69,15 @@ limitations under the License. <script type="text/javascript" src="/jquery/jquery-progressbar.js"></script> {% endif %} {% if uses_bulk_review %} - <script type="text/javascript" src="/soc/content/js/bulk-review.js"></script> + <script type="text/javascript" src="/soc/content/js/bulk-review-090304.js"></script> {% endif %} {% if uses_jq_ui_core %} <script type="text/javascript" src="/jquery/jquery-ui.core.js"></script> {% endif %} {% if uses_jq_datetimepicker %} <script type="text/javascript" src="/jquery/jquery-ui.datetimepicker.js"></script> - <script type="text/javascript" src="/soc/content/js/datetime-loader.js"></script> - <script type="text/javascript" src="/soc/content/js/datetimepicker.js"></script> + <script type="text/javascript" src="/soc/content/js/datetime-loader-090304.js"></script> + <script type="text/javascript" src="/soc/content/js/datetimepicker-090304.js"></script> {% endif %} </head> {% endblock %} -- 2.11.4.GIT