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
data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.dialog.js
ADDED
@@ -0,0 +1,827 @@
|
|
1
|
+
/*
|
2
|
+
* jQuery UI Dialog 1.8.4
|
3
|
+
*
|
4
|
+
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
5
|
+
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6
|
+
* http://jquery.org/license
|
7
|
+
*
|
8
|
+
* http://docs.jquery.com/UI/Dialog
|
9
|
+
*
|
10
|
+
* Depends:
|
11
|
+
* jquery.ui.core.js
|
12
|
+
* jquery.ui.widget.js
|
13
|
+
* jquery.ui.button.js
|
14
|
+
* jquery.ui.draggable.js
|
15
|
+
* jquery.ui.mouse.js
|
16
|
+
* jquery.ui.position.js
|
17
|
+
* jquery.ui.resizable.js
|
18
|
+
*/
|
19
|
+
(function( $, undefined ) {
|
20
|
+
|
21
|
+
var uiDialogClasses =
|
22
|
+
'ui-dialog ' +
|
23
|
+
'ui-widget ' +
|
24
|
+
'ui-widget-content ' +
|
25
|
+
'ui-corner-all ';
|
26
|
+
|
27
|
+
$.widget("ui.dialog", {
|
28
|
+
options: {
|
29
|
+
autoOpen: true,
|
30
|
+
buttons: {},
|
31
|
+
closeOnEscape: true,
|
32
|
+
closeText: 'close',
|
33
|
+
dialogClass: '',
|
34
|
+
draggable: true,
|
35
|
+
hide: null,
|
36
|
+
height: 'auto',
|
37
|
+
maxHeight: false,
|
38
|
+
maxWidth: false,
|
39
|
+
minHeight: 150,
|
40
|
+
minWidth: 150,
|
41
|
+
modal: false,
|
42
|
+
position: {
|
43
|
+
my: 'center',
|
44
|
+
at: 'center',
|
45
|
+
of: window,
|
46
|
+
collision: 'fit',
|
47
|
+
// ensure that the titlebar is never outside the document
|
48
|
+
using: function(pos) {
|
49
|
+
var topOffset = $(this).css(pos).offset().top;
|
50
|
+
if (topOffset < 0) {
|
51
|
+
$(this).css('top', pos.top - topOffset);
|
52
|
+
}
|
53
|
+
}
|
54
|
+
},
|
55
|
+
resizable: true,
|
56
|
+
show: null,
|
57
|
+
stack: true,
|
58
|
+
title: '',
|
59
|
+
width: 300,
|
60
|
+
zIndex: 1000
|
61
|
+
},
|
62
|
+
|
63
|
+
_create: function() {
|
64
|
+
this.originalTitle = this.element.attr('title');
|
65
|
+
// #5742 - .attr() might return a DOMElement
|
66
|
+
if ( typeof this.originalTitle !== "string" ) {
|
67
|
+
this.originalTitle = "";
|
68
|
+
}
|
69
|
+
|
70
|
+
var self = this,
|
71
|
+
options = self.options,
|
72
|
+
|
73
|
+
title = options.title || self.originalTitle || ' ',
|
74
|
+
titleId = $.ui.dialog.getTitleId(self.element),
|
75
|
+
|
76
|
+
uiDialog = (self.uiDialog = $('<div></div>'))
|
77
|
+
.appendTo(document.body)
|
78
|
+
.hide()
|
79
|
+
.addClass(uiDialogClasses + options.dialogClass)
|
80
|
+
.css({
|
81
|
+
zIndex: options.zIndex
|
82
|
+
})
|
83
|
+
// setting tabIndex makes the div focusable
|
84
|
+
// setting outline to 0 prevents a border on focus in Mozilla
|
85
|
+
.attr('tabIndex', -1).css('outline', 0).keydown(function(event) {
|
86
|
+
if (options.closeOnEscape && event.keyCode &&
|
87
|
+
event.keyCode === $.ui.keyCode.ESCAPE) {
|
88
|
+
|
89
|
+
self.close(event);
|
90
|
+
event.preventDefault();
|
91
|
+
}
|
92
|
+
})
|
93
|
+
.attr({
|
94
|
+
role: 'dialog',
|
95
|
+
'aria-labelledby': titleId
|
96
|
+
})
|
97
|
+
.mousedown(function(event) {
|
98
|
+
self.moveToTop(false, event);
|
99
|
+
}),
|
100
|
+
|
101
|
+
uiDialogContent = self.element
|
102
|
+
.show()
|
103
|
+
.removeAttr('title')
|
104
|
+
.addClass(
|
105
|
+
'ui-dialog-content ' +
|
106
|
+
'ui-widget-content')
|
107
|
+
.appendTo(uiDialog),
|
108
|
+
|
109
|
+
uiDialogTitlebar = (self.uiDialogTitlebar = $('<div></div>'))
|
110
|
+
.addClass(
|
111
|
+
'ui-dialog-titlebar ' +
|
112
|
+
'ui-widget-header ' +
|
113
|
+
'ui-corner-all ' +
|
114
|
+
'ui-helper-clearfix'
|
115
|
+
)
|
116
|
+
.prependTo(uiDialog),
|
117
|
+
|
118
|
+
uiDialogTitlebarClose = $('<a href="#"></a>')
|
119
|
+
.addClass(
|
120
|
+
'ui-dialog-titlebar-close ' +
|
121
|
+
'ui-corner-all'
|
122
|
+
)
|
123
|
+
.attr('role', 'button')
|
124
|
+
.hover(
|
125
|
+
function() {
|
126
|
+
uiDialogTitlebarClose.addClass('ui-state-hover');
|
127
|
+
},
|
128
|
+
function() {
|
129
|
+
uiDialogTitlebarClose.removeClass('ui-state-hover');
|
130
|
+
}
|
131
|
+
)
|
132
|
+
.focus(function() {
|
133
|
+
uiDialogTitlebarClose.addClass('ui-state-focus');
|
134
|
+
})
|
135
|
+
.blur(function() {
|
136
|
+
uiDialogTitlebarClose.removeClass('ui-state-focus');
|
137
|
+
})
|
138
|
+
.click(function(event) {
|
139
|
+
self.close(event);
|
140
|
+
return false;
|
141
|
+
})
|
142
|
+
.appendTo(uiDialogTitlebar),
|
143
|
+
|
144
|
+
uiDialogTitlebarCloseText = (self.uiDialogTitlebarCloseText = $('<span></span>'))
|
145
|
+
.addClass(
|
146
|
+
'ui-icon ' +
|
147
|
+
'ui-icon-closethick'
|
148
|
+
)
|
149
|
+
.text(options.closeText)
|
150
|
+
.appendTo(uiDialogTitlebarClose),
|
151
|
+
|
152
|
+
uiDialogTitle = $('<span></span>')
|
153
|
+
.addClass('ui-dialog-title')
|
154
|
+
.attr('id', titleId)
|
155
|
+
.html(title)
|
156
|
+
.prependTo(uiDialogTitlebar);
|
157
|
+
|
158
|
+
//handling of deprecated beforeclose (vs beforeClose) option
|
159
|
+
//Ticket #4669 http://dev.jqueryui.com/ticket/4669
|
160
|
+
//TODO: remove in 1.9pre
|
161
|
+
if ($.isFunction(options.beforeclose) && !$.isFunction(options.beforeClose)) {
|
162
|
+
options.beforeClose = options.beforeclose;
|
163
|
+
}
|
164
|
+
|
165
|
+
uiDialogTitlebar.find("*").add(uiDialogTitlebar).disableSelection();
|
166
|
+
|
167
|
+
if (options.draggable && $.fn.draggable) {
|
168
|
+
self._makeDraggable();
|
169
|
+
}
|
170
|
+
if (options.resizable && $.fn.resizable) {
|
171
|
+
self._makeResizable();
|
172
|
+
}
|
173
|
+
|
174
|
+
self._createButtons(options.buttons);
|
175
|
+
self._isOpen = false;
|
176
|
+
|
177
|
+
if ($.fn.bgiframe) {
|
178
|
+
uiDialog.bgiframe();
|
179
|
+
}
|
180
|
+
},
|
181
|
+
|
182
|
+
_init: function() {
|
183
|
+
if ( this.options.autoOpen ) {
|
184
|
+
this.open();
|
185
|
+
}
|
186
|
+
},
|
187
|
+
|
188
|
+
destroy: function() {
|
189
|
+
var self = this;
|
190
|
+
|
191
|
+
if (self.overlay) {
|
192
|
+
self.overlay.destroy();
|
193
|
+
}
|
194
|
+
self.uiDialog.hide();
|
195
|
+
self.element
|
196
|
+
.unbind('.dialog')
|
197
|
+
.removeData('dialog')
|
198
|
+
.removeClass('ui-dialog-content ui-widget-content')
|
199
|
+
.hide().appendTo('body');
|
200
|
+
self.uiDialog.remove();
|
201
|
+
|
202
|
+
if (self.originalTitle) {
|
203
|
+
self.element.attr('title', self.originalTitle);
|
204
|
+
}
|
205
|
+
|
206
|
+
return self;
|
207
|
+
},
|
208
|
+
|
209
|
+
widget: function() {
|
210
|
+
return this.uiDialog;
|
211
|
+
},
|
212
|
+
|
213
|
+
close: function(event) {
|
214
|
+
var self = this,
|
215
|
+
maxZ;
|
216
|
+
|
217
|
+
if (false === self._trigger('beforeClose', event)) {
|
218
|
+
return;
|
219
|
+
}
|
220
|
+
|
221
|
+
if (self.overlay) {
|
222
|
+
self.overlay.destroy();
|
223
|
+
}
|
224
|
+
self.uiDialog.unbind('keypress.ui-dialog');
|
225
|
+
|
226
|
+
self._isOpen = false;
|
227
|
+
|
228
|
+
if (self.options.hide) {
|
229
|
+
self.uiDialog.hide(self.options.hide, function() {
|
230
|
+
self._trigger('close', event);
|
231
|
+
});
|
232
|
+
} else {
|
233
|
+
self.uiDialog.hide();
|
234
|
+
self._trigger('close', event);
|
235
|
+
}
|
236
|
+
|
237
|
+
$.ui.dialog.overlay.resize();
|
238
|
+
|
239
|
+
// adjust the maxZ to allow other modal dialogs to continue to work (see #4309)
|
240
|
+
if (self.options.modal) {
|
241
|
+
maxZ = 0;
|
242
|
+
$('.ui-dialog').each(function() {
|
243
|
+
if (this !== self.uiDialog[0]) {
|
244
|
+
maxZ = Math.max(maxZ, $(this).css('z-index'));
|
245
|
+
}
|
246
|
+
});
|
247
|
+
$.ui.dialog.maxZ = maxZ;
|
248
|
+
}
|
249
|
+
|
250
|
+
return self;
|
251
|
+
},
|
252
|
+
|
253
|
+
isOpen: function() {
|
254
|
+
return this._isOpen;
|
255
|
+
},
|
256
|
+
|
257
|
+
// the force parameter allows us to move modal dialogs to their correct
|
258
|
+
// position on open
|
259
|
+
moveToTop: function(force, event) {
|
260
|
+
var self = this,
|
261
|
+
options = self.options,
|
262
|
+
saveScroll;
|
263
|
+
|
264
|
+
if ((options.modal && !force) ||
|
265
|
+
(!options.stack && !options.modal)) {
|
266
|
+
return self._trigger('focus', event);
|
267
|
+
}
|
268
|
+
|
269
|
+
if (options.zIndex > $.ui.dialog.maxZ) {
|
270
|
+
$.ui.dialog.maxZ = options.zIndex;
|
271
|
+
}
|
272
|
+
if (self.overlay) {
|
273
|
+
$.ui.dialog.maxZ += 1;
|
274
|
+
self.overlay.$el.css('z-index', $.ui.dialog.overlay.maxZ = $.ui.dialog.maxZ);
|
275
|
+
}
|
276
|
+
|
277
|
+
//Save and then restore scroll since Opera 9.5+ resets when parent z-Index is changed.
|
278
|
+
// http://ui.jquery.com/bugs/ticket/3193
|
279
|
+
saveScroll = { scrollTop: self.element.attr('scrollTop'), scrollLeft: self.element.attr('scrollLeft') };
|
280
|
+
$.ui.dialog.maxZ += 1;
|
281
|
+
self.uiDialog.css('z-index', $.ui.dialog.maxZ);
|
282
|
+
self.element.attr(saveScroll);
|
283
|
+
self._trigger('focus', event);
|
284
|
+
|
285
|
+
return self;
|
286
|
+
},
|
287
|
+
|
288
|
+
open: function() {
|
289
|
+
if (this._isOpen) { return; }
|
290
|
+
|
291
|
+
var self = this,
|
292
|
+
options = self.options,
|
293
|
+
uiDialog = self.uiDialog;
|
294
|
+
|
295
|
+
self.overlay = options.modal ? new $.ui.dialog.overlay(self) : null;
|
296
|
+
if (uiDialog.next().length) {
|
297
|
+
uiDialog.appendTo('body');
|
298
|
+
}
|
299
|
+
self._size();
|
300
|
+
self._position(options.position);
|
301
|
+
uiDialog.show(options.show);
|
302
|
+
self.moveToTop(true);
|
303
|
+
|
304
|
+
// prevent tabbing out of modal dialogs
|
305
|
+
if (options.modal) {
|
306
|
+
uiDialog.bind('keypress.ui-dialog', function(event) {
|
307
|
+
if (event.keyCode !== $.ui.keyCode.TAB) {
|
308
|
+
return;
|
309
|
+
}
|
310
|
+
|
311
|
+
var tabbables = $(':tabbable', this),
|
312
|
+
first = tabbables.filter(':first'),
|
313
|
+
last = tabbables.filter(':last');
|
314
|
+
|
315
|
+
if (event.target === last[0] && !event.shiftKey) {
|
316
|
+
first.focus(1);
|
317
|
+
return false;
|
318
|
+
} else if (event.target === first[0] && event.shiftKey) {
|
319
|
+
last.focus(1);
|
320
|
+
return false;
|
321
|
+
}
|
322
|
+
});
|
323
|
+
}
|
324
|
+
|
325
|
+
// set focus to the first tabbable element in the content area or the first button
|
326
|
+
// if there are no tabbable elements, set focus on the dialog itself
|
327
|
+
$(self.element.find(':tabbable').get().concat(
|
328
|
+
uiDialog.find('.ui-dialog-buttonpane :tabbable').get().concat(
|
329
|
+
uiDialog.get()))).eq(0).focus();
|
330
|
+
|
331
|
+
self._trigger('open');
|
332
|
+
self._isOpen = true;
|
333
|
+
|
334
|
+
return self;
|
335
|
+
},
|
336
|
+
|
337
|
+
_createButtons: function(buttons) {
|
338
|
+
var self = this,
|
339
|
+
hasButtons = false,
|
340
|
+
uiDialogButtonPane = $('<div></div>')
|
341
|
+
.addClass(
|
342
|
+
'ui-dialog-buttonpane ' +
|
343
|
+
'ui-widget-content ' +
|
344
|
+
'ui-helper-clearfix'
|
345
|
+
),
|
346
|
+
uiButtonSet = $( "<div></div>" )
|
347
|
+
.addClass( "ui-dialog-buttonset" )
|
348
|
+
.appendTo( uiDialogButtonPane );
|
349
|
+
|
350
|
+
// if we already have a button pane, remove it
|
351
|
+
self.uiDialog.find('.ui-dialog-buttonpane').remove();
|
352
|
+
|
353
|
+
if (typeof buttons === 'object' && buttons !== null) {
|
354
|
+
$.each(buttons, function() {
|
355
|
+
return !(hasButtons = true);
|
356
|
+
});
|
357
|
+
}
|
358
|
+
if (hasButtons) {
|
359
|
+
$.each(buttons, function(name, fn) {
|
360
|
+
var button = $('<button type="button"></button>')
|
361
|
+
.text(name)
|
362
|
+
.click(function() { fn.apply(self.element[0], arguments); })
|
363
|
+
.appendTo(uiButtonSet);
|
364
|
+
if ($.fn.button) {
|
365
|
+
button.button();
|
366
|
+
}
|
367
|
+
});
|
368
|
+
uiDialogButtonPane.appendTo(self.uiDialog);
|
369
|
+
}
|
370
|
+
},
|
371
|
+
|
372
|
+
_makeDraggable: function() {
|
373
|
+
var self = this,
|
374
|
+
options = self.options,
|
375
|
+
doc = $(document),
|
376
|
+
heightBeforeDrag;
|
377
|
+
|
378
|
+
function filteredUi(ui) {
|
379
|
+
return {
|
380
|
+
position: ui.position,
|
381
|
+
offset: ui.offset
|
382
|
+
};
|
383
|
+
}
|
384
|
+
|
385
|
+
self.uiDialog.draggable({
|
386
|
+
cancel: '.ui-dialog-content, .ui-dialog-titlebar-close',
|
387
|
+
handle: '.ui-dialog-titlebar',
|
388
|
+
containment: 'document',
|
389
|
+
start: function(event, ui) {
|
390
|
+
heightBeforeDrag = options.height === "auto" ? "auto" : $(this).height();
|
391
|
+
$(this).height($(this).height()).addClass("ui-dialog-dragging");
|
392
|
+
self._trigger('dragStart', event, filteredUi(ui));
|
393
|
+
},
|
394
|
+
drag: function(event, ui) {
|
395
|
+
self._trigger('drag', event, filteredUi(ui));
|
396
|
+
},
|
397
|
+
stop: function(event, ui) {
|
398
|
+
options.position = [ui.position.left - doc.scrollLeft(),
|
399
|
+
ui.position.top - doc.scrollTop()];
|
400
|
+
$(this).removeClass("ui-dialog-dragging").height(heightBeforeDrag);
|
401
|
+
self._trigger('dragStop', event, filteredUi(ui));
|
402
|
+
$.ui.dialog.overlay.resize();
|
403
|
+
}
|
404
|
+
});
|
405
|
+
},
|
406
|
+
|
407
|
+
_makeResizable: function(handles) {
|
408
|
+
handles = (handles === undefined ? this.options.resizable : handles);
|
409
|
+
var self = this,
|
410
|
+
options = self.options,
|
411
|
+
// .ui-resizable has position: relative defined in the stylesheet
|
412
|
+
// but dialogs have to use absolute or fixed positioning
|
413
|
+
position = self.uiDialog.css('position'),
|
414
|
+
resizeHandles = (typeof handles === 'string' ?
|
415
|
+
handles :
|
416
|
+
'n,e,s,w,se,sw,ne,nw'
|
417
|
+
);
|
418
|
+
|
419
|
+
function filteredUi(ui) {
|
420
|
+
return {
|
421
|
+
originalPosition: ui.originalPosition,
|
422
|
+
originalSize: ui.originalSize,
|
423
|
+
position: ui.position,
|
424
|
+
size: ui.size
|
425
|
+
};
|
426
|
+
}
|
427
|
+
|
428
|
+
self.uiDialog.resizable({
|
429
|
+
cancel: '.ui-dialog-content',
|
430
|
+
containment: 'document',
|
431
|
+
alsoResize: self.element,
|
432
|
+
maxWidth: options.maxWidth,
|
433
|
+
maxHeight: options.maxHeight,
|
434
|
+
minWidth: options.minWidth,
|
435
|
+
minHeight: self._minHeight(),
|
436
|
+
handles: resizeHandles,
|
437
|
+
start: function(event, ui) {
|
438
|
+
$(this).addClass("ui-dialog-resizing");
|
439
|
+
self._trigger('resizeStart', event, filteredUi(ui));
|
440
|
+
},
|
441
|
+
resize: function(event, ui) {
|
442
|
+
self._trigger('resize', event, filteredUi(ui));
|
443
|
+
},
|
444
|
+
stop: function(event, ui) {
|
445
|
+
$(this).removeClass("ui-dialog-resizing");
|
446
|
+
options.height = $(this).height();
|
447
|
+
options.width = $(this).width();
|
448
|
+
self._trigger('resizeStop', event, filteredUi(ui));
|
449
|
+
$.ui.dialog.overlay.resize();
|
450
|
+
}
|
451
|
+
})
|
452
|
+
.css('position', position)
|
453
|
+
.find('.ui-resizable-se').addClass('ui-icon ui-icon-grip-diagonal-se');
|
454
|
+
},
|
455
|
+
|
456
|
+
_minHeight: function() {
|
457
|
+
var options = this.options;
|
458
|
+
|
459
|
+
if (options.height === 'auto') {
|
460
|
+
return options.minHeight;
|
461
|
+
} else {
|
462
|
+
return Math.min(options.minHeight, options.height);
|
463
|
+
}
|
464
|
+
},
|
465
|
+
|
466
|
+
_position: function(position) {
|
467
|
+
var myAt = [],
|
468
|
+
offset = [0, 0],
|
469
|
+
isVisible;
|
470
|
+
|
471
|
+
if (position) {
|
472
|
+
// deep extending converts arrays to objects in jQuery <= 1.3.2 :-(
|
473
|
+
// if (typeof position == 'string' || $.isArray(position)) {
|
474
|
+
// myAt = $.isArray(position) ? position : position.split(' ');
|
475
|
+
|
476
|
+
if (typeof position === 'string' || (typeof position === 'object' && '0' in position)) {
|
477
|
+
myAt = position.split ? position.split(' ') : [position[0], position[1]];
|
478
|
+
if (myAt.length === 1) {
|
479
|
+
myAt[1] = myAt[0];
|
480
|
+
}
|
481
|
+
|
482
|
+
$.each(['left', 'top'], function(i, offsetPosition) {
|
483
|
+
if (+myAt[i] === myAt[i]) {
|
484
|
+
offset[i] = myAt[i];
|
485
|
+
myAt[i] = offsetPosition;
|
486
|
+
}
|
487
|
+
});
|
488
|
+
|
489
|
+
position = {
|
490
|
+
my: myAt.join(" "),
|
491
|
+
at: myAt.join(" "),
|
492
|
+
offset: offset.join(" ")
|
493
|
+
};
|
494
|
+
}
|
495
|
+
|
496
|
+
position = $.extend({}, $.ui.dialog.prototype.options.position, position);
|
497
|
+
} else {
|
498
|
+
position = $.ui.dialog.prototype.options.position;
|
499
|
+
}
|
500
|
+
|
501
|
+
// need to show the dialog to get the actual offset in the position plugin
|
502
|
+
isVisible = this.uiDialog.is(':visible');
|
503
|
+
if (!isVisible) {
|
504
|
+
this.uiDialog.show();
|
505
|
+
}
|
506
|
+
this.uiDialog
|
507
|
+
// workaround for jQuery bug #5781 http://dev.jquery.com/ticket/5781
|
508
|
+
.css({ top: 0, left: 0 })
|
509
|
+
.position(position);
|
510
|
+
if (!isVisible) {
|
511
|
+
this.uiDialog.hide();
|
512
|
+
}
|
513
|
+
},
|
514
|
+
|
515
|
+
_setOption: function(key, value){
|
516
|
+
var self = this,
|
517
|
+
uiDialog = self.uiDialog,
|
518
|
+
isResizable = uiDialog.is(':data(resizable)'),
|
519
|
+
resize = false;
|
520
|
+
|
521
|
+
switch (key) {
|
522
|
+
//handling of deprecated beforeclose (vs beforeClose) option
|
523
|
+
//Ticket #4669 http://dev.jqueryui.com/ticket/4669
|
524
|
+
//TODO: remove in 1.9pre
|
525
|
+
case "beforeclose":
|
526
|
+
key = "beforeClose";
|
527
|
+
break;
|
528
|
+
case "buttons":
|
529
|
+
self._createButtons(value);
|
530
|
+
resize = true;
|
531
|
+
break;
|
532
|
+
case "closeText":
|
533
|
+
// convert whatever was passed in to a string, for text() to not throw up
|
534
|
+
self.uiDialogTitlebarCloseText.text("" + value);
|
535
|
+
break;
|
536
|
+
case "dialogClass":
|
537
|
+
uiDialog
|
538
|
+
.removeClass(self.options.dialogClass)
|
539
|
+
.addClass(uiDialogClasses + value);
|
540
|
+
break;
|
541
|
+
case "disabled":
|
542
|
+
if (value) {
|
543
|
+
uiDialog.addClass('ui-dialog-disabled');
|
544
|
+
} else {
|
545
|
+
uiDialog.removeClass('ui-dialog-disabled');
|
546
|
+
}
|
547
|
+
break;
|
548
|
+
case "draggable":
|
549
|
+
if (value) {
|
550
|
+
self._makeDraggable();
|
551
|
+
} else {
|
552
|
+
uiDialog.draggable('destroy');
|
553
|
+
}
|
554
|
+
break;
|
555
|
+
case "height":
|
556
|
+
resize = true;
|
557
|
+
break;
|
558
|
+
case "maxHeight":
|
559
|
+
if (isResizable) {
|
560
|
+
uiDialog.resizable('option', 'maxHeight', value);
|
561
|
+
}
|
562
|
+
resize = true;
|
563
|
+
break;
|
564
|
+
case "maxWidth":
|
565
|
+
if (isResizable) {
|
566
|
+
uiDialog.resizable('option', 'maxWidth', value);
|
567
|
+
}
|
568
|
+
resize = true;
|
569
|
+
break;
|
570
|
+
case "minHeight":
|
571
|
+
if (isResizable) {
|
572
|
+
uiDialog.resizable('option', 'minHeight', value);
|
573
|
+
}
|
574
|
+
resize = true;
|
575
|
+
break;
|
576
|
+
case "minWidth":
|
577
|
+
if (isResizable) {
|
578
|
+
uiDialog.resizable('option', 'minWidth', value);
|
579
|
+
}
|
580
|
+
resize = true;
|
581
|
+
break;
|
582
|
+
case "position":
|
583
|
+
self._position(value);
|
584
|
+
break;
|
585
|
+
case "resizable":
|
586
|
+
// currently resizable, becoming non-resizable
|
587
|
+
if (isResizable && !value) {
|
588
|
+
uiDialog.resizable('destroy');
|
589
|
+
}
|
590
|
+
|
591
|
+
// currently resizable, changing handles
|
592
|
+
if (isResizable && typeof value === 'string') {
|
593
|
+
uiDialog.resizable('option', 'handles', value);
|
594
|
+
}
|
595
|
+
|
596
|
+
// currently non-resizable, becoming resizable
|
597
|
+
if (!isResizable && value !== false) {
|
598
|
+
self._makeResizable(value);
|
599
|
+
}
|
600
|
+
break;
|
601
|
+
case "title":
|
602
|
+
// convert whatever was passed in o a string, for html() to not throw up
|
603
|
+
$(".ui-dialog-title", self.uiDialogTitlebar).html("" + (value || ' '));
|
604
|
+
break;
|
605
|
+
case "width":
|
606
|
+
resize = true;
|
607
|
+
break;
|
608
|
+
}
|
609
|
+
|
610
|
+
$.Widget.prototype._setOption.apply(self, arguments);
|
611
|
+
if (resize) {
|
612
|
+
self._size();
|
613
|
+
}
|
614
|
+
},
|
615
|
+
|
616
|
+
_size: function() {
|
617
|
+
/* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content
|
618
|
+
* divs will both have width and height set, so we need to reset them
|
619
|
+
*/
|
620
|
+
var options = this.options,
|
621
|
+
nonContentHeight;
|
622
|
+
|
623
|
+
// reset content sizing
|
624
|
+
// hide for non content measurement because height: 0 doesn't work in IE quirks mode (see #4350)
|
625
|
+
this.element.css({
|
626
|
+
width: 'auto',
|
627
|
+
minHeight: 0,
|
628
|
+
height: 0
|
629
|
+
});
|
630
|
+
|
631
|
+
if (options.minWidth > options.width) {
|
632
|
+
options.width = options.minWidth;
|
633
|
+
}
|
634
|
+
|
635
|
+
// reset wrapper sizing
|
636
|
+
// determine the height of all the non-content elements
|
637
|
+
nonContentHeight = this.uiDialog.css({
|
638
|
+
height: 'auto',
|
639
|
+
width: options.width
|
640
|
+
})
|
641
|
+
.height();
|
642
|
+
|
643
|
+
this.element
|
644
|
+
.css(options.height === 'auto' ? {
|
645
|
+
minHeight: Math.max(options.minHeight - nonContentHeight, 0),
|
646
|
+
height: 'auto'
|
647
|
+
} : {
|
648
|
+
minHeight: 0,
|
649
|
+
height: Math.max(options.height - nonContentHeight, 0)
|
650
|
+
})
|
651
|
+
.show();
|
652
|
+
|
653
|
+
if (this.uiDialog.is(':data(resizable)')) {
|
654
|
+
this.uiDialog.resizable('option', 'minHeight', this._minHeight());
|
655
|
+
}
|
656
|
+
}
|
657
|
+
});
|
658
|
+
|
659
|
+
$.extend($.ui.dialog, {
|
660
|
+
version: "1.8.4",
|
661
|
+
|
662
|
+
uuid: 0,
|
663
|
+
maxZ: 0,
|
664
|
+
|
665
|
+
getTitleId: function($el) {
|
666
|
+
var id = $el.attr('id');
|
667
|
+
if (!id) {
|
668
|
+
this.uuid += 1;
|
669
|
+
id = this.uuid;
|
670
|
+
}
|
671
|
+
return 'ui-dialog-title-' + id;
|
672
|
+
},
|
673
|
+
|
674
|
+
overlay: function(dialog) {
|
675
|
+
this.$el = $.ui.dialog.overlay.create(dialog);
|
676
|
+
}
|
677
|
+
});
|
678
|
+
|
679
|
+
$.extend($.ui.dialog.overlay, {
|
680
|
+
instances: [],
|
681
|
+
// reuse old instances due to IE memory leak with alpha transparency (see #5185)
|
682
|
+
oldInstances: [],
|
683
|
+
maxZ: 0,
|
684
|
+
events: $.map('focus,mousedown,mouseup,keydown,keypress,click'.split(','),
|
685
|
+
function(event) { return event + '.dialog-overlay'; }).join(' '),
|
686
|
+
create: function(dialog) {
|
687
|
+
if (this.instances.length === 0) {
|
688
|
+
// prevent use of anchors and inputs
|
689
|
+
// we use a setTimeout in case the overlay is created from an
|
690
|
+
// event that we're going to be cancelling (see #2804)
|
691
|
+
setTimeout(function() {
|
692
|
+
// handle $(el).dialog().dialog('close') (see #4065)
|
693
|
+
if ($.ui.dialog.overlay.instances.length) {
|
694
|
+
$(document).bind($.ui.dialog.overlay.events, function(event) {
|
695
|
+
// stop events if the z-index of the target is < the z-index of the overlay
|
696
|
+
return ($(event.target).zIndex() >= $.ui.dialog.overlay.maxZ);
|
697
|
+
});
|
698
|
+
}
|
699
|
+
}, 1);
|
700
|
+
|
701
|
+
// allow closing by pressing the escape key
|
702
|
+
$(document).bind('keydown.dialog-overlay', function(event) {
|
703
|
+
if (dialog.options.closeOnEscape && event.keyCode &&
|
704
|
+
event.keyCode === $.ui.keyCode.ESCAPE) {
|
705
|
+
|
706
|
+
dialog.close(event);
|
707
|
+
event.preventDefault();
|
708
|
+
}
|
709
|
+
});
|
710
|
+
|
711
|
+
// handle window resize
|
712
|
+
$(window).bind('resize.dialog-overlay', $.ui.dialog.overlay.resize);
|
713
|
+
}
|
714
|
+
|
715
|
+
var $el = (this.oldInstances.pop() || $('<div></div>').addClass('ui-widget-overlay'))
|
716
|
+
.appendTo(document.body)
|
717
|
+
.css({
|
718
|
+
width: this.width(),
|
719
|
+
height: this.height()
|
720
|
+
});
|
721
|
+
|
722
|
+
if ($.fn.bgiframe) {
|
723
|
+
$el.bgiframe();
|
724
|
+
}
|
725
|
+
|
726
|
+
this.instances.push($el);
|
727
|
+
return $el;
|
728
|
+
},
|
729
|
+
|
730
|
+
destroy: function($el) {
|
731
|
+
this.oldInstances.push(this.instances.splice($.inArray($el, this.instances), 1)[0]);
|
732
|
+
|
733
|
+
if (this.instances.length === 0) {
|
734
|
+
$([document, window]).unbind('.dialog-overlay');
|
735
|
+
}
|
736
|
+
|
737
|
+
$el.remove();
|
738
|
+
|
739
|
+
// adjust the maxZ to allow other modal dialogs to continue to work (see #4309)
|
740
|
+
var maxZ = 0;
|
741
|
+
$.each(this.instances, function() {
|
742
|
+
maxZ = Math.max(maxZ, this.css('z-index'));
|
743
|
+
});
|
744
|
+
this.maxZ = maxZ;
|
745
|
+
},
|
746
|
+
|
747
|
+
height: function() {
|
748
|
+
var scrollHeight,
|
749
|
+
offsetHeight;
|
750
|
+
// handle IE 6
|
751
|
+
if ($.browser.msie && $.browser.version < 7) {
|
752
|
+
scrollHeight = Math.max(
|
753
|
+
document.documentElement.scrollHeight,
|
754
|
+
document.body.scrollHeight
|
755
|
+
);
|
756
|
+
offsetHeight = Math.max(
|
757
|
+
document.documentElement.offsetHeight,
|
758
|
+
document.body.offsetHeight
|
759
|
+
);
|
760
|
+
|
761
|
+
if (scrollHeight < offsetHeight) {
|
762
|
+
return $(window).height() + 'px';
|
763
|
+
} else {
|
764
|
+
return scrollHeight + 'px';
|
765
|
+
}
|
766
|
+
// handle "good" browsers
|
767
|
+
} else {
|
768
|
+
return $(document).height() + 'px';
|
769
|
+
}
|
770
|
+
},
|
771
|
+
|
772
|
+
width: function() {
|
773
|
+
var scrollWidth,
|
774
|
+
offsetWidth;
|
775
|
+
// handle IE 6
|
776
|
+
if ($.browser.msie && $.browser.version < 7) {
|
777
|
+
scrollWidth = Math.max(
|
778
|
+
document.documentElement.scrollWidth,
|
779
|
+
document.body.scrollWidth
|
780
|
+
);
|
781
|
+
offsetWidth = Math.max(
|
782
|
+
document.documentElement.offsetWidth,
|
783
|
+
document.body.offsetWidth
|
784
|
+
);
|
785
|
+
|
786
|
+
if (scrollWidth < offsetWidth) {
|
787
|
+
return $(window).width() + 'px';
|
788
|
+
} else {
|
789
|
+
return scrollWidth + 'px';
|
790
|
+
}
|
791
|
+
// handle "good" browsers
|
792
|
+
} else {
|
793
|
+
return $(document).width() + 'px';
|
794
|
+
}
|
795
|
+
},
|
796
|
+
|
797
|
+
resize: function() {
|
798
|
+
/* If the dialog is draggable and the user drags it past the
|
799
|
+
* right edge of the window, the document becomes wider so we
|
800
|
+
* need to stretch the overlay. If the user then drags the
|
801
|
+
* dialog back to the left, the document will become narrower,
|
802
|
+
* so we need to shrink the overlay to the appropriate size.
|
803
|
+
* This is handled by shrinking the overlay before setting it
|
804
|
+
* to the full document size.
|
805
|
+
*/
|
806
|
+
var $overlays = $([]);
|
807
|
+
$.each($.ui.dialog.overlay.instances, function() {
|
808
|
+
$overlays = $overlays.add(this);
|
809
|
+
});
|
810
|
+
|
811
|
+
$overlays.css({
|
812
|
+
width: 0,
|
813
|
+
height: 0
|
814
|
+
}).css({
|
815
|
+
width: $.ui.dialog.overlay.width(),
|
816
|
+
height: $.ui.dialog.overlay.height()
|
817
|
+
});
|
818
|
+
}
|
819
|
+
});
|
820
|
+
|
821
|
+
$.extend($.ui.dialog.overlay.prototype, {
|
822
|
+
destroy: function() {
|
823
|
+
$.ui.dialog.overlay.destroy(this.$el);
|
824
|
+
}
|
825
|
+
});
|
826
|
+
|
827
|
+
}(jQuery));
|