comparison gpp/settings.py @ 184:4e1abeb593c2

Updating jQuery and jQuery UI. This is for ticket #57. Noticed GCalendar wasn't opening the datepicker on the correct date until I set a dateFormat option. Fixed member map to undisable the update button if you type in a location that can't be geocoded.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Mar 2010 22:19:08 +0000
parents 500e5875a306
children be3fff614b93
comparison
equal deleted inserted replaced
183:149c3567fec1 184:4e1abeb593c2
215 # URL's of 3rd party Javascript and CSS files. 215 # URL's of 3rd party Javascript and CSS files.
216 # These dictionaries are used by core/templatetags/script_tags, and 216 # These dictionaries are used by core/templatetags/script_tags, and
217 # should also be used by developers when creating form media classes. 217 # should also be used by developers when creating form media classes.
218 GPP_THIRD_PARTY_JS = { 218 GPP_THIRD_PARTY_JS = {
219 'jquery': ( 219 'jquery': (
220 'http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js', 220 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js',
221 ), 221 ),
222 'jquery-autocomplete': ( 222 'jquery-autocomplete': (
223 'js/jquery-autocomplete/lib/jquery.bgiframe.min.js', 223 'js/jquery-autocomplete/lib/jquery.bgiframe.min.js',
224 'js/jquery-autocomplete/lib/jquery.ajaxQueue.js', 224 'js/jquery-autocomplete/lib/jquery.ajaxQueue.js',
225 'js/jquery-autocomplete/jquery.autocomplete.js', 225 'js/jquery-autocomplete/jquery.autocomplete.js',
226 ), 226 ),
227 'jquery-jeditable': ( 227 'jquery-jeditable': (
228 'js/jquery.jeditable.mini.js', 228 'js/jquery.jeditable.mini.js',
229 ), 229 ),
230 'jquery-ui': ( 230 'jquery-ui': (
231 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js', 231 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js',
232 ), 232 ),
233 'markitup': ( 233 'markitup': (
234 'js/markitup/jquery.markitup.pack.js', 234 'js/markitup/jquery.markitup.pack.js',
235 'js/markitup/sets/markdown/set.js', 235 'js/markitup/sets/markdown/set.js',
236 ), 236 ),
239 'js/tiny_mce_init_std.js', 239 'js/tiny_mce_init_std.js',
240 ), 240 ),
241 } 241 }
242 GPP_THIRD_PARTY_CSS = { 242 GPP_THIRD_PARTY_CSS = {
243 'jquery-ui': ( 243 'jquery-ui': (
244 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css', 244 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/themes/redmond/jquery-ui.css',
245 ), 245 ),
246 'jquery-autocomplete': ( 246 'jquery-autocomplete': (
247 'js/jquery-autocomplete/jquery.autocomplete.css', 247 'js/jquery-autocomplete/jquery.autocomplete.css',
248 ), 248 ),
249 'markitup': ( 249 'markitup': (