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
metadata
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spiderfw
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 23
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 5
|
9
|
+
- 14
|
10
|
+
version: 0.5.14
|
5
11
|
platform: ruby
|
6
12
|
authors:
|
7
13
|
- Ivan Pirlik
|
@@ -9,129 +15,194 @@ autorequire:
|
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
17
|
|
12
|
-
date: 2010-
|
18
|
+
date: 2010-11-24 00:00:00 +01:00
|
13
19
|
default_executable: spider
|
14
20
|
dependencies:
|
15
21
|
- !ruby/object:Gem::Dependency
|
16
22
|
name: cmdparse
|
17
|
-
|
18
|
-
|
19
|
-
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
20
26
|
requirements:
|
21
27
|
- - ">"
|
22
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 15
|
30
|
+
segments:
|
31
|
+
- 2
|
32
|
+
- 0
|
33
|
+
- 0
|
23
34
|
version: 2.0.0
|
24
|
-
|
35
|
+
type: :runtime
|
36
|
+
version_requirements: *id001
|
25
37
|
- !ruby/object:Gem::Dependency
|
26
38
|
name: gettext
|
27
|
-
|
28
|
-
|
29
|
-
|
39
|
+
prerelease: false
|
40
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
30
42
|
requirements:
|
31
43
|
- - ">"
|
32
44
|
- !ruby/object:Gem::Version
|
45
|
+
hash: 15
|
46
|
+
segments:
|
47
|
+
- 2
|
48
|
+
- 0
|
49
|
+
- 0
|
33
50
|
version: 2.0.0
|
34
|
-
|
51
|
+
type: :runtime
|
52
|
+
version_requirements: *id002
|
35
53
|
- !ruby/object:Gem::Dependency
|
36
54
|
name: hpricot
|
37
|
-
|
38
|
-
|
39
|
-
|
55
|
+
prerelease: false
|
56
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
40
58
|
requirements:
|
41
59
|
- - ">"
|
42
60
|
- !ruby/object:Gem::Version
|
61
|
+
hash: 27
|
62
|
+
segments:
|
63
|
+
- 0
|
64
|
+
- 8
|
43
65
|
version: "0.8"
|
44
|
-
|
66
|
+
type: :runtime
|
67
|
+
version_requirements: *id003
|
45
68
|
- !ruby/object:Gem::Dependency
|
46
69
|
name: json_pure
|
47
|
-
|
48
|
-
|
49
|
-
|
70
|
+
prerelease: false
|
71
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
72
|
+
none: false
|
50
73
|
requirements:
|
51
74
|
- - ">"
|
52
75
|
- !ruby/object:Gem::Version
|
76
|
+
hash: 13
|
77
|
+
segments:
|
78
|
+
- 1
|
79
|
+
- 1
|
53
80
|
version: "1.1"
|
54
|
-
|
81
|
+
type: :runtime
|
82
|
+
version_requirements: *id004
|
55
83
|
- !ruby/object:Gem::Dependency
|
56
84
|
name: uuidtools
|
57
|
-
|
58
|
-
|
59
|
-
|
85
|
+
prerelease: false
|
86
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
87
|
+
none: false
|
60
88
|
requirements:
|
61
89
|
- - ">"
|
62
90
|
- !ruby/object:Gem::Version
|
91
|
+
hash: 1
|
92
|
+
segments:
|
93
|
+
- 2
|
94
|
+
- 1
|
63
95
|
version: "2.1"
|
64
|
-
|
96
|
+
type: :runtime
|
97
|
+
version_requirements: *id005
|
65
98
|
- !ruby/object:Gem::Dependency
|
66
99
|
name: rufus-scheduler
|
67
|
-
|
68
|
-
|
69
|
-
|
100
|
+
prerelease: false
|
101
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
102
|
+
none: false
|
70
103
|
requirements:
|
71
104
|
- - ">"
|
72
105
|
- !ruby/object:Gem::Version
|
106
|
+
hash: 15
|
107
|
+
segments:
|
108
|
+
- 1
|
109
|
+
- 0
|
73
110
|
version: "1.0"
|
74
|
-
|
111
|
+
type: :runtime
|
112
|
+
version_requirements: *id006
|
75
113
|
- !ruby/object:Gem::Dependency
|
76
114
|
name: mime-types
|
77
|
-
|
78
|
-
|
79
|
-
|
115
|
+
prerelease: false
|
116
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
117
|
+
none: false
|
80
118
|
requirements:
|
81
119
|
- - ">"
|
82
120
|
- !ruby/object:Gem::Version
|
121
|
+
hash: 15
|
122
|
+
segments:
|
123
|
+
- 1
|
124
|
+
- 0
|
83
125
|
version: "1.0"
|
84
|
-
|
126
|
+
type: :runtime
|
127
|
+
version_requirements: *id007
|
85
128
|
- !ruby/object:Gem::Dependency
|
86
129
|
name: locale
|
87
|
-
|
88
|
-
|
89
|
-
|
130
|
+
prerelease: false
|
131
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
132
|
+
none: false
|
90
133
|
requirements:
|
91
134
|
- - ">"
|
92
135
|
- !ruby/object:Gem::Version
|
136
|
+
hash: 3
|
137
|
+
segments:
|
138
|
+
- 2
|
139
|
+
- 0
|
93
140
|
version: "2.0"
|
94
|
-
|
141
|
+
type: :runtime
|
142
|
+
version_requirements: *id008
|
95
143
|
- !ruby/object:Gem::Dependency
|
96
144
|
name: builder
|
97
|
-
|
98
|
-
|
99
|
-
|
145
|
+
prerelease: false
|
146
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
147
|
+
none: false
|
100
148
|
requirements:
|
101
149
|
- - ">"
|
102
150
|
- !ruby/object:Gem::Version
|
151
|
+
hash: 1
|
152
|
+
segments:
|
153
|
+
- 2
|
154
|
+
- 1
|
103
155
|
version: "2.1"
|
104
|
-
|
156
|
+
type: :runtime
|
157
|
+
version_requirements: *id009
|
105
158
|
- !ruby/object:Gem::Dependency
|
106
159
|
name: macaddr
|
107
|
-
|
108
|
-
|
109
|
-
|
160
|
+
prerelease: false
|
161
|
+
requirement: &id010 !ruby/object:Gem::Requirement
|
162
|
+
none: false
|
110
163
|
requirements:
|
111
164
|
- - ">="
|
112
165
|
- !ruby/object:Gem::Version
|
166
|
+
hash: 23
|
167
|
+
segments:
|
168
|
+
- 1
|
169
|
+
- 0
|
170
|
+
- 0
|
113
171
|
version: 1.0.0
|
114
|
-
|
172
|
+
type: :runtime
|
173
|
+
version_requirements: *id010
|
115
174
|
- !ruby/object:Gem::Dependency
|
116
175
|
name: rake
|
117
|
-
|
118
|
-
|
119
|
-
|
176
|
+
prerelease: false
|
177
|
+
requirement: &id011 !ruby/object:Gem::Requirement
|
178
|
+
none: false
|
120
179
|
requirements:
|
121
180
|
- - ">"
|
122
181
|
- !ruby/object:Gem::Version
|
182
|
+
hash: 5
|
183
|
+
segments:
|
184
|
+
- 0
|
185
|
+
- 7
|
186
|
+
- 3
|
123
187
|
version: 0.7.3
|
124
|
-
|
188
|
+
type: :development
|
189
|
+
version_requirements: *id011
|
125
190
|
- !ruby/object:Gem::Dependency
|
126
191
|
name: ruby-debug
|
127
|
-
|
128
|
-
|
129
|
-
|
192
|
+
prerelease: false
|
193
|
+
requirement: &id012 !ruby/object:Gem::Requirement
|
194
|
+
none: false
|
130
195
|
requirements:
|
131
196
|
- - ">"
|
132
197
|
- !ruby/object:Gem::Version
|
198
|
+
hash: 61
|
199
|
+
segments:
|
200
|
+
- 0
|
201
|
+
- 9
|
202
|
+
- 3
|
133
203
|
version: 0.9.3
|
134
|
-
|
204
|
+
type: :development
|
205
|
+
version_requirements: *id012
|
135
206
|
description: Spider is yet another Ruby framework.
|
136
207
|
email: abmajor7@gmail.com
|
137
208
|
executables:
|
@@ -146,6 +217,9 @@ files:
|
|
146
217
|
- CHANGELOG
|
147
218
|
- Rakefile
|
148
219
|
- spider.gemspec
|
220
|
+
- apps/admin/_init.rb
|
221
|
+
- apps/admin/controllers/admin_controller.rb
|
222
|
+
- apps/admin/widgets/dashboard_widget/dashboard_widget.rb
|
149
223
|
- apps/app_server/_init.rb
|
150
224
|
- apps/app_server/app_server.rb
|
151
225
|
- apps/app_server/config/options.rb
|
@@ -181,29 +255,40 @@ files:
|
|
181
255
|
- apps/core/admin/views/spider_admin.layout.shtml
|
182
256
|
- apps/core/admin/widgets/admin_menu/admin_menu.rb
|
183
257
|
- apps/core/auth/_init.rb
|
258
|
+
- apps/core/auth/config/options.rb
|
184
259
|
- apps/core/auth/controllers/login_controller.rb
|
185
260
|
- apps/core/auth/controllers/mixins/auth_helper.rb
|
186
261
|
- apps/core/auth/controllers/mixins/http_basic_auth.rb
|
187
262
|
- apps/core/auth/controllers/mixins/http_digest_auth.rb
|
263
|
+
- apps/core/auth/data/locale/it/LC_MESSAGES/spider_auth.mo
|
188
264
|
- apps/core/auth/lib/authenticable.rb
|
189
265
|
- apps/core/auth/lib/authenticator.rb
|
190
266
|
- apps/core/auth/lib/digest_authenticator.rb
|
191
267
|
- apps/core/auth/lib/login_authenticator.rb
|
268
|
+
- apps/core/auth/lib/rbac.rb
|
192
269
|
- apps/core/auth/models/digest_user.rb
|
193
270
|
- apps/core/auth/models/group.rb
|
194
271
|
- apps/core/auth/models/login_user.rb
|
195
272
|
- apps/core/auth/models/mixins/access_control.rb
|
196
273
|
- apps/core/auth/models/mixins/authentication_tracking.rb
|
274
|
+
- apps/core/auth/models/mixins/rbac_provider.rb
|
197
275
|
- apps/core/auth/models/super_user.rb
|
198
276
|
- apps/core/auth/models/user.rb
|
199
277
|
- apps/core/auth/po/it/spider_auth.po
|
200
278
|
- apps/core/auth/po/spider_auth.pot
|
201
279
|
- apps/core/auth/views/login.shtml
|
202
280
|
- apps/core/components/_init.rb
|
281
|
+
- apps/core/components/assets.rb
|
203
282
|
- apps/core/components/po/it/spider_components.po
|
204
283
|
- apps/core/components/po/spider_components.pot
|
205
284
|
- apps/core/components/public/css/admin.css
|
206
285
|
- apps/core/components/public/css/crud.css
|
286
|
+
- apps/core/components/public/css/grid/1140.css
|
287
|
+
- apps/core/components/public/css/grid/ie.css
|
288
|
+
- apps/core/components/public/css/grid/layout.css
|
289
|
+
- apps/core/components/public/css/grid/mobile.css
|
290
|
+
- apps/core/components/public/css/grid/smallerscreen.css
|
291
|
+
- apps/core/components/public/css/grid/typeimg.css
|
207
292
|
- apps/core/components/public/css/img/add.gif
|
208
293
|
- apps/core/components/public/css/img/ajax-loader.gif
|
209
294
|
- apps/core/components/public/css/img/back.gif
|
@@ -225,198 +310,128 @@ files:
|
|
225
310
|
- apps/core/components/public/css/switcher.css
|
226
311
|
- apps/core/components/public/css/table.css
|
227
312
|
- apps/core/components/public/js/inheritance.js
|
228
|
-
- apps/core/components/public/js/jquery/jquery-1.3.
|
229
|
-
- apps/core/components/public/js/jquery/jquery-1.4.
|
230
|
-
- apps/core/components/public/js/jquery/jquery-1.4.
|
231
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
232
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
233
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
234
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
235
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
236
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
237
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
238
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
239
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
240
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
241
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
242
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
243
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
244
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
245
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
246
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
247
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
248
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
249
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
250
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
251
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
252
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
253
|
-
- apps/core/components/public/js/jquery/jquery-ui/css/
|
254
|
-
- apps/core/components/public/js/jquery/jquery-ui/
|
255
|
-
- apps/core/components/public/js/jquery/jquery-ui/
|
256
|
-
- apps/core/components/public/js/jquery/jquery-ui/
|
257
|
-
- apps/core/components/public/js/jquery/jquery-ui/
|
258
|
-
- apps/core/components/public/js/jquery/jquery-ui/
|
259
|
-
- apps/core/components/public/js/jquery/jquery-ui/
|
260
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
261
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
262
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
263
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
264
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
265
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
266
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
267
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
268
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
269
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
270
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
271
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
272
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
273
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
274
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
275
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
276
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/jquery
|
277
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
278
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
279
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
280
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
281
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
282
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
283
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
284
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
285
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
286
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
287
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
288
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
289
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
290
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
291
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
292
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
293
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
294
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
295
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
296
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
297
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
298
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
299
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
300
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
301
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
302
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
303
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
304
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
305
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
306
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
307
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
308
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
309
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
310
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
311
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
312
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
313
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
314
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
315
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
316
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
317
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
318
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
319
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
320
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
321
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
322
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
323
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
324
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
325
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
326
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
327
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
328
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
329
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
330
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
331
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
332
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
333
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
334
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
335
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
336
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
337
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
338
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
339
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/
|
340
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/
|
341
|
-
- apps/core/components/public/js/jquery/jquery-ui/
|
342
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-ar.js
|
343
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-bg.js
|
344
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-ca.js
|
345
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-cs.js
|
346
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-da.js
|
347
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-de.js
|
348
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-el.js
|
349
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-eo.js
|
350
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-es.js
|
351
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-fa.js
|
352
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-fi.js
|
353
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-fr.js
|
354
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-he.js
|
355
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-hr.js
|
356
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-hu.js
|
357
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-hy.js
|
358
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-id.js
|
359
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-is.js
|
360
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-it.js
|
361
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-ja.js
|
362
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-ko.js
|
363
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-lt.js
|
364
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-lv.js
|
365
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-ms.js
|
366
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-nl.js
|
367
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-no.js
|
368
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-pl.js
|
369
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-pt-BR.js
|
370
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-ro.js
|
371
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-ru.js
|
372
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-sk.js
|
373
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-sl.js
|
374
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-sq.js
|
375
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-sr-SR.js
|
376
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-sr.js
|
377
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-sv.js
|
378
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-th.js
|
379
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-tr.js
|
380
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-uk.js
|
381
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-zh-CN.js
|
382
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/ui.datepicker-zh-TW.js
|
383
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/jquery-ui-1.7.2.custom.js
|
384
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.accordion.js
|
385
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.core.js
|
386
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.datepicker.js
|
387
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.dialog.js
|
388
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.draggable.js
|
389
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.droppable.js
|
390
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.progressbar.js
|
391
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.resizable.js
|
392
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.selectable.js
|
393
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.slider.js
|
394
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.sortable.js
|
395
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.tabs.js
|
396
|
-
- apps/core/components/public/js/jquery/jquery-ui/development-bundle/version.txt
|
397
|
-
- apps/core/components/public/js/jquery/jquery-ui/index.html
|
398
|
-
- apps/core/components/public/js/jquery/jquery-ui/js/jquery-1.3.2.min.js
|
399
|
-
- apps/core/components/public/js/jquery/jquery-ui/js/jquery-ui-1.7.2.custom.min.js
|
313
|
+
- apps/core/components/public/js/jquery/jquery-1.4.3.js
|
314
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/button_bg.png
|
315
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/datepicker.gif
|
316
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/icon_sprite.png
|
317
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/progress_bar.gif
|
318
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_h_bg.gif
|
319
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_handles.png
|
320
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_v_bg.gif
|
321
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/tab_bg.gif
|
322
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/the_gradient.gif
|
323
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-anim_basic_16x16.gif
|
324
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_diagonals-thick_18_b81900_40x40.png
|
325
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_diagonals-thick_20_666666_40x40.png
|
326
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_flat_10_000000_40x100.png
|
327
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_glass_100_f6f6f6_1x400.png
|
328
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_glass_100_fdf5ce_1x400.png
|
329
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_glass_65_ffffff_1x400.png
|
330
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_gloss-wave_35_f6a828_500x100.png
|
331
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
|
332
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
|
333
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_222222_256x240.png
|
334
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_228ef1_256x240.png
|
335
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_ef8c08_256x240.png
|
336
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_ffd27a_256x240.png
|
337
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_ffffff_256x240.png
|
338
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/jquery-ui.custom.css
|
339
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/AUTHORS.txt
|
340
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/GPL-LICENSE.txt
|
341
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/MIT-LICENSE.txt
|
342
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery-ui-i18n.js
|
343
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-af.js
|
344
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
|
345
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-az.js
|
346
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js
|
347
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js
|
348
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js
|
349
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js
|
350
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-da.js
|
351
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-de.js
|
352
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-el.js
|
353
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js
|
354
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js
|
355
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-es.js
|
356
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-et.js
|
357
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js
|
358
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js
|
359
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js
|
360
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js
|
361
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js
|
362
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js
|
363
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-he.js
|
364
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js
|
365
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js
|
366
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js
|
367
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-id.js
|
368
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-is.js
|
369
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-it.js
|
370
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js
|
371
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js
|
372
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js
|
373
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js
|
374
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js
|
375
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js
|
376
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-no.js
|
377
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js
|
378
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js
|
379
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js
|
380
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js
|
381
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js
|
382
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js
|
383
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js
|
384
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js
|
385
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js
|
386
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js
|
387
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js
|
388
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-th.js
|
389
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js
|
390
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js
|
391
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js
|
392
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js
|
393
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js
|
394
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js
|
395
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.blind.js
|
396
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.bounce.js
|
397
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.clip.js
|
398
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.core.js
|
399
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.drop.js
|
400
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.explode.js
|
401
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.fold.js
|
402
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.highlight.js
|
403
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.pulsate.js
|
404
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.scale.js
|
405
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.shake.js
|
406
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.slide.js
|
407
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.transfer.js
|
408
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.accordion.js
|
409
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.autocomplete.js
|
410
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.button.js
|
411
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.core.js
|
412
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.datepicker.js
|
413
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.dialog.js
|
414
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.draggable.js
|
415
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.droppable.js
|
416
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.mouse.js
|
417
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.position.js
|
418
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.progressbar.js
|
419
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.resizable.js
|
420
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.selectable.js
|
421
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.slider.js
|
422
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.sortable.js
|
423
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.tabs.js
|
424
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.widget.js
|
425
|
+
- apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/version.txt
|
426
|
+
- apps/core/components/public/js/jquery/patches/jquery-ui/jquery.ui.autocomplete-001.patch
|
400
427
|
- apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
|
401
428
|
- apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.js
|
402
429
|
- apps/core/components/public/js/jquery/plugins/autogrow/jquery.autogrow.js
|
403
|
-
- apps/core/components/public/js/jquery/plugins/jquery
|
404
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.css
|
405
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.js
|
406
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.min.js
|
407
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.pack.js
|
408
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/jquery.ajaxQueue.js
|
409
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/jquery.bgiframe.min.js
|
410
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/jquery.js
|
411
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/thickbox-compressed.js
|
412
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/thickbox.css
|
413
|
-
- apps/core/components/public/js/jquery/plugins/jquery-autocomplete/todo
|
430
|
+
- apps/core/components/public/js/jquery/plugins/jquery.datalink.js
|
414
431
|
- apps/core/components/public/js/jquery/plugins/jquery.form.js
|
432
|
+
- apps/core/components/public/js/jquery/plugins/jquery.json.js
|
415
433
|
- apps/core/components/public/js/jquery/plugins/jquery.query-2.1.6.js
|
416
434
|
- apps/core/components/public/js/jquery/plugins/jquery.url.js
|
417
|
-
- apps/core/components/public/js/jquery/plugins/jtree/jquery.jtree.1.0.js
|
418
|
-
- apps/core/components/public/js/jquery/plugins/jtree/jquery.jtree.1.0.min.js
|
419
|
-
- apps/core/components/public/js/jquery/plugins/jtree/jquery.jtree.spider.1.0.js
|
420
435
|
- apps/core/components/public/js/jquery/plugins/treeview/changelog.txt
|
421
436
|
- apps/core/components/public/js/jquery/plugins/treeview/images/ajax-loader.gif
|
422
437
|
- apps/core/components/public/js/jquery/plugins/treeview/images/file.gif
|
@@ -513,6 +528,8 @@ files:
|
|
513
528
|
- apps/core/components/public/js/plugins/plugin.js
|
514
529
|
- apps/core/components/public/js/plugins/sortable.js
|
515
530
|
- apps/core/components/public/js/spider.js
|
531
|
+
- apps/core/components/public/js/utils.i18n.json
|
532
|
+
- apps/core/components/public/js/utils.js
|
516
533
|
- apps/core/components/public/widgets/search_table.js
|
517
534
|
- apps/core/components/public/widgets/table.js
|
518
535
|
- apps/core/components/widgets/admin/admin.rb
|
@@ -542,11 +559,181 @@ files:
|
|
542
559
|
- apps/core/forms/_init.rb
|
543
560
|
- apps/core/forms/po/it/spider_forms.po
|
544
561
|
- apps/core/forms/po/spider_forms.pot
|
562
|
+
- apps/core/forms/public/ckeditor/adapters/jquery.js
|
563
|
+
- apps/core/forms/public/ckeditor/ckeditor.js
|
564
|
+
- apps/core/forms/public/ckeditor/images/spacer.gif
|
565
|
+
- apps/core/forms/public/ckeditor/lang/_languages.js
|
566
|
+
- apps/core/forms/public/ckeditor/lang/_translationstatus.txt
|
567
|
+
- apps/core/forms/public/ckeditor/lang/af.js
|
568
|
+
- apps/core/forms/public/ckeditor/lang/ar.js
|
569
|
+
- apps/core/forms/public/ckeditor/lang/bg.js
|
570
|
+
- apps/core/forms/public/ckeditor/lang/bn.js
|
571
|
+
- apps/core/forms/public/ckeditor/lang/bs.js
|
572
|
+
- apps/core/forms/public/ckeditor/lang/ca.js
|
573
|
+
- apps/core/forms/public/ckeditor/lang/cs.js
|
574
|
+
- apps/core/forms/public/ckeditor/lang/cy.js
|
575
|
+
- apps/core/forms/public/ckeditor/lang/da.js
|
576
|
+
- apps/core/forms/public/ckeditor/lang/de.js
|
577
|
+
- apps/core/forms/public/ckeditor/lang/el.js
|
578
|
+
- apps/core/forms/public/ckeditor/lang/en-au.js
|
579
|
+
- apps/core/forms/public/ckeditor/lang/en-ca.js
|
580
|
+
- apps/core/forms/public/ckeditor/lang/en-gb.js
|
581
|
+
- apps/core/forms/public/ckeditor/lang/en.js
|
582
|
+
- apps/core/forms/public/ckeditor/lang/eo.js
|
583
|
+
- apps/core/forms/public/ckeditor/lang/es.js
|
584
|
+
- apps/core/forms/public/ckeditor/lang/et.js
|
585
|
+
- apps/core/forms/public/ckeditor/lang/eu.js
|
586
|
+
- apps/core/forms/public/ckeditor/lang/fa.js
|
587
|
+
- apps/core/forms/public/ckeditor/lang/fi.js
|
588
|
+
- apps/core/forms/public/ckeditor/lang/fo.js
|
589
|
+
- apps/core/forms/public/ckeditor/lang/fr-ca.js
|
590
|
+
- apps/core/forms/public/ckeditor/lang/fr.js
|
591
|
+
- apps/core/forms/public/ckeditor/lang/gl.js
|
592
|
+
- apps/core/forms/public/ckeditor/lang/gu.js
|
593
|
+
- apps/core/forms/public/ckeditor/lang/he.js
|
594
|
+
- apps/core/forms/public/ckeditor/lang/hi.js
|
595
|
+
- apps/core/forms/public/ckeditor/lang/hr.js
|
596
|
+
- apps/core/forms/public/ckeditor/lang/hu.js
|
597
|
+
- apps/core/forms/public/ckeditor/lang/is.js
|
598
|
+
- apps/core/forms/public/ckeditor/lang/it.js
|
599
|
+
- apps/core/forms/public/ckeditor/lang/ja.js
|
600
|
+
- apps/core/forms/public/ckeditor/lang/km.js
|
601
|
+
- apps/core/forms/public/ckeditor/lang/ko.js
|
602
|
+
- apps/core/forms/public/ckeditor/lang/lt.js
|
603
|
+
- apps/core/forms/public/ckeditor/lang/lv.js
|
604
|
+
- apps/core/forms/public/ckeditor/lang/mn.js
|
605
|
+
- apps/core/forms/public/ckeditor/lang/ms.js
|
606
|
+
- apps/core/forms/public/ckeditor/lang/nb.js
|
607
|
+
- apps/core/forms/public/ckeditor/lang/nl.js
|
608
|
+
- apps/core/forms/public/ckeditor/lang/no.js
|
609
|
+
- apps/core/forms/public/ckeditor/lang/pl.js
|
610
|
+
- apps/core/forms/public/ckeditor/lang/pt-br.js
|
611
|
+
- apps/core/forms/public/ckeditor/lang/pt.js
|
612
|
+
- apps/core/forms/public/ckeditor/lang/ro.js
|
613
|
+
- apps/core/forms/public/ckeditor/lang/ru.js
|
614
|
+
- apps/core/forms/public/ckeditor/lang/sk.js
|
615
|
+
- apps/core/forms/public/ckeditor/lang/sl.js
|
616
|
+
- apps/core/forms/public/ckeditor/lang/sr-latn.js
|
617
|
+
- apps/core/forms/public/ckeditor/lang/sr.js
|
618
|
+
- apps/core/forms/public/ckeditor/lang/sv.js
|
619
|
+
- apps/core/forms/public/ckeditor/lang/th.js
|
620
|
+
- apps/core/forms/public/ckeditor/lang/tr.js
|
621
|
+
- apps/core/forms/public/ckeditor/lang/uk.js
|
622
|
+
- apps/core/forms/public/ckeditor/lang/vi.js
|
623
|
+
- apps/core/forms/public/ckeditor/lang/zh-cn.js
|
624
|
+
- apps/core/forms/public/ckeditor/lang/zh.js
|
625
|
+
- apps/core/forms/public/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
|
626
|
+
- apps/core/forms/public/ckeditor/plugins/a11yhelp/lang/en.js
|
627
|
+
- apps/core/forms/public/ckeditor/plugins/a11yhelp/lang/he.js
|
628
|
+
- apps/core/forms/public/ckeditor/plugins/about/dialogs/about.js
|
629
|
+
- apps/core/forms/public/ckeditor/plugins/about/dialogs/logo_ckeditor.png
|
630
|
+
- apps/core/forms/public/ckeditor/plugins/autogrow/plugin.js
|
631
|
+
- apps/core/forms/public/ckeditor/plugins/clipboard/dialogs/paste.js
|
632
|
+
- apps/core/forms/public/ckeditor/plugins/colordialog/dialogs/colordialog.js
|
633
|
+
- apps/core/forms/public/ckeditor/plugins/dialog/dialogDefinition.js
|
634
|
+
- apps/core/forms/public/ckeditor/plugins/div/dialogs/div.js
|
635
|
+
- apps/core/forms/public/ckeditor/plugins/find/dialogs/find.js
|
636
|
+
- apps/core/forms/public/ckeditor/plugins/flash/dialogs/flash.js
|
637
|
+
- apps/core/forms/public/ckeditor/plugins/flash/images/placeholder.png
|
638
|
+
- apps/core/forms/public/ckeditor/plugins/forms/dialogs/button.js
|
639
|
+
- apps/core/forms/public/ckeditor/plugins/forms/dialogs/checkbox.js
|
640
|
+
- apps/core/forms/public/ckeditor/plugins/forms/dialogs/form.js
|
641
|
+
- apps/core/forms/public/ckeditor/plugins/forms/dialogs/hiddenfield.js
|
642
|
+
- apps/core/forms/public/ckeditor/plugins/forms/dialogs/radio.js
|
643
|
+
- apps/core/forms/public/ckeditor/plugins/forms/dialogs/select.js
|
644
|
+
- apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js
|
645
|
+
- apps/core/forms/public/ckeditor/plugins/forms/dialogs/textfield.js
|
646
|
+
- apps/core/forms/public/ckeditor/plugins/forms/images/hiddenfield.gif
|
647
|
+
- apps/core/forms/public/ckeditor/plugins/iframedialog/plugin.js
|
648
|
+
- apps/core/forms/public/ckeditor/plugins/image/dialogs/image.js
|
649
|
+
- apps/core/forms/public/ckeditor/plugins/link/dialogs/anchor.js
|
650
|
+
- apps/core/forms/public/ckeditor/plugins/link/dialogs/link.js
|
651
|
+
- apps/core/forms/public/ckeditor/plugins/link/images/anchor.gif
|
652
|
+
- apps/core/forms/public/ckeditor/plugins/liststyle/dialogs/liststyle.js
|
653
|
+
- apps/core/forms/public/ckeditor/plugins/pagebreak/images/pagebreak.gif
|
654
|
+
- apps/core/forms/public/ckeditor/plugins/pastefromword/filter/default.js
|
655
|
+
- apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js
|
656
|
+
- apps/core/forms/public/ckeditor/plugins/scayt/dialogs/options.js
|
657
|
+
- apps/core/forms/public/ckeditor/plugins/scayt/dialogs/toolbar.css
|
658
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_address.png
|
659
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_blockquote.png
|
660
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_div.png
|
661
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h1.png
|
662
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h2.png
|
663
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h3.png
|
664
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h4.png
|
665
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h5.png
|
666
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h6.png
|
667
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_p.png
|
668
|
+
- apps/core/forms/public/ckeditor/plugins/showblocks/images/block_pre.png
|
669
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/dialogs/smiley.js
|
670
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/angel_smile.gif
|
671
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/angry_smile.gif
|
672
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/broken_heart.gif
|
673
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/confused_smile.gif
|
674
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/cry_smile.gif
|
675
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/devil_smile.gif
|
676
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/embaressed_smile.gif
|
677
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/envelope.gif
|
678
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/heart.gif
|
679
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/kiss.gif
|
680
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/lightbulb.gif
|
681
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/omg_smile.gif
|
682
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/regular_smile.gif
|
683
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/sad_smile.gif
|
684
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/shades_smile.gif
|
685
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/teeth_smile.gif
|
686
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/thumbs_down.gif
|
687
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/thumbs_up.gif
|
688
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/tounge_smile.gif
|
689
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
|
690
|
+
- apps/core/forms/public/ckeditor/plugins/smiley/images/wink_smile.gif
|
691
|
+
- apps/core/forms/public/ckeditor/plugins/specialchar/dialogs/specialchar.js
|
692
|
+
- apps/core/forms/public/ckeditor/plugins/styles/styles/default.js
|
693
|
+
- apps/core/forms/public/ckeditor/plugins/table/dialogs/table.js
|
694
|
+
- apps/core/forms/public/ckeditor/plugins/tableresize/plugin.js
|
695
|
+
- apps/core/forms/public/ckeditor/plugins/tabletools/dialogs/tableCell.js
|
696
|
+
- apps/core/forms/public/ckeditor/plugins/templates/dialogs/templates.js
|
697
|
+
- apps/core/forms/public/ckeditor/plugins/templates/templates/default.js
|
698
|
+
- apps/core/forms/public/ckeditor/plugins/templates/templates/images/template1.gif
|
699
|
+
- apps/core/forms/public/ckeditor/plugins/templates/templates/images/template2.gif
|
700
|
+
- apps/core/forms/public/ckeditor/plugins/templates/templates/images/template3.gif
|
701
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/dialogs/uicolor.js
|
702
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/lang/en.js
|
703
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/lang/he.js
|
704
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/plugin.js
|
705
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/uicolor.gif
|
706
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/hue_bg.png
|
707
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png
|
708
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/picker_mask.png
|
709
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png
|
710
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/yui.css
|
711
|
+
- apps/core/forms/public/ckeditor/plugins/uicolor/yui/yui.js
|
712
|
+
- apps/core/forms/public/ckeditor/plugins/wsc/dialogs/ciframe.html
|
713
|
+
- apps/core/forms/public/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
|
714
|
+
- apps/core/forms/public/ckeditor/plugins/wsc/dialogs/wsc.css
|
715
|
+
- apps/core/forms/public/ckeditor/plugins/wsc/dialogs/wsc.js
|
716
|
+
- apps/core/forms/public/ckeditor/skins/kama/dialog.css
|
717
|
+
- apps/core/forms/public/ckeditor/skins/kama/editor.css
|
718
|
+
- apps/core/forms/public/ckeditor/skins/kama/icons.png
|
719
|
+
- apps/core/forms/public/ckeditor/skins/kama/icons_rtl.png
|
720
|
+
- apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides.gif
|
721
|
+
- apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides.png
|
722
|
+
- apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides_rtl.png
|
723
|
+
- apps/core/forms/public/ckeditor/skins/kama/images/mini.gif
|
724
|
+
- apps/core/forms/public/ckeditor/skins/kama/images/noimage.png
|
725
|
+
- apps/core/forms/public/ckeditor/skins/kama/images/sprites.png
|
726
|
+
- apps/core/forms/public/ckeditor/skins/kama/images/sprites_ie6.png
|
727
|
+
- apps/core/forms/public/ckeditor/skins/kama/images/toolbar_start.gif
|
728
|
+
- apps/core/forms/public/ckeditor/skins/kama/skin.js
|
729
|
+
- apps/core/forms/public/ckeditor/skins/kama/templates.css
|
730
|
+
- apps/core/forms/public/ckeditor/themes/default/theme.js
|
545
731
|
- apps/core/forms/public/css/file_input.css
|
546
732
|
- apps/core/forms/public/css/form.css
|
547
733
|
- apps/core/forms/public/date_time.js
|
548
734
|
- apps/core/forms/public/file_input.js
|
549
735
|
- apps/core/forms/public/form.js
|
736
|
+
- apps/core/forms/public/html_area.js
|
550
737
|
- apps/core/forms/public/input.js
|
551
738
|
- apps/core/forms/public/search_select.js
|
552
739
|
- apps/core/forms/public/select.js
|
@@ -564,6 +751,8 @@ files:
|
|
564
751
|
- apps/core/forms/widgets/inputs/file_input/file_input.shtml
|
565
752
|
- apps/core/forms/widgets/inputs/hidden/hidden.rb
|
566
753
|
- apps/core/forms/widgets/inputs/hidden/hidden.shtml
|
754
|
+
- apps/core/forms/widgets/inputs/html_area/html_area.rb
|
755
|
+
- apps/core/forms/widgets/inputs/html_area/html_area.shtml
|
567
756
|
- apps/core/forms/widgets/inputs/input/input.rb
|
568
757
|
- apps/core/forms/widgets/inputs/input/input.shtml
|
569
758
|
- apps/core/forms/widgets/inputs/input/readonly.shtml
|
@@ -573,43 +762,85 @@ files:
|
|
573
762
|
- apps/core/forms/widgets/inputs/search_select/search_select.shtml
|
574
763
|
- apps/core/forms/widgets/inputs/select/select.rb
|
575
764
|
- apps/core/forms/widgets/inputs/select/select.shtml
|
576
|
-
- apps/core/forms/widgets/inputs/subform/subform.rb
|
577
|
-
- apps/core/forms/widgets/inputs/subform/subform.shtml
|
578
765
|
- apps/core/forms/widgets/inputs/text/text.rb
|
579
766
|
- apps/core/forms/widgets/inputs/text/text.shtml
|
580
767
|
- apps/core/forms/widgets/inputs/text_area/text_area.rb
|
581
768
|
- apps/core/forms/widgets/inputs/text_area/text_area.shtml
|
769
|
+
- apps/core/forms/widgets/inputs/time_span/time_span.rb
|
770
|
+
- apps/core/forms/widgets/inputs/time_span/time_span.shtml
|
582
771
|
- apps/drb_server/_init.rb
|
583
772
|
- apps/drb_server/lib/model_server.rb
|
584
773
|
- apps/drb_server/script/start_server.rb
|
585
|
-
- apps/hippo/_init.rb
|
586
|
-
- apps/hippo/models/mixins/hippo_struct.rb
|
587
|
-
- apps/hippo/models/security_group.rb
|
588
|
-
- apps/hippo/models/security_user.rb
|
589
|
-
- apps/hippo/script/converti_strutture.rb
|
590
774
|
- apps/master/_init.rb
|
775
|
+
- apps/master/cmd.rb
|
776
|
+
- apps/master/config/options.rb
|
777
|
+
- apps/master/controllers/login_controller.rb
|
591
778
|
- apps/master/controllers/master_controller.rb
|
779
|
+
- apps/master/controllers/scout_controller.rb
|
780
|
+
- apps/master/controllers/servant_controller.rb
|
781
|
+
- apps/master/data/locale/it/LC_MESSAGES/spider_master.mo
|
782
|
+
- apps/master/lib/resource.rb
|
783
|
+
- apps/master/lib/resources/db_resource.rb
|
784
|
+
- apps/master/lib/scout_plugin.rb
|
785
|
+
- apps/master/lib/site_type.rb
|
592
786
|
- apps/master/master.appspec
|
787
|
+
- apps/master/master.rb
|
788
|
+
- apps/master/models/admin.rb
|
789
|
+
- apps/master/models/command.rb
|
593
790
|
- apps/master/models/customer.rb
|
594
791
|
- apps/master/models/installation.rb
|
595
792
|
- apps/master/models/resource.rb
|
793
|
+
- apps/master/models/scout_alert.rb
|
794
|
+
- apps/master/models/scout_average.rb
|
795
|
+
- apps/master/models/scout_error.rb
|
796
|
+
- apps/master/models/scout_plugin_info.rb
|
797
|
+
- apps/master/models/scout_plugin_instance.rb
|
798
|
+
- apps/master/models/scout_plugin_trigger.rb
|
799
|
+
- apps/master/models/scout_report.rb
|
800
|
+
- apps/master/models/scout_report_field.rb
|
596
801
|
- apps/master/models/servant.rb
|
802
|
+
- apps/master/plugins/resources/apache/apache.rb
|
803
|
+
- apps/master/plugins/resources/mysql/mysql.rb
|
804
|
+
- apps/master/plugins/site_types/spider/spider.rb
|
805
|
+
- apps/master/po/it/spider_master.po
|
806
|
+
- apps/master/po/spider_master.pot
|
807
|
+
- apps/master/public/css/img/web.png
|
808
|
+
- apps/master/public/css/login.css
|
809
|
+
- apps/master/public/css/master.css
|
810
|
+
- apps/master/public/css/reset.css
|
811
|
+
- apps/master/public/js/charts.js
|
812
|
+
- apps/master/public/js/master.js
|
813
|
+
- apps/master/templates/email/alert.html.erb
|
814
|
+
- apps/master/templates/email/alert.text.erb
|
815
|
+
- apps/master/views/admin.layout.shtml
|
816
|
+
- apps/master/views/admin.shtml
|
597
817
|
- apps/master/views/customer.shtml
|
598
818
|
- apps/master/views/customers.shtml
|
599
819
|
- apps/master/views/index.shtml
|
600
820
|
- apps/master/views/installation.shtml
|
821
|
+
- apps/master/views/login.layout.shtml
|
601
822
|
- apps/master/views/master.layout.shtml
|
823
|
+
- apps/master/views/plugin_data.shtml
|
824
|
+
- apps/master/views/plugin_edit.shtml
|
825
|
+
- apps/master/views/plugin_instance.shtml
|
602
826
|
- apps/master/views/servant.shtml
|
603
827
|
- apps/master/views/servants.shtml
|
828
|
+
- apps/master/views/site.shtml
|
829
|
+
- apps/master/views/site_edit.shtml
|
830
|
+
- apps/master/views/trigger_edit.shtml
|
604
831
|
- apps/messenger/_init.rb
|
832
|
+
- apps/messenger/backends/email/smtp.rb
|
833
|
+
- apps/messenger/backends/sms/smstools.rb
|
605
834
|
- apps/messenger/config/options.rb
|
606
835
|
- apps/messenger/config/worker/queue.rb
|
607
836
|
- apps/messenger/controllers/messenger_controller.rb
|
608
837
|
- apps/messenger/controllers/mixins/messenger_helper.rb
|
609
|
-
- apps/messenger/lib/
|
838
|
+
- apps/messenger/lib/email_backend.rb
|
839
|
+
- apps/messenger/lib/sms_backend.rb
|
610
840
|
- apps/messenger/messenger.rb
|
611
841
|
- apps/messenger/models/email.rb
|
612
842
|
- apps/messenger/models/message.rb
|
843
|
+
- apps/messenger/models/sms.rb
|
613
844
|
- apps/messenger/po/it/spider_messenger.po
|
614
845
|
- apps/messenger/po/spider_messenger.pot
|
615
846
|
- apps/messenger/views/index.shtml
|
@@ -619,6 +850,9 @@ files:
|
|
619
850
|
- apps/messenger/views/tags/sent_messages.shtml
|
620
851
|
- apps/servant/_init.rb
|
621
852
|
- apps/servant/bin/spider-servant.rb
|
853
|
+
- apps/servant/cmd.rb
|
854
|
+
- apps/servant/controllers/servant_controller.rb
|
855
|
+
- apps/servant/lib/commands/discovery.rb
|
622
856
|
- apps/servant/lib/resource.rb
|
623
857
|
- apps/servant/lib/resources/db/mysql.rb
|
624
858
|
- apps/servant/lib/resources/db.rb
|
@@ -659,18 +893,16 @@ files:
|
|
659
893
|
- blueprints/home/config/config.yml
|
660
894
|
- blueprints/home/init.rb
|
661
895
|
- blueprints/install/config.ru
|
662
|
-
- data/locale/it/LC_MESSAGES/cms.mo
|
663
896
|
- data/locale/it/LC_MESSAGES/spider.mo
|
664
897
|
- data/locale/it/LC_MESSAGES/spider_auth.mo
|
665
898
|
- data/locale/it/LC_MESSAGES/spider_components.mo
|
666
|
-
- data/locale/it/LC_MESSAGES/spider_files.mo
|
667
899
|
- data/locale/it/LC_MESSAGES/spider_forms.mo
|
668
|
-
- data/locale/it/LC_MESSAGES/spider_images.mo
|
669
900
|
- data/locale/it/LC_MESSAGES/spider_messenger.mo
|
670
901
|
- lib/spiderfw/app.rb
|
671
902
|
- lib/spiderfw/autoload.rb
|
672
903
|
- lib/spiderfw/cache/template_cache.rb
|
673
904
|
- lib/spiderfw/cmd/cmd.rb
|
905
|
+
- lib/spiderfw/cmd/commands/app.rb
|
674
906
|
- lib/spiderfw/cmd/commands/cert.rb
|
675
907
|
- lib/spiderfw/cmd/commands/config.rb
|
676
908
|
- lib/spiderfw/cmd/commands/console.rb
|
@@ -682,7 +914,9 @@ files:
|
|
682
914
|
- lib/spiderfw/cmd/commands/webserver.rb
|
683
915
|
- lib/spiderfw/config/configurable.rb
|
684
916
|
- lib/spiderfw/config/configuration.rb
|
917
|
+
- lib/spiderfw/config/configuration_editor.rb
|
685
918
|
- lib/spiderfw/config/options/spider.rb
|
919
|
+
- lib/spiderfw/content_utils.rb
|
686
920
|
- lib/spiderfw/controller/controller.rb
|
687
921
|
- lib/spiderfw/controller/controller_exceptions.rb
|
688
922
|
- lib/spiderfw/controller/controller_io.rb
|
@@ -725,6 +959,7 @@ files:
|
|
725
959
|
- lib/spiderfw/i18n/cldr.rb
|
726
960
|
- lib/spiderfw/i18n/gettext.rb
|
727
961
|
- lib/spiderfw/i18n/i18n.rb
|
962
|
+
- lib/spiderfw/i18n/javascript_parser.rb
|
728
963
|
- lib/spiderfw/i18n/provider.rb
|
729
964
|
- lib/spiderfw/i18n/rails.rb
|
730
965
|
- lib/spiderfw/i18n/shtml_parser.rb
|
@@ -740,12 +975,14 @@ files:
|
|
740
975
|
- lib/spiderfw/model/datatypes/password.rb
|
741
976
|
- lib/spiderfw/model/datatypes/serialized_object.rb
|
742
977
|
- lib/spiderfw/model/datatypes/text.rb
|
978
|
+
- lib/spiderfw/model/datatypes/time_span.rb
|
743
979
|
- lib/spiderfw/model/datatypes/uuid.rb
|
744
980
|
- lib/spiderfw/model/datatypes.rb
|
745
981
|
- lib/spiderfw/model/element.rb
|
746
982
|
- lib/spiderfw/model/extended_models/managed.rb
|
747
983
|
- lib/spiderfw/model/identity_mapper.rb
|
748
984
|
- lib/spiderfw/model/inline_model.rb
|
985
|
+
- lib/spiderfw/model/integrated_element.rb
|
749
986
|
- lib/spiderfw/model/mappers/db_mapper.rb
|
750
987
|
- lib/spiderfw/model/mappers/hash_mapper.rb
|
751
988
|
- lib/spiderfw/model/mappers/mapper.rb
|
@@ -790,8 +1027,11 @@ files:
|
|
790
1027
|
- lib/spiderfw/model/unit_of_work.rb
|
791
1028
|
- lib/spiderfw/requires.rb
|
792
1029
|
- lib/spiderfw/resource.rb
|
1030
|
+
- lib/spiderfw/setup/app_manager.rb
|
1031
|
+
- lib/spiderfw/setup/app_server_client.rb
|
793
1032
|
- lib/spiderfw/setup/setup_task.rb
|
794
|
-
- lib/spiderfw/
|
1033
|
+
- lib/spiderfw/setup/spider_setup_wizard.rb
|
1034
|
+
- lib/spiderfw/site.rb
|
795
1035
|
- lib/spiderfw/tag/tag.rb
|
796
1036
|
- lib/spiderfw/templates/blocks/attr_if.rb
|
797
1037
|
- lib/spiderfw/templates/blocks/comment.rb
|
@@ -799,6 +1039,8 @@ files:
|
|
799
1039
|
- lib/spiderfw/templates/blocks/each.rb
|
800
1040
|
- lib/spiderfw/templates/blocks/html.rb
|
801
1041
|
- lib/spiderfw/templates/blocks/if.rb
|
1042
|
+
- lib/spiderfw/templates/blocks/layout_assets.rb
|
1043
|
+
- lib/spiderfw/templates/blocks/output.rb
|
802
1044
|
- lib/spiderfw/templates/blocks/parent_context.rb
|
803
1045
|
- lib/spiderfw/templates/blocks/pass.rb
|
804
1046
|
- lib/spiderfw/templates/blocks/render.rb
|
@@ -813,15 +1055,17 @@ files:
|
|
813
1055
|
- lib/spiderfw/templates/template.rb
|
814
1056
|
- lib/spiderfw/templates/template_blocks.rb
|
815
1057
|
- lib/spiderfw/utils/annotations.rb
|
1058
|
+
- lib/spiderfw/utils/events/event_source.rb
|
816
1059
|
- lib/spiderfw/utils/fork.rb
|
817
1060
|
- lib/spiderfw/utils/hash_comparison.rb
|
818
1061
|
- lib/spiderfw/utils/inflector.rb
|
1062
|
+
- lib/spiderfw/utils/json.rb
|
819
1063
|
- lib/spiderfw/utils/logger.rb
|
1064
|
+
- lib/spiderfw/utils/memory.rb
|
820
1065
|
- lib/spiderfw/utils/monkey/class.rb
|
821
1066
|
- lib/spiderfw/utils/monkey/date_time.rb
|
822
1067
|
- lib/spiderfw/utils/monkey/debugger.rb
|
823
1068
|
- lib/spiderfw/utils/monkey/exception.rb
|
824
|
-
- lib/spiderfw/utils/monkey/hpricot_compat.rb
|
825
1069
|
- lib/spiderfw/utils/monkey/kernel.rb
|
826
1070
|
- lib/spiderfw/utils/monkey/module.rb
|
827
1071
|
- lib/spiderfw/utils/monkey/nil_class.rb
|
@@ -830,15 +1074,16 @@ files:
|
|
830
1074
|
- lib/spiderfw/utils/monkey/symbol.rb
|
831
1075
|
- lib/spiderfw/utils/monkey/time.rb
|
832
1076
|
- lib/spiderfw/utils/multi_level_hash.rb
|
1077
|
+
- lib/spiderfw/utils/ordered_hash.rb
|
833
1078
|
- lib/spiderfw/utils/periodic_runner.rb
|
1079
|
+
- lib/spiderfw/utils/profiling.rb
|
834
1080
|
- lib/spiderfw/utils/rails.rb
|
835
1081
|
- lib/spiderfw/utils/rails_app.rb
|
836
1082
|
- lib/spiderfw/utils/sanitizer.rb
|
837
|
-
- lib/spiderfw/utils/
|
1083
|
+
- lib/spiderfw/utils/secure_random.rb
|
838
1084
|
- lib/spiderfw/utils/shared_store/file_shared_store.rb
|
839
1085
|
- lib/spiderfw/utils/shared_store/memory_shared_store.rb
|
840
1086
|
- lib/spiderfw/utils/shared_store.rb
|
841
|
-
- lib/spiderfw/utils/test_case.rb
|
842
1087
|
- lib/spiderfw/utils/thread_out.rb
|
843
1088
|
- lib/spiderfw/version.rb
|
844
1089
|
- lib/spiderfw/widget/rest_model.rb
|
@@ -859,21 +1104,27 @@ rdoc_options: []
|
|
859
1104
|
require_paths:
|
860
1105
|
- lib
|
861
1106
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1107
|
+
none: false
|
862
1108
|
requirements:
|
863
1109
|
- - ">="
|
864
1110
|
- !ruby/object:Gem::Version
|
1111
|
+
hash: 3
|
1112
|
+
segments:
|
1113
|
+
- 0
|
865
1114
|
version: "0"
|
866
|
-
version:
|
867
1115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1116
|
+
none: false
|
868
1117
|
requirements:
|
869
1118
|
- - ">="
|
870
1119
|
- !ruby/object:Gem::Version
|
1120
|
+
hash: 3
|
1121
|
+
segments:
|
1122
|
+
- 0
|
871
1123
|
version: "0"
|
872
|
-
version:
|
873
1124
|
requirements:
|
874
|
-
- "Optional dependencies: openssl, sqlite3, webrick, mongrel, ruby-oci8 >2.0, mysql"
|
1125
|
+
- "Optional dependencies: json, openssl, sqlite3, webrick, mongrel, ruby-oci8 >2.0, mysql, yui-compressor, home_run"
|
875
1126
|
rubyforge_project:
|
876
|
-
rubygems_version: 1.3.
|
1127
|
+
rubygems_version: 1.3.7
|
877
1128
|
signing_key:
|
878
1129
|
specification_version: 3
|
879
1130
|
summary: A (web) framework
|