spiderfw 0.5.19 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (255) hide show
  1. data/CHANGELOG +7 -0
  2. data/VERSION +1 -1
  3. data/apps/core/auth/lib/rbac.rb +7 -2
  4. data/apps/core/auth/models/mixins/rbac_provider.rb +66 -4
  5. data/apps/core/components/assets.rb +63 -33
  6. data/apps/core/components/public/js/jquery/{jquery-1.4.3.js → jquery-1.5.2.js} +2617 -1126
  7. data/apps/core/components/public/js/jquery/jquery-tools-1.2.5/overlay/overlay.apple.js +155 -0
  8. data/apps/core/components/public/js/jquery/jquery-tools-1.2.5/overlay/overlay.js +293 -0
  9. data/apps/core/components/public/js/jquery/jquery-tools-1.2.5/scrollable/scrollable.js +335 -0
  10. data/apps/core/components/public/js/jquery/jquery-tools-1.2.5/tabs/tabs.css +59 -0
  11. data/apps/core/components/public/js/jquery/jquery-tools-1.2.5/tabs/tabs.js +283 -0
  12. data/apps/core/components/public/js/jquery/jquery-tools-1.2.5/toolbox/toolbox.expose.js +224 -0
  13. data/apps/core/components/public/js/jquery/jquery-tools-1.2.5/tooltip/tooltip.dynamic.js +150 -0
  14. data/apps/core/components/public/js/jquery/jquery-tools-1.2.5/tooltip/tooltip.js +343 -0
  15. data/apps/core/components/public/js/jquery/jquery-tools-1.2.5/tooltip/tooltip.slide.js +78 -0
  16. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/button_bg.png +0 -0
  17. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/datepicker.gif +0 -0
  18. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/icon_sprite.png +0 -0
  19. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/progress_bar.gif +0 -0
  20. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/slider_h_bg.gif +0 -0
  21. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/slider_handles.png +0 -0
  22. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/slider_v_bg.gif +0 -0
  23. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/tab_bg.gif +0 -0
  24. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/the_gradient.gif +0 -0
  25. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-anim_basic_16x16.gif +0 -0
  26. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  27. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  28. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-bg_flat_10_000000_40x100.png +0 -0
  29. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  30. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  31. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  32. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  33. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  34. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  35. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-icons_222222_256x240.png +0 -0
  36. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-icons_228ef1_256x240.png +0 -0
  37. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-icons_ef8c08_256x240.png +0 -0
  38. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-icons_ffd27a_256x240.png +0 -0
  39. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/images/ui-icons_ffffff_256x240.png +0 -0
  40. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4 → jquery-ui-1.8.11}/css/Aristo/jquery-ui.custom.css +0 -0
  41. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-af.js +0 -0
  42. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  43. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-ar.js +7 -8
  44. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-az.js +0 -0
  45. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-bg.js +0 -0
  46. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-bs.js +0 -0
  47. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-ca.js +0 -0
  48. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-cs.js +0 -0
  49. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-da.js +0 -0
  50. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-de.js +0 -0
  51. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-el.js +0 -0
  52. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  53. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-en-GB.js +0 -0
  54. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  55. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-eo.js +0 -0
  56. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-es.js +0 -0
  57. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-et.js +0 -0
  58. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-eu.js +0 -0
  59. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-fa.js +0 -0
  60. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-fi.js +0 -0
  61. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-fo.js +0 -0
  62. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-fr-CH.js +0 -0
  63. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-fr.js +12 -10
  64. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
  65. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-he.js +0 -0
  66. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-hr.js +0 -0
  67. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-hu.js +1 -1
  68. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-hy.js +0 -0
  69. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-id.js +0 -0
  70. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-is.js +0 -0
  71. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-it.js +0 -0
  72. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-ja.js +0 -0
  73. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-ko.js +0 -0
  74. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-kz.js +23 -0
  75. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-lt.js +0 -0
  76. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-lv.js +0 -0
  77. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
  78. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-ms.js +0 -0
  79. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-nl.js +0 -0
  80. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-no.js +23 -0
  81. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-pl.js +0 -0
  82. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-pt-BR.js +0 -0
  83. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
  84. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
  85. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-ro.js +0 -0
  86. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-ru.js +1 -1
  87. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-sk.js +0 -0
  88. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-sl.js +0 -0
  89. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-sq.js +0 -0
  90. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-sr-SR.js +0 -0
  91. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-sr.js +0 -0
  92. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-sv.js +0 -0
  93. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-ta.js +0 -0
  94. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-th.js +1 -1
  95. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
  96. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-tr.js +0 -0
  97. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-uk.js +0 -0
  98. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-vi.js +0 -0
  99. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-zh-CN.js +0 -0
  100. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-zh-HK.js +0 -0
  101. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/i18n/jquery.ui.datepicker-zh-TW.js +0 -0
  102. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.blind.js +3 -3
  103. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.bounce.js +3 -3
  104. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.clip.js +3 -3
  105. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.core.js +48 -15
  106. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.drop.js +3 -3
  107. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.explode.js +2 -2
  108. data/apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.fade.js +32 -0
  109. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.fold.js +3 -3
  110. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.highlight.js +2 -2
  111. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.pulsate.js +2 -2
  112. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.scale.js +4 -4
  113. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.shake.js +3 -3
  114. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.slide.js +4 -4
  115. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.effects.transfer.js +2 -2
  116. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.accordion.js +33 -20
  117. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.autocomplete.js +104 -42
  118. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.button.js +35 -13
  119. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.core.js +111 -84
  120. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.datepicker.js +87 -46
  121. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.dialog.js +105 -75
  122. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.draggable.js +17 -15
  123. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.droppable.js +5 -5
  124. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.mouse.js +16 -11
  125. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.position.js +51 -32
  126. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.progressbar.js +24 -10
  127. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.resizable.js +7 -7
  128. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.selectable.js +3 -3
  129. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.slider.js +9 -7
  130. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.sortable.js +22 -20
  131. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.tabs.js +15 -14
  132. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → jquery-ui-1.8.11}/ui/jquery.ui.widget.js +50 -25
  133. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → plugins/bsmselect}/GPL-LICENSE.txt +1 -1
  134. data/apps/core/components/public/js/jquery/{jquery-ui-1.8.4/development-bundle → plugins/bsmselect}/MIT-LICENSE.txt +3 -7
  135. data/apps/core/components/public/js/jquery/plugins/bsmselect/README.md +185 -0
  136. data/apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css +64 -0
  137. data/apps/core/components/public/js/jquery/plugins/bsmselect/js/jquery.bsmselect.compatibility.js +60 -0
  138. data/apps/core/components/public/js/jquery/plugins/bsmselect/js/jquery.bsmselect.js +381 -0
  139. data/apps/core/components/public/js/jquery/plugins/bsmselect/js/jquery.bsmselect.sortable.js +49 -0
  140. data/apps/core/components/public/js/plugins/sortable.js +16 -7
  141. data/apps/core/components/public/js/spider.js +60 -41
  142. data/apps/core/components/widgets/admin/admin.shtml +1 -1
  143. data/apps/core/components/widgets/list/list.shtml +2 -2
  144. data/apps/core/components/widgets/month_calendar/month_calendar.shtml +23 -20
  145. data/apps/core/components/widgets/switcher/switcher.rb +77 -21
  146. data/apps/core/components/widgets/switcher/templates/default.shtml +8 -0
  147. data/apps/core/components/widgets/switcher/templates/table.shtml +15 -0
  148. data/apps/core/components/widgets/table/table.rb +4 -1
  149. data/apps/core/components/widgets/table/table.shtml +10 -8
  150. data/apps/core/forms/public/css/form.css +9 -1
  151. data/apps/core/forms/public/date_time.js +14 -2
  152. data/apps/core/forms/public/input.js +1 -1
  153. data/apps/core/forms/public/select.js +4 -3
  154. data/apps/core/forms/tags/element_row.erb +11 -2
  155. data/apps/core/forms/widgets/inputs/date_time/date_time.rb +9 -0
  156. data/apps/core/forms/widgets/inputs/date_time/date_time.shtml +1 -1
  157. data/apps/core/forms/widgets/inputs/html_area/html_area.shtml +2 -2
  158. data/apps/core/forms/widgets/inputs/input/input.rb +0 -3
  159. data/apps/core/forms/widgets/inputs/select/select.shtml +2 -2
  160. data/apps/messenger/backends/email/sendmail.rb +20 -0
  161. data/apps/messenger/backends/email/smtp.rb +12 -14
  162. data/apps/messenger/backends/email/test.rb +20 -0
  163. data/apps/messenger/config/options.rb +9 -9
  164. data/apps/messenger/config/test.config.yml +2 -0
  165. data/apps/messenger/controllers/mixins/messenger_helper.rb +41 -15
  166. data/apps/messenger/lib/email_backend.rb +10 -0
  167. data/apps/messenger/messenger.rb +45 -26
  168. data/apps/messenger/test/features/attachments.feature +26 -0
  169. data/apps/messenger/test/features/messenger_helper.feature +31 -0
  170. data/apps/messenger/test/features/sending_email.feature +10 -0
  171. data/apps/messenger/test/features/step_definitions/common_steps.rb +11 -0
  172. data/apps/messenger/test/features/step_definitions/email_steps.rb +98 -0
  173. data/apps/messenger/test/features/support/env.rb +11 -0
  174. data/apps/messenger/test/files/test_file1.txt +1 -0
  175. data/apps/messenger/test/lib/controllers/mail_test_controller.rb +34 -0
  176. data/apps/messenger/test/templates/email/multipart.html.erb +1 -0
  177. data/apps/messenger/test/templates/email/multipart.txt.erb +1 -0
  178. data/apps/messenger/test/templates/email/simple.erb +1 -0
  179. data/apps/messenger/test/templates/email/vars.erb +1 -0
  180. data/lib/spiderfw/cmd/cmd.rb +4 -0
  181. data/lib/spiderfw/cmd/commands/webserver.rb +12 -59
  182. data/lib/spiderfw/config/configuration.rb +4 -0
  183. data/lib/spiderfw/config/options/spider.rb +25 -8
  184. data/lib/spiderfw/controller/controller.rb +10 -4
  185. data/lib/spiderfw/controller/first_responder.rb +6 -20
  186. data/lib/spiderfw/controller/http_controller.rb +2 -1
  187. data/lib/spiderfw/controller/mixins/http_mixin.rb +12 -1
  188. data/lib/spiderfw/controller/mixins/visual.rb +3 -16
  189. data/lib/spiderfw/env.rb +1 -1
  190. data/lib/spiderfw/http/server.rb +178 -2
  191. data/lib/spiderfw/model/base_model.rb +142 -111
  192. data/lib/spiderfw/model/data_type.rb +15 -0
  193. data/lib/spiderfw/model/datatypes/decimal.rb +8 -0
  194. data/lib/spiderfw/model/datatypes/pk.rb +29 -0
  195. data/lib/spiderfw/model/datatypes.rb +1 -0
  196. data/lib/spiderfw/model/element.rb +5 -1
  197. data/lib/spiderfw/model/extended_models/managed.rb +1 -1
  198. data/lib/spiderfw/model/junction.rb +23 -0
  199. data/lib/spiderfw/model/mappers/db_mapper.rb +96 -80
  200. data/lib/spiderfw/model/mappers/document_mapper.rb +315 -0
  201. data/lib/spiderfw/model/mappers/mapper.rb +164 -75
  202. data/lib/spiderfw/model/mixins/list.rb +1 -0
  203. data/lib/spiderfw/model/mixins/versioned.rb +63 -27
  204. data/lib/spiderfw/model/model.rb +36 -9
  205. data/lib/spiderfw/model/query_funcs.rb +3 -0
  206. data/lib/spiderfw/model/query_set.rb +21 -1
  207. data/lib/spiderfw/model/storage/base_storage.rb +259 -6
  208. data/lib/spiderfw/model/storage/{db/db_connection_pool.rb → connection_pool.rb} +25 -21
  209. data/lib/spiderfw/model/storage/db/adapters/mysql.rb +25 -5
  210. data/lib/spiderfw/model/storage/db/adapters/oracle.rb +1 -1
  211. data/lib/spiderfw/model/storage/db/connectors/jdbc_oracle.rb +2 -2
  212. data/lib/spiderfw/model/storage/db/connectors/oci8.rb +3 -4
  213. data/lib/spiderfw/model/storage/db/db_storage.rb +18 -219
  214. data/lib/spiderfw/model/storage/document/adapters/mongodb.rb +307 -0
  215. data/lib/spiderfw/model/storage/document/document.rb +7 -0
  216. data/lib/spiderfw/model/storage/document/document_storage.rb +34 -0
  217. data/lib/spiderfw/model/storage.rb +23 -11
  218. data/lib/spiderfw/model/unit_of_work.rb +45 -22
  219. data/lib/spiderfw/spider.rb +660 -0
  220. data/lib/spiderfw/templates/blocks/html.rb +4 -2
  221. data/lib/spiderfw/templates/blocks/run.rb +1 -1
  222. data/lib/spiderfw/templates/blocks/tag_if.rb +1 -1
  223. data/lib/spiderfw/templates/blocks/widget.rb +1 -1
  224. data/lib/spiderfw/templates/layout.rb +29 -5
  225. data/lib/spiderfw/templates/template.rb +72 -7
  226. data/lib/spiderfw/templates/template_blocks.rb +1 -1
  227. data/lib/spiderfw/test/capybara.rb +7 -0
  228. data/lib/spiderfw/test/cucumber.rb +12 -0
  229. data/lib/spiderfw/test/page_object.rb +29 -0
  230. data/lib/spiderfw/test/spec.rb +20 -0
  231. data/lib/spiderfw/test/stubs/mapper_stub.rb +18 -0
  232. data/lib/spiderfw/test/stubs/storage_stub.rb +23 -0
  233. data/lib/spiderfw/test/unit.rb +23 -0
  234. data/lib/spiderfw/test.rb +89 -0
  235. data/lib/spiderfw/utils/json.rb +6 -0
  236. data/lib/spiderfw/utils/logger.rb +17 -4
  237. data/lib/spiderfw/utils/loggers/apache_commons_logger.rb +61 -0
  238. data/lib/spiderfw/utils/monkey/date_time.rb +2 -2
  239. data/lib/spiderfw/utils/monkey/module.rb +3 -1
  240. data/lib/spiderfw/utils/profiling.rb +2 -2
  241. data/lib/spiderfw/widget/widget.rb +31 -13
  242. data/lib/spiderfw.rb +1 -597
  243. data/spider.gemspec +9 -10
  244. metadata +193 -132
  245. data/apps/admin/_init.rb +0 -9
  246. data/apps/admin/controllers/admin_controller.rb +0 -12
  247. data/apps/admin/widgets/dashboard_widget/dashboard_widget.rb +0 -8
  248. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/AUTHORS.txt +0 -30
  249. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery-ui-i18n.js +0 -1176
  250. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +0 -23
  251. data/apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/version.txt +0 -1
  252. data/apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css +0 -64
  253. data/apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.js +0 -407
  254. data/apps/core/components/widgets/switcher/switcher.shtml +0 -17
  255. data/apps/master/po/master.pot +0 -400
data/spider.gemspec CHANGED
@@ -1,4 +1,3 @@
1
- require 'rake'
2
1
  require 'date'
3
2
 
4
3
  Gem::Specification.new do |s|
@@ -11,19 +10,18 @@ Gem::Specification.new do |s|
11
10
  s.description = "Spider is yet another Ruby framework."
12
11
  s.has_rdoc = true
13
12
  s.authors = ["Ivan Pirlik"]
14
- s.files = FileList[
13
+ s.files = [
15
14
  'README',
16
15
  'VERSION',
17
16
  'CHANGELOG',
18
17
  'Rakefile',
19
- 'spider.gemspec',
20
- 'apps/**/*',
21
- 'bin/*',
22
- 'blueprints/**/*',
23
- 'data/**/*',
24
- 'lib/**/*.rb',
25
- 'views/**/*'
26
- ].to_a
18
+ 'spider.gemspec'] \
19
+ + Dir.glob('apps/**/*') \
20
+ + Dir.glob('bin/*') \
21
+ + Dir.glob('blueprints/**/*') \
22
+ + Dir.glob('data/**/*') \
23
+ + Dir.glob('lib/**/*.rb') \
24
+ + Dir.glob('views/**/*')
27
25
  # s.test_files = []
28
26
  # s.rdoc_options = ["--main", "README.txt"]
29
27
  # s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
@@ -39,6 +37,7 @@ Gem::Specification.new do |s|
39
37
  s.add_dependency("locale", ["> 2.0"])
40
38
  s.add_dependency("builder", ["> 2.1"])
41
39
  s.add_dependency("macaddr", [">= 1.0.0"])
40
+ s.add_dependency("bundler")
42
41
  s.add_development_dependency("rake", ["> 0.7.3"])
43
42
  s.add_development_dependency("ruby-debug", ["> 0.9.3"])
44
43
  s.requirements << "Optional dependencies: ripl, ripl-irb, ripl-multi_line, json, openssl, sqlite3, webrick, mongrel, ruby-oci8 >2.0, mysql, yui-compressor, home_run, cldr"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spiderfw
3
3
  version: !ruby/object:Gem::Version
4
- hash: 45
5
- prerelease: false
4
+ hash: 7
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
- - 5
9
- - 19
10
- version: 0.5.19
8
+ - 6
9
+ - 0
10
+ version: 0.6.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ivan Pirlik
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-23 00:00:00 +01:00
18
+ date: 2011-04-20 00:00:00 +02:00
19
19
  default_executable: spider
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -172,9 +172,23 @@ dependencies:
172
172
  type: :runtime
173
173
  version_requirements: *id010
174
174
  - !ruby/object:Gem::Dependency
175
- name: rake
175
+ name: bundler
176
176
  prerelease: false
177
177
  requirement: &id011 !ruby/object:Gem::Requirement
178
+ none: false
179
+ requirements:
180
+ - - ">="
181
+ - !ruby/object:Gem::Version
182
+ hash: 3
183
+ segments:
184
+ - 0
185
+ version: "0"
186
+ type: :runtime
187
+ version_requirements: *id011
188
+ - !ruby/object:Gem::Dependency
189
+ name: rake
190
+ prerelease: false
191
+ requirement: &id012 !ruby/object:Gem::Requirement
178
192
  none: false
179
193
  requirements:
180
194
  - - ">"
@@ -186,11 +200,11 @@ dependencies:
186
200
  - 3
187
201
  version: 0.7.3
188
202
  type: :development
189
- version_requirements: *id011
203
+ version_requirements: *id012
190
204
  - !ruby/object:Gem::Dependency
191
205
  name: ruby-debug
192
206
  prerelease: false
193
- requirement: &id012 !ruby/object:Gem::Requirement
207
+ requirement: &id013 !ruby/object:Gem::Requirement
194
208
  none: false
195
209
  requirements:
196
210
  - - ">"
@@ -202,7 +216,7 @@ dependencies:
202
216
  - 3
203
217
  version: 0.9.3
204
218
  type: :development
205
- version_requirements: *id012
219
+ version_requirements: *id013
206
220
  description: Spider is yet another Ruby framework.
207
221
  email: abmajor7@gmail.com
208
222
  executables:
@@ -217,9 +231,6 @@ files:
217
231
  - CHANGELOG
218
232
  - Rakefile
219
233
  - spider.gemspec
220
- - apps/admin/_init.rb
221
- - apps/admin/controllers/admin_controller.rb
222
- - apps/admin/widgets/dashboard_widget/dashboard_widget.rb
223
234
  - apps/app_server/_init.rb
224
235
  - apps/app_server/app_server.rb
225
236
  - apps/app_server/config/options.rb
@@ -311,123 +322,142 @@ files:
311
322
  - apps/core/components/public/css/switcher.css
312
323
  - apps/core/components/public/css/table.css
313
324
  - apps/core/components/public/js/inheritance.js
314
- - apps/core/components/public/js/jquery/jquery-1.4.3.js
315
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/button_bg.png
316
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/datepicker.gif
317
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/icon_sprite.png
318
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/progress_bar.gif
319
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_h_bg.gif
320
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_handles.png
321
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/slider_v_bg.gif
322
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/tab_bg.gif
323
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/the_gradient.gif
324
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-anim_basic_16x16.gif
325
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_diagonals-thick_18_b81900_40x40.png
326
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_diagonals-thick_20_666666_40x40.png
327
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_flat_10_000000_40x100.png
328
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_glass_100_f6f6f6_1x400.png
329
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_glass_100_fdf5ce_1x400.png
330
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_glass_65_ffffff_1x400.png
331
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_gloss-wave_35_f6a828_500x100.png
332
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
333
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
334
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_222222_256x240.png
335
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_228ef1_256x240.png
336
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_ef8c08_256x240.png
337
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_ffd27a_256x240.png
338
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/images/ui-icons_ffffff_256x240.png
339
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/css/Aristo/jquery-ui.custom.css
340
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/AUTHORS.txt
341
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/GPL-LICENSE.txt
342
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/MIT-LICENSE.txt
343
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery-ui-i18n.js
344
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-af.js
345
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js
346
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-az.js
347
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js
348
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js
349
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js
350
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js
351
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-da.js
352
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-de.js
353
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-el.js
354
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js
355
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js
356
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-es.js
357
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-et.js
358
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js
359
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js
360
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js
361
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js
362
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js
363
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js
364
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-he.js
365
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js
366
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js
367
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js
368
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-id.js
369
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-is.js
370
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-it.js
371
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js
372
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js
373
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js
374
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js
375
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js
376
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js
377
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-no.js
378
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js
379
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js
380
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js
381
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js
382
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js
383
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js
384
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js
385
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js
386
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js
387
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js
388
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js
389
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-th.js
390
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js
391
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js
392
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js
393
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js
394
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js
395
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js
396
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.blind.js
397
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.bounce.js
398
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.clip.js
399
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.core.js
400
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.drop.js
401
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.explode.js
402
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.fold.js
403
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.highlight.js
404
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.pulsate.js
405
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.scale.js
406
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.shake.js
407
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.slide.js
408
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.effects.transfer.js
409
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.accordion.js
410
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.autocomplete.js
411
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.button.js
412
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.core.js
413
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.datepicker.js
414
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.dialog.js
415
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.draggable.js
416
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.droppable.js
417
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.mouse.js
418
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.position.js
419
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.progressbar.js
420
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.resizable.js
421
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.selectable.js
422
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.slider.js
423
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.sortable.js
424
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.tabs.js
425
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/ui/jquery.ui.widget.js
426
- - apps/core/components/public/js/jquery/jquery-ui-1.8.4/development-bundle/version.txt
325
+ - apps/core/components/public/js/jquery/jquery-1.5.2.js
326
+ - apps/core/components/public/js/jquery/jquery-tools-1.2.5/overlay/overlay.apple.js
327
+ - apps/core/components/public/js/jquery/jquery-tools-1.2.5/overlay/overlay.js
328
+ - apps/core/components/public/js/jquery/jquery-tools-1.2.5/scrollable/scrollable.js
329
+ - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tabs/tabs.css
330
+ - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tabs/tabs.js
331
+ - apps/core/components/public/js/jquery/jquery-tools-1.2.5/toolbox/toolbox.expose.js
332
+ - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tooltip/tooltip.dynamic.js
333
+ - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tooltip/tooltip.js
334
+ - apps/core/components/public/js/jquery/jquery-tools-1.2.5/tooltip/tooltip.slide.js
335
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/button_bg.png
336
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/datepicker.gif
337
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/icon_sprite.png
338
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/progress_bar.gif
339
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/slider_h_bg.gif
340
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/slider_handles.png
341
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/slider_v_bg.gif
342
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/tab_bg.gif
343
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/the_gradient.gif
344
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-anim_basic_16x16.gif
345
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_diagonals-thick_18_b81900_40x40.png
346
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_diagonals-thick_20_666666_40x40.png
347
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_flat_10_000000_40x100.png
348
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_glass_100_f6f6f6_1x400.png
349
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_glass_100_fdf5ce_1x400.png
350
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_glass_65_ffffff_1x400.png
351
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_gloss-wave_35_f6a828_500x100.png
352
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
353
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
354
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_222222_256x240.png
355
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_228ef1_256x240.png
356
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_ef8c08_256x240.png
357
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_ffd27a_256x240.png
358
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/images/ui-icons_ffffff_256x240.png
359
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/css/Aristo/jquery-ui.custom.css
360
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-af.js
361
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ar-DZ.js
362
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ar.js
363
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-az.js
364
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-bg.js
365
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-bs.js
366
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ca.js
367
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-cs.js
368
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-da.js
369
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-de.js
370
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-el.js
371
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-en-AU.js
372
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-en-GB.js
373
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-en-NZ.js
374
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-eo.js
375
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-es.js
376
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-et.js
377
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-eu.js
378
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fa.js
379
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fi.js
380
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fo.js
381
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fr-CH.js
382
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-fr.js
383
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-gl.js
384
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-he.js
385
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-hr.js
386
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-hu.js
387
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-hy.js
388
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-id.js
389
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-is.js
390
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-it.js
391
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ja.js
392
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ko.js
393
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-kz.js
394
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-lt.js
395
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-lv.js
396
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ml.js
397
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ms.js
398
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-nl.js
399
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-no.js
400
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-pl.js
401
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-pt-BR.js
402
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-pt.js
403
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-rm.js
404
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ro.js
405
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ru.js
406
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sk.js
407
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sl.js
408
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sq.js
409
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sr-SR.js
410
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sr.js
411
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-sv.js
412
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-ta.js
413
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-th.js
414
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-tj.js
415
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-tr.js
416
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-uk.js
417
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-vi.js
418
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-zh-CN.js
419
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-zh-HK.js
420
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/i18n/jquery.ui.datepicker-zh-TW.js
421
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.blind.js
422
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.bounce.js
423
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.clip.js
424
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.core.js
425
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.drop.js
426
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.explode.js
427
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.fade.js
428
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.fold.js
429
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.highlight.js
430
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.pulsate.js
431
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.scale.js
432
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.shake.js
433
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.slide.js
434
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.effects.transfer.js
435
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.accordion.js
436
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.autocomplete.js
437
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.button.js
438
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.core.js
439
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.datepicker.js
440
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.dialog.js
441
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.draggable.js
442
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.droppable.js
443
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.mouse.js
444
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.position.js
445
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.progressbar.js
446
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.resizable.js
447
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.selectable.js
448
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.slider.js
449
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.sortable.js
450
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.tabs.js
451
+ - apps/core/components/public/js/jquery/jquery-ui-1.8.11/ui/jquery.ui.widget.js
427
452
  - apps/core/components/public/js/jquery/patches/jquery-ui/jquery.ui.autocomplete-001.patch
428
- - apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.css
429
- - apps/core/components/public/js/jquery/plugins/asmselect/jquery.asmselect.js
430
453
  - apps/core/components/public/js/jquery/plugins/autogrow/jquery.autogrow.js
454
+ - apps/core/components/public/js/jquery/plugins/bsmselect/css/jquery.bsmselect.css
455
+ - apps/core/components/public/js/jquery/plugins/bsmselect/GPL-LICENSE.txt
456
+ - apps/core/components/public/js/jquery/plugins/bsmselect/js/jquery.bsmselect.compatibility.js
457
+ - apps/core/components/public/js/jquery/plugins/bsmselect/js/jquery.bsmselect.js
458
+ - apps/core/components/public/js/jquery/plugins/bsmselect/js/jquery.bsmselect.sortable.js
459
+ - apps/core/components/public/js/jquery/plugins/bsmselect/MIT-LICENSE.txt
460
+ - apps/core/components/public/js/jquery/plugins/bsmselect/README.md
431
461
  - apps/core/components/public/js/jquery/plugins/jquery.datalink.js
432
462
  - apps/core/components/public/js/jquery/plugins/jquery.form.js
433
463
  - apps/core/components/public/js/jquery/plugins/jquery.json.js
@@ -552,7 +582,8 @@ files:
552
582
  - apps/core/components/widgets/search_table/search_table.rb
553
583
  - apps/core/components/widgets/search_table/search_table.shtml
554
584
  - apps/core/components/widgets/switcher/switcher.rb
555
- - apps/core/components/widgets/switcher/switcher.shtml
585
+ - apps/core/components/widgets/switcher/templates/default.shtml
586
+ - apps/core/components/widgets/switcher/templates/table.shtml
556
587
  - apps/core/components/widgets/table/table.rb
557
588
  - apps/core/components/widgets/table/table.shtml
558
589
  - apps/core/components/widgets/tabs/tabs.rb
@@ -805,7 +836,6 @@ files:
805
836
  - apps/master/plugins/resources/mysql/mysql.rb
806
837
  - apps/master/plugins/site_types/spider/spider.rb
807
838
  - apps/master/po/it/spider_master.po
808
- - apps/master/po/master.pot
809
839
  - apps/master/po/spider_master.pot
810
840
  - apps/master/public/css/img/web.png
811
841
  - apps/master/public/css/login.css
@@ -832,9 +862,12 @@ files:
832
862
  - apps/master/views/site_edit.shtml
833
863
  - apps/master/views/trigger_edit.shtml
834
864
  - apps/messenger/_init.rb
865
+ - apps/messenger/backends/email/sendmail.rb
835
866
  - apps/messenger/backends/email/smtp.rb
867
+ - apps/messenger/backends/email/test.rb
836
868
  - apps/messenger/backends/sms/smstools.rb
837
869
  - apps/messenger/config/options.rb
870
+ - apps/messenger/config/test.config.yml
838
871
  - apps/messenger/config/worker/queue.rb
839
872
  - apps/messenger/controllers/messenger_controller.rb
840
873
  - apps/messenger/controllers/mixins/messenger_helper.rb
@@ -847,6 +880,18 @@ files:
847
880
  - apps/messenger/models/sms.rb
848
881
  - apps/messenger/po/it/spider_messenger.po
849
882
  - apps/messenger/po/spider_messenger.pot
883
+ - apps/messenger/test/features/attachments.feature
884
+ - apps/messenger/test/features/messenger_helper.feature
885
+ - apps/messenger/test/features/sending_email.feature
886
+ - apps/messenger/test/features/step_definitions/common_steps.rb
887
+ - apps/messenger/test/features/step_definitions/email_steps.rb
888
+ - apps/messenger/test/features/support/env.rb
889
+ - apps/messenger/test/files/test_file1.txt
890
+ - apps/messenger/test/lib/controllers/mail_test_controller.rb
891
+ - apps/messenger/test/templates/email/multipart.html.erb
892
+ - apps/messenger/test/templates/email/multipart.txt.erb
893
+ - apps/messenger/test/templates/email/simple.erb
894
+ - apps/messenger/test/templates/email/vars.erb
850
895
  - apps/messenger/views/index.shtml
851
896
  - apps/messenger/views/list.shtml
852
897
  - apps/messenger/views/messenger.layout.shtml
@@ -977,6 +1022,7 @@ files:
977
1022
  - lib/spiderfw/model/datatypes/email.rb
978
1023
  - lib/spiderfw/model/datatypes/file_path.rb
979
1024
  - lib/spiderfw/model/datatypes/password.rb
1025
+ - lib/spiderfw/model/datatypes/pk.rb
980
1026
  - lib/spiderfw/model/datatypes/serialized_object.rb
981
1027
  - lib/spiderfw/model/datatypes/text.rb
982
1028
  - lib/spiderfw/model/datatypes/time_span.rb
@@ -987,7 +1033,9 @@ files:
987
1033
  - lib/spiderfw/model/identity_mapper.rb
988
1034
  - lib/spiderfw/model/inline_model.rb
989
1035
  - lib/spiderfw/model/integrated_element.rb
1036
+ - lib/spiderfw/model/junction.rb
990
1037
  - lib/spiderfw/model/mappers/db_mapper.rb
1038
+ - lib/spiderfw/model/mappers/document_mapper.rb
991
1039
  - lib/spiderfw/model/mappers/hash_mapper.rb
992
1040
  - lib/spiderfw/model/mappers/mapper.rb
993
1041
  - lib/spiderfw/model/mappers/mappers.rb
@@ -1008,6 +1056,7 @@ files:
1008
1056
  - lib/spiderfw/model/query_set.rb
1009
1057
  - lib/spiderfw/model/request.rb
1010
1058
  - lib/spiderfw/model/storage/base_storage.rb
1059
+ - lib/spiderfw/model/storage/connection_pool.rb
1011
1060
  - lib/spiderfw/model/storage/db/adapters/mssql.rb
1012
1061
  - lib/spiderfw/model/storage/db/adapters/mysql.rb
1013
1062
  - lib/spiderfw/model/storage/db/adapters/oracle.rb
@@ -1017,12 +1066,14 @@ files:
1017
1066
  - lib/spiderfw/model/storage/db/connectors/oci8.rb
1018
1067
  - lib/spiderfw/model/storage/db/connectors/odbc.rb
1019
1068
  - lib/spiderfw/model/storage/db/db.rb
1020
- - lib/spiderfw/model/storage/db/db_connection_pool.rb
1021
1069
  - lib/spiderfw/model/storage/db/db_connector.rb
1022
1070
  - lib/spiderfw/model/storage/db/db_schema.rb
1023
1071
  - lib/spiderfw/model/storage/db/db_storage.rb
1024
1072
  - lib/spiderfw/model/storage/db/dialects/no_total_rows.rb
1025
1073
  - lib/spiderfw/model/storage/db/reflector.rb
1074
+ - lib/spiderfw/model/storage/document/adapters/mongodb.rb
1075
+ - lib/spiderfw/model/storage/document/document.rb
1076
+ - lib/spiderfw/model/storage/document/document_storage.rb
1026
1077
  - lib/spiderfw/model/storage/null_storage.rb
1027
1078
  - lib/spiderfw/model/storage/schema.rb
1028
1079
  - lib/spiderfw/model/storage.rb
@@ -1037,6 +1088,7 @@ files:
1037
1088
  - lib/spiderfw/setup/setup_task.rb
1038
1089
  - lib/spiderfw/setup/spider_setup_wizard.rb
1039
1090
  - lib/spiderfw/site.rb
1091
+ - lib/spiderfw/spider.rb
1040
1092
  - lib/spiderfw/tag/tag.rb
1041
1093
  - lib/spiderfw/templates/blocks/attr_if.rb
1042
1094
  - lib/spiderfw/templates/blocks/comment.rb
@@ -1059,6 +1111,14 @@ files:
1059
1111
  - lib/spiderfw/templates/resources/less.rb
1060
1112
  - lib/spiderfw/templates/template.rb
1061
1113
  - lib/spiderfw/templates/template_blocks.rb
1114
+ - lib/spiderfw/test/capybara.rb
1115
+ - lib/spiderfw/test/cucumber.rb
1116
+ - lib/spiderfw/test/page_object.rb
1117
+ - lib/spiderfw/test/spec.rb
1118
+ - lib/spiderfw/test/stubs/mapper_stub.rb
1119
+ - lib/spiderfw/test/stubs/storage_stub.rb
1120
+ - lib/spiderfw/test/unit.rb
1121
+ - lib/spiderfw/test.rb
1062
1122
  - lib/spiderfw/utils/annotations.rb
1063
1123
  - lib/spiderfw/utils/events/event_source.rb
1064
1124
  - lib/spiderfw/utils/fork.rb
@@ -1067,6 +1127,7 @@ files:
1067
1127
  - lib/spiderfw/utils/inflector.rb
1068
1128
  - lib/spiderfw/utils/json.rb
1069
1129
  - lib/spiderfw/utils/logger.rb
1130
+ - lib/spiderfw/utils/loggers/apache_commons_logger.rb
1070
1131
  - lib/spiderfw/utils/memory.rb
1071
1132
  - lib/spiderfw/utils/monkey/class.rb
1072
1133
  - lib/spiderfw/utils/monkey/date_time.rb
@@ -1130,7 +1191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1130
1191
  requirements:
1131
1192
  - "Optional dependencies: ripl, ripl-irb, ripl-multi_line, json, openssl, sqlite3, webrick, mongrel, ruby-oci8 >2.0, mysql, yui-compressor, home_run, cldr"
1132
1193
  rubyforge_project:
1133
- rubygems_version: 1.3.7
1194
+ rubygems_version: 1.5.2
1134
1195
  signing_key:
1135
1196
  specification_version: 3
1136
1197
  summary: A (web) framework
data/apps/admin/_init.rb DELETED
@@ -1,9 +0,0 @@
1
- module Spider
2
- module Admin
3
- @route_url = 'admin'
4
- include Spider::App
5
- @controller = :AdminController
6
- end
7
- end
8
-
9
- require 'apps/admin/controllers/admin_controller'
@@ -1,12 +0,0 @@
1
- module Spider; module Admin
2
-
3
- class AdminController < Spider::PageController
4
-
5
- __.html
6
- def index
7
- $out << 'hello'
8
- end
9
-
10
- end
11
-
12
- end; end
@@ -1,8 +0,0 @@
1
- module Spider; module Admin
2
-
3
- class DashboardWidget < Spider::Widget
4
-
5
-
6
- end
7
-
8
- end; end
@@ -1,30 +0,0 @@
1
- jQuery UI Authors (http://jqueryui.com/about)
2
-
3
- This software consists of voluntary contributions made by many
4
- individuals. For exact contribution history, see the revision history
5
- and logs, available at http://github.com/jquery/jquery-ui
6
-
7
- Brandon Aaron
8
- Paul Bakaus (paulbakaus.com)
9
- David Bolter
10
- Rich Caloggero
11
- Chi Cheng (cloudream@gmail.com)
12
- Colin Clark (http://colin.atrc.utoronto.ca/)
13
- Michelle D'Souza
14
- Aaron Eisenberger (aaronchi@gmail.com)
15
- Ariel Flesler
16
- Bohdan Ganicky
17
- Scott González
18
- Marc Grabanski (m@marcgrabanski.com)
19
- Klaus Hartl (stilbuero.de)
20
- Scott Jehl
21
- Cody Lindley
22
- Eduardo Lundgren (eduardolundgren@gmail.com)
23
- Todd Parker
24
- John Resig
25
- Patty Toland
26
- Ca-Phun Ung (yelotofu.com)
27
- Keith Wood (kbwood@virginbroadband.com.au)
28
- Maggie Costello Wachs
29
- Richard D. Worth (rdworth.org)
30
- Jörn Zaefferer (bassistance.de)