comparison gpp/settings.py @ 11:cc8eb028def1

Update jquery-ui and theme version that is hosted on google. In preparation for having jquery on every page (?), make it so that the autocomplete plug is using the 'global' jquery, and not the one that came with it. It seems to work okay with jquery 1.3.2.
author Brian Neal <bgneal@gmail.com>
date Tue, 14 Apr 2009 02:35:35 +0000
parents ca66189c7c44
children 04377c5bf912
comparison
equal deleted inserted replaced
10:f43f8a956f1d 11:cc8eb028def1
147 GPP_THIRD_PARTY_JS = { 147 GPP_THIRD_PARTY_JS = {
148 'jquery': ( 148 'jquery': (
149 'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js', 149 'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js',
150 ), 150 ),
151 'jquery-autocomplete': ( 151 'jquery-autocomplete': (
152 'js/jquery-autocomplete/lib/jquery.js',
153 'js/jquery-autocomplete/lib/jquery.bgiframe.min.js', 152 'js/jquery-autocomplete/lib/jquery.bgiframe.min.js',
154 'js/jquery-autocomplete/lib/jquery.ajaxQueue.js', 153 'js/jquery-autocomplete/lib/jquery.ajaxQueue.js',
155 'js/jquery-autocomplete/jquery.autocomplete.js', 154 'js/jquery-autocomplete/jquery.autocomplete.js',
156 ), 155 ),
157 'jquery-jeditable': ( 156 'jquery-jeditable': (
158 'js/jquery.jeditable.mini.js', 157 'js/jquery.jeditable.mini.js',
159 ), 158 ),
160 'jquery-ui': ( 159 'jquery-ui': (
161 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.js', 160 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js',
162 ), 161 ),
163 'markitup': ( 162 'markitup': (
164 'js/markitup/jquery.markitup.pack.js', 163 'js/markitup/jquery.markitup.pack.js',
165 'js/markitup/sets/markdown/set.js', 164 'js/markitup/sets/markdown/set.js',
166 ), 165 ),
169 'js/tiny_mce_init_std.js', 168 'js/tiny_mce_init_std.js',
170 ), 169 ),
171 } 170 }
172 GPP_THIRD_PARTY_CSS = { 171 GPP_THIRD_PARTY_CSS = {
173 'jquery-ui': ( 172 'jquery-ui': (
174 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/themes/redmond/jquery-ui.css', 173 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/redmond/jquery-ui.css',
175 ), 174 ),
176 'jquery-autocomplete': ( 175 'jquery-autocomplete': (
177 'js/jquery-autocomplete/jquery.autocomplete.css', 176 'js/jquery-autocomplete/jquery.autocomplete.css',
178 ), 177 ),
179 'markitup': ( 178 'markitup': (