spiderfw 0.5.13 → 0.5.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (656) hide show
  1. data/CHANGELOG +11 -0
  2. data/Rakefile +7 -4
  3. data/VERSION +1 -1
  4. data/apps/admin/_init.rb +9 -0
  5. data/apps/admin/controllers/admin_controller.rb +12 -0
  6. data/apps/admin/widgets/dashboard_widget/dashboard_widget.rb +8 -0
  7. data/apps/app_server/app_server.rb +11 -1
  8. data/apps/app_server/config/options.rb +4 -0
  9. data/apps/app_server/controllers/app_server_controller.rb +47 -9
  10. data/apps/app_server/lib/app.rb +3 -1
  11. data/apps/app_server/lib/git_app.rb +16 -0
  12. data/apps/app_server/views/app_list.shtml +1 -1
  13. data/apps/cas_server/config/options.rb +4 -0
  14. data/apps/cas_server/controllers/mixins/cas_login_mixin.rb +192 -31
  15. data/apps/cas_server/lib/cas.rb +31 -9
  16. data/apps/core/auth/_init.rb +2 -2
  17. data/apps/core/auth/config/options.rb +6 -0
  18. data/apps/core/auth/controllers/login_controller.rb +1 -1
  19. data/apps/core/auth/controllers/mixins/auth_helper.rb +6 -1
  20. data/apps/core/auth/data/locale/it/LC_MESSAGES/spider_auth.mo +0 -0
  21. data/apps/core/auth/lib/login_authenticator.rb +12 -1
  22. data/apps/core/auth/lib/rbac.rb +25 -0
  23. data/apps/core/auth/models/group.rb +3 -8
  24. data/apps/core/auth/models/login_user.rb +11 -1
  25. data/apps/core/auth/models/mixins/rbac_provider.rb +60 -0
  26. data/apps/core/auth/po/it/spider_auth.po +19 -3
  27. data/apps/core/auth/po/spider_auth.pot +18 -2
  28. data/apps/core/auth/views/login.shtml +1 -0
  29. data/apps/core/components/_init.rb +2 -0
  30. data/apps/core/components/assets.rb +112 -0
  31. data/apps/core/components/po/it/spider_components.po +20 -6
  32. data/apps/core/components/po/spider_components.pot +16 -4
  33. data/apps/core/components/public/css/grid/1140.css +80 -0
  34. data/apps/core/components/public/css/grid/ie.css +43 -0
  35. data/apps/core/components/public/css/grid/layout.css +32 -0
  36. data/apps/core/components/public/css/grid/mobile.css +26 -0
  37. data/apps/core/components/public/css/grid/smallerscreen.css +3 -0
  38. data/apps/core/components/public/css/grid/typeimg.css +72 -0
  39. data/apps/core/components/public/js/jquery/{jquery-1.4.2.js → jquery-1.4.3.js} +1524 -881
  40. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/button_bg.png +0 -0
  41. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/datepicker.gif +0 -0
  42. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/icon_sprite.png +0 -0
  43. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/progress_bar.gif +0 -0
  44. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_h_bg.gif +0 -0
  45. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_handles.png +0 -0
  46. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_v_bg.gif +0 -0
  47. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/tab_bg.gif +0 -0
  48. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/the_gradient.gif +0 -0
  49. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-anim_basic_16x16.gif +0 -0
  50. 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
  51. 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
  52. 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
  53. 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
  54. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  55. 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
  56. 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
  57. 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
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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
  64. data/apps/core/components/public/js/jquery/{jquery-ui → jquery-ui-1.8.4}/development-bundle/AUTHORS.txt +2 -2
  65. data/apps/core/components/public/js/jquery/{jquery-ui → jquery-ui-1.8.4}/development-bundle/GPL-LICENSE.txt +0 -0
  66. data/apps/core/components/public/js/jquery/{jquery-ui → jquery-ui-1.8.4}/development-bundle/MIT-LICENSE.txt +1 -1
  67. data/apps/core/components/public/js/jquery/{jquery-ui → jquery-ui-1.8.4}/development-bundle/ui/i18n/jquery-ui-i18n.js +516 -111
  68. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
  69. 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
  70. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
  71. 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
  72. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  79. 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
  80. 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
  81. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
  82. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
  83. 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
  84. 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
  85. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
  86. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  87. 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
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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
  104. 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
  105. 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
  106. 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
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
  113. 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
  114. 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
  115. 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
  116. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
  117. 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
  118. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  119. 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.highlight.js +50 -0
  128. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.pulsate.js +51 -0
  129. 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
  130. 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
  131. 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
  132. 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
  133. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.accordion.js +598 -0
  134. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.autocomplete.js +550 -0
  135. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.button.js +365 -0
  136. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.core.js +281 -0
  137. 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
  138. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.dialog.js +827 -0
  139. 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
  140. 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
  141. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.mouse.js +151 -0
  142. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.position.js +233 -0
  143. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.progressbar.js +94 -0
  144. 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
  145. 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
  146. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.slider.js +680 -0
  147. 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
  148. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.tabs.js +757 -0
  149. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.widget.js +237 -0
  150. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/version.txt +1 -0
  151. data/apps/core/components/public/js/jquery/patches/jquery-ui/jquery.ui.autocomplete-001.patch +17 -0
  152. data/apps/core/components/public/js/jquery/plugins/jquery.datalink.js +258 -0
  153. data/apps/core/components/public/js/jquery/plugins/jquery.json.js +178 -0
  154. data/apps/core/components/public/js/plugins/sortable.js +96 -72
  155. data/apps/core/components/public/js/spider.js +108 -50
  156. data/apps/core/components/public/js/utils.i18n.json +1 -0
  157. data/apps/core/components/public/js/utils.js +27 -0
  158. data/apps/core/components/widgets/admin/admin.rb +1 -1
  159. data/apps/core/components/widgets/admin/admin.shtml +1 -0
  160. data/apps/core/components/widgets/crud/crud.rb +6 -2
  161. data/apps/core/components/widgets/crud/crud.shtml +1 -0
  162. data/apps/core/components/widgets/list/list.rb +1 -1
  163. data/apps/core/components/widgets/list/list.shtml +2 -2
  164. data/apps/core/components/widgets/search_table/search_table.shtml +1 -1
  165. data/apps/core/components/widgets/switcher/switcher.rb +5 -1
  166. data/apps/core/components/widgets/table/table.rb +18 -3
  167. data/apps/core/components/widgets/table/table.shtml +1 -1
  168. data/apps/core/components/widgets/tabs/tabs.rb +0 -1
  169. data/apps/core/forms/_init.rb +3 -1
  170. data/apps/core/forms/public/ckeditor/adapters/jquery.js +6 -0
  171. data/apps/core/forms/public/ckeditor/ckeditor.js +137 -0
  172. data/apps/core/forms/public/ckeditor/images/spacer.gif +0 -0
  173. data/apps/core/forms/public/ckeditor/lang/_languages.js +6 -0
  174. data/apps/core/forms/public/ckeditor/lang/_translationstatus.txt +60 -0
  175. data/apps/core/forms/public/ckeditor/lang/af.js +6 -0
  176. data/apps/core/forms/public/ckeditor/lang/ar.js +6 -0
  177. data/apps/core/forms/public/ckeditor/lang/bg.js +6 -0
  178. data/apps/core/forms/public/ckeditor/lang/bn.js +6 -0
  179. data/apps/core/forms/public/ckeditor/lang/bs.js +6 -0
  180. data/apps/core/forms/public/ckeditor/lang/ca.js +6 -0
  181. data/apps/core/forms/public/ckeditor/lang/cs.js +6 -0
  182. data/apps/core/forms/public/ckeditor/lang/cy.js +6 -0
  183. data/apps/core/forms/public/ckeditor/lang/da.js +6 -0
  184. data/apps/core/forms/public/ckeditor/lang/de.js +6 -0
  185. data/apps/core/forms/public/ckeditor/lang/el.js +6 -0
  186. data/apps/core/forms/public/ckeditor/lang/en-au.js +6 -0
  187. data/apps/core/forms/public/ckeditor/lang/en-ca.js +6 -0
  188. data/apps/core/forms/public/ckeditor/lang/en-gb.js +6 -0
  189. data/apps/core/forms/public/ckeditor/lang/en.js +6 -0
  190. data/apps/core/forms/public/ckeditor/lang/eo.js +6 -0
  191. data/apps/core/forms/public/ckeditor/lang/es.js +6 -0
  192. data/apps/core/forms/public/ckeditor/lang/et.js +6 -0
  193. data/apps/core/forms/public/ckeditor/lang/eu.js +6 -0
  194. data/apps/core/forms/public/ckeditor/lang/fa.js +6 -0
  195. data/apps/core/forms/public/ckeditor/lang/fi.js +6 -0
  196. data/apps/core/forms/public/ckeditor/lang/fo.js +6 -0
  197. data/apps/core/forms/public/ckeditor/lang/fr-ca.js +6 -0
  198. data/apps/core/forms/public/ckeditor/lang/fr.js +6 -0
  199. data/apps/core/forms/public/ckeditor/lang/gl.js +6 -0
  200. data/apps/core/forms/public/ckeditor/lang/gu.js +6 -0
  201. data/apps/core/forms/public/ckeditor/lang/he.js +6 -0
  202. data/apps/core/forms/public/ckeditor/lang/hi.js +6 -0
  203. data/apps/core/forms/public/ckeditor/lang/hr.js +6 -0
  204. data/apps/core/forms/public/ckeditor/lang/hu.js +6 -0
  205. data/apps/core/forms/public/ckeditor/lang/is.js +6 -0
  206. data/apps/core/forms/public/ckeditor/lang/it.js +6 -0
  207. data/apps/core/forms/public/ckeditor/lang/ja.js +6 -0
  208. data/apps/core/forms/public/ckeditor/lang/km.js +6 -0
  209. data/apps/core/forms/public/ckeditor/lang/ko.js +6 -0
  210. data/apps/core/forms/public/ckeditor/lang/lt.js +6 -0
  211. data/apps/core/forms/public/ckeditor/lang/lv.js +6 -0
  212. data/apps/core/forms/public/ckeditor/lang/mn.js +6 -0
  213. data/apps/core/forms/public/ckeditor/lang/ms.js +6 -0
  214. data/apps/core/forms/public/ckeditor/lang/nb.js +6 -0
  215. data/apps/core/forms/public/ckeditor/lang/nl.js +6 -0
  216. data/apps/core/forms/public/ckeditor/lang/no.js +6 -0
  217. data/apps/core/forms/public/ckeditor/lang/pl.js +6 -0
  218. data/apps/core/forms/public/ckeditor/lang/pt-br.js +6 -0
  219. data/apps/core/forms/public/ckeditor/lang/pt.js +6 -0
  220. data/apps/core/forms/public/ckeditor/lang/ro.js +6 -0
  221. data/apps/core/forms/public/ckeditor/lang/ru.js +6 -0
  222. data/apps/core/forms/public/ckeditor/lang/sk.js +6 -0
  223. data/apps/core/forms/public/ckeditor/lang/sl.js +6 -0
  224. data/apps/core/forms/public/ckeditor/lang/sr-latn.js +6 -0
  225. data/apps/core/forms/public/ckeditor/lang/sr.js +6 -0
  226. data/apps/core/forms/public/ckeditor/lang/sv.js +6 -0
  227. data/apps/core/forms/public/ckeditor/lang/th.js +6 -0
  228. data/apps/core/forms/public/ckeditor/lang/tr.js +6 -0
  229. data/apps/core/forms/public/ckeditor/lang/uk.js +6 -0
  230. data/apps/core/forms/public/ckeditor/lang/vi.js +6 -0
  231. data/apps/core/forms/public/ckeditor/lang/zh-cn.js +6 -0
  232. data/apps/core/forms/public/ckeditor/lang/zh.js +6 -0
  233. data/apps/core/forms/public/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -0
  234. data/apps/core/forms/public/ckeditor/plugins/a11yhelp/lang/en.js +6 -0
  235. data/apps/core/forms/public/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
  236. data/apps/core/forms/public/ckeditor/plugins/about/dialogs/about.js +6 -0
  237. data/apps/core/forms/public/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  238. data/apps/core/forms/public/ckeditor/plugins/autogrow/plugin.js +6 -0
  239. data/apps/core/forms/public/ckeditor/plugins/clipboard/dialogs/paste.js +7 -0
  240. data/apps/core/forms/public/ckeditor/plugins/colordialog/dialogs/colordialog.js +7 -0
  241. data/apps/core/forms/public/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  242. data/apps/core/forms/public/ckeditor/plugins/div/dialogs/div.js +8 -0
  243. data/apps/core/forms/public/ckeditor/plugins/find/dialogs/find.js +9 -0
  244. data/apps/core/forms/public/ckeditor/plugins/flash/dialogs/flash.js +9 -0
  245. data/apps/core/forms/public/ckeditor/plugins/flash/images/placeholder.png +0 -0
  246. data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/button.js +6 -0
  247. data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/checkbox.js +6 -0
  248. data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/form.js +6 -0
  249. data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/hiddenfield.js +6 -0
  250. data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/radio.js +6 -0
  251. data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/select.js +9 -0
  252. data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/textarea.js +6 -0
  253. data/apps/core/forms/public/ckeditor/plugins/forms/dialogs/textfield.js +7 -0
  254. data/apps/core/forms/public/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  255. data/apps/core/forms/public/ckeditor/plugins/iframedialog/plugin.js +6 -0
  256. data/apps/core/forms/public/ckeditor/plugins/image/dialogs/image.js +13 -0
  257. data/apps/core/forms/public/ckeditor/plugins/link/dialogs/anchor.js +6 -0
  258. data/apps/core/forms/public/ckeditor/plugins/link/dialogs/link.js +11 -0
  259. data/apps/core/forms/public/ckeditor/plugins/link/images/anchor.gif +0 -0
  260. data/apps/core/forms/public/ckeditor/plugins/liststyle/dialogs/liststyle.js +6 -0
  261. data/apps/core/forms/public/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  262. data/apps/core/forms/public/ckeditor/plugins/pastefromword/filter/default.js +10 -0
  263. data/apps/core/forms/public/ckeditor/plugins/pastetext/dialogs/pastetext.js +6 -0
  264. data/apps/core/forms/public/ckeditor/plugins/scayt/dialogs/options.js +8 -0
  265. data/apps/core/forms/public/ckeditor/plugins/scayt/dialogs/toolbar.css +6 -0
  266. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  267. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  268. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  269. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  270. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  271. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  272. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  273. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  274. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  275. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  276. data/apps/core/forms/public/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  277. data/apps/core/forms/public/ckeditor/plugins/smiley/dialogs/smiley.js +7 -0
  278. data/apps/core/forms/public/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  279. data/apps/core/forms/public/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  280. data/apps/core/forms/public/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  281. data/apps/core/forms/public/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  282. data/apps/core/forms/public/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  283. data/apps/core/forms/public/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  284. data/apps/core/forms/public/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  285. data/apps/core/forms/public/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  286. data/apps/core/forms/public/ckeditor/plugins/smiley/images/heart.gif +0 -0
  287. data/apps/core/forms/public/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  288. data/apps/core/forms/public/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  289. data/apps/core/forms/public/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  290. data/apps/core/forms/public/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  291. data/apps/core/forms/public/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  292. data/apps/core/forms/public/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  293. data/apps/core/forms/public/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  294. data/apps/core/forms/public/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  295. data/apps/core/forms/public/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  296. data/apps/core/forms/public/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  297. data/apps/core/forms/public/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  298. data/apps/core/forms/public/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  299. data/apps/core/forms/public/ckeditor/plugins/specialchar/dialogs/specialchar.js +7 -0
  300. data/apps/core/forms/public/ckeditor/plugins/styles/styles/default.js +6 -0
  301. data/apps/core/forms/public/ckeditor/plugins/table/dialogs/table.js +9 -0
  302. data/apps/core/forms/public/ckeditor/plugins/tableresize/plugin.js +7 -0
  303. data/apps/core/forms/public/ckeditor/plugins/tabletools/dialogs/tableCell.js +8 -0
  304. data/apps/core/forms/public/ckeditor/plugins/templates/dialogs/templates.js +7 -0
  305. data/apps/core/forms/public/ckeditor/plugins/templates/templates/default.js +6 -0
  306. data/apps/core/forms/public/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  307. data/apps/core/forms/public/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  308. data/apps/core/forms/public/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  309. data/apps/core/forms/public/ckeditor/plugins/uicolor/dialogs/uicolor.js +7 -0
  310. data/apps/core/forms/public/ckeditor/plugins/uicolor/lang/en.js +6 -0
  311. data/apps/core/forms/public/ckeditor/plugins/uicolor/lang/he.js +6 -0
  312. data/apps/core/forms/public/ckeditor/plugins/uicolor/plugin.js +6 -0
  313. data/apps/core/forms/public/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  314. data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  315. data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  316. data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  317. data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  318. data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/assets/yui.css +6 -0
  319. data/apps/core/forms/public/ckeditor/plugins/uicolor/yui/yui.js +76 -0
  320. data/apps/core/forms/public/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
  321. data/apps/core/forms/public/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  322. data/apps/core/forms/public/ckeditor/plugins/wsc/dialogs/wsc.css +6 -0
  323. data/apps/core/forms/public/ckeditor/plugins/wsc/dialogs/wsc.js +7 -0
  324. data/apps/core/forms/public/ckeditor/skins/kama/dialog.css +9 -0
  325. data/apps/core/forms/public/ckeditor/skins/kama/editor.css +12 -0
  326. data/apps/core/forms/public/ckeditor/skins/kama/icons.png +0 -0
  327. data/apps/core/forms/public/ckeditor/skins/kama/icons_rtl.png +0 -0
  328. data/apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  329. data/apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  330. data/apps/core/forms/public/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  331. data/apps/core/forms/public/ckeditor/skins/kama/images/mini.gif +0 -0
  332. data/apps/core/forms/public/ckeditor/skins/kama/images/noimage.png +0 -0
  333. data/apps/core/forms/public/ckeditor/skins/kama/images/sprites.png +0 -0
  334. data/apps/core/forms/public/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  335. data/apps/core/forms/public/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  336. data/apps/core/forms/public/ckeditor/skins/kama/skin.js +7 -0
  337. data/apps/core/forms/public/ckeditor/skins/kama/templates.css +6 -0
  338. data/apps/core/forms/public/ckeditor/themes/default/theme.js +8 -0
  339. data/apps/core/forms/public/css/form.css +3 -0
  340. data/apps/core/forms/public/file_input.js +1 -1
  341. data/apps/core/forms/public/html_area.js +55 -0
  342. data/apps/core/forms/public/search_select.js +46 -19
  343. data/apps/core/forms/public/select.js +11 -5
  344. data/apps/core/forms/widgets/form/form.rb +22 -6
  345. data/apps/core/forms/widgets/form/form.shtml +2 -0
  346. data/apps/core/forms/widgets/inputs/date_time/date_time.rb +6 -1
  347. data/apps/core/forms/widgets/inputs/date_time/date_time.shtml +1 -0
  348. data/apps/core/forms/widgets/inputs/html_area/html_area.rb +51 -0
  349. data/apps/core/forms/widgets/inputs/html_area/html_area.shtml +13 -0
  350. data/apps/core/forms/widgets/inputs/search_select/search_select.rb +8 -10
  351. data/apps/core/forms/widgets/inputs/search_select/search_select.shtml +7 -7
  352. data/apps/core/forms/widgets/inputs/select/select.rb +15 -9
  353. data/apps/core/forms/widgets/inputs/select/select.shtml +1 -1
  354. data/apps/core/forms/widgets/inputs/time_span/time_span.rb +42 -0
  355. data/apps/core/forms/widgets/inputs/time_span/time_span.shtml +8 -0
  356. data/apps/master/_init.rb +18 -0
  357. data/apps/master/cmd.rb +57 -0
  358. data/apps/master/config/options.rb +6 -0
  359. data/apps/master/controllers/login_controller.rb +22 -0
  360. data/apps/master/controllers/master_controller.rb +261 -10
  361. data/apps/master/controllers/scout_controller.rb +121 -0
  362. data/apps/master/controllers/servant_controller.rb +16 -0
  363. data/apps/master/data/locale/it/LC_MESSAGES/spider_master.mo +0 -0
  364. data/apps/master/lib/resource.rb +7 -0
  365. data/apps/master/lib/resources/db_resource.rb +7 -0
  366. data/apps/master/lib/scout_plugin.rb +89 -0
  367. data/apps/master/lib/site_type.rb +24 -0
  368. data/apps/master/master.rb +40 -0
  369. data/apps/master/models/admin.rb +35 -0
  370. data/apps/master/models/command.rb +17 -0
  371. data/apps/master/models/customer.rb +20 -1
  372. data/apps/master/models/resource.rb +1 -0
  373. data/apps/master/models/scout_alert.rb +30 -0
  374. data/apps/master/models/scout_average.rb +23 -0
  375. data/apps/master/models/scout_error.rb +30 -0
  376. data/apps/master/models/scout_plugin_info.rb +11 -0
  377. data/apps/master/models/scout_plugin_instance.rb +303 -0
  378. data/apps/master/models/scout_plugin_trigger.rb +285 -0
  379. data/apps/master/models/scout_report.rb +31 -0
  380. data/apps/master/models/scout_report_field.rb +26 -0
  381. data/apps/master/models/servant.rb +82 -6
  382. data/apps/master/plugins/resources/apache/apache.rb +9 -0
  383. data/apps/master/plugins/resources/mysql/mysql.rb +45 -0
  384. data/apps/master/plugins/site_types/spider/spider.rb +11 -0
  385. data/apps/master/po/it/spider_master.po +352 -0
  386. data/apps/master/po/spider_master.pot +331 -0
  387. data/apps/master/public/css/img/web.png +0 -0
  388. data/apps/master/public/css/login.css +51 -0
  389. data/apps/master/public/css/master.css +290 -0
  390. data/apps/master/public/css/reset.css +23 -0
  391. data/apps/master/public/js/charts.js +84 -0
  392. data/apps/master/public/js/master.js +3 -0
  393. data/apps/master/templates/email/alert.html.erb +14 -0
  394. data/apps/master/templates/email/alert.text.erb +4 -0
  395. data/apps/master/views/admin.layout.shtml +14 -0
  396. data/apps/master/views/admin.shtml +5 -0
  397. data/apps/master/views/customer.shtml +37 -14
  398. data/apps/master/views/customers.shtml +9 -7
  399. data/apps/master/views/login.layout.shtml +13 -0
  400. data/apps/master/views/master.layout.shtml +26 -3
  401. data/apps/master/views/plugin_data.shtml +30 -0
  402. data/apps/master/views/plugin_edit.shtml +41 -0
  403. data/apps/master/views/plugin_instance.shtml +43 -0
  404. data/apps/master/views/servant.shtml +74 -0
  405. data/apps/master/views/servants.shtml +4 -0
  406. data/apps/master/views/site.shtml +3 -0
  407. data/apps/master/views/site_edit.shtml +17 -0
  408. data/apps/master/views/trigger_edit.shtml +100 -0
  409. data/apps/messenger/_init.rb +27 -1
  410. data/apps/messenger/backends/email/smtp.rb +76 -0
  411. data/apps/messenger/backends/sms/smstools.rb +46 -0
  412. data/apps/messenger/config/options.rb +28 -2
  413. data/apps/messenger/controllers/mixins/messenger_helper.rb +9 -5
  414. data/apps/messenger/lib/email_backend.rb +14 -0
  415. data/apps/messenger/lib/sms_backend.rb +14 -0
  416. data/apps/messenger/messenger.rb +32 -41
  417. data/apps/messenger/models/email.rb +2 -0
  418. data/apps/messenger/models/message.rb +37 -15
  419. data/apps/messenger/models/sms.rb +15 -0
  420. data/apps/servant/bin/spider-servant.rb +2 -1
  421. data/apps/servant/cmd.rb +62 -0
  422. data/apps/servant/controllers/servant_controller.rb +12 -0
  423. data/apps/servant/lib/resource.rb +3 -0
  424. data/apps/servant/lib/resources/db/mysql.rb +4 -0
  425. data/apps/servant/lib/resources/db.rb +1 -0
  426. data/apps/servant/lib/servant.rb +9 -3
  427. data/apps/worker/cmd.rb +1 -1
  428. data/apps/worker/models/job.rb +5 -2
  429. data/apps/worker/worker.rb +7 -5
  430. data/blueprints/install/config.ru +0 -1
  431. data/data/locale/it/LC_MESSAGES/spider.mo +0 -0
  432. data/lib/spiderfw/app.rb +77 -5
  433. data/lib/spiderfw/cache/template_cache.rb +15 -5
  434. data/lib/spiderfw/cmd/cmd.rb +2 -0
  435. data/lib/spiderfw/cmd/commands/app.rb +159 -0
  436. data/lib/spiderfw/cmd/commands/config.rb +16 -0
  437. data/lib/spiderfw/cmd/commands/content.rb +1 -1
  438. data/lib/spiderfw/cmd/commands/create.rb +13 -0
  439. data/lib/spiderfw/cmd/commands/model.rb +5 -1
  440. data/lib/spiderfw/cmd/commands/setup.rb +44 -10
  441. data/lib/spiderfw/cmd/commands/webserver.rb +15 -1
  442. data/lib/spiderfw/config/configuration.rb +19 -2
  443. data/lib/spiderfw/config/configuration_editor.rb +197 -0
  444. data/lib/spiderfw/config/options/spider.rb +48 -22
  445. data/lib/spiderfw/{static_content.rb → content_utils.rb} +23 -1
  446. data/lib/spiderfw/controller/controller.rb +8 -5
  447. data/lib/spiderfw/controller/controller_mixin.rb +39 -3
  448. data/lib/spiderfw/controller/cookies.rb +0 -3
  449. data/lib/spiderfw/controller/dispatcher.rb +1 -1
  450. data/lib/spiderfw/controller/first_responder.rb +1 -0
  451. data/lib/spiderfw/controller/home_controller.rb +10 -1
  452. data/lib/spiderfw/controller/http_controller.rb +105 -6
  453. data/lib/spiderfw/controller/mixins/http_mixin.rb +0 -1
  454. data/lib/spiderfw/controller/mixins/static_content.rb +35 -12
  455. data/lib/spiderfw/controller/mixins/visual.rb +125 -72
  456. data/lib/spiderfw/controller/request.rb +13 -1
  457. data/lib/spiderfw/controller/response.rb +14 -8
  458. data/lib/spiderfw/controller/scene.rb +5 -0
  459. data/lib/spiderfw/controller/session/file_session.rb +1 -1
  460. data/lib/spiderfw/create.rb +17 -0
  461. data/lib/spiderfw/home.rb +20 -8
  462. data/lib/spiderfw/http/adapters/mongrel.rb +24 -15
  463. data/lib/spiderfw/http/adapters/rack.rb +8 -3
  464. data/lib/spiderfw/http/adapters/webrick.rb +1 -0
  465. data/lib/spiderfw/http/server.rb +1 -0
  466. data/lib/spiderfw/i18n/cldr.rb +8 -1
  467. data/lib/spiderfw/i18n/i18n.rb +3 -4
  468. data/lib/spiderfw/i18n/javascript_parser.rb +54 -0
  469. data/lib/spiderfw/model/base_model.rb +550 -120
  470. data/lib/spiderfw/model/condition.rb +11 -2
  471. data/lib/spiderfw/model/data_type.rb +1 -1
  472. data/lib/spiderfw/model/datatypes/bool.rb +3 -1
  473. data/lib/spiderfw/model/datatypes/decimal.rb +4 -0
  474. data/lib/spiderfw/model/datatypes/password.rb +1 -0
  475. data/lib/spiderfw/model/datatypes/time_span.rb +26 -0
  476. data/lib/spiderfw/model/datatypes.rb +1 -0
  477. data/lib/spiderfw/model/element.rb +29 -28
  478. data/lib/spiderfw/model/extended_models/managed.rb +15 -0
  479. data/lib/spiderfw/model/identity_mapper.rb +89 -10
  480. data/lib/spiderfw/model/inline_model.rb +20 -2
  481. data/lib/spiderfw/model/integrated_element.rb +41 -0
  482. data/lib/spiderfw/model/mappers/db_mapper.rb +31 -27
  483. data/lib/spiderfw/model/mappers/hash_mapper.rb +9 -2
  484. data/lib/spiderfw/model/mappers/mapper.rb +105 -50
  485. data/lib/spiderfw/model/mappers/vfs/flat_file.rb +1 -1
  486. data/lib/spiderfw/model/mixins/state_machine.rb +6 -0
  487. data/lib/spiderfw/model/mixins/tree.rb +20 -4
  488. data/lib/spiderfw/model/mixins/versioned.rb +440 -67
  489. data/lib/spiderfw/model/model.rb +78 -17
  490. data/lib/spiderfw/model/model_hash.rb +2 -2
  491. data/lib/spiderfw/model/query.rb +17 -0
  492. data/lib/spiderfw/model/query_set.rb +86 -14
  493. data/lib/spiderfw/model/storage/base_storage.rb +1 -0
  494. data/lib/spiderfw/model/storage/db/adapters/mysql.rb +44 -15
  495. data/lib/spiderfw/model/storage/db/adapters/oracle.rb +8 -7
  496. data/lib/spiderfw/model/storage/db/connectors/oci8.rb +7 -1
  497. data/lib/spiderfw/model/storage/db/db_schema.rb +13 -0
  498. data/lib/spiderfw/model/storage/db/db_storage.rb +25 -5
  499. data/lib/spiderfw/model/unit_of_work.rb +96 -15
  500. data/lib/spiderfw/requires.rb +9 -1
  501. data/lib/spiderfw/setup/app_manager.rb +81 -0
  502. data/lib/spiderfw/setup/app_server_client.rb +59 -0
  503. data/lib/spiderfw/setup/setup_task.rb +68 -6
  504. data/lib/spiderfw/setup/spider_setup_wizard.rb +375 -0
  505. data/lib/spiderfw/site.rb +53 -0
  506. data/lib/spiderfw/templates/blocks/attr_if.rb +2 -2
  507. data/lib/spiderfw/templates/blocks/comment.rb +7 -2
  508. data/lib/spiderfw/templates/blocks/each.rb +1 -1
  509. data/lib/spiderfw/templates/blocks/html.rb +7 -0
  510. data/lib/spiderfw/templates/blocks/layout_assets.rb +20 -0
  511. data/lib/spiderfw/templates/blocks/output.rb +18 -0
  512. data/lib/spiderfw/templates/blocks/text.rb +17 -19
  513. data/lib/spiderfw/templates/blocks/widget.rb +4 -2
  514. data/lib/spiderfw/templates/layout.rb +269 -2
  515. data/lib/spiderfw/templates/template.rb +279 -46
  516. data/lib/spiderfw/templates/template_blocks.rb +31 -37
  517. data/lib/spiderfw/utils/events/event_source.rb +54 -0
  518. data/lib/spiderfw/utils/json.rb +39 -0
  519. data/lib/spiderfw/utils/logger.rb +186 -23
  520. data/lib/spiderfw/utils/memory.rb +30 -0
  521. data/lib/spiderfw/utils/monkey/date_time.rb +32 -2
  522. data/lib/spiderfw/utils/monkey/module.rb +16 -0
  523. data/lib/spiderfw/utils/monkey/object.rb +8 -0
  524. data/lib/spiderfw/utils/ordered_hash.rb +148 -0
  525. data/lib/spiderfw/utils/profiling.rb +36 -0
  526. data/lib/spiderfw/utils/secure_random.rb +223 -0
  527. data/lib/spiderfw/version.rb +1 -1
  528. data/lib/spiderfw/widget/widget.rb +143 -51
  529. data/lib/spiderfw/widget/widget_plugin.rb +13 -2
  530. data/lib/spiderfw.rb +117 -35
  531. data/spider.gemspec +1 -1
  532. metadata +506 -255
  533. data/apps/core/components/public/js/jquery/jquery-1.3.2.js +0 -4376
  534. data/apps/core/components/public/js/jquery/jquery-1.4.2-min.js +0 -154
  535. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  536. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  537. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  538. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  539. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  540. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  541. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  542. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  543. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
  544. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
  545. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  546. data/apps/core/components/public/js/jquery/jquery-ui/css/smoothness/jquery-ui-1.7.2.custom.css +0 -406
  547. data/apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  548. data/apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  549. data/apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  550. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/ChangeLog.txt +0 -20
  551. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/META.json +0 -32
  552. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/jquery.bgiframe.js +0 -100
  553. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/jquery.bgiframe.min.js +0 -10
  554. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/jquery.bgiframe.pack.js +0 -10
  555. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/test/index.html +0 -197
  556. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.js +0 -97
  557. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.min.js +0 -10
  558. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.pack.js +0 -10
  559. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.zip +0 -0
  560. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/jsdiff/jsdiff.js +0 -159
  561. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/qunit/testrunner.js +0 -780
  562. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/qunit/testsuite.css +0 -120
  563. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/simulate/jquery.simulate.js +0 -152
  564. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/jquery-1.3.2.js +0 -4376
  565. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  566. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  567. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  568. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  569. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  570. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  571. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  572. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  573. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  574. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  575. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  576. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  577. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  578. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.accordion.css +0 -9
  579. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.all.css +0 -2
  580. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.base.css +0 -8
  581. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.core.css +0 -37
  582. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.datepicker.css +0 -62
  583. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.dialog.css +0 -13
  584. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.progressbar.css +0 -4
  585. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.resizable.css +0 -13
  586. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.slider.css +0 -17
  587. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.tabs.css +0 -11
  588. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.theme.css +0 -245
  589. 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
  590. 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
  591. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  592. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  593. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  594. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  595. 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
  596. 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
  597. 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
  598. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  599. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  600. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  601. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  602. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  603. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/jquery-ui-1.7.2.custom.css +0 -406
  604. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.accordion.css +0 -9
  605. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.all.css +0 -2
  606. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.base.css +0 -8
  607. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.core.css +0 -37
  608. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.datepicker.css +0 -62
  609. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.dialog.css +0 -13
  610. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.progressbar.css +0 -4
  611. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.resizable.css +0 -13
  612. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.slider.css +0 -17
  613. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.tabs.css +0 -11
  614. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.theme.css +0 -247
  615. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.highlight.js +0 -48
  616. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.pulsate.js +0 -56
  617. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/jquery-ui-1.7.2.custom.js +0 -9133
  618. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.accordion.js +0 -477
  619. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.core.js +0 -519
  620. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.dialog.js +0 -671
  621. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.progressbar.js +0 -116
  622. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.slider.js +0 -558
  623. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/ui.tabs.js +0 -685
  624. data/apps/core/components/public/js/jquery/jquery-ui/development-bundle/version.txt +0 -1
  625. data/apps/core/components/public/js/jquery/jquery-ui/index.html +0 -367
  626. data/apps/core/components/public/js/jquery/jquery-ui/js/jquery-1.3.2.min.js +0 -19
  627. data/apps/core/components/public/js/jquery/jquery-ui/js/jquery-ui-1.7.2.custom.min.js +0 -298
  628. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/changelog.txt +0 -27
  629. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.css +0 -48
  630. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.js +0 -808
  631. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.min.js +0 -13
  632. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/jquery.autocomplete.pack.js +0 -12
  633. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/jquery.ajaxQueue.js +0 -116
  634. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/jquery.bgiframe.min.js +0 -10
  635. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/jquery.js +0 -3558
  636. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/thickbox-compressed.js +0 -10
  637. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/lib/thickbox.css +0 -163
  638. data/apps/core/components/public/js/jquery/plugins/jquery-autocomplete/todo +0 -166
  639. data/apps/core/components/public/js/jquery/plugins/jtree/jquery.jtree.1.0.js +0 -187
  640. data/apps/core/components/public/js/jquery/plugins/jtree/jquery.jtree.1.0.min.js +0 -1
  641. data/apps/core/components/public/js/jquery/plugins/jtree/jquery.jtree.spider.1.0.js +0 -193
  642. data/apps/core/forms/widgets/inputs/subform/subform.rb +0 -10
  643. data/apps/core/forms/widgets/inputs/subform/subform.shtml +0 -5
  644. data/apps/hippo/_init.rb +0 -10
  645. data/apps/hippo/models/mixins/hippo_struct.rb +0 -226
  646. data/apps/hippo/models/security_group.rb +0 -21
  647. data/apps/hippo/models/security_user.rb +0 -29
  648. data/apps/hippo/script/converti_strutture.rb +0 -335
  649. data/data/locale/it/LC_MESSAGES/cms.mo +0 -0
  650. data/data/locale/it/LC_MESSAGES/spider_files.mo +0 -0
  651. data/data/locale/it/LC_MESSAGES/spider_images.mo +0 -0
  652. data/lib/spiderfw/utils/monkey/hpricot_compat.rb +0 -0
  653. data/lib/spiderfw/utils/setup_task.rb +0 -35
  654. data/lib/spiderfw/utils/test_case.rb +0 -24
  655. /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
  656. /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
- version: 0.5.13
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-06-17 00:00:00 +02:00
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
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
35
+ type: :runtime
36
+ version_requirements: *id001
25
37
  - !ruby/object:Gem::Dependency
26
38
  name: gettext
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
51
+ type: :runtime
52
+ version_requirements: *id002
35
53
  - !ruby/object:Gem::Dependency
36
54
  name: hpricot
37
- type: :runtime
38
- version_requirement:
39
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
66
+ type: :runtime
67
+ version_requirements: *id003
45
68
  - !ruby/object:Gem::Dependency
46
69
  name: json_pure
47
- type: :runtime
48
- version_requirement:
49
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
81
+ type: :runtime
82
+ version_requirements: *id004
55
83
  - !ruby/object:Gem::Dependency
56
84
  name: uuidtools
57
- type: :runtime
58
- version_requirement:
59
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
96
+ type: :runtime
97
+ version_requirements: *id005
65
98
  - !ruby/object:Gem::Dependency
66
99
  name: rufus-scheduler
67
- type: :runtime
68
- version_requirement:
69
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
111
+ type: :runtime
112
+ version_requirements: *id006
75
113
  - !ruby/object:Gem::Dependency
76
114
  name: mime-types
77
- type: :runtime
78
- version_requirement:
79
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
126
+ type: :runtime
127
+ version_requirements: *id007
85
128
  - !ruby/object:Gem::Dependency
86
129
  name: locale
87
- type: :runtime
88
- version_requirement:
89
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
141
+ type: :runtime
142
+ version_requirements: *id008
95
143
  - !ruby/object:Gem::Dependency
96
144
  name: builder
97
- type: :runtime
98
- version_requirement:
99
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
156
+ type: :runtime
157
+ version_requirements: *id009
105
158
  - !ruby/object:Gem::Dependency
106
159
  name: macaddr
107
- type: :runtime
108
- version_requirement:
109
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
172
+ type: :runtime
173
+ version_requirements: *id010
115
174
  - !ruby/object:Gem::Dependency
116
175
  name: rake
117
- type: :development
118
- version_requirement:
119
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
188
+ type: :development
189
+ version_requirements: *id011
125
190
  - !ruby/object:Gem::Dependency
126
191
  name: ruby-debug
127
- type: :development
128
- version_requirement:
129
- version_requirements: !ruby/object:Gem::Requirement
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
- version:
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.2.js
229
- - apps/core/components/public/js/jquery/jquery-1.4.2-min.js
230
- - apps/core/components/public/js/jquery/jquery-1.4.2.js
231
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
232
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
233
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
234
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
235
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
236
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
237
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
238
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
239
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png
240
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png
241
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png
242
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png
243
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png
244
- - apps/core/components/public/js/jquery/jquery-ui/css/smoothness/jquery-ui-1.7.2.custom.css
245
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
246
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
247
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
248
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
249
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
250
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
251
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
252
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
253
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
254
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-icons_222222_256x240.png
255
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-icons_228ef1_256x240.png
256
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
257
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
258
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/images/ui-icons_ffffff_256x240.png
259
- - apps/core/components/public/js/jquery/jquery-ui/css/ui-lightness/jquery-ui-1.7.2.custom.css
260
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/AUTHORS.txt
261
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/ChangeLog.txt
262
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/jquery.bgiframe.js
263
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/jquery.bgiframe.min.js
264
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/jquery.bgiframe.pack.js
265
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/META.json
266
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/bgiframe/test/index.html
267
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.js
268
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.min.js
269
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.pack.js
270
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/cookie/jquery.cookie.zip
271
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/jsdiff/jsdiff.js
272
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/qunit/testrunner.js
273
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/qunit/testsuite.css
274
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/external/simulate/jquery.simulate.js
275
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/GPL-LICENSE.txt
276
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/jquery-1.3.2.js
277
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/MIT-LICENSE.txt
278
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
279
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
280
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
281
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
282
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png
283
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
284
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
285
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
286
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_222222_256x240.png
287
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png
288
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_454545_256x240.png
289
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_888888_256x240.png
290
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png
291
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.accordion.css
292
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.all.css
293
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.base.css
294
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.core.css
295
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.datepicker.css
296
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.dialog.css
297
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.progressbar.css
298
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.resizable.css
299
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.slider.css
300
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.tabs.css
301
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/base/ui.theme.css
302
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
303
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
304
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
305
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
306
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
307
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
308
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
309
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
310
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
311
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_222222_256x240.png
312
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_228ef1_256x240.png
313
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png
314
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png
315
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/images/ui-icons_ffffff_256x240.png
316
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/jquery-ui-1.7.2.custom.css
317
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.accordion.css
318
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.all.css
319
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.base.css
320
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.core.css
321
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.datepicker.css
322
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.dialog.css
323
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.progressbar.css
324
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.resizable.css
325
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.slider.css
326
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.tabs.css
327
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/themes/ui-lightness/ui.theme.css
328
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.blind.js
329
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.bounce.js
330
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.clip.js
331
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.core.js
332
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.drop.js
333
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.explode.js
334
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.fold.js
335
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.highlight.js
336
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.pulsate.js
337
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.scale.js
338
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.shake.js
339
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.slide.js
340
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/effects.transfer.js
341
- - apps/core/components/public/js/jquery/jquery-ui/development-bundle/ui/i18n/jquery-ui-i18n.js
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-autocomplete/changelog.txt
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/backends/email/smtp.rb
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/static_content.rb
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/setup_task.rb
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.5
1127
+ rubygems_version: 1.3.7
877
1128
  signing_key:
878
1129
  specification_version: 3
879
1130
  summary: A (web) framework