spiderfw 0.5.13 → 0.5.14
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +11 -0
- data/Rakefile +7 -4
- data/VERSION +1 -1
- data/apps/admin/_init.rb +9 -0
- data/apps/admin/controllers/admin_controller.rb +12 -0
- data/apps/admin/widgets/dashboard_widget/dashboard_widget.rb +8 -0
- data/apps/app_server/app_server.rb +11 -1
- data/apps/app_server/config/options.rb +4 -0
- data/apps/app_server/controllers/app_server_controller.rb +47 -9
- data/apps/app_server/lib/app.rb +3 -1
- data/apps/app_server/lib/git_app.rb +16 -0
- data/apps/app_server/views/app_list.shtml +1 -1
- data/apps/cas_server/config/options.rb +4 -0
- data/apps/cas_server/controllers/mixins/cas_login_mixin.rb +192 -31
- data/apps/cas_server/lib/cas.rb +31 -9
- data/apps/core/auth/_init.rb +2 -2
- data/apps/core/auth/config/options.rb +6 -0
- data/apps/core/auth/controllers/login_controller.rb +1 -1
- data/apps/core/auth/controllers/mixins/auth_helper.rb +6 -1
- data/apps/core/auth/data/locale/it/LC_MESSAGES/spider_auth.mo +0 -0
- data/apps/core/auth/lib/login_authenticator.rb +12 -1
- data/apps/core/auth/lib/rbac.rb +25 -0
- data/apps/core/auth/models/group.rb +3 -8
- data/apps/core/auth/models/login_user.rb +11 -1
- data/apps/core/auth/models/mixins/rbac_provider.rb +60 -0
- data/apps/core/auth/po/it/spider_auth.po +19 -3
- data/apps/core/auth/po/spider_auth.pot +18 -2
- data/apps/core/auth/views/login.shtml +1 -0
- data/apps/core/components/_init.rb +2 -0
- data/apps/core/components/assets.rb +112 -0
- data/apps/core/components/po/it/spider_components.po +20 -6
- data/apps/core/components/po/spider_components.pot +16 -4
- data/apps/core/components/public/css/grid/1140.css +80 -0
- data/apps/core/components/public/css/grid/ie.css +43 -0
- data/apps/core/components/public/css/grid/layout.css +32 -0
- data/apps/core/components/public/css/grid/mobile.css +26 -0
- data/apps/core/components/public/css/grid/smallerscreen.css +3 -0
- data/apps/core/components/public/css/grid/typeimg.css +72 -0
- data/apps/core/components/public/js/jquery/{jquery-1.4.2.js → jquery-1.4.3.js} +1524 -881
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/button_bg.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/datepicker.gif +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/icon_sprite.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/progress_bar.gif +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_h_bg.gif +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_handles.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_v_bg.gif +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/tab_bg.gif +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/the_gradient.gif +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-anim_basic_16x16.gif +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/smoothness → jquery-ui-1.8.4/css/Aristo}/images/ui-icons_222222_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-icons_228ef1_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-icons_ef8c08_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-icons_ffd27a_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness → jquery-ui-1.8.4/css/Aristo}/images/ui-icons_ffffff_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/css/ui-lightness/jquery-ui-1.7.2.custom.css → jquery-ui-1.8.4/css/Aristo/jquery-ui.custom.css} +249 -135
- data/apps/core/components/public/js/jquery/{jquery-ui → jquery-ui-1.8.4}/development-bundle/AUTHORS.txt +2 -2
- data/apps/core/components/public/js/jquery/{jquery-ui → jquery-ui-1.8.4}/development-bundle/GPL-LICENSE.txt +0 -0
- data/apps/core/components/public/js/jquery/{jquery-ui → jquery-ui-1.8.4}/development-bundle/MIT-LICENSE.txt +1 -1
- data/apps/core/components/public/js/jquery/{jquery-ui → jquery-ui-1.8.4}/development-bundle/ui/i18n/jquery-ui-i18n.js +516 -111
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-ar.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js} +6 -2
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-bg.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js} +6 -2
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-ca.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js} +7 -3
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-cs.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-da.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-da.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-de.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-de.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-el.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-el.js} +6 -2
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-eo.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-es.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-es.js} +7 -3
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-fa.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-fi.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js} +6 -2
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-fr.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js} +7 -3
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-he.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-he.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-hr.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js} +8 -4
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-hu.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js} +8 -4
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-hy.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-id.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-id.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-is.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-is.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-it.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-it.js} +10 -6
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-ja.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js} +5 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-ko.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-lt.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-lv.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-ms.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-nl.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-no.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-no.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-pl.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js} +7 -3
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-pt-BR.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js} +9 -5
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-ro.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js} +7 -3
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-ru.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-sk.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-sl.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-sq.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-sr-SR.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-sr.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-sv.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js} +6 -2
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-th.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-th.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-tr.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-uk.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js} +10 -12
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-zh-CN.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js} +6 -2
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/i18n/ui.datepicker-zh-TW.js → jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js} +6 -2
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.blind.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.blind.js} +6 -6
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.bounce.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.bounce.js} +6 -6
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.clip.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.clip.js} +6 -6
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.core.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.core.js} +390 -221
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.drop.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.drop.js} +6 -6
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.explode.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.explode.js} +6 -6
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.fold.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.fold.js} +6 -6
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.highlight.js +50 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.pulsate.js +51 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.scale.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.scale.js} +29 -31
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.shake.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.shake.js} +6 -6
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.slide.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.slide.js} +6 -6
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/effects.transfer.js → jquery-ui-1.8.4/development-bundle/ui/jquery.effects.transfer.js} +6 -6
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.accordion.js +598 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.autocomplete.js +550 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.button.js +365 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.core.js +281 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/ui.datepicker.js → jquery-ui-1.8.4/development-bundle/ui/jquery.ui.datepicker.js} +343 -247
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.dialog.js +827 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/ui.draggable.js → jquery-ui-1.8.4/development-bundle/ui/jquery.ui.draggable.js} +107 -76
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/ui.droppable.js → jquery-ui-1.8.4/development-bundle/ui/jquery.ui.droppable.js} +48 -45
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.mouse.js +151 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.position.js +233 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.progressbar.js +94 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/ui.resizable.js → jquery-ui-1.8.4/development-bundle/ui/jquery.ui.resizable.js} +73 -61
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/ui.selectable.js → jquery-ui-1.8.4/development-bundle/ui/jquery.ui.selectable.js} +42 -33
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.slider.js +680 -0
- data/apps/core/components/public/js/jquery/{jquery-ui/development-bundle/ui/ui.sortable.js → jquery-ui-1.8.4/development-bundle/ui/jquery.ui.sortable.js} +136 -84
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.tabs.js +757 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.widget.js +237 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/version.txt +1 -0
- data/apps/core/components/public/js/jquery/patches/jquery-ui/jquery.ui.autocomplete-001.patch +17 -0
- data/apps/core/components/public/js/jquery/plugins/jquery.datalink.js +258 -0
- data/apps/core/components/public/js/jquery/plugins/jquery.json.js +178 -0
- data/apps/core/components/public/js/plugins/sortable.js +96 -72
- data/apps/core/components/public/js/spider.js +108 -50
- data/apps/core/components/public/js/utils.i18n.json +1 -0
- data/apps/core/components/public/js/utils.js +27 -0
- data/apps/core/components/widgets/admin/admin.rb +1 -1
- data/apps/core/components/widgets/admin/admin.shtml +1 -0
- data/apps/core/components/widgets/crud/crud.rb +6 -2
- data/apps/core/components/widgets/crud/crud.shtml +1 -0
- data/apps/core/components/widgets/list/list.rb +1 -1
- data/apps/core/components/widgets/list/list.shtml +2 -2
- data/apps/core/components/widgets/search_table/search_table.shtml +1 -1
- data/apps/core/components/widgets/switcher/switcher.rb +5 -1
- data/apps/core/components/widgets/table/table.rb +18 -3
- data/apps/core/components/widgets/table/table.shtml +1 -1
- data/apps/core/components/widgets/tabs/tabs.rb +0 -1
- data/apps/core/forms/_init.rb +3 -1
- data/apps/core/forms/public/ckeditor/adapters/jquery.js +6 -0
- data/apps/core/forms/public/ckeditor/ckeditor.js +137 -0
- data/apps/core/forms/public/ckeditor/images/spacer.gif +0 -0
- data/apps/core/forms/public/ckeditor/lang/_languages.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/_translationstatus.txt +60 -0
- data/apps/core/forms/public/ckeditor/lang/af.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/ar.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/bg.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/bn.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/bs.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/ca.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/cs.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/cy.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/da.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/de.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/el.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/en-au.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/en-ca.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/en-gb.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/en.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/eo.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/es.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/et.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/eu.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/fa.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/fi.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/fo.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/fr-ca.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/fr.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/gl.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/gu.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/he.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/hi.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/hr.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/hu.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/is.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/it.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/ja.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/km.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/ko.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/lt.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/lv.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/mn.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/ms.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/nb.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/nl.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/no.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/pl.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/pt-br.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/pt.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/ro.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/ru.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/sk.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/sl.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/sr-latn.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/sr.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/sv.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/th.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/tr.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/uk.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/vi.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/zh-cn.js +6 -0
- data/apps/core/forms/public/ckeditor/lang/zh.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -0
- data/apps/core/forms/public/ckeditor/plugins/a11yhelp/lang/en.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/about/dialogs/about.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/autogrow/plugin.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/clipboard/dialogs/paste.js +7 -0
- data/apps/core/forms/public/ckeditor/plugins/colordialog/dialogs/colordialog.js +7 -0
- data/apps/core/forms/public/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
- data/apps/core/forms/public/ckeditor/plugins/div/dialogs/div.js +8 -0
- data/apps/core/forms/public/ckeditor/plugins/find/dialogs/find.js +9 -0
- data/apps/core/forms/public/ckeditor/plugins/flash/dialogs/flash.js +9 -0
- data/apps/core/forms/public/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/button.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/checkbox.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/form.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/hiddenfield.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/radio.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/select.js +9 -0
- data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/textfield.js +7 -0
- data/apps/core/forms/public/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/iframedialog/plugin.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/image/dialogs/image.js +13 -0
- data/apps/core/forms/public/ckeditor/plugins/link/dialogs/anchor.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/link/dialogs/link.js +11 -0
- data/apps/core/forms/public/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/liststyle/dialogs/liststyle.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/pastefromword/filter/default.js +10 -0
- data/apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/scayt/dialogs/options.js +8 -0
- data/apps/core/forms/public/ckeditor/plugins/scayt/dialogs/toolbar.css +6 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/dialogs/smiley.js +7 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/specialchar/dialogs/specialchar.js +7 -0
- data/apps/core/forms/public/ckeditor/plugins/styles/styles/default.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/table/dialogs/table.js +9 -0
- data/apps/core/forms/public/ckeditor/plugins/tableresize/plugin.js +7 -0
- data/apps/core/forms/public/ckeditor/plugins/tabletools/dialogs/tableCell.js +8 -0
- data/apps/core/forms/public/ckeditor/plugins/templates/dialogs/templates.js +7 -0
- data/apps/core/forms/public/ckeditor/plugins/templates/templates/default.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/dialogs/uicolor.js +7 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/lang/en.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/lang/he.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/plugin.js +6 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/yui.css +6 -0
- data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/yui.js +76 -0
- data/apps/core/forms/public/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
- data/apps/core/forms/public/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
- data/apps/core/forms/public/ckeditor/plugins/wsc/dialogs/wsc.css +6 -0
- data/apps/core/forms/public/ckeditor/plugins/wsc/dialogs/wsc.js +7 -0
- data/apps/core/forms/public/ckeditor/skins/kama/dialog.css +9 -0
- data/apps/core/forms/public/ckeditor/skins/kama/editor.css +12 -0
- data/apps/core/forms/public/ckeditor/skins/kama/icons.png +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/icons_rtl.png +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/images/mini.gif +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/images/noimage.png +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/images/sprites.png +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/apps/core/forms/public/ckeditor/skins/kama/skin.js +7 -0
- data/apps/core/forms/public/ckeditor/skins/kama/templates.css +6 -0
- data/apps/core/forms/public/ckeditor/themes/default/theme.js +8 -0
- data/apps/core/forms/public/css/form.css +3 -0
- data/apps/core/forms/public/file_input.js +1 -1
- data/apps/core/forms/public/html_area.js +55 -0
- data/apps/core/forms/public/search_select.js +46 -19
- data/apps/core/forms/public/select.js +11 -5
- data/apps/core/forms/widgets/form/form.rb +22 -6
- data/apps/core/forms/widgets/form/form.shtml +2 -0
- data/apps/core/forms/widgets/inputs/date_time/date_time.rb +6 -1
- data/apps/core/forms/widgets/inputs/date_time/date_time.shtml +1 -0
- data/apps/core/forms/widgets/inputs/html_area/html_area.rb +51 -0
- data/apps/core/forms/widgets/inputs/html_area/html_area.shtml +13 -0
- data/apps/core/forms/widgets/inputs/search_select/search_select.rb +8 -10
- data/apps/core/forms/widgets/inputs/search_select/search_select.shtml +7 -7
- data/apps/core/forms/widgets/inputs/select/select.rb +15 -9
- data/apps/core/forms/widgets/inputs/select/select.shtml +1 -1
- data/apps/core/forms/widgets/inputs/time_span/time_span.rb +42 -0
- data/apps/core/forms/widgets/inputs/time_span/time_span.shtml +8 -0
- data/apps/master/_init.rb +18 -0
- data/apps/master/cmd.rb +57 -0
- data/apps/master/config/options.rb +6 -0
- data/apps/master/controllers/login_controller.rb +22 -0
- data/apps/master/controllers/master_controller.rb +261 -10
- data/apps/master/controllers/scout_controller.rb +121 -0
- data/apps/master/controllers/servant_controller.rb +16 -0
- data/apps/master/data/locale/it/LC_MESSAGES/spider_master.mo +0 -0
- data/apps/master/lib/resource.rb +7 -0
- data/apps/master/lib/resources/db_resource.rb +7 -0
- data/apps/master/lib/scout_plugin.rb +89 -0
- data/apps/master/lib/site_type.rb +24 -0
- data/apps/master/master.rb +40 -0
- data/apps/master/models/admin.rb +35 -0
- data/apps/master/models/command.rb +17 -0
- data/apps/master/models/customer.rb +20 -1
- data/apps/master/models/resource.rb +1 -0
- data/apps/master/models/scout_alert.rb +30 -0
- data/apps/master/models/scout_average.rb +23 -0
- data/apps/master/models/scout_error.rb +30 -0
- data/apps/master/models/scout_plugin_info.rb +11 -0
- data/apps/master/models/scout_plugin_instance.rb +303 -0
- data/apps/master/models/scout_plugin_trigger.rb +285 -0
- data/apps/master/models/scout_report.rb +31 -0
- data/apps/master/models/scout_report_field.rb +26 -0
- data/apps/master/models/servant.rb +82 -6
- data/apps/master/plugins/resources/apache/apache.rb +9 -0
- data/apps/master/plugins/resources/mysql/mysql.rb +45 -0
- data/apps/master/plugins/site_types/spider/spider.rb +11 -0
- data/apps/master/po/it/spider_master.po +352 -0
- data/apps/master/po/spider_master.pot +331 -0
- data/apps/master/public/css/img/web.png +0 -0
- data/apps/master/public/css/login.css +51 -0
- data/apps/master/public/css/master.css +290 -0
- data/apps/master/public/css/reset.css +23 -0
- data/apps/master/public/js/charts.js +84 -0
- data/apps/master/public/js/master.js +3 -0
- data/apps/master/templates/email/alert.html.erb +14 -0
- data/apps/master/templates/email/alert.text.erb +4 -0
- data/apps/master/views/admin.layout.shtml +14 -0
- data/apps/master/views/admin.shtml +5 -0
- data/apps/master/views/customer.shtml +37 -14
- data/apps/master/views/customers.shtml +9 -7
- data/apps/master/views/login.layout.shtml +13 -0
- data/apps/master/views/master.layout.shtml +26 -3
- data/apps/master/views/plugin_data.shtml +30 -0
- data/apps/master/views/plugin_edit.shtml +41 -0
- data/apps/master/views/plugin_instance.shtml +43 -0
- data/apps/master/views/servant.shtml +74 -0
- data/apps/master/views/servants.shtml +4 -0
- data/apps/master/views/site.shtml +3 -0
- data/apps/master/views/site_edit.shtml +17 -0
- data/apps/master/views/trigger_edit.shtml +100 -0
- data/apps/messenger/_init.rb +27 -1
- data/apps/messenger/backends/email/smtp.rb +76 -0
- data/apps/messenger/backends/sms/smstools.rb +46 -0
- data/apps/messenger/config/options.rb +28 -2
- data/apps/messenger/controllers/mixins/messenger_helper.rb +9 -5
- data/apps/messenger/lib/email_backend.rb +14 -0
- data/apps/messenger/lib/sms_backend.rb +14 -0
- data/apps/messenger/messenger.rb +32 -41
- data/apps/messenger/models/email.rb +2 -0
- data/apps/messenger/models/message.rb +37 -15
- data/apps/messenger/models/sms.rb +15 -0
- data/apps/servant/bin/spider-servant.rb +2 -1
- data/apps/servant/cmd.rb +62 -0
- data/apps/servant/controllers/servant_controller.rb +12 -0
- data/apps/servant/lib/resource.rb +3 -0
- data/apps/servant/lib/resources/db/mysql.rb +4 -0
- data/apps/servant/lib/resources/db.rb +1 -0
- data/apps/servant/lib/servant.rb +9 -3
- data/apps/worker/cmd.rb +1 -1
- data/apps/worker/models/job.rb +5 -2
- data/apps/worker/worker.rb +7 -5
- data/blueprints/install/config.ru +0 -1
- data/data/locale/it/LC_MESSAGES/spider.mo +0 -0
- data/lib/spiderfw/app.rb +77 -5
- data/lib/spiderfw/cache/template_cache.rb +15 -5
- data/lib/spiderfw/cmd/cmd.rb +2 -0
- data/lib/spiderfw/cmd/commands/app.rb +159 -0
- data/lib/spiderfw/cmd/commands/config.rb +16 -0
- data/lib/spiderfw/cmd/commands/content.rb +1 -1
- data/lib/spiderfw/cmd/commands/create.rb +13 -0
- data/lib/spiderfw/cmd/commands/model.rb +5 -1
- data/lib/spiderfw/cmd/commands/setup.rb +44 -10
- data/lib/spiderfw/cmd/commands/webserver.rb +15 -1
- data/lib/spiderfw/config/configuration.rb +19 -2
- data/lib/spiderfw/config/configuration_editor.rb +197 -0
- data/lib/spiderfw/config/options/spider.rb +48 -22
- data/lib/spiderfw/{static_content.rb → content_utils.rb} +23 -1
- data/lib/spiderfw/controller/controller.rb +8 -5
- data/lib/spiderfw/controller/controller_mixin.rb +39 -3
- data/lib/spiderfw/controller/cookies.rb +0 -3
- data/lib/spiderfw/controller/dispatcher.rb +1 -1
- data/lib/spiderfw/controller/first_responder.rb +1 -0
- data/lib/spiderfw/controller/home_controller.rb +10 -1
- data/lib/spiderfw/controller/http_controller.rb +105 -6
- data/lib/spiderfw/controller/mixins/http_mixin.rb +0 -1
- data/lib/spiderfw/controller/mixins/static_content.rb +35 -12
- data/lib/spiderfw/controller/mixins/visual.rb +125 -72
- data/lib/spiderfw/controller/request.rb +13 -1
- data/lib/spiderfw/controller/response.rb +14 -8
- data/lib/spiderfw/controller/scene.rb +5 -0
- data/lib/spiderfw/controller/session/file_session.rb +1 -1
- data/lib/spiderfw/create.rb +17 -0
- data/lib/spiderfw/home.rb +20 -8
- data/lib/spiderfw/http/adapters/mongrel.rb +24 -15
- data/lib/spiderfw/http/adapters/rack.rb +8 -3
- data/lib/spiderfw/http/adapters/webrick.rb +1 -0
- data/lib/spiderfw/http/server.rb +1 -0
- data/lib/spiderfw/i18n/cldr.rb +8 -1
- data/lib/spiderfw/i18n/i18n.rb +3 -4
- data/lib/spiderfw/i18n/javascript_parser.rb +54 -0
- data/lib/spiderfw/model/base_model.rb +550 -120
- data/lib/spiderfw/model/condition.rb +11 -2
- data/lib/spiderfw/model/data_type.rb +1 -1
- data/lib/spiderfw/model/datatypes/bool.rb +3 -1
- data/lib/spiderfw/model/datatypes/decimal.rb +4 -0
- data/lib/spiderfw/model/datatypes/password.rb +1 -0
- data/lib/spiderfw/model/datatypes/time_span.rb +26 -0
- data/lib/spiderfw/model/datatypes.rb +1 -0
- data/lib/spiderfw/model/element.rb +29 -28
- data/lib/spiderfw/model/extended_models/managed.rb +15 -0
- data/lib/spiderfw/model/identity_mapper.rb +89 -10
- data/lib/spiderfw/model/inline_model.rb +20 -2
- data/lib/spiderfw/model/integrated_element.rb +41 -0
- data/lib/spiderfw/model/mappers/db_mapper.rb +31 -27
- data/lib/spiderfw/model/mappers/hash_mapper.rb +9 -2
- data/lib/spiderfw/model/mappers/mapper.rb +105 -50
- data/lib/spiderfw/model/mappers/vfs/flat_file.rb +1 -1
- data/lib/spiderfw/model/mixins/state_machine.rb +6 -0
- data/lib/spiderfw/model/mixins/tree.rb +20 -4
- data/lib/spiderfw/model/mixins/versioned.rb +440 -67
- data/lib/spiderfw/model/model.rb +78 -17
- data/lib/spiderfw/model/model_hash.rb +2 -2
- data/lib/spiderfw/model/query.rb +17 -0
- data/lib/spiderfw/model/query_set.rb +86 -14
- data/lib/spiderfw/model/storage/base_storage.rb +1 -0
- data/lib/spiderfw/model/storage/db/adapters/mysql.rb +44 -15
- data/lib/spiderfw/model/storage/db/adapters/oracle.rb +8 -7
- data/lib/spiderfw/model/storage/db/connectors/oci8.rb +7 -1
- data/lib/spiderfw/model/storage/db/db_schema.rb +13 -0
- data/lib/spiderfw/model/storage/db/db_storage.rb +25 -5
- data/lib/spiderfw/model/unit_of_work.rb +96 -15
- data/lib/spiderfw/requires.rb +9 -1
- data/lib/spiderfw/setup/app_manager.rb +81 -0
- data/lib/spiderfw/setup/app_server_client.rb +59 -0
- data/lib/spiderfw/setup/setup_task.rb +68 -6
- data/lib/spiderfw/setup/spider_setup_wizard.rb +375 -0
- data/lib/spiderfw/site.rb +53 -0
- data/lib/spiderfw/templates/blocks/attr_if.rb +2 -2
- data/lib/spiderfw/templates/blocks/comment.rb +7 -2
- data/lib/spiderfw/templates/blocks/each.rb +1 -1
- data/lib/spiderfw/templates/blocks/html.rb +7 -0
- data/lib/spiderfw/templates/blocks/layout_assets.rb +20 -0
- data/lib/spiderfw/templates/blocks/output.rb +18 -0
- data/lib/spiderfw/templates/blocks/text.rb +17 -19
- data/lib/spiderfw/templates/blocks/widget.rb +4 -2
- data/lib/spiderfw/templates/layout.rb +269 -2
- data/lib/spiderfw/templates/template.rb +279 -46
- data/lib/spiderfw/templates/template_blocks.rb +31 -37
- data/lib/spiderfw/utils/events/event_source.rb +54 -0
- data/lib/spiderfw/utils/json.rb +39 -0
- data/lib/spiderfw/utils/logger.rb +186 -23
- data/lib/spiderfw/utils/memory.rb +30 -0
- data/lib/spiderfw/utils/monkey/date_time.rb +32 -2
- data/lib/spiderfw/utils/monkey/module.rb +16 -0
- data/lib/spiderfw/utils/monkey/object.rb +8 -0
- data/lib/spiderfw/utils/ordered_hash.rb +148 -0
- data/lib/spiderfw/utils/profiling.rb +36 -0
- data/lib/spiderfw/utils/secure_random.rb +223 -0
- data/lib/spiderfw/version.rb +1 -1
- data/lib/spiderfw/widget/widget.rb +143 -51
- data/lib/spiderfw/widget/widget_plugin.rb +13 -2
- data/lib/spiderfw.rb +117 -35
- data/spider.gemspec +1 -1
- metadata +506 -255
- data/apps/core/components/public/js/jquery/jquery-1.3.2.js +0 -4376
- data/apps/core/components/public/js/jquery/jquery-1.4.2-min.js +0 -154
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/jquery-ui-1.7.2.custom.css +0 -406
- data/apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/ChangeLog.txt +0 -20
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/META.json +0 -32
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/jquery.bgiframe.js +0 -100
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/jquery.bgiframe.min.js +0 -10
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/jquery.bgiframe.pack.js +0 -10
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/test/index.html +0 -197
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.js +0 -97
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.min.js +0 -10
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.pack.js +0 -10
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.zip +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/jsdiff/jsdiff.js +0 -159
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/qunit/testrunner.js +0 -780
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/qunit/testsuite.css +0 -120
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/simulate/jquery.simulate.js +0 -152
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/jquery-1.3.2.js +0 -4376
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.accordion.css +0 -9
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.all.css +0 -2
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.base.css +0 -8
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.core.css +0 -37
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.datepicker.css +0 -62
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.dialog.css +0 -13
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.progressbar.css +0 -4
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.resizable.css +0 -13
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.slider.css +0 -17
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.tabs.css +0 -11
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.theme.css +0 -245
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/jquery-ui-1.7.2.custom.css +0 -406
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.accordion.css +0 -9
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.all.css +0 -2
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.base.css +0 -8
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.core.css +0 -37
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.datepicker.css +0 -62
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.dialog.css +0 -13
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.progressbar.css +0 -4
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.resizable.css +0 -13
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.slider.css +0 -17
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.tabs.css +0 -11
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.theme.css +0 -247
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.highlight.js +0 -48
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.pulsate.js +0 -56
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/jquery-ui-1.7.2.custom.js +0 -9133
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.accordion.js +0 -477
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.core.js +0 -519
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.dialog.js +0 -671
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.progressbar.js +0 -116
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.slider.js +0 -558
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.tabs.js +0 -685
- data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/version.txt +0 -1
- data/apps/core/components/public/js/jquery/jquery-ui/index.html +0 -367
- data/apps/core/components/public/js/jquery/jquery-ui/js/jquery-1.3.2.min.js +0 -19
- data/apps/core/components/public/js/jquery/jquery-ui/js/jquery-ui-1.7.2.custom.min.js +0 -298
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/changelog.txt +0 -27
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.css +0 -48
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.js +0 -808
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.min.js +0 -13
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.pack.js +0 -12
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/jquery.ajaxQueue.js +0 -116
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/jquery.bgiframe.min.js +0 -10
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/jquery.js +0 -3558
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/thickbox-compressed.js +0 -10
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/thickbox.css +0 -163
- data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/todo +0 -166
- data/apps/core/components/public/js/jquery/plugins/jtree/jquery.jtree.1.0.js +0 -187
- data/apps/core/components/public/js/jquery/plugins/jtree/jquery.jtree.1.0.min.js +0 -1
- data/apps/core/components/public/js/jquery/plugins/jtree/jquery.jtree.spider.1.0.js +0 -193
- data/apps/core/forms/widgets/inputs/subform/subform.rb +0 -10
- data/apps/core/forms/widgets/inputs/subform/subform.shtml +0 -5
- data/apps/hippo/_init.rb +0 -10
- data/apps/hippo/models/mixins/hippo_struct.rb +0 -226
- data/apps/hippo/models/security_group.rb +0 -21
- data/apps/hippo/models/security_user.rb +0 -29
- data/apps/hippo/script/converti_strutture.rb +0 -335
- data/data/locale/it/LC_MESSAGES/cms.mo +0 -0
- data/data/locale/it/LC_MESSAGES/spider_files.mo +0 -0
- data/data/locale/it/LC_MESSAGES/spider_images.mo +0 -0
- data/lib/spiderfw/utils/monkey/hpricot_compat.rb +0 -0
- data/lib/spiderfw/utils/setup_task.rb +0 -35
- data/lib/spiderfw/utils/test_case.rb +0 -24
- /data/apps/core/components/public/js/jquery/{jquery-ui/css/smoothness → jquery-ui-1.8.4/css/Aristo}/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- /data/apps/{messenger/lib/backends/email/smtp.rb → servant/lib/commands/discovery.rb} +0 -0
@@ -1,3 +1,26 @@
|
|
1
|
+
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
|
2
|
+
/* Written by Renier Pretorius. */
|
3
|
+
jQuery(function($){
|
4
|
+
$.datepicker.regional['af'] = {
|
5
|
+
closeText: 'Selekteer',
|
6
|
+
prevText: 'Vorige',
|
7
|
+
nextText: 'Volgende',
|
8
|
+
currentText: 'Vandag',
|
9
|
+
monthNames: ['Januarie','Februarie','Maart','April','Mei','Junie',
|
10
|
+
'Julie','Augustus','September','Oktober','November','Desember'],
|
11
|
+
monthNamesShort: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun',
|
12
|
+
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'],
|
13
|
+
dayNames: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'],
|
14
|
+
dayNamesShort: ['Son', 'Maa', 'Din', 'Woe', 'Don', 'Vry', 'Sat'],
|
15
|
+
dayNamesMin: ['So','Ma','Di','Wo','Do','Vr','Sa'],
|
16
|
+
weekHeader: 'Wk',
|
17
|
+
dateFormat: 'dd/mm/yy',
|
18
|
+
firstDay: 1,
|
19
|
+
isRTL: false,
|
20
|
+
showMonthAfterYear: false,
|
21
|
+
yearSuffix: ''};
|
22
|
+
$.datepicker.setDefaults($.datepicker.regional['af']);
|
23
|
+
});
|
1
24
|
/* Arabic Translation for jQuery UI date picker plugin. */
|
2
25
|
/* Khaled Al Horani -- koko.dw@gmail.com */
|
3
26
|
/* خالد الحوراني -- koko.dw@gmail.com */
|
@@ -14,9 +37,35 @@ jQuery(function($){
|
|
14
37
|
dayNames: ['السبت', 'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة'],
|
15
38
|
dayNamesShort: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
|
16
39
|
dayNamesMin: ['سبت', 'أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة'],
|
17
|
-
|
18
|
-
|
40
|
+
weekHeader: 'أسبوع',
|
41
|
+
dateFormat: 'dd/mm/yy',
|
42
|
+
firstDay: 0,
|
43
|
+
isRTL: true,
|
44
|
+
showMonthAfterYear: false,
|
45
|
+
yearSuffix: ''};
|
19
46
|
$.datepicker.setDefaults($.datepicker.regional['ar']);
|
47
|
+
});/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
48
|
+
/* Written by Jamil Najafov (necefov33@gmail.com). */
|
49
|
+
jQuery(function($) {
|
50
|
+
$.datepicker.regional['az'] = {
|
51
|
+
closeText: 'Bağla',
|
52
|
+
prevText: '<Geri',
|
53
|
+
nextText: 'İrəli>',
|
54
|
+
currentText: 'Bugün',
|
55
|
+
monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun',
|
56
|
+
'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'],
|
57
|
+
monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun',
|
58
|
+
'İyul','Avq','Sen','Okt','Noy','Dek'],
|
59
|
+
dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'],
|
60
|
+
dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'],
|
61
|
+
dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'],
|
62
|
+
weekHeader: 'Hf',
|
63
|
+
dateFormat: 'dd.mm.yy',
|
64
|
+
firstDay: 1,
|
65
|
+
isRTL: false,
|
66
|
+
showMonthAfterYear: false,
|
67
|
+
yearSuffix: ''};
|
68
|
+
$.datepicker.setDefaults($.datepicker.regional['az']);
|
20
69
|
});/* Bulgarian initialisation for the jQuery UI date picker plugin. */
|
21
70
|
/* Written by Stoyan Kyosev (http://svest.org). */
|
22
71
|
jQuery(function($){
|
@@ -33,11 +82,37 @@ jQuery(function($){
|
|
33
82
|
dayNames: ['Неделя','Понеделник','Вторник','Сряда','Четвъртък','Петък','Събота'],
|
34
83
|
dayNamesShort: ['Нед','Пон','Вто','Сря','Чет','Пет','Съб'],
|
35
84
|
dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Съ'],
|
36
|
-
|
37
|
-
|
85
|
+
weekHeader: 'Wk',
|
86
|
+
dateFormat: 'dd.mm.yy',
|
87
|
+
firstDay: 1,
|
88
|
+
isRTL: false,
|
89
|
+
showMonthAfterYear: false,
|
90
|
+
yearSuffix: ''};
|
38
91
|
$.datepicker.setDefaults($.datepicker.regional['bg']);
|
39
92
|
});
|
40
|
-
/*
|
93
|
+
/* Bosnian i18n for the jQuery UI date picker plugin. */
|
94
|
+
/* Written by Kenan Konjo. */
|
95
|
+
jQuery(function($){
|
96
|
+
$.datepicker.regional['bs'] = {
|
97
|
+
closeText: 'Zatvori',
|
98
|
+
prevText: '<',
|
99
|
+
nextText: '>',
|
100
|
+
currentText: 'Danas',
|
101
|
+
monthNames: ['Januar','Februar','Mart','April','Maj','Juni',
|
102
|
+
'Juli','August','Septembar','Oktobar','Novembar','Decembar'],
|
103
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
|
104
|
+
'Jul','Aug','Sep','Okt','Nov','Dec'],
|
105
|
+
dayNames: ['Nedelja','Ponedeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
|
106
|
+
dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
|
107
|
+
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
|
108
|
+
weekHeader: 'Wk',
|
109
|
+
dateFormat: 'dd.mm.yy',
|
110
|
+
firstDay: 1,
|
111
|
+
isRTL: false,
|
112
|
+
showMonthAfterYear: false,
|
113
|
+
yearSuffix: ''};
|
114
|
+
$.datepicker.setDefaults($.datepicker.regional['bs']);
|
115
|
+
});/* Inicialització en català per a l'extenció 'calendar' per jQuery. */
|
41
116
|
/* Writers: (joan.leon@gmail.com). */
|
42
117
|
jQuery(function($){
|
43
118
|
$.datepicker.regional['ca'] = {
|
@@ -52,8 +127,12 @@ jQuery(function($){
|
|
52
127
|
dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'],
|
53
128
|
dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'],
|
54
129
|
dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'],
|
55
|
-
|
56
|
-
|
130
|
+
weekHeader: 'Sm',
|
131
|
+
dateFormat: 'dd/mm/yy',
|
132
|
+
firstDay: 1,
|
133
|
+
isRTL: false,
|
134
|
+
showMonthAfterYear: false,
|
135
|
+
yearSuffix: ''};
|
57
136
|
$.datepicker.setDefaults($.datepicker.regional['ca']);
|
58
137
|
});/* Czech initialisation for the jQuery UI date picker plugin. */
|
59
138
|
/* Written by Tomas Muller (tomas@tomas-muller.net). */
|
@@ -70,8 +149,12 @@ jQuery(function($){
|
|
70
149
|
dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'],
|
71
150
|
dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
|
72
151
|
dayNamesMin: ['ne','po','út','st','čt','pá','so'],
|
73
|
-
|
74
|
-
|
152
|
+
weekHeader: 'Týd',
|
153
|
+
dateFormat: 'dd.mm.yy',
|
154
|
+
firstDay: 1,
|
155
|
+
isRTL: false,
|
156
|
+
showMonthAfterYear: false,
|
157
|
+
yearSuffix: ''};
|
75
158
|
$.datepicker.setDefaults($.datepicker.regional['cs']);
|
76
159
|
});
|
77
160
|
/* Danish initialisation for the jQuery UI date picker plugin. */
|
@@ -89,8 +172,12 @@ jQuery(function($){
|
|
89
172
|
dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
|
90
173
|
dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
|
91
174
|
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
|
92
|
-
|
93
|
-
|
175
|
+
weekHeader: 'Uge',
|
176
|
+
dateFormat: 'dd-mm-yy',
|
177
|
+
firstDay: 1,
|
178
|
+
isRTL: false,
|
179
|
+
showMonthAfterYear: false,
|
180
|
+
yearSuffix: ''};
|
94
181
|
$.datepicker.setDefaults($.datepicker.regional['da']);
|
95
182
|
});
|
96
183
|
/* German initialisation for the jQuery UI date picker plugin. */
|
@@ -108,8 +195,12 @@ jQuery(function($){
|
|
108
195
|
dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
|
109
196
|
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
|
110
197
|
dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
|
111
|
-
|
112
|
-
|
198
|
+
weekHeader: 'Wo',
|
199
|
+
dateFormat: 'dd.mm.yy',
|
200
|
+
firstDay: 1,
|
201
|
+
isRTL: false,
|
202
|
+
showMonthAfterYear: false,
|
203
|
+
yearSuffix: ''};
|
113
204
|
$.datepicker.setDefaults($.datepicker.regional['de']);
|
114
205
|
});
|
115
206
|
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
|
@@ -127,10 +218,37 @@ jQuery(function($){
|
|
127
218
|
dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'],
|
128
219
|
dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'],
|
129
220
|
dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'],
|
130
|
-
|
131
|
-
|
221
|
+
weekHeader: 'Εβδ',
|
222
|
+
dateFormat: 'dd/mm/yy',
|
223
|
+
firstDay: 1,
|
224
|
+
isRTL: false,
|
225
|
+
showMonthAfterYear: false,
|
226
|
+
yearSuffix: ''};
|
132
227
|
$.datepicker.setDefaults($.datepicker.regional['el']);
|
133
|
-
});/*
|
228
|
+
});/* English/UK initialisation for the jQuery UI date picker plugin. */
|
229
|
+
/* Written by Stuart. */
|
230
|
+
jQuery(function($){
|
231
|
+
$.datepicker.regional['en-GB'] = {
|
232
|
+
closeText: 'Done',
|
233
|
+
prevText: 'Prev',
|
234
|
+
nextText: 'Next',
|
235
|
+
currentText: 'Today',
|
236
|
+
monthNames: ['January','February','March','April','May','June',
|
237
|
+
'July','August','September','October','November','December'],
|
238
|
+
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
|
239
|
+
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
|
240
|
+
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
|
241
|
+
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
242
|
+
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
|
243
|
+
weekHeader: 'Wk',
|
244
|
+
dateFormat: 'dd/mm/yy',
|
245
|
+
firstDay: 1,
|
246
|
+
isRTL: false,
|
247
|
+
showMonthAfterYear: false,
|
248
|
+
yearSuffix: ''};
|
249
|
+
$.datepicker.setDefaults($.datepicker.regional['en-GB']);
|
250
|
+
});
|
251
|
+
/* Esperanto initialisation for the jQuery UI date picker plugin. */
|
134
252
|
/* Written by Olivier M. (olivierweb@ifrance.com). */
|
135
253
|
jQuery(function($){
|
136
254
|
$.datepicker.regional['eo'] = {
|
@@ -145,11 +263,15 @@ jQuery(function($){
|
|
145
263
|
dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'],
|
146
264
|
dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'],
|
147
265
|
dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'],
|
148
|
-
|
149
|
-
|
266
|
+
weekHeader: 'Sb',
|
267
|
+
dateFormat: 'dd/mm/yy',
|
268
|
+
firstDay: 0,
|
269
|
+
isRTL: false,
|
270
|
+
showMonthAfterYear: false,
|
271
|
+
yearSuffix: ''};
|
150
272
|
$.datepicker.setDefaults($.datepicker.regional['eo']);
|
151
273
|
});
|
152
|
-
/*
|
274
|
+
/* Inicialización en español para la extensión 'UI date picker' para jQuery. */
|
153
275
|
/* Traducido por Vester (xvester@gmail.com). */
|
154
276
|
jQuery(function($){
|
155
277
|
$.datepicker.regional['es'] = {
|
@@ -164,9 +286,57 @@ jQuery(function($){
|
|
164
286
|
dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
|
165
287
|
dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'],
|
166
288
|
dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'],
|
167
|
-
|
168
|
-
|
289
|
+
weekHeader: 'Sm',
|
290
|
+
dateFormat: 'dd/mm/yy',
|
291
|
+
firstDay: 1,
|
292
|
+
isRTL: false,
|
293
|
+
showMonthAfterYear: false,
|
294
|
+
yearSuffix: ''};
|
169
295
|
$.datepicker.setDefaults($.datepicker.regional['es']);
|
296
|
+
});/* Estonian initialisation for the jQuery UI date picker plugin. */
|
297
|
+
/* Written by Mart Sõmermaa (mrts.pydev at gmail com). */
|
298
|
+
jQuery(function($){
|
299
|
+
$.datepicker.regional['et'] = {
|
300
|
+
closeText: 'Sulge',
|
301
|
+
prevText: 'Eelnev',
|
302
|
+
nextText: 'Järgnev',
|
303
|
+
currentText: 'Täna',
|
304
|
+
monthNames: ['Jaanuar','Veebruar','Märts','Aprill','Mai','Juuni',
|
305
|
+
'Juuli','August','September','Oktoober','November','Detsember'],
|
306
|
+
monthNamesShort: ['Jaan', 'Veebr', 'Märts', 'Apr', 'Mai', 'Juuni',
|
307
|
+
'Juuli', 'Aug', 'Sept', 'Okt', 'Nov', 'Dets'],
|
308
|
+
dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'],
|
309
|
+
dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'],
|
310
|
+
dayNamesMin: ['P','E','T','K','N','R','L'],
|
311
|
+
weekHeader: 'Sm',
|
312
|
+
dateFormat: 'dd.mm.yy',
|
313
|
+
firstDay: 1,
|
314
|
+
isRTL: false,
|
315
|
+
showMonthAfterYear: false,
|
316
|
+
yearSuffix: ''};
|
317
|
+
$.datepicker.setDefaults($.datepicker.regional['et']);
|
318
|
+
}); /* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */
|
319
|
+
/* Karrikas-ek itzulia (karrikas@karrikas.com) */
|
320
|
+
jQuery(function($){
|
321
|
+
$.datepicker.regional['eu'] = {
|
322
|
+
closeText: 'Egina',
|
323
|
+
prevText: '<Aur',
|
324
|
+
nextText: 'Hur>',
|
325
|
+
currentText: 'Gaur',
|
326
|
+
monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina',
|
327
|
+
'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'],
|
328
|
+
monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka',
|
329
|
+
'Uzt','Abu','Ira','Urr','Aza','Abe'],
|
330
|
+
dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'],
|
331
|
+
dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'],
|
332
|
+
dayNamesMin: ['Ig','As','As','As','Os','Os','La'],
|
333
|
+
weekHeader: 'Wk',
|
334
|
+
dateFormat: 'yy/mm/dd',
|
335
|
+
firstDay: 1,
|
336
|
+
isRTL: false,
|
337
|
+
showMonthAfterYear: false,
|
338
|
+
yearSuffix: ''};
|
339
|
+
$.datepicker.setDefaults($.datepicker.regional['eu']);
|
170
340
|
});/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
|
171
341
|
/* Javad Mowlanezhad -- jmowla@gmail.com */
|
172
342
|
/* Jalali calendar should supported soon! (Its implemented but I have to test it) */
|
@@ -182,8 +352,12 @@ jQuery(function($) {
|
|
182
352
|
dayNames: ['يکشنبه','دوشنبه','سهشنبه','چهارشنبه','پنجشنبه','جمعه','شنبه'],
|
183
353
|
dayNamesShort: ['ي','د','س','چ','پ','ج', 'ش'],
|
184
354
|
dayNamesMin: ['ي','د','س','چ','پ','ج', 'ش'],
|
185
|
-
|
186
|
-
|
355
|
+
weekHeader: 'هف',
|
356
|
+
dateFormat: 'yy/mm/dd',
|
357
|
+
firstDay: 6,
|
358
|
+
isRTL: true,
|
359
|
+
showMonthAfterYear: false,
|
360
|
+
yearSuffix: ''};
|
187
361
|
$.datepicker.setDefaults($.datepicker.regional['fa']);
|
188
362
|
});/* Finnish initialisation for the jQuery UI date picker plugin. */
|
189
363
|
/* Written by Harri Kilpi� (harrikilpio@gmail.com). */
|
@@ -200,12 +374,61 @@ jQuery(function($){
|
|
200
374
|
dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','Su'],
|
201
375
|
dayNames: ['Sunnuntai','Maanantai','Tiistai','Keskiviikko','Torstai','Perjantai','Lauantai'],
|
202
376
|
dayNamesMin: ['Su','Ma','Ti','Ke','To','Pe','La'],
|
203
|
-
|
204
|
-
|
377
|
+
weekHeader: 'Vk',
|
378
|
+
dateFormat: 'dd.mm.yy',
|
379
|
+
firstDay: 1,
|
380
|
+
isRTL: false,
|
381
|
+
showMonthAfterYear: false,
|
382
|
+
yearSuffix: ''};
|
205
383
|
$.datepicker.setDefaults($.datepicker.regional['fi']);
|
206
384
|
});
|
207
|
-
/*
|
208
|
-
/* Written by
|
385
|
+
/* Faroese initialisation for the jQuery UI date picker plugin */
|
386
|
+
/* Written by Sverri Mohr Olsen, sverrimo@gmail.com */
|
387
|
+
jQuery(function($){
|
388
|
+
$.datepicker.regional['fo'] = {
|
389
|
+
closeText: 'Lat aftur',
|
390
|
+
prevText: '<Fyrra',
|
391
|
+
nextText: 'Næsta>',
|
392
|
+
currentText: 'Í dag',
|
393
|
+
monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni',
|
394
|
+
'Juli','August','September','Oktober','November','Desember'],
|
395
|
+
monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
|
396
|
+
'Jul','Aug','Sep','Okt','Nov','Des'],
|
397
|
+
dayNames: ['Sunnudagur','Mánadagur','Týsdagur','Mikudagur','Hósdagur','Fríggjadagur','Leyardagur'],
|
398
|
+
dayNamesShort: ['Sun','Mán','Týs','Mik','Hós','Frí','Ley'],
|
399
|
+
dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'],
|
400
|
+
weekHeader: 'Vk',
|
401
|
+
dateFormat: 'dd-mm-yy',
|
402
|
+
firstDay: 0,
|
403
|
+
isRTL: false,
|
404
|
+
showMonthAfterYear: false,
|
405
|
+
yearSuffix: ''};
|
406
|
+
$.datepicker.setDefaults($.datepicker.regional['fo']);
|
407
|
+
});
|
408
|
+
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
|
409
|
+
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */
|
410
|
+
jQuery(function($){
|
411
|
+
$.datepicker.regional['fr-CH'] = {
|
412
|
+
closeText: 'Fermer',
|
413
|
+
prevText: '<Préc',
|
414
|
+
nextText: 'Suiv>',
|
415
|
+
currentText: 'Courant',
|
416
|
+
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
|
417
|
+
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
|
418
|
+
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
|
419
|
+
'Jul','Aoû','Sep','Oct','Nov','Déc'],
|
420
|
+
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
|
421
|
+
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
|
422
|
+
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
|
423
|
+
weekHeader: 'Sm',
|
424
|
+
dateFormat: 'dd.mm.yy',
|
425
|
+
firstDay: 1,
|
426
|
+
isRTL: false,
|
427
|
+
showMonthAfterYear: false,
|
428
|
+
yearSuffix: ''};
|
429
|
+
$.datepicker.setDefaults($.datepicker.regional['fr-CH']);
|
430
|
+
});/* French initialisation for the jQuery UI date picker plugin. */
|
431
|
+
/* Written by Keith Wood (kbwood{at}iinet.com.au) and Stéphane Nahmani (sholby@sholby.net). */
|
209
432
|
jQuery(function($){
|
210
433
|
$.datepicker.regional['fr'] = {
|
211
434
|
closeText: 'Fermer',
|
@@ -219,8 +442,12 @@ jQuery(function($){
|
|
219
442
|
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
|
220
443
|
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
|
221
444
|
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
|
222
|
-
|
223
|
-
|
445
|
+
weekHeader: 'Sm',
|
446
|
+
dateFormat: 'dd/mm/yy',
|
447
|
+
firstDay: 1,
|
448
|
+
isRTL: false,
|
449
|
+
showMonthAfterYear: false,
|
450
|
+
yearSuffix: ''};
|
224
451
|
$.datepicker.setDefaults($.datepicker.regional['fr']);
|
225
452
|
});/* Hebrew initialisation for the UI Datepicker extension. */
|
226
453
|
/* Written by Amir Hardon (ahardon at gmail dot com). */
|
@@ -237,8 +464,12 @@ jQuery(function($){
|
|
237
464
|
dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
|
238
465
|
dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
|
239
466
|
dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
|
240
|
-
|
241
|
-
|
467
|
+
weekHeader: 'Wk',
|
468
|
+
dateFormat: 'dd/mm/yy',
|
469
|
+
firstDay: 0,
|
470
|
+
isRTL: true,
|
471
|
+
showMonthAfterYear: false,
|
472
|
+
yearSuffix: ''};
|
242
473
|
$.datepicker.setDefaults($.datepicker.regional['he']);
|
243
474
|
});
|
244
475
|
/* Croatian i18n for the jQuery UI date picker plugin. */
|
@@ -249,18 +480,22 @@ jQuery(function($){
|
|
249
480
|
prevText: '<',
|
250
481
|
nextText: '>',
|
251
482
|
currentText: 'Danas',
|
252
|
-
monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','
|
483
|
+
monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj',
|
253
484
|
'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
|
254
485
|
monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
|
255
486
|
'Srp','Kol','Ruj','Lis','Stu','Pro'],
|
256
|
-
dayNames: ['
|
487
|
+
dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
|
257
488
|
dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
|
258
489
|
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
|
259
|
-
|
260
|
-
|
490
|
+
weekHeader: 'Tje',
|
491
|
+
dateFormat: 'dd.mm.yy.',
|
492
|
+
firstDay: 1,
|
493
|
+
isRTL: false,
|
494
|
+
showMonthAfterYear: false,
|
495
|
+
yearSuffix: ''};
|
261
496
|
$.datepicker.setDefaults($.datepicker.regional['hr']);
|
262
497
|
});/* Hungarian initialisation for the jQuery UI date picker plugin. */
|
263
|
-
/* Written by Istvan Karaszi (
|
498
|
+
/* Written by Istvan Karaszi (jquery@spam.raszi.hu). */
|
264
499
|
jQuery(function($){
|
265
500
|
$.datepicker.regional['hu'] = {
|
266
501
|
closeText: 'bezárás',
|
@@ -271,11 +506,15 @@ jQuery(function($){
|
|
271
506
|
'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'],
|
272
507
|
monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún',
|
273
508
|
'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'],
|
274
|
-
dayNames: ['
|
509
|
+
dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
|
275
510
|
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
|
276
511
|
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
|
277
|
-
|
278
|
-
|
512
|
+
weekHeader: 'Hé',
|
513
|
+
dateFormat: 'yy-mm-dd',
|
514
|
+
firstDay: 1,
|
515
|
+
isRTL: false,
|
516
|
+
showMonthAfterYear: false,
|
517
|
+
yearSuffix: ''};
|
279
518
|
$.datepicker.setDefaults($.datepicker.regional['hu']);
|
280
519
|
});
|
281
520
|
/* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
|
@@ -293,8 +532,12 @@ jQuery(function($){
|
|
293
532
|
dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'],
|
294
533
|
dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
|
295
534
|
dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
|
296
|
-
|
297
|
-
|
535
|
+
weekHeader: 'ՇԲՏ',
|
536
|
+
dateFormat: 'dd.mm.yy',
|
537
|
+
firstDay: 1,
|
538
|
+
isRTL: false,
|
539
|
+
showMonthAfterYear: false,
|
540
|
+
yearSuffix: ''};
|
298
541
|
$.datepicker.setDefaults($.datepicker.regional['hy']);
|
299
542
|
});/* Indonesian initialisation for the jQuery UI date picker plugin. */
|
300
543
|
/* Written by Deden Fathurahman (dedenf@gmail.com). */
|
@@ -311,8 +554,12 @@ jQuery(function($){
|
|
311
554
|
dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'],
|
312
555
|
dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
|
313
556
|
dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'],
|
314
|
-
|
315
|
-
|
557
|
+
weekHeader: 'Mg',
|
558
|
+
dateFormat: 'dd/mm/yy',
|
559
|
+
firstDay: 0,
|
560
|
+
isRTL: false,
|
561
|
+
showMonthAfterYear: false,
|
562
|
+
yearSuffix: ''};
|
316
563
|
$.datepicker.setDefaults($.datepicker.regional['id']);
|
317
564
|
});/* Icelandic initialisation for the jQuery UI date picker plugin. */
|
318
565
|
/* Written by Haukur H. Thorsson (haukur@eskill.is). */
|
@@ -329,11 +576,15 @@ jQuery(function($){
|
|
329
576
|
dayNames: ['Sunnudagur','Mánudagur','Þriðjudagur','Miðvikudagur','Fimmtudagur','Föstudagur','Laugardagur'],
|
330
577
|
dayNamesShort: ['Sun','Mán','Þri','Mið','Fim','Fös','Lau'],
|
331
578
|
dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
|
332
|
-
|
333
|
-
|
579
|
+
weekHeader: 'Vika',
|
580
|
+
dateFormat: 'dd/mm/yy',
|
581
|
+
firstDay: 0,
|
582
|
+
isRTL: false,
|
583
|
+
showMonthAfterYear: false,
|
584
|
+
yearSuffix: ''};
|
334
585
|
$.datepicker.setDefaults($.datepicker.regional['is']);
|
335
586
|
});/* Italian initialisation for the jQuery UI date picker plugin. */
|
336
|
-
/* Written by
|
587
|
+
/* Written by Antonello Pasella (antonello.pasella@gmail.com). */
|
337
588
|
jQuery(function($){
|
338
589
|
$.datepicker.regional['it'] = {
|
339
590
|
closeText: 'Chiudi',
|
@@ -341,14 +592,18 @@ jQuery(function($){
|
|
341
592
|
nextText: 'Succ>',
|
342
593
|
currentText: 'Oggi',
|
343
594
|
monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
|
344
|
-
|
595
|
+
'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
|
345
596
|
monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu',
|
346
|
-
|
597
|
+
'Lug','Ago','Set','Ott','Nov','Dic'],
|
347
598
|
dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'],
|
348
599
|
dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
|
349
|
-
dayNamesMin: ['Do','Lu','Ma','Me','
|
350
|
-
|
351
|
-
|
600
|
+
dayNamesMin: ['Do','Lu','Ma','Me','Gi','Ve','Sa'],
|
601
|
+
weekHeader: 'Sm',
|
602
|
+
dateFormat: 'dd/mm/yy',
|
603
|
+
firstDay: 1,
|
604
|
+
isRTL: false,
|
605
|
+
showMonthAfterYear: false,
|
606
|
+
yearSuffix: ''};
|
352
607
|
$.datepicker.setDefaults($.datepicker.regional['it']);
|
353
608
|
});
|
354
609
|
/* Japanese initialisation for the jQuery UI date picker plugin. */
|
@@ -366,9 +621,12 @@ jQuery(function($){
|
|
366
621
|
dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'],
|
367
622
|
dayNamesShort: ['日','月','火','水','木','金','土'],
|
368
623
|
dayNamesMin: ['日','月','火','水','木','金','土'],
|
369
|
-
|
624
|
+
weekHeader: '週',
|
625
|
+
dateFormat: 'yy/mm/dd',
|
626
|
+
firstDay: 0,
|
370
627
|
isRTL: false,
|
371
|
-
showMonthAfterYear: true
|
628
|
+
showMonthAfterYear: true,
|
629
|
+
yearSuffix: '年'};
|
372
630
|
$.datepicker.setDefaults($.datepicker.regional['ja']);
|
373
631
|
});/* Korean initialisation for the jQuery calendar extension. */
|
374
632
|
/* Written by DaeKwon Kang (ncrash.dk@gmail.com). */
|
@@ -385,8 +643,12 @@ jQuery(function($){
|
|
385
643
|
dayNames: ['일','월','화','수','목','금','토'],
|
386
644
|
dayNamesShort: ['일','월','화','수','목','금','토'],
|
387
645
|
dayNamesMin: ['일','월','화','수','목','금','토'],
|
388
|
-
|
389
|
-
|
646
|
+
weekHeader: 'Wk',
|
647
|
+
dateFormat: 'yy-mm-dd',
|
648
|
+
firstDay: 0,
|
649
|
+
isRTL: false,
|
650
|
+
showMonthAfterYear: false,
|
651
|
+
yearSuffix: '년'};
|
390
652
|
$.datepicker.setDefaults($.datepicker.regional['ko']);
|
391
653
|
});/* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
392
654
|
/* @author Arturas Paleicikas <arturas@avalon.lt> */
|
@@ -403,8 +665,12 @@ jQuery(function($){
|
|
403
665
|
dayNames: ['sekmadienis','pirmadienis','antradienis','trečiadienis','ketvirtadienis','penktadienis','šeštadienis'],
|
404
666
|
dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'],
|
405
667
|
dayNamesMin: ['Se','Pr','An','Tr','Ke','Pe','Še'],
|
406
|
-
|
407
|
-
|
668
|
+
weekHeader: 'Wk',
|
669
|
+
dateFormat: 'yy-mm-dd',
|
670
|
+
firstDay: 1,
|
671
|
+
isRTL: false,
|
672
|
+
showMonthAfterYear: false,
|
673
|
+
yearSuffix: ''};
|
408
674
|
$.datepicker.setDefaults($.datepicker.regional['lt']);
|
409
675
|
});/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
410
676
|
/* @author Arturas Paleicikas <arturas.paleicikas@metasite.net> */
|
@@ -421,8 +687,12 @@ jQuery(function($){
|
|
421
687
|
dayNames: ['svētdiena','pirmdiena','otrdiena','trešdiena','ceturtdiena','piektdiena','sestdiena'],
|
422
688
|
dayNamesShort: ['svt','prm','otr','tre','ctr','pkt','sst'],
|
423
689
|
dayNamesMin: ['Sv','Pr','Ot','Tr','Ct','Pk','Ss'],
|
424
|
-
|
425
|
-
|
690
|
+
weekHeader: 'Nav',
|
691
|
+
dateFormat: 'dd-mm-yy',
|
692
|
+
firstDay: 1,
|
693
|
+
isRTL: false,
|
694
|
+
showMonthAfterYear: false,
|
695
|
+
yearSuffix: ''};
|
426
696
|
$.datepicker.setDefaults($.datepicker.regional['lv']);
|
427
697
|
});/* Malaysian initialisation for the jQuery UI date picker plugin. */
|
428
698
|
/* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
|
@@ -439,8 +709,12 @@ jQuery(function($){
|
|
439
709
|
dayNames: ['Ahad','Isnin','Selasa','Rabu','Khamis','Jumaat','Sabtu'],
|
440
710
|
dayNamesShort: ['Aha','Isn','Sel','Rab','kha','Jum','Sab'],
|
441
711
|
dayNamesMin: ['Ah','Is','Se','Ra','Kh','Ju','Sa'],
|
442
|
-
|
443
|
-
|
712
|
+
weekHeader: 'Mg',
|
713
|
+
dateFormat: 'dd/mm/yy',
|
714
|
+
firstDay: 0,
|
715
|
+
isRTL: false,
|
716
|
+
showMonthAfterYear: false,
|
717
|
+
yearSuffix: ''};
|
444
718
|
$.datepicker.setDefaults($.datepicker.regional['ms']);
|
445
719
|
});/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
446
720
|
/* Written by Mathias Bynens <http://mathiasbynens.be/> */
|
@@ -457,8 +731,12 @@ jQuery(function($){
|
|
457
731
|
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
|
458
732
|
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
|
459
733
|
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
|
460
|
-
|
461
|
-
|
734
|
+
weekHeader: 'Wk',
|
735
|
+
dateFormat: 'dd/mm/yy',
|
736
|
+
firstDay: 1,
|
737
|
+
isRTL: false,
|
738
|
+
showMonthAfterYear: false,
|
739
|
+
yearSuffix: ''};
|
462
740
|
$.datepicker.setDefaults($.datepicker.regional.nl);
|
463
741
|
});/* Norwegian initialisation for the jQuery UI date picker plugin. */
|
464
742
|
/* Written by Naimdjon Takhirov (naimdjon@gmail.com). */
|
@@ -475,8 +753,12 @@ jQuery(function($){
|
|
475
753
|
dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
|
476
754
|
dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
|
477
755
|
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
|
478
|
-
|
479
|
-
|
756
|
+
weekHeader: 'Uke',
|
757
|
+
dateFormat: 'yy-mm-dd',
|
758
|
+
firstDay: 0,
|
759
|
+
isRTL: false,
|
760
|
+
showMonthAfterYear: false,
|
761
|
+
yearSuffix: ''};
|
480
762
|
$.datepicker.setDefaults($.datepicker.regional['no']);
|
481
763
|
});
|
482
764
|
/* Polish initialisation for the jQuery UI date picker plugin. */
|
@@ -491,11 +773,15 @@ jQuery(function($){
|
|
491
773
|
'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'],
|
492
774
|
monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze',
|
493
775
|
'Lip','Sie','Wrz','Pa','Lis','Gru'],
|
494
|
-
dayNames: ['Niedziela','
|
776
|
+
dayNames: ['Niedziela','Poniedziałek','Wtorek','Środa','Czwartek','Piątek','Sobota'],
|
495
777
|
dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'],
|
496
778
|
dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'],
|
497
|
-
|
498
|
-
|
779
|
+
weekHeader: 'Tydz',
|
780
|
+
dateFormat: 'dd.mm.yy',
|
781
|
+
firstDay: 1,
|
782
|
+
isRTL: false,
|
783
|
+
showMonthAfterYear: false,
|
784
|
+
yearSuffix: ''};
|
499
785
|
$.datepicker.setDefaults($.datepicker.regional['pl']);
|
500
786
|
});
|
501
787
|
/* Brazilian initialisation for the jQuery UI date picker plugin. */
|
@@ -510,13 +796,17 @@ jQuery(function($){
|
|
510
796
|
'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
|
511
797
|
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
|
512
798
|
'Jul','Ago','Set','Out','Nov','Dez'],
|
513
|
-
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','
|
514
|
-
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','
|
515
|
-
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','
|
516
|
-
|
517
|
-
|
799
|
+
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'],
|
800
|
+
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
801
|
+
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
|
802
|
+
weekHeader: 'Sm',
|
803
|
+
dateFormat: 'dd/mm/yy',
|
804
|
+
firstDay: 0,
|
805
|
+
isRTL: false,
|
806
|
+
showMonthAfterYear: false,
|
807
|
+
yearSuffix: ''};
|
518
808
|
$.datepicker.setDefaults($.datepicker.regional['pt-BR']);
|
519
|
-
})
|
809
|
+
});/* Romanian initialisation for the jQuery UI date picker plugin.
|
520
810
|
*
|
521
811
|
* Written by Edmond L. (ll_edmond@walla.com)
|
522
812
|
* and Ionut G. Stan (ionut.g.stan@gmail.com)
|
@@ -534,8 +824,12 @@ jQuery(function($){
|
|
534
824
|
dayNames: ['Duminică', 'Luni', 'Marţi', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
|
535
825
|
dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
|
536
826
|
dayNamesMin: ['Du','Lu','Ma','Mi','Jo','Vi','Sâ'],
|
537
|
-
|
538
|
-
|
827
|
+
weekHeader: 'Săpt',
|
828
|
+
dateFormat: 'dd.mm.yy',
|
829
|
+
firstDay: 1,
|
830
|
+
isRTL: false,
|
831
|
+
showMonthAfterYear: false,
|
832
|
+
yearSuffix: ''};
|
539
833
|
$.datepicker.setDefaults($.datepicker.regional['ro']);
|
540
834
|
});
|
541
835
|
/* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
@@ -553,8 +847,12 @@ jQuery(function($){
|
|
553
847
|
dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
|
554
848
|
dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
|
555
849
|
dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'],
|
556
|
-
|
557
|
-
|
850
|
+
weekHeader: 'Не',
|
851
|
+
dateFormat: 'dd.mm.yy',
|
852
|
+
firstDay: 1,
|
853
|
+
isRTL: false,
|
854
|
+
showMonthAfterYear: false,
|
855
|
+
yearSuffix: ''};
|
558
856
|
$.datepicker.setDefaults($.datepicker.regional['ru']);
|
559
857
|
});/* Slovak initialisation for the jQuery UI date picker plugin. */
|
560
858
|
/* Written by Vojtech Rinik (vojto@hmm.sk). */
|
@@ -571,8 +869,12 @@ jQuery(function($){
|
|
571
869
|
dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
|
572
870
|
dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'],
|
573
871
|
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
|
574
|
-
|
575
|
-
|
872
|
+
weekHeader: 'Ty',
|
873
|
+
dateFormat: 'dd.mm.yy',
|
874
|
+
firstDay: 1,
|
875
|
+
isRTL: false,
|
876
|
+
showMonthAfterYear: false,
|
877
|
+
yearSuffix: ''};
|
576
878
|
$.datepicker.setDefaults($.datepicker.regional['sk']);
|
577
879
|
});
|
578
880
|
/* Slovenian initialisation for the jQuery UI date picker plugin. */
|
@@ -591,8 +893,12 @@ jQuery(function($){
|
|
591
893
|
dayNames: ['Nedelja','Ponedeljek','Torek','Sreda','Četrtek','Petek','Sobota'],
|
592
894
|
dayNamesShort: ['Ned','Pon','Tor','Sre','Čet','Pet','Sob'],
|
593
895
|
dayNamesMin: ['Ne','Po','To','Sr','Če','Pe','So'],
|
594
|
-
|
595
|
-
|
896
|
+
weekHeader: 'Teden',
|
897
|
+
dateFormat: 'dd.mm.yy',
|
898
|
+
firstDay: 1,
|
899
|
+
isRTL: false,
|
900
|
+
showMonthAfterYear: false,
|
901
|
+
yearSuffix: ''};
|
596
902
|
$.datepicker.setDefaults($.datepicker.regional['sl']);
|
597
903
|
});
|
598
904
|
/* Albanian initialisation for the jQuery UI date picker plugin. */
|
@@ -610,8 +916,12 @@ jQuery(function($){
|
|
610
916
|
dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'],
|
611
917
|
dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'],
|
612
918
|
dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'],
|
613
|
-
|
614
|
-
|
919
|
+
weekHeader: 'Ja',
|
920
|
+
dateFormat: 'dd.mm.yy',
|
921
|
+
firstDay: 1,
|
922
|
+
isRTL: false,
|
923
|
+
showMonthAfterYear: false,
|
924
|
+
yearSuffix: ''};
|
615
925
|
$.datepicker.setDefaults($.datepicker.regional['sq']);
|
616
926
|
});
|
617
927
|
/* Serbian i18n for the jQuery UI date picker plugin. */
|
@@ -629,8 +939,12 @@ jQuery(function($){
|
|
629
939
|
dayNames: ['Nedelja','Ponedeljak','Utorak','Sreda','Četvrtak','Petak','Subota'],
|
630
940
|
dayNamesShort: ['Ned','Pon','Uto','Sre','Čet','Pet','Sub'],
|
631
941
|
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
|
632
|
-
|
633
|
-
|
942
|
+
weekHeader: 'Sed',
|
943
|
+
dateFormat: 'dd/mm/yy',
|
944
|
+
firstDay: 1,
|
945
|
+
isRTL: false,
|
946
|
+
showMonthAfterYear: false,
|
947
|
+
yearSuffix: ''};
|
634
948
|
$.datepicker.setDefaults($.datepicker.regional['sr-SR']);
|
635
949
|
});
|
636
950
|
/* Serbian i18n for the jQuery UI date picker plugin. */
|
@@ -648,8 +962,12 @@ jQuery(function($){
|
|
648
962
|
dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'],
|
649
963
|
dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'],
|
650
964
|
dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'],
|
651
|
-
|
652
|
-
|
965
|
+
weekHeader: 'Сед',
|
966
|
+
dateFormat: 'dd/mm/yy',
|
967
|
+
firstDay: 1,
|
968
|
+
isRTL: false,
|
969
|
+
showMonthAfterYear: false,
|
970
|
+
yearSuffix: ''};
|
653
971
|
$.datepicker.setDefaults($.datepicker.regional['sr']);
|
654
972
|
});
|
655
973
|
/* Swedish initialisation for the jQuery UI date picker plugin. */
|
@@ -667,10 +985,37 @@ jQuery(function($){
|
|
667
985
|
dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'],
|
668
986
|
dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'],
|
669
987
|
dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'],
|
670
|
-
|
671
|
-
|
988
|
+
weekHeader: 'Ve',
|
989
|
+
dateFormat: 'yy-mm-dd',
|
990
|
+
firstDay: 1,
|
991
|
+
isRTL: false,
|
992
|
+
showMonthAfterYear: false,
|
993
|
+
yearSuffix: ''};
|
672
994
|
$.datepicker.setDefaults($.datepicker.regional['sv']);
|
673
995
|
});
|
996
|
+
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
997
|
+
/* Written by S A Sureshkumar (saskumar@live.com). */
|
998
|
+
jQuery(function($){
|
999
|
+
$.datepicker.regional['ta'] = {
|
1000
|
+
closeText: 'மூடு',
|
1001
|
+
prevText: 'முன்னையது',
|
1002
|
+
nextText: 'அடுத்தது',
|
1003
|
+
currentText: 'இன்று',
|
1004
|
+
monthNames: ['தை','மாசி','பங்குனி','சித்திரை','வைகாசி','ஆனி',
|
1005
|
+
'ஆடி','ஆவணி','புரட்டாசி','ஐப்பசி','கார்த்திகை','மார்கழி'],
|
1006
|
+
monthNamesShort: ['தை','மாசி','பங்','சித்','வைகா','ஆனி',
|
1007
|
+
'ஆடி','ஆவ','புர','ஐப்','கார்','மார்'],
|
1008
|
+
dayNames: ['ஞாயிற்றுக்கிழமை','திங்கட்கிழமை','செவ்வாய்க்கிழமை','புதன்கிழமை','வியாழக்கிழமை','வெள்ளிக்கிழமை','சனிக்கிழமை'],
|
1009
|
+
dayNamesShort: ['ஞாயிறு','திங்கள்','செவ்வாய்','புதன்','வியாழன்','வெள்ளி','சனி'],
|
1010
|
+
dayNamesMin: ['ஞா','தி','செ','பு','வி','வெ','ச'],
|
1011
|
+
weekHeader: 'Не',
|
1012
|
+
dateFormat: 'dd/mm/yy',
|
1013
|
+
firstDay: 1,
|
1014
|
+
isRTL: false,
|
1015
|
+
showMonthAfterYear: false,
|
1016
|
+
yearSuffix: ''};
|
1017
|
+
$.datepicker.setDefaults($.datepicker.regional['ta']);
|
1018
|
+
});
|
674
1019
|
/* Thai initialisation for the jQuery UI date picker plugin. */
|
675
1020
|
/* Written by pipo (pipo@sixhead.com). */
|
676
1021
|
jQuery(function($){
|
@@ -686,8 +1031,12 @@ jQuery(function($){
|
|
686
1031
|
dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'],
|
687
1032
|
dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
|
688
1033
|
dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'],
|
689
|
-
|
690
|
-
|
1034
|
+
weekHeader: 'Wk',
|
1035
|
+
dateFormat: 'dd/mm/yy',
|
1036
|
+
firstDay: 0,
|
1037
|
+
isRTL: false,
|
1038
|
+
showMonthAfterYear: false,
|
1039
|
+
yearSuffix: ''};
|
691
1040
|
$.datepicker.setDefaults($.datepicker.regional['th']);
|
692
1041
|
});/* Turkish initialisation for the jQuery UI date picker plugin. */
|
693
1042
|
/* Written by Izzet Emre Erkan (kara@karalamalar.net). */
|
@@ -704,34 +1053,59 @@ jQuery(function($){
|
|
704
1053
|
dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'],
|
705
1054
|
dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
|
706
1055
|
dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'],
|
707
|
-
|
708
|
-
|
1056
|
+
weekHeader: 'Hf',
|
1057
|
+
dateFormat: 'dd.mm.yy',
|
1058
|
+
firstDay: 1,
|
1059
|
+
isRTL: false,
|
1060
|
+
showMonthAfterYear: false,
|
1061
|
+
yearSuffix: ''};
|
709
1062
|
$.datepicker.setDefaults($.datepicker.regional['tr']);
|
710
1063
|
});/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
711
1064
|
/* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
|
712
1065
|
jQuery(function($){
|
713
1066
|
$.datepicker.regional['uk'] = {
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
nextText: '>', nextStatus: '',
|
719
|
-
nextBigText: '>>', nextBigStatus: '',
|
720
|
-
currentText: 'Сьогодні', currentStatus: '',
|
1067
|
+
closeText: 'Закрити',
|
1068
|
+
prevText: '<',
|
1069
|
+
nextText: '>',
|
1070
|
+
currentText: 'Сьогодні',
|
721
1071
|
monthNames: ['Січень','Лютий','Березень','Квітень','Травень','Червень',
|
722
1072
|
'Липень','Серпень','Вересень','Жовтень','Листопад','Грудень'],
|
723
1073
|
monthNamesShort: ['Січ','Лют','Бер','Кві','Тра','Чер',
|
724
1074
|
'Лип','Сер','Вер','Жов','Лис','Гру'],
|
725
|
-
monthStatus: '', yearStatus: '',
|
726
|
-
weekHeader: 'Не', weekStatus: '',
|
727
1075
|
dayNames: ['неділя','понеділок','вівторок','середа','четвер','п’ятниця','субота'],
|
728
1076
|
dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'],
|
729
1077
|
dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'],
|
730
|
-
|
731
|
-
dateFormat: 'dd/mm/yy',
|
732
|
-
|
1078
|
+
weekHeader: 'Не',
|
1079
|
+
dateFormat: 'dd/mm/yy',
|
1080
|
+
firstDay: 1,
|
1081
|
+
isRTL: false,
|
1082
|
+
showMonthAfterYear: false,
|
1083
|
+
yearSuffix: ''};
|
733
1084
|
$.datepicker.setDefaults($.datepicker.regional['uk']);
|
734
|
-
})
|
1085
|
+
});/* Vietnamese initialisation for the jQuery UI date picker plugin. */
|
1086
|
+
/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
|
1087
|
+
jQuery(function($){
|
1088
|
+
$.datepicker.regional['vi'] = {
|
1089
|
+
closeText: 'Đóng',
|
1090
|
+
prevText: '<Trước',
|
1091
|
+
nextText: 'Tiếp>',
|
1092
|
+
currentText: 'Hôm nay',
|
1093
|
+
monthNames: ['Tháng Một', 'Tháng Hai', 'Tháng Ba', 'Tháng Tư', 'Tháng Năm', 'Tháng Sáu',
|
1094
|
+
'Tháng Bảy', 'Tháng Tám', 'Tháng Chín', 'Tháng Mười', 'Tháng Mười Một', 'Tháng Mười Hai'],
|
1095
|
+
monthNamesShort: ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6',
|
1096
|
+
'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'],
|
1097
|
+
dayNames: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'],
|
1098
|
+
dayNamesShort: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
|
1099
|
+
dayNamesMin: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
|
1100
|
+
weekHeader: 'Tu',
|
1101
|
+
dateFormat: 'dd/mm/yy',
|
1102
|
+
firstDay: 0,
|
1103
|
+
isRTL: false,
|
1104
|
+
showMonthAfterYear: false,
|
1105
|
+
yearSuffix: ''};
|
1106
|
+
$.datepicker.setDefaults($.datepicker.regional['vi']);
|
1107
|
+
});
|
1108
|
+
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
735
1109
|
/* Written by Cloudream (cloudream@gmail.com). */
|
736
1110
|
jQuery(function($){
|
737
1111
|
$.datepicker.regional['zh-CN'] = {
|
@@ -746,10 +1120,37 @@ jQuery(function($){
|
|
746
1120
|
dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
|
747
1121
|
dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
|
748
1122
|
dayNamesMin: ['日','一','二','三','四','五','六'],
|
749
|
-
|
750
|
-
|
1123
|
+
weekHeader: '周',
|
1124
|
+
dateFormat: 'yy-mm-dd',
|
1125
|
+
firstDay: 1,
|
1126
|
+
isRTL: false,
|
1127
|
+
showMonthAfterYear: true,
|
1128
|
+
yearSuffix: '年'};
|
751
1129
|
$.datepicker.setDefaults($.datepicker.regional['zh-CN']);
|
752
1130
|
});
|
1131
|
+
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
1132
|
+
/* Written by SCCY (samuelcychan@gmail.com). */
|
1133
|
+
jQuery(function($){
|
1134
|
+
$.datepicker.regional['zh-HK'] = {
|
1135
|
+
closeText: '關閉',
|
1136
|
+
prevText: '<上月',
|
1137
|
+
nextText: '下月>',
|
1138
|
+
currentText: '今天',
|
1139
|
+
monthNames: ['一月','二月','三月','四月','五月','六月',
|
1140
|
+
'七月','八月','九月','十月','十一月','十二月'],
|
1141
|
+
monthNamesShort: ['一','二','三','四','五','六',
|
1142
|
+
'七','八','九','十','十一','十二'],
|
1143
|
+
dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
|
1144
|
+
dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
|
1145
|
+
dayNamesMin: ['日','一','二','三','四','五','六'],
|
1146
|
+
weekHeader: '周',
|
1147
|
+
dateFormat: 'dd-mm-yy',
|
1148
|
+
firstDay: 0,
|
1149
|
+
isRTL: false,
|
1150
|
+
showMonthAfterYear: true,
|
1151
|
+
yearSuffix: '年'};
|
1152
|
+
$.datepicker.setDefaults($.datepicker.regional['zh-HK']);
|
1153
|
+
});
|
753
1154
|
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
754
1155
|
/* Written by Ressol (ressol@gmail.com). */
|
755
1156
|
jQuery(function($){
|
@@ -765,7 +1166,11 @@ jQuery(function($){
|
|
765
1166
|
dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'],
|
766
1167
|
dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'],
|
767
1168
|
dayNamesMin: ['日','一','二','三','四','五','六'],
|
768
|
-
|
769
|
-
|
1169
|
+
weekHeader: '周',
|
1170
|
+
dateFormat: 'yy/mm/dd',
|
1171
|
+
firstDay: 1,
|
1172
|
+
isRTL: false,
|
1173
|
+
showMonthAfterYear: true,
|
1174
|
+
yearSuffix: '年'};
|
770
1175
|
$.datepicker.setDefaults($.datepicker.regional['zh-TW']);
|
771
1176
|
});
|