refinerycms 0.9.9 → 0.9.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (630) hide show
  1. data/.gitignore +1 -1
  2. data/Gemfile +8 -24
  3. data/Gemfile.lock +94 -69
  4. data/Rakefile +1 -1
  5. data/bin/refinerycms +118 -109
  6. data/changelog.md +13 -2
  7. data/config/cucumber.yml +3 -7
  8. data/config/settings.rb +0 -1
  9. data/lib/refinery.rb +14 -1
  10. data/lib/refinerycms.rb +2 -9
  11. data/refinerycms.gemspec +15 -855
  12. data/spec/spec_helper.rb +3 -2
  13. metadata +27 -907
  14. data/authentication/app/controllers/admin/users_controller.rb +0 -90
  15. data/authentication/app/controllers/passwords_controller.rb +0 -43
  16. data/authentication/app/controllers/registrations_controller.rb +0 -67
  17. data/authentication/app/controllers/sessions_controller.rb +0 -23
  18. data/authentication/app/helpers/sessions_helper.rb +0 -2
  19. data/authentication/app/helpers/users_helper.rb +0 -2
  20. data/authentication/app/mailers/user_mailer.rb +0 -20
  21. data/authentication/app/models/role.rb +0 -16
  22. data/authentication/app/models/roles_users.rb +0 -6
  23. data/authentication/app/models/user.rb +0 -58
  24. data/authentication/app/models/user_plugin.rb +0 -5
  25. data/authentication/app/views/admin/users/_form.html.erb +0 -92
  26. data/authentication/app/views/admin/users/_user.html.erb +0 -19
  27. data/authentication/app/views/admin/users/_users.html.erb +0 -4
  28. data/authentication/app/views/admin/users/edit.html.erb +0 -1
  29. data/authentication/app/views/admin/users/index.html.erb +0 -12
  30. data/authentication/app/views/admin/users/new.html.erb +0 -1
  31. data/authentication/app/views/layouts/login.html.erb +0 -21
  32. data/authentication/app/views/passwords/edit.html.erb +0 -31
  33. data/authentication/app/views/passwords/new.html.erb +0 -18
  34. data/authentication/app/views/registrations/new.html.erb +0 -41
  35. data/authentication/app/views/sessions/new.html.erb +0 -29
  36. data/authentication/app/views/user_mailer/reset_notification.html.erb +0 -12
  37. data/authentication/app/views/user_mailer/reset_notification.text.plain.erb +0 -7
  38. data/authentication/config/locales/cs.yml +0 -75
  39. data/authentication/config/locales/da.yml +0 -72
  40. data/authentication/config/locales/de.yml +0 -72
  41. data/authentication/config/locales/el.yml +0 -72
  42. data/authentication/config/locales/en.yml +0 -72
  43. data/authentication/config/locales/es.yml +0 -100
  44. data/authentication/config/locales/fr.yml +0 -72
  45. data/authentication/config/locales/it.yml +0 -97
  46. data/authentication/config/locales/lolcat.yml +0 -55
  47. data/authentication/config/locales/lt.yml +0 -55
  48. data/authentication/config/locales/lv.yml +0 -72
  49. data/authentication/config/locales/nb.yml +0 -72
  50. data/authentication/config/locales/nl.yml +0 -70
  51. data/authentication/config/locales/pl.yml +0 -100
  52. data/authentication/config/locales/pt-BR.yml +0 -68
  53. data/authentication/config/locales/rs.yml +0 -72
  54. data/authentication/config/locales/ru.yml +0 -97
  55. data/authentication/config/locales/sl.yml +0 -61
  56. data/authentication/config/locales/sv.yml +0 -64
  57. data/authentication/config/locales/zh-CN.yml +0 -72
  58. data/authentication/config/locales/zh-TW.yml +0 -72
  59. data/authentication/config/routes.rb +0 -31
  60. data/authentication/db/migrate/20100913234705_create_refinerycms_authentication_schema.rb +0 -43
  61. data/authentication/db/migrate/20100929035252_add_missing_indexes_to_roles_users.rb +0 -11
  62. data/authentication/db/migrate/20101206013505_change_to_devise_users_table.rb +0 -27
  63. data/authentication/db/migrate/20110106184757_add_remember_created_at_to_users.rb +0 -9
  64. data/authentication/features/lost_password.feature +0 -49
  65. data/authentication/features/manage_users.feature +0 -61
  66. data/authentication/features/step_definitions/lost_password.rb +0 -8
  67. data/authentication/features/step_definitions/user_steps.rb +0 -36
  68. data/authentication/features/support/factories.rb +0 -18
  69. data/authentication/features/support/paths.rb +0 -24
  70. data/authentication/lib/authenticated_system.rb +0 -29
  71. data/authentication/lib/authentication.rb +0 -30
  72. data/authentication/lib/generators/refinerycms_authentication_generator.rb +0 -8
  73. data/authentication/license.md +0 -21
  74. data/authentication/readme.md +0 -17
  75. data/authentication/refinerycms-authentication.gemspec +0 -20
  76. data/authentication/spec/models/user_spec.rb +0 -159
  77. data/base/db/migrate/20100913234706_create_refinerycms_core_schema.rb +0 -23
  78. data/base/db/migrate/20101217113424_add_locale_to_slugs.rb +0 -13
  79. data/base/features/step_definitions/web_steps.rb +0 -219
  80. data/base/features/support/env.rb +0 -84
  81. data/base/features/support/factories.rb +0 -1
  82. data/base/features/support/negative_expectations_helper.rb +0 -57
  83. data/base/features/support/paths.rb +0 -91
  84. data/base/lib/base.rb +0 -32
  85. data/base/lib/generators/refinerycms_base_generator.rb +0 -8
  86. data/base/lib/refinery.rb +0 -32
  87. data/base/lib/refinery/version.rb +0 -16
  88. data/base/license.md +0 -21
  89. data/base/refinerycms-base.gemspec +0 -18
  90. data/core/app/controllers/admin/base_controller.rb +0 -10
  91. data/core/app/controllers/admin/dialogs_controller.rb +0 -26
  92. data/core/app/controllers/admin/refinery_core_controller.rb +0 -12
  93. data/core/app/controllers/application_controller.rb +0 -6
  94. data/core/app/controllers/refinery/fast_controller.rb +0 -9
  95. data/core/app/controllers/sitemap_controller.rb +0 -14
  96. data/core/app/helpers/application_helper.rb +0 -5
  97. data/core/app/views/admin/_head.html.erb +0 -43
  98. data/core/app/views/admin/_javascripts.html.erb +0 -32
  99. data/core/app/views/admin/_menu.html.erb +0 -17
  100. data/core/app/views/admin/dialogs/show.html.erb +0 -19
  101. data/core/app/views/layouts/admin.html.erb +0 -24
  102. data/core/app/views/layouts/admin_dialog.html.erb +0 -14
  103. data/core/app/views/layouts/application.html.erb +0 -21
  104. data/core/app/views/shared/_content_page.html.erb +0 -63
  105. data/core/app/views/shared/_draft_page_message.html.erb +0 -3
  106. data/core/app/views/shared/_footer.html.erb +0 -4
  107. data/core/app/views/shared/_google_analytics.html.erb +0 -8
  108. data/core/app/views/shared/_head.html.erb +0 -42
  109. data/core/app/views/shared/_header.html.erb +0 -8
  110. data/core/app/views/shared/_html_tag.html.erb +0 -6
  111. data/core/app/views/shared/_ie6check.html.erb +0 -63
  112. data/core/app/views/shared/_javascripts.html.erb +0 -10
  113. data/core/app/views/shared/_menu.html.erb +0 -30
  114. data/core/app/views/shared/_menu_branch.html.erb +0 -26
  115. data/core/app/views/shared/_message.html.erb +0 -10
  116. data/core/app/views/shared/_no_script.html.erb +0 -9
  117. data/core/app/views/shared/_site_bar.html.erb +0 -25
  118. data/core/app/views/shared/admin/_continue_editing.html.erb +0 -3
  119. data/core/app/views/shared/admin/_error_messages.html.erb +0 -16
  120. data/core/app/views/shared/admin/_form_actions.html.erb +0 -77
  121. data/core/app/views/shared/admin/_image_picker.html.erb +0 -60
  122. data/core/app/views/shared/admin/_make_sortable.html.erb +0 -13
  123. data/core/app/views/shared/admin/_resource_picker.html.erb +0 -66
  124. data/core/app/views/shared/admin/_search.html.erb +0 -6
  125. data/core/app/views/shared/admin/_sortable_list.html.erb +0 -7
  126. data/core/app/views/shared/admin/_tabbed_fields.html.erb +0 -42
  127. data/core/app/views/welcome.html.erb +0 -17
  128. data/core/app/views/wymiframe.html.erb +0 -15
  129. data/core/config/locales/cs.yml +0 -77
  130. data/core/config/locales/da.yml +0 -75
  131. data/core/config/locales/de.yml +0 -75
  132. data/core/config/locales/el.yml +0 -75
  133. data/core/config/locales/en.yml +0 -75
  134. data/core/config/locales/es.yml +0 -68
  135. data/core/config/locales/fr.yml +0 -72
  136. data/core/config/locales/it.yml +0 -96
  137. data/core/config/locales/lolcat.yml +0 -68
  138. data/core/config/locales/lt.yml +0 -75
  139. data/core/config/locales/lv.yml +0 -72
  140. data/core/config/locales/nb.yml +0 -75
  141. data/core/config/locales/nl.yml +0 -75
  142. data/core/config/locales/pl.yml +0 -75
  143. data/core/config/locales/pt-BR.yml +0 -72
  144. data/core/config/locales/rs.yml +0 -76
  145. data/core/config/locales/ru.yml +0 -71
  146. data/core/config/locales/sl.yml +0 -72
  147. data/core/config/locales/sv.yml +0 -75
  148. data/core/config/locales/zh-CN.yml +0 -75
  149. data/core/config/locales/zh-TW.yml +0 -75
  150. data/core/config/routes.rb +0 -19
  151. data/core/crud.md +0 -197
  152. data/core/doc/included-jquery-ui-packages.jpg +0 -0
  153. data/core/engines.md +0 -179
  154. data/core/features/search.feature +0 -55
  155. data/core/features/site_bar.feature +0 -24
  156. data/core/features/step_definitions/core_steps.rb +0 -61
  157. data/core/features/support/paths.rb +0 -14
  158. data/core/features/uploads/beach.jpeg +0 -0
  159. data/core/features/uploads/refinery_is_awesome.txt +0 -1
  160. data/core/lib/core.rb +0 -143
  161. data/core/lib/generators/refinerycms_generator.rb +0 -107
  162. data/core/lib/generators/templates/.gitignore +0 -83
  163. data/core/lib/generators/templates/.rspec +0 -2
  164. data/core/lib/generators/templates/app/views/sitemap/index.xml.builder +0 -22
  165. data/core/lib/generators/templates/autotest/autotest.rb +0 -17
  166. data/core/lib/generators/templates/autotest/discover.rb +0 -2
  167. data/core/lib/generators/templates/config/cucumber.yml +0 -15
  168. data/core/lib/generators/templates/config/database.yml.mysql +0 -20
  169. data/core/lib/generators/templates/config/database.yml.postgresql +0 -57
  170. data/core/lib/generators/templates/config/database.yml.sqlite3 +0 -26
  171. data/core/lib/generators/templates/config/i18n-js.yml +0 -6
  172. data/core/lib/generators/templates/config/initializers/devise.rb +0 -142
  173. data/core/lib/generators/templates/config/settings.rb +0 -3
  174. data/core/lib/generators/templates/db/seeds.rb +0 -5
  175. data/core/lib/generators/templates/spec/rcov.opts +0 -2
  176. data/core/lib/generators/templates/spec/spec_helper.rb +0 -76
  177. data/core/lib/refinery/activity.rb +0 -45
  178. data/core/lib/refinery/admin/base_controller.rb +0 -111
  179. data/core/lib/refinery/admin_base_controller.rb +0 -5
  180. data/core/lib/refinery/application.rb +0 -76
  181. data/core/lib/refinery/application_controller.rb +0 -116
  182. data/core/lib/refinery/application_helper.rb +0 -19
  183. data/core/lib/refinery/base_presenter.rb +0 -27
  184. data/core/lib/refinery/catch_all_routes.rb +0 -11
  185. data/core/lib/refinery/crud.rb +0 -295
  186. data/core/lib/refinery/helpers/form_helper.rb +0 -66
  187. data/core/lib/refinery/helpers/head_helper.rb +0 -17
  188. data/core/lib/refinery/helpers/html_truncation_helper.rb +0 -25
  189. data/core/lib/refinery/helpers/image_helper.rb +0 -49
  190. data/core/lib/refinery/helpers/menu_helper.rb +0 -68
  191. data/core/lib/refinery/helpers/meta_helper.rb +0 -67
  192. data/core/lib/refinery/helpers/pagination_helper.rb +0 -16
  193. data/core/lib/refinery/helpers/script_helper.rb +0 -36
  194. data/core/lib/refinery/helpers/site_bar_helper.rb +0 -24
  195. data/core/lib/refinery/helpers/tag_helper.rb +0 -21
  196. data/core/lib/refinery/helpers/translation_helper.rb +0 -17
  197. data/core/lib/refinery/link_renderer.rb +0 -55
  198. data/core/lib/refinery/plugin.rb +0 -134
  199. data/core/lib/refinery/plugins.rb +0 -75
  200. data/core/lib/tasks/cucumber.rake +0 -53
  201. data/core/lib/tasks/doc.rake +0 -29
  202. data/core/lib/tasks/refinery.rake +0 -231
  203. data/core/lib/tasks/yard.rake +0 -30
  204. data/core/license.md +0 -21
  205. data/core/public/404.html +0 -26
  206. data/core/public/422.html +0 -26
  207. data/core/public/500.html +0 -26
  208. data/core/public/favicon.ico +0 -0
  209. data/core/public/images/refinery/add.png +0 -0
  210. data/core/public/images/refinery/admin_bg.png +0 -0
  211. data/core/public/images/refinery/ajax-loader.gif +0 -0
  212. data/core/public/images/refinery/branch-end.gif +0 -0
  213. data/core/public/images/refinery/branch-start.gif +0 -0
  214. data/core/public/images/refinery/branch.gif +0 -0
  215. data/core/public/images/refinery/carousel-left.png +0 -0
  216. data/core/public/images/refinery/carousel-right.png +0 -0
  217. data/core/public/images/refinery/cross.png +0 -0
  218. data/core/public/images/refinery/dialogLoadingAnimation.gif +0 -0
  219. data/core/public/images/refinery/header_background.png +0 -0
  220. data/core/public/images/refinery/hover-gradient.jpg +0 -0
  221. data/core/public/images/refinery/icons/accept.png +0 -0
  222. data/core/public/images/refinery/icons/add.png +0 -0
  223. data/core/public/images/refinery/icons/ajax-loader.gif +0 -0
  224. data/core/public/images/refinery/icons/application_edit.png +0 -0
  225. data/core/public/images/refinery/icons/application_go.png +0 -0
  226. data/core/public/images/refinery/icons/arrow_left.png +0 -0
  227. data/core/public/images/refinery/icons/arrow_switch.png +0 -0
  228. data/core/public/images/refinery/icons/arrow_up.png +0 -0
  229. data/core/public/images/refinery/icons/bin.png +0 -0
  230. data/core/public/images/refinery/icons/bin_closed.png +0 -0
  231. data/core/public/images/refinery/icons/cancel.png +0 -0
  232. data/core/public/images/refinery/icons/cog_add.png +0 -0
  233. data/core/public/images/refinery/icons/cog_edit.png +0 -0
  234. data/core/public/images/refinery/icons/cross.png +0 -0
  235. data/core/public/images/refinery/icons/delete.png +0 -0
  236. data/core/public/images/refinery/icons/doc.png +0 -0
  237. data/core/public/images/refinery/icons/down.gif +0 -0
  238. data/core/public/images/refinery/icons/edit.png +0 -0
  239. data/core/public/images/refinery/icons/email.png +0 -0
  240. data/core/public/images/refinery/icons/email_edit.png +0 -0
  241. data/core/public/images/refinery/icons/email_go.png +0 -0
  242. data/core/public/images/refinery/icons/email_open.png +0 -0
  243. data/core/public/images/refinery/icons/eye.png +0 -0
  244. data/core/public/images/refinery/icons/folder_page_white.png +0 -0
  245. data/core/public/images/refinery/icons/image_add.png +0 -0
  246. data/core/public/images/refinery/icons/image_edit.png +0 -0
  247. data/core/public/images/refinery/icons/img.png +0 -0
  248. data/core/public/images/refinery/icons/information.png +0 -0
  249. data/core/public/images/refinery/icons/layout_add.png +0 -0
  250. data/core/public/images/refinery/icons/layout_edit.png +0 -0
  251. data/core/public/images/refinery/icons/music.png +0 -0
  252. data/core/public/images/refinery/icons/page_add.png +0 -0
  253. data/core/public/images/refinery/icons/page_edit.png +0 -0
  254. data/core/public/images/refinery/icons/page_white_edit.png +0 -0
  255. data/core/public/images/refinery/icons/page_white_gear.png +0 -0
  256. data/core/public/images/refinery/icons/page_white_put.png +0 -0
  257. data/core/public/images/refinery/icons/pdf.png +0 -0
  258. data/core/public/images/refinery/icons/ppt.png +0 -0
  259. data/core/public/images/refinery/icons/star.png +0 -0
  260. data/core/public/images/refinery/icons/tick.png +0 -0
  261. data/core/public/images/refinery/icons/up.gif +0 -0
  262. data/core/public/images/refinery/icons/user_add.png +0 -0
  263. data/core/public/images/refinery/icons/user_comment.png +0 -0
  264. data/core/public/images/refinery/icons/user_edit.png +0 -0
  265. data/core/public/images/refinery/icons/xls.png +0 -0
  266. data/core/public/images/refinery/icons/zip.png +0 -0
  267. data/core/public/images/refinery/icons/zoom.png +0 -0
  268. data/core/public/images/refinery/logo-large.png +0 -0
  269. data/core/public/images/refinery/logo-medium.png +0 -0
  270. data/core/public/images/refinery/logo-site-bar.png +0 -0
  271. data/core/public/images/refinery/logo-small-medium.png +0 -0
  272. data/core/public/images/refinery/logo-small.png +0 -0
  273. data/core/public/images/refinery/logo-tiny.png +0 -0
  274. data/core/public/images/refinery/logo.png +0 -0
  275. data/core/public/images/refinery/nav-3-background.gif +0 -0
  276. data/core/public/images/refinery/nav_inactive_background.png +0 -0
  277. data/core/public/images/refinery/orange_button.png +0 -0
  278. data/core/public/images/refinery/page_bg.png +0 -0
  279. data/core/public/images/refinery/resolve_digital_footer_logo.png +0 -0
  280. data/core/public/images/refinery/text_field_background.png +0 -0
  281. data/core/public/images/refinery/tooltip-nib.gif +0 -0
  282. data/core/public/images/refinery/tooltip-nib.png +0 -0
  283. data/core/public/images/wymeditor/skins/refinery/arrow_redo.png +0 -0
  284. data/core/public/images/wymeditor/skins/refinery/arrow_undo.png +0 -0
  285. data/core/public/images/wymeditor/skins/refinery/eye.png +0 -0
  286. data/core/public/images/wymeditor/skins/refinery/iframe/lbl-blockquote.png +0 -0
  287. data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h1.png +0 -0
  288. data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h2.png +0 -0
  289. data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h3.png +0 -0
  290. data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h4.png +0 -0
  291. data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h5.png +0 -0
  292. data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h6.png +0 -0
  293. data/core/public/images/wymeditor/skins/refinery/iframe/lbl-p.png +0 -0
  294. data/core/public/images/wymeditor/skins/refinery/iframe/lbl-pre.png +0 -0
  295. data/core/public/images/wymeditor/skins/refinery/link_add.png +0 -0
  296. data/core/public/images/wymeditor/skins/refinery/link_break.png +0 -0
  297. data/core/public/images/wymeditor/skins/refinery/page_code.png +0 -0
  298. data/core/public/images/wymeditor/skins/refinery/page_paste.png +0 -0
  299. data/core/public/images/wymeditor/skins/refinery/photo_add.png +0 -0
  300. data/core/public/images/wymeditor/skins/refinery/right.png +0 -0
  301. data/core/public/images/wymeditor/skins/refinery/style.png +0 -0
  302. data/core/public/images/wymeditor/skins/refinery/table_add.png +0 -0
  303. data/core/public/images/wymeditor/skins/refinery/text_align_center.png +0 -0
  304. data/core/public/images/wymeditor/skins/refinery/text_align_justify.png +0 -0
  305. data/core/public/images/wymeditor/skins/refinery/text_align_left.png +0 -0
  306. data/core/public/images/wymeditor/skins/refinery/text_align_right.png +0 -0
  307. data/core/public/images/wymeditor/skins/refinery/text_bold.png +0 -0
  308. data/core/public/images/wymeditor/skins/refinery/text_heading_1.png +0 -0
  309. data/core/public/images/wymeditor/skins/refinery/text_heading_2.png +0 -0
  310. data/core/public/images/wymeditor/skins/refinery/text_heading_3.png +0 -0
  311. data/core/public/images/wymeditor/skins/refinery/text_heading_4.png +0 -0
  312. data/core/public/images/wymeditor/skins/refinery/text_heading_5.png +0 -0
  313. data/core/public/images/wymeditor/skins/refinery/text_heading_6.png +0 -0
  314. data/core/public/images/wymeditor/skins/refinery/text_indent.png +0 -0
  315. data/core/public/images/wymeditor/skins/refinery/text_indent_remove.png +0 -0
  316. data/core/public/images/wymeditor/skins/refinery/text_italic.png +0 -0
  317. data/core/public/images/wymeditor/skins/refinery/text_list_bullets.png +0 -0
  318. data/core/public/images/wymeditor/skins/refinery/text_list_numbers.png +0 -0
  319. data/core/public/images/wymeditor/skins/refinery/text_paragraph.png +0 -0
  320. data/core/public/images/wymeditor/skins/refinery/text_strikethrough.png +0 -0
  321. data/core/public/images/wymeditor/skins/refinery/text_subscript.png +0 -0
  322. data/core/public/images/wymeditor/skins/refinery/text_superscript.png +0 -0
  323. data/core/public/images/wymeditor/skins/refinery/text_underline.png +0 -0
  324. data/core/public/images/wymeditor/skins/wymeditor_icon.png +0 -0
  325. data/core/public/javascripts/admin.js +0 -7
  326. data/core/public/javascripts/application.js +0 -1
  327. data/core/public/javascripts/dd_belatedpng.js +0 -13
  328. data/core/public/javascripts/i18n-messages.js +0 -2
  329. data/core/public/javascripts/jquery-min.js +0 -154
  330. data/core/public/javascripts/jquery-ui-custom-min.js +0 -249
  331. data/core/public/javascripts/jquery.js +0 -6240
  332. data/core/public/javascripts/jquery/GPL-LICENSE.txt +0 -278
  333. data/core/public/javascripts/jquery/MIT-LICENSE.txt +0 -20
  334. data/core/public/javascripts/jquery/jquery.corner.js +0 -345
  335. data/core/public/javascripts/jquery/jquery.html5-placeholder-shim.js +0 -88
  336. data/core/public/javascripts/jquery/jquery.jcarousel.js +0 -900
  337. data/core/public/javascripts/jquery/jquery.textTruncate.js +0 -174
  338. data/core/public/javascripts/jquery/jquery.timers.js +0 -138
  339. data/core/public/javascripts/modernizr-min.js +0 -30
  340. data/core/public/javascripts/rails.js +0 -152
  341. data/core/public/javascripts/refinery/admin.js +0 -1114
  342. data/core/public/javascripts/refinery/boot_wym.js +0 -285
  343. data/core/public/javascripts/refinery/core.js +0 -18
  344. data/core/public/javascripts/refinery/i18n.js +0 -340
  345. data/core/public/javascripts/refinery/nestedsortables.js +0 -164
  346. data/core/public/javascripts/refinery/serializelist.js +0 -66
  347. data/core/public/javascripts/refinery/site_bar.js +0 -16
  348. data/core/public/javascripts/refinery/submenu.js +0 -49
  349. data/core/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +0 -5142
  350. data/core/public/javascripts/wymeditor/lang/ca.js +0 -45
  351. data/core/public/javascripts/wymeditor/lang/cs.js +0 -45
  352. data/core/public/javascripts/wymeditor/lang/da.js +0 -48
  353. data/core/public/javascripts/wymeditor/lang/de.js +0 -45
  354. data/core/public/javascripts/wymeditor/lang/en.js +0 -47
  355. data/core/public/javascripts/wymeditor/lang/es.js +0 -45
  356. data/core/public/javascripts/wymeditor/lang/fa.js +0 -46
  357. data/core/public/javascripts/wymeditor/lang/fr.js +0 -45
  358. data/core/public/javascripts/wymeditor/lang/he.js +0 -45
  359. data/core/public/javascripts/wymeditor/lang/hu.js +0 -45
  360. data/core/public/javascripts/wymeditor/lang/it.js +0 -45
  361. data/core/public/javascripts/wymeditor/lang/lv.js +0 -47
  362. data/core/public/javascripts/wymeditor/lang/nb.js +0 -48
  363. data/core/public/javascripts/wymeditor/lang/nl.js +0 -47
  364. data/core/public/javascripts/wymeditor/lang/nn.js +0 -45
  365. data/core/public/javascripts/wymeditor/lang/pl.js +0 -45
  366. data/core/public/javascripts/wymeditor/lang/pt-BR.js +0 -47
  367. data/core/public/javascripts/wymeditor/lang/pt.js +0 -45
  368. data/core/public/javascripts/wymeditor/lang/rs.js +0 -47
  369. data/core/public/javascripts/wymeditor/lang/ru.js +0 -45
  370. data/core/public/javascripts/wymeditor/lang/sl.js +0 -47
  371. data/core/public/javascripts/wymeditor/lang/sv.js +0 -45
  372. data/core/public/javascripts/wymeditor/lang/tr.js +0 -45
  373. data/core/public/javascripts/wymeditor/lang/zh_cn.js +0 -47
  374. data/core/public/javascripts/wymeditor/skins/refinery/skin.js +0 -48
  375. data/core/public/robots.txt +0 -3
  376. data/core/public/stylesheets/application.css +0 -4
  377. data/core/public/stylesheets/formatting.css +0 -4
  378. data/core/public/stylesheets/home.css +0 -4
  379. data/core/public/stylesheets/refinery/application.css +0 -72
  380. data/core/public/stylesheets/refinery/formatting.css +0 -57
  381. data/core/public/stylesheets/refinery/home.css +0 -0
  382. data/core/public/stylesheets/refinery/refinery.css +0 -1572
  383. data/core/public/stylesheets/refinery/site_bar.css +0 -87
  384. data/core/public/stylesheets/refinery/submenu.css +0 -22
  385. data/core/public/stylesheets/refinery/theme.css +0 -36
  386. data/core/public/stylesheets/refinery/tooltips.css +0 -34
  387. data/core/public/stylesheets/refinery/ui.css +0 -107
  388. data/core/public/stylesheets/theme.css +0 -4
  389. data/core/public/stylesheets/wymeditor/skins/refinery/skin.css +0 -528
  390. data/core/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +0 -96
  391. data/core/public/wymeditor/GPL-license.txt +0 -278
  392. data/core/public/wymeditor/MIT-license.txt +0 -20
  393. data/core/public/wymeditor/README +0 -35
  394. data/core/refinerycms-core.gemspec +0 -20
  395. data/core/spec/lib/refinery/plugins_spec.rb +0 -90
  396. data/dashboard/app/controllers/admin/dashboard_controller.rb +0 -38
  397. data/dashboard/app/helpers/admin/dashboard_helper.rb +0 -24
  398. data/dashboard/app/views/admin/dashboard/_additional_dashboard_menu_items.html.erb +0 -1
  399. data/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +0 -14
  400. data/dashboard/app/views/admin/dashboard/_recent_inquiries.html.erb +0 -11
  401. data/dashboard/app/views/admin/dashboard/index.html.erb +0 -70
  402. data/dashboard/app/views/admin/dashboard/index.rss.builder +0 -26
  403. data/dashboard/config/locales/cs.yml +0 -25
  404. data/dashboard/config/locales/da.yml +0 -25
  405. data/dashboard/config/locales/de.yml +0 -25
  406. data/dashboard/config/locales/el.yml +0 -25
  407. data/dashboard/config/locales/en.yml +0 -25
  408. data/dashboard/config/locales/es.yml +0 -28
  409. data/dashboard/config/locales/fr.yml +0 -25
  410. data/dashboard/config/locales/it.yml +0 -27
  411. data/dashboard/config/locales/lolcat.yml +0 -24
  412. data/dashboard/config/locales/lt.yml +0 -25
  413. data/dashboard/config/locales/lv.yml +0 -27
  414. data/dashboard/config/locales/nb.yml +0 -25
  415. data/dashboard/config/locales/nl.yml +0 -25
  416. data/dashboard/config/locales/pl.yml +0 -29
  417. data/dashboard/config/locales/pt-BR.yml +0 -29
  418. data/dashboard/config/locales/rs.yml +0 -26
  419. data/dashboard/config/locales/ru.yml +0 -29
  420. data/dashboard/config/locales/sl.yml +0 -24
  421. data/dashboard/config/locales/sv.yml +0 -25
  422. data/dashboard/config/locales/zh-CN.yml +0 -25
  423. data/dashboard/config/locales/zh-TW.yml +0 -25
  424. data/dashboard/config/routes.rb +0 -11
  425. data/dashboard/features/dashboard.feature +0 -35
  426. data/dashboard/features/support/paths.rb +0 -14
  427. data/dashboard/lib/dashboard.rb +0 -19
  428. data/dashboard/license.md +0 -21
  429. data/dashboard/readme.md +0 -22
  430. data/dashboard/refinerycms-dashboard.gemspec +0 -20
  431. data/images/app/controllers/admin/images_controller.rb +0 -108
  432. data/images/app/helpers/admin/images_helper.rb +0 -27
  433. data/images/app/models/image.rb +0 -72
  434. data/images/app/views/admin/images/_existing_image.html.erb +0 -73
  435. data/images/app/views/admin/images/_form.html.erb +0 -54
  436. data/images/app/views/admin/images/_grid_view.html.erb +0 -19
  437. data/images/app/views/admin/images/_images.html.erb +0 -2
  438. data/images/app/views/admin/images/_list_view.html.erb +0 -10
  439. data/images/app/views/admin/images/_list_view_image.html.erb +0 -17
  440. data/images/app/views/admin/images/edit.html.erb +0 -1
  441. data/images/app/views/admin/images/index.html.erb +0 -38
  442. data/images/app/views/admin/images/insert.html.erb +0 -47
  443. data/images/app/views/admin/images/new.html.erb +0 -1
  444. data/images/config/locales/cs.yml +0 -41
  445. data/images/config/locales/da.yml +0 -41
  446. data/images/config/locales/de.yml +0 -41
  447. data/images/config/locales/el.yml +0 -41
  448. data/images/config/locales/en.yml +0 -41
  449. data/images/config/locales/es.yml +0 -40
  450. data/images/config/locales/fr.yml +0 -41
  451. data/images/config/locales/it.yml +0 -47
  452. data/images/config/locales/lolcat.yml +0 -41
  453. data/images/config/locales/lt.yml +0 -41
  454. data/images/config/locales/lv.yml +0 -41
  455. data/images/config/locales/nb.yml +0 -42
  456. data/images/config/locales/nl.yml +0 -40
  457. data/images/config/locales/pl.yml +0 -42
  458. data/images/config/locales/pt-BR.yml +0 -42
  459. data/images/config/locales/rs.yml +0 -42
  460. data/images/config/locales/ru.yml +0 -41
  461. data/images/config/locales/sl.yml +0 -40
  462. data/images/config/locales/sv.yml +0 -41
  463. data/images/config/locales/zh-CN.yml +0 -41
  464. data/images/config/locales/zh-TW.yml +0 -41
  465. data/images/config/routes.rb +0 -11
  466. data/images/db/migrate/20100913234707_create_refinerycms_images_schema.rb +0 -23
  467. data/images/features/manage_images.feature +0 -49
  468. data/images/features/step_definitions/image_steps.rb +0 -40
  469. data/images/features/support/factories.rb +0 -5
  470. data/images/features/support/paths.rb +0 -17
  471. data/images/features/uploads/beach.jpeg +0 -0
  472. data/images/features/uploads/id-rather-be-here.jpg +0 -0
  473. data/images/features/uploads/refinery_is_awesome.txt +0 -1
  474. data/images/lib/generators/refinerycms_images_generator.rb +0 -8
  475. data/images/lib/images.rb +0 -59
  476. data/images/license.md +0 -21
  477. data/images/readme.md +0 -34
  478. data/images/refinerycms-images.gemspec +0 -20
  479. data/images/spec/models/image_spec.rb +0 -87
  480. data/images/spec/uploads/beach.jpeg +0 -0
  481. data/pages/app/controllers/admin/page_parts_controller.rb +0 -24
  482. data/pages/app/controllers/admin/pages_controller.rb +0 -37
  483. data/pages/app/controllers/admin/pages_dialogs_controller.rb +0 -87
  484. data/pages/app/controllers/pages_controller.rb +0 -32
  485. data/pages/app/helpers/pages_helper.rb +0 -2
  486. data/pages/app/models/page.rb +0 -290
  487. data/pages/app/models/page_part.rb +0 -23
  488. data/pages/app/presenters/page_presenter.rb +0 -7
  489. data/pages/app/views/admin/pages/_form.html.erb +0 -61
  490. data/pages/app/views/admin/pages/_form_advanced_options.html.erb +0 -79
  491. data/pages/app/views/admin/pages/_form_advanced_options_seo.html.erb +0 -24
  492. data/pages/app/views/admin/pages/_form_fields_after_title.html.erb +0 -1
  493. data/pages/app/views/admin/pages/_form_new_page_parts.html.erb +0 -14
  494. data/pages/app/views/admin/pages/_form_page_parts.html.erb +0 -47
  495. data/pages/app/views/admin/pages/_locale_picker.html.erb +0 -11
  496. data/pages/app/views/admin/pages/_page.html.erb +0 -33
  497. data/pages/app/views/admin/pages/_page_part_field.html.erb +0 -5
  498. data/pages/app/views/admin/pages/_sortable_list.html.erb +0 -5
  499. data/pages/app/views/admin/pages/edit.html.erb +0 -1
  500. data/pages/app/views/admin/pages/index.html.erb +0 -40
  501. data/pages/app/views/admin/pages/new.html.erb +0 -1
  502. data/pages/app/views/admin/pages_dialogs/_page_link.html.erb +0 -13
  503. data/pages/app/views/admin/pages_dialogs/link_to.html.erb +0 -141
  504. data/pages/app/views/pages/home.html.erb +0 -1
  505. data/pages/app/views/pages/show.html.erb +0 -1
  506. data/pages/config/locales/cs.yml +0 -84
  507. data/pages/config/locales/da.yml +0 -84
  508. data/pages/config/locales/de.yml +0 -84
  509. data/pages/config/locales/el.yml +0 -84
  510. data/pages/config/locales/en.yml +0 -84
  511. data/pages/config/locales/es.yml +0 -83
  512. data/pages/config/locales/fr.yml +0 -84
  513. data/pages/config/locales/it.yml +0 -98
  514. data/pages/config/locales/lolcat.yml +0 -83
  515. data/pages/config/locales/lt.yml +0 -85
  516. data/pages/config/locales/lv.yml +0 -86
  517. data/pages/config/locales/nb.yml +0 -85
  518. data/pages/config/locales/nl.yml +0 -81
  519. data/pages/config/locales/pl.yml +0 -85
  520. data/pages/config/locales/pt-BR.yml +0 -85
  521. data/pages/config/locales/rs.yml +0 -84
  522. data/pages/config/locales/ru.yml +0 -108
  523. data/pages/config/locales/sl.yml +0 -83
  524. data/pages/config/locales/sv.yml +0 -84
  525. data/pages/config/locales/zh-CN.yml +0 -84
  526. data/pages/config/locales/zh-TW.yml +0 -84
  527. data/pages/config/routes.rb +0 -21
  528. data/pages/db/migrate/20100913234708_create_refinerycms_pages_schema.rb +0 -53
  529. data/pages/db/migrate/20101214040815_translate_page_plugin.rb +0 -29
  530. data/pages/db/migrate/20101216194133_remove_cached_slug_from_pages.rb +0 -9
  531. data/pages/db/seeds/pages.rb +0 -43
  532. data/pages/features/manage_pages.feature +0 -47
  533. data/pages/features/step_definitions/page_steps.rb +0 -53
  534. data/pages/features/support/paths.rb +0 -26
  535. data/pages/features/visit_pages.feature +0 -47
  536. data/pages/lib/generators/refinerycms_pages_generator.rb +0 -8
  537. data/pages/lib/pages.rb +0 -36
  538. data/pages/lib/pages/marketable_routes.rb +0 -3
  539. data/pages/lib/pages/tabs.rb +0 -30
  540. data/pages/license.md +0 -21
  541. data/pages/readme.md +0 -156
  542. data/pages/refinerycms-pages.gemspec +0 -21
  543. data/pages/spec/models/page_spec.rb +0 -155
  544. data/resources/app/controllers/admin/resources_controller.rb +0 -89
  545. data/resources/app/models/resource.rb +0 -53
  546. data/resources/app/views/admin/resources/_existing_resource.html.erb +0 -32
  547. data/resources/app/views/admin/resources/_form.html.erb +0 -55
  548. data/resources/app/views/admin/resources/_resource.html.erb +0 -17
  549. data/resources/app/views/admin/resources/_resources.html.erb +0 -10
  550. data/resources/app/views/admin/resources/edit.html.erb +0 -1
  551. data/resources/app/views/admin/resources/index.html.erb +0 -31
  552. data/resources/app/views/admin/resources/insert.html.erb +0 -54
  553. data/resources/app/views/admin/resources/new.html.erb +0 -1
  554. data/resources/config/locales/cs.yml +0 -34
  555. data/resources/config/locales/da.yml +0 -34
  556. data/resources/config/locales/de.yml +0 -34
  557. data/resources/config/locales/el.yml +0 -34
  558. data/resources/config/locales/en.yml +0 -34
  559. data/resources/config/locales/es.yml +0 -33
  560. data/resources/config/locales/fr.yml +0 -34
  561. data/resources/config/locales/it.yml +0 -43
  562. data/resources/config/locales/lolcat.yml +0 -34
  563. data/resources/config/locales/lt.yml +0 -34
  564. data/resources/config/locales/lv.yml +0 -34
  565. data/resources/config/locales/nb.yml +0 -34
  566. data/resources/config/locales/nl.yml +0 -33
  567. data/resources/config/locales/pl.yml +0 -35
  568. data/resources/config/locales/pt-BR.yml +0 -34
  569. data/resources/config/locales/rs.yml +0 -35
  570. data/resources/config/locales/ru.yml +0 -34
  571. data/resources/config/locales/sl.yml +0 -33
  572. data/resources/config/locales/sv.yml +0 -34
  573. data/resources/config/locales/zh-CN.yml +0 -34
  574. data/resources/config/locales/zh-TW.yml +0 -34
  575. data/resources/config/routes.rb +0 -11
  576. data/resources/db/migrate/20100913234709_create_refinerycms_resources_schema.rb +0 -21
  577. data/resources/features/manage_files.feature +0 -43
  578. data/resources/features/step_definitions/file_steps.rb +0 -21
  579. data/resources/features/support/paths.rb +0 -17
  580. data/resources/features/uploads/beach.jpeg +0 -0
  581. data/resources/features/uploads/refinery_is_awesome.txt +0 -1
  582. data/resources/lib/generators/refinerycms_resources_generator.rb +0 -8
  583. data/resources/lib/resources.rb +0 -58
  584. data/resources/license.md +0 -21
  585. data/resources/readme.md +0 -9
  586. data/resources/refinerycms-resources.gemspec +0 -20
  587. data/resources/spec/models/resource_spec.rb +0 -91
  588. data/resources/spec/uploads/refinery_is_awesome.txt +0 -1
  589. data/settings/app/controllers/admin/refinery_settings_controller.rb +0 -77
  590. data/settings/app/helpers/refinery_settings_helper.rb +0 -25
  591. data/settings/app/models/refinery_setting.rb +0 -212
  592. data/settings/app/views/admin/refinery_settings/_form.html.erb +0 -62
  593. data/settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +0 -23
  594. data/settings/app/views/admin/refinery_settings/_refinery_settings.html.erb +0 -5
  595. data/settings/app/views/admin/refinery_settings/edit.html.erb +0 -1
  596. data/settings/app/views/admin/refinery_settings/index.html.erb +0 -49
  597. data/settings/app/views/admin/refinery_settings/new.html.erb +0 -1
  598. data/settings/config/locales/cs.yml +0 -45
  599. data/settings/config/locales/da.yml +0 -46
  600. data/settings/config/locales/de.yml +0 -46
  601. data/settings/config/locales/el.yml +0 -46
  602. data/settings/config/locales/en.yml +0 -46
  603. data/settings/config/locales/es.yml +0 -43
  604. data/settings/config/locales/fr.yml +0 -44
  605. data/settings/config/locales/it.yml +0 -36
  606. data/settings/config/locales/lolcat.yml +0 -43
  607. data/settings/config/locales/lt.yml +0 -46
  608. data/settings/config/locales/lv.yml +0 -46
  609. data/settings/config/locales/nb.yml +0 -47
  610. data/settings/config/locales/nl.yml +0 -46
  611. data/settings/config/locales/pl.yml +0 -46
  612. data/settings/config/locales/pt-BR.yml +0 -44
  613. data/settings/config/locales/rs.yml +0 -46
  614. data/settings/config/locales/ru.yml +0 -43
  615. data/settings/config/locales/sl.yml +0 -25
  616. data/settings/config/locales/sv.yml +0 -45
  617. data/settings/config/locales/zh-CN.yml +0 -46
  618. data/settings/config/locales/zh-TW.yml +0 -46
  619. data/settings/config/routes.rb +0 -8
  620. data/settings/db/migrate/20100913234710_create_refinerycms_settings_schema.rb +0 -24
  621. data/settings/db/migrate/20100926142529_add_value_type_to_refinery_settings.rb +0 -9
  622. data/settings/features/manage_refinery_settings.feature +0 -5
  623. data/settings/features/step_definitions/setting_steps.rb +0 -9
  624. data/settings/features/support/paths.rb +0 -14
  625. data/settings/lib/generators/refinerycms_settings_generator.rb +0 -8
  626. data/settings/lib/settings.rb +0 -16
  627. data/settings/license.md +0 -21
  628. data/settings/readme.md +0 -55
  629. data/settings/refinerycms-settings.gemspec +0 -20
  630. data/settings/spec/models/refinery_setting_spec.rb +0 -101
@@ -1,96 +0,0 @@
1
- /*
2
- * WYMeditor : what you see is What You Mean web-based editor
3
- * Copyright (c) 2008 Jean-Francois Hovinne, http://www.wymeditor.org/
4
- * Dual licensed under the MIT (MIT-license.txt)
5
- * and GPL (GPL-license.txt) licenses.
6
- *
7
- * For further information visit:
8
- * http://www.wymeditor.org/
9
- *
10
- * File Name:
11
- * wymeditor.css
12
- * Main editor css file.
13
- * See the documentation for more info.
14
- *
15
- * File Authors:
16
- * Jean-Francois Hovinne (jf.hovinne a-t wymeditor dotorg)
17
- * Daniel Reszka (d.reszka a-t wymeditor dotorg)
18
- */
19
-
20
- /* VISUAL FEEDBACK */
21
-
22
- /* basic */
23
- body { background: #fff;}
24
-
25
- /* make HTML blocs visible */
26
- p,
27
- h1,
28
- h2,
29
- h3,
30
- h4,
31
- h5,
32
- h6,
33
- ul,
34
- ol,
35
- table,
36
- blockquote,
37
- pre { background: transparent no-repeat 2px 2px;
38
- padding:8px 5px 5px;
39
- margin:6px 0px;
40
- border: 1px dotted #cccccc;
41
- }
42
- td { background: #F0F4F8; }
43
- th { background: #ffffcc; }
44
- ul,
45
- ol { border-left:20px solid #B9C4D0; padding:0px 5px; }
46
- caption { background: #E4E4B0; padding: 5px; font-weight: bold; }
47
- table { font-size: 12px; width: 500px; }
48
- td { width: 25%; }
49
- blockquote { margin-left: 30px; }
50
- pre { background-color:transparent; border: 1px solid white; }
51
-
52
- /* Gecko min height fix */
53
- p { min-height: 1em; } /*min-height is needed under Firefox, because empty parargraphs */
54
- *+html p { min-height: auto; } /* but we have to remove it under IE7 because it triggers the 'haslayout' mode */
55
- td { height: 1.6em; }
56
-
57
- /* labels */
58
- p { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-p.png'); }
59
- h1 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h1.png'); }
60
- h2 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h2.png'); }
61
- h3 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h3.png'); }
62
- h4 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h4.png'); }
63
- h5 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h5.png'); }
64
- h6 { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-h6.png'); }
65
- blockquote{ background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-blockquote.png'); }
66
- pre { background-image: url('/images/wymeditor/skins/refinery/iframe/lbl-pre.png'); }
67
-
68
- /* specific HTML elements */
69
- caption { text-align: left; }
70
- img { margin-right: 5px;
71
- border: 1px solid transparent; }
72
- a img { border: 1px dotted blue !important; }
73
- acronym { border: 1px solid gray; }
74
-
75
- /* visual feedback for non-valid nesting of elements*/
76
- h1 h1, h1 h2, h1 h3, h1 h4, h1 h5, h1 h6, h1 p, h1 pre, h1 address,
77
- h2 h1, h2 h2, h2 h3, h2 h4, h2 h5, h2 h6, h2 p, h2 pre, h2 address,
78
- h3 h1, h3 h2, h3 h3, h3 h4, h3 h5, h3 h6, h3 p, h3 pre, h3 address,
79
- h4 h1, h4 h2, h4 h3, h4 h4, h4 h5, h4 h6, h4 p, h4 pre, h4 address,
80
- h5 h1, h5 h2, h5 h3, h5 h4, h5 h5, h5 h6, h5 p, h5 pre, h5 address,
81
- h6 h1, h6 h2, h6 h3, h6 h4, h6 h4, h6 h6, h6 p, h6 pre, h6 address,
82
- p h1, p h2, p h3, p h4, p h5, p h6, p pre, p address,
83
- pre h1, pre h2, pre h3, pre h4, pre h5, pre h6, pre p, pre pre, pre address,
84
- address h1, address h2, address h3, address h4, address h5, address h6,
85
- address p, address pre, address address
86
- { background-color: #ff9999 !important;
87
- border: 1px solid red !important;
88
- font-size: 12px !important;
89
- font-weight: normal; }
90
-
91
- /* indicate invalid text area fields */
92
- body.fieldWithErrors { background-color: #ffecf0 !important; }
93
-
94
- img.selected_by_wym {
95
- border: 1px dashed #22a7f2;
96
- }
@@ -1,278 +0,0 @@
1
- GNU GENERAL PUBLIC LICENSE
2
- Version 2, June 1991
3
-
4
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
- Everyone is permitted to copy and distribute verbatim copies
7
- of this license document, but changing it is not allowed.
8
-
9
- Preamble
10
-
11
- The licenses for most software are designed to take away your
12
- freedom to share and change it. By contrast, the GNU General Public
13
- License is intended to guarantee your freedom to share and change free
14
- software--to make sure the software is free for all its users. This
15
- General Public License applies to most of the Free Software
16
- Foundation's software and to any other program whose authors commit to
17
- using it. (Some other Free Software Foundation software is covered by
18
- the GNU Lesser General Public License instead.) You can apply it to
19
- your programs, too.
20
-
21
- When we speak of free software, we are referring to freedom, not
22
- price. Our General Public Licenses are designed to make sure that you
23
- have the freedom to distribute copies of free software (and charge for
24
- this service if you wish), that you receive source code or can get it
25
- if you want it, that you can change the software or use pieces of it
26
- in new free programs; and that you know you can do these things.
27
-
28
- To protect your rights, we need to make restrictions that forbid
29
- anyone to deny you these rights or to ask you to surrender the rights.
30
- These restrictions translate to certain responsibilities for you if you
31
- distribute copies of the software, or if you modify it.
32
-
33
- For example, if you distribute copies of such a program, whether
34
- gratis or for a fee, you must give the recipients all the rights that
35
- you have. You must make sure that they, too, receive or can get the
36
- source code. And you must show them these terms so they know their
37
- rights.
38
-
39
- We protect your rights with two steps: (1) copyright the software, and
40
- (2) offer you this license which gives you legal permission to copy,
41
- distribute and/or modify the software.
42
-
43
- Also, for each author's protection and ours, we want to make certain
44
- that everyone understands that there is no warranty for this free
45
- software. If the software is modified by someone else and passed on, we
46
- want its recipients to know that what they have is not the original, so
47
- that any problems introduced by others will not reflect on the original
48
- authors' reputations.
49
-
50
- Finally, any free program is threatened constantly by software
51
- patents. We wish to avoid the danger that redistributors of a free
52
- program will individually obtain patent licenses, in effect making the
53
- program proprietary. To prevent this, we have made it clear that any
54
- patent must be licensed for everyone's free use or not licensed at all.
55
-
56
- The precise terms and conditions for copying, distribution and
57
- modification follow.
58
-
59
- GNU GENERAL PUBLIC LICENSE
60
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
61
-
62
- 0. This License applies to any program or other work which contains
63
- a notice placed by the copyright holder saying it may be distributed
64
- under the terms of this General Public License. The "Program", below,
65
- refers to any such program or work, and a "work based on the Program"
66
- means either the Program or any derivative work under copyright law:
67
- that is to say, a work containing the Program or a portion of it,
68
- either verbatim or with modifications and/or translated into another
69
- language. (Hereinafter, translation is included without limitation in
70
- the term "modification".) Each licensee is addressed as "you".
71
-
72
- Activities other than copying, distribution and modification are not
73
- covered by this License; they are outside its scope. The act of
74
- running the Program is not restricted, and the output from the Program
75
- is covered only if its contents constitute a work based on the
76
- Program (independent of having been made by running the Program).
77
- Whether that is true depends on what the Program does.
78
-
79
- 1. You may copy and distribute verbatim copies of the Program's
80
- source code as you receive it, in any medium, provided that you
81
- conspicuously and appropriately publish on each copy an appropriate
82
- copyright notice and disclaimer of warranty; keep intact all the
83
- notices that refer to this License and to the absence of any warranty;
84
- and give any other recipients of the Program a copy of this License
85
- along with the Program.
86
-
87
- You may charge a fee for the physical act of transferring a copy, and
88
- you may at your option offer warranty protection in exchange for a fee.
89
-
90
- 2. You may modify your copy or copies of the Program or any portion
91
- of it, thus forming a work based on the Program, and copy and
92
- distribute such modifications or work under the terms of Section 1
93
- above, provided that you also meet all of these conditions:
94
-
95
- a) You must cause the modified files to carry prominent notices
96
- stating that you changed the files and the date of any change.
97
-
98
- b) You must cause any work that you distribute or publish, that in
99
- whole or in part contains or is derived from the Program or any
100
- part thereof, to be licensed as a whole at no charge to all third
101
- parties under the terms of this License.
102
-
103
- c) If the modified program normally reads commands interactively
104
- when run, you must cause it, when started running for such
105
- interactive use in the most ordinary way, to print or display an
106
- announcement including an appropriate copyright notice and a
107
- notice that there is no warranty (or else, saying that you provide
108
- a warranty) and that users may redistribute the program under
109
- these conditions, and telling the user how to view a copy of this
110
- License. (Exception: if the Program itself is interactive but
111
- does not normally print such an announcement, your work based on
112
- the Program is not required to print an announcement.)
113
-
114
- These requirements apply to the modified work as a whole. If
115
- identifiable sections of that work are not derived from the Program,
116
- and can be reasonably considered independent and separate works in
117
- themselves, then this License, and its terms, do not apply to those
118
- sections when you distribute them as separate works. But when you
119
- distribute the same sections as part of a whole which is a work based
120
- on the Program, the distribution of the whole must be on the terms of
121
- this License, whose permissions for other licensees extend to the
122
- entire whole, and thus to each and every part regardless of who wrote it.
123
-
124
- Thus, it is not the intent of this section to claim rights or contest
125
- your rights to work written entirely by you; rather, the intent is to
126
- exercise the right to control the distribution of derivative or
127
- collective works based on the Program.
128
-
129
- In addition, mere aggregation of another work not based on the Program
130
- with the Program (or with a work based on the Program) on a volume of
131
- a storage or distribution medium does not bring the other work under
132
- the scope of this License.
133
-
134
- 3. You may copy and distribute the Program (or a work based on it,
135
- under Section 2) in object code or executable form under the terms of
136
- Sections 1 and 2 above provided that you also do one of the following:
137
-
138
- a) Accompany it with the complete corresponding machine-readable
139
- source code, which must be distributed under the terms of Sections
140
- 1 and 2 above on a medium customarily used for software interchange; or,
141
-
142
- b) Accompany it with a written offer, valid for at least three
143
- years, to give any third party, for a charge no more than your
144
- cost of physically performing source distribution, a complete
145
- machine-readable copy of the corresponding source code, to be
146
- distributed under the terms of Sections 1 and 2 above on a medium
147
- customarily used for software interchange; or,
148
-
149
- c) Accompany it with the information you received as to the offer
150
- to distribute corresponding source code. (This alternative is
151
- allowed only for noncommercial distribution and only if you
152
- received the program in object code or executable form with such
153
- an offer, in accord with Subsection b above.)
154
-
155
- The source code for a work means the preferred form of the work for
156
- making modifications to it. For an executable work, complete source
157
- code means all the source code for all modules it contains, plus any
158
- associated interface definition files, plus the scripts used to
159
- control compilation and installation of the executable. However, as a
160
- special exception, the source code distributed need not include
161
- anything that is normally distributed (in either source or binary
162
- form) with the major components (compiler, kernel, and so on) of the
163
- operating system on which the executable runs, unless that component
164
- itself accompanies the executable.
165
-
166
- If distribution of executable or object code is made by offering
167
- access to copy from a designated place, then offering equivalent
168
- access to copy the source code from the same place counts as
169
- distribution of the source code, even though third parties are not
170
- compelled to copy the source along with the object code.
171
-
172
- 4. You may not copy, modify, sublicense, or distribute the Program
173
- except as expressly provided under this License. Any attempt
174
- otherwise to copy, modify, sublicense or distribute the Program is
175
- void, and will automatically terminate your rights under this License.
176
- However, parties who have received copies, or rights, from you under
177
- this License will not have their licenses terminated so long as such
178
- parties remain in full compliance.
179
-
180
- 5. You are not required to accept this License, since you have not
181
- signed it. However, nothing else grants you permission to modify or
182
- distribute the Program or its derivative works. These actions are
183
- prohibited by law if you do not accept this License. Therefore, by
184
- modifying or distributing the Program (or any work based on the
185
- Program), you indicate your acceptance of this License to do so, and
186
- all its terms and conditions for copying, distributing or modifying
187
- the Program or works based on it.
188
-
189
- 6. Each time you redistribute the Program (or any work based on the
190
- Program), the recipient automatically receives a license from the
191
- original licensor to copy, distribute or modify the Program subject to
192
- these terms and conditions. You may not impose any further
193
- restrictions on the recipients' exercise of the rights granted herein.
194
- You are not responsible for enforcing compliance by third parties to
195
- this License.
196
-
197
- 7. If, as a consequence of a court judgment or allegation of patent
198
- infringement or for any other reason (not limited to patent issues),
199
- conditions are imposed on you (whether by court order, agreement or
200
- otherwise) that contradict the conditions of this License, they do not
201
- excuse you from the conditions of this License. If you cannot
202
- distribute so as to satisfy simultaneously your obligations under this
203
- License and any other pertinent obligations, then as a consequence you
204
- may not distribute the Program at all. For example, if a patent
205
- license would not permit royalty-free redistribution of the Program by
206
- all those who receive copies directly or indirectly through you, then
207
- the only way you could satisfy both it and this License would be to
208
- refrain entirely from distribution of the Program.
209
-
210
- If any portion of this section is held invalid or unenforceable under
211
- any particular circumstance, the balance of the section is intended to
212
- apply and the section as a whole is intended to apply in other
213
- circumstances.
214
-
215
- It is not the purpose of this section to induce you to infringe any
216
- patents or other property right claims or to contest validity of any
217
- such claims; this section has the sole purpose of protecting the
218
- integrity of the free software distribution system, which is
219
- implemented by public license practices. Many people have made
220
- generous contributions to the wide range of software distributed
221
- through that system in reliance on consistent application of that
222
- system; it is up to the author/donor to decide if he or she is willing
223
- to distribute software through any other system and a licensee cannot
224
- impose that choice.
225
-
226
- This section is intended to make thoroughly clear what is believed to
227
- be a consequence of the rest of this License.
228
-
229
- 8. If the distribution and/or use of the Program is restricted in
230
- certain countries either by patents or by copyrighted interfaces, the
231
- original copyright holder who places the Program under this License
232
- may add an explicit geographical distribution limitation excluding
233
- those countries, so that distribution is permitted only in or among
234
- countries not thus excluded. In such case, this License incorporates
235
- the limitation as if written in the body of this License.
236
-
237
- 9. The Free Software Foundation may publish revised and/or new versions
238
- of the General Public License from time to time. Such new versions will
239
- be similar in spirit to the present version, but may differ in detail to
240
- address new problems or concerns.
241
-
242
- Each version is given a distinguishing version number. If the Program
243
- specifies a version number of this License which applies to it and "any
244
- later version", you have the option of following the terms and conditions
245
- either of that version or of any later version published by the Free
246
- Software Foundation. If the Program does not specify a version number of
247
- this License, you may choose any version ever published by the Free Software
248
- Foundation.
249
-
250
- 10. If you wish to incorporate parts of the Program into other free
251
- programs whose distribution conditions are different, write to the author
252
- to ask for permission. For software which is copyrighted by the Free
253
- Software Foundation, write to the Free Software Foundation; we sometimes
254
- make exceptions for this. Our decision will be guided by the two goals
255
- of preserving the free status of all derivatives of our free software and
256
- of promoting the sharing and reuse of software generally.
257
-
258
- NO WARRANTY
259
-
260
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
261
- FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
262
- OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
263
- PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
264
- OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
265
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
266
- TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
267
- PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
268
- REPAIR OR CORRECTION.
269
-
270
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
271
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
272
- REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
273
- INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
274
- OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
275
- TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
276
- YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
277
- PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
278
- POSSIBILITY OF SUCH DAMAGES.
@@ -1,20 +0,0 @@
1
- Copyright (c) 2008 Jean-Francois Hovinne, http://www.wymeditor.org/
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,35 +0,0 @@
1
- WYMeditor : what you see is What You Mean web-based editor
2
- Copyright (c) 2008 Jean-Francois Hovinne, http://www.wymeditor.org/
3
- Dual licensed under the MIT (MIT-license.txt)
4
- and GPL (GPL-license.txt) licenses.
5
-
6
- For further information visit:
7
- http://www.wymeditor.org/
8
-
9
- File Name:
10
- README
11
- Readme file.
12
-
13
- File Authors:
14
- Jean-François Hovinne - http://www.hovinne.com/
15
-
16
-
17
- README
18
- ======
19
-
20
- For WYMeditor to work, you'll need at least jQuery 1.1.3.x
21
- jQuery is available at http://jquery.com/
22
-
23
- WYMeditor is compatible with MSIE 6.0+,
24
- Gecko-based browsers (e.g. Firefox 1.5+),
25
- Opera 9.5+, Safari 3.0+, Google Chrome.
26
-
27
- WYMeditor integration examples are available in the 'examples' directory.
28
-
29
- For more information, please read the documentation, available at:
30
- http://trac.wymeditor.org/trac/wiki
31
-
32
- If you need help, feel free to create an account on the forum or subscribe
33
- to the WYMeditor-user mailing-list, and ask your question.
34
- http://forum.wymeditor.org/
35
- http://lists.wymeditor.org/
@@ -1,20 +0,0 @@
1
- require File.expand_path(File.join(*%w[.. .. lib refinery.rb]), __FILE__)
2
- version = Refinery.version
3
-
4
- Gem::Specification.new do |s|
5
- s.platform = Gem::Platform::RUBY
6
- s.name = 'refinerycms-core'
7
- s.version = version
8
- s.summary = 'Core engine for Refinery CMS'
9
- s.description = 'Ruby on Rails Core engine for Refinery CMS'
10
- s.required_ruby_version = '>= 1.8.7'
11
-
12
- s.email = %q{info@refinerycms.com}
13
- s.homepage = %q{http://refinerycms.com}
14
- s.authors = ['Resolve Digital', 'David Jones', 'Philip Arndt']
15
-
16
- s.files = Dir['**/*'] - Dir['*.gemspec']
17
- s.require_path = 'lib'
18
-
19
- s.add_dependency('refinerycms-base', version)
20
- end