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,53 +0,0 @@
1
- Given /^I (only )?have a page titled "?([^\"]*)"? with a custom url "?([^\"]*)"?$/ do |only, title, link_url|
2
- Page.delete_all if only
3
-
4
- Page.create(:title => title,
5
- :link_url => link_url)
6
- end
7
-
8
- Given /^the page titled "?([^\"]*)"? has a menu match "?([^\"]*)"?$/ do |title, menu_match|
9
- Page.where(:title => title).first.update_attribute(:menu_match, menu_match)
10
- end
11
-
12
- Given /^I (only )?have pages titled "?([^\"]*)"?$/ do |only, titles|
13
- Page.delete_all if only
14
- titles.split(', ').each do |title|
15
- Page.create(:title => title)
16
- end
17
- end
18
-
19
- Given /^I have no pages$/ do
20
- Page.delete_all
21
- end
22
-
23
- Given /^I (only )?have a page titled "?([^\"]*)"?$/ do |only, title|
24
- Page.delete_all if only
25
- PagePart.delete_all if only
26
- page = Page.create(:title => title)
27
- page.parts << PagePart.new(:title => 'testing', :position => 0)
28
- page
29
- end
30
-
31
- Given /^the page titled "?([^\"]*)"? is a child of "?([^\"]*)"?$/ do |title, parent_title|
32
- Page.where(:title => title).first.update_attribute(:parent, Page.where(:title => parent_title).first)
33
- end
34
-
35
- Given /^the page titled "?([^\"]*)"? is not shown in the menu$/ do |title|
36
- Page.where(:title => title).first.update_attribute(:show_in_menu, false)
37
- end
38
-
39
- Given /^the page titled "?([^\"]*)"? is draft$/ do |title|
40
- Page.where(:title => title).first.update_attribute(:draft, true)
41
- end
42
-
43
- Then /^I should have ([0-9]+) pages?$/ do |count|
44
- Page.count.should == count.to_i
45
- end
46
-
47
- Then /^I should have a page at \/(.+)$/ do |url|
48
- Page.all.count{|page| page.url[:path].to_s.include?(url)}.should == 1
49
- end
50
-
51
- Then /^I should have (\d+) page_parts$/ do |count|
52
- PagePart.count.should == count.to_i
53
- end
@@ -1,26 +0,0 @@
1
- module NavigationHelpers
2
- module Refinery
3
- module Pages
4
- def path_to(page_name)
5
- case page_name
6
- when /the home\s?page/
7
- root_path
8
- when /the list of pages/
9
- admin_pages_path
10
- when /the new page form/
11
- new_admin_page_path
12
- else
13
- begin
14
- if page_name =~ /the page titled "?([^\"]*)"?/ and (page = Page.where(:title => $1).first).present?
15
- self.url_for(page.url)
16
- else
17
- nil
18
- end
19
- rescue
20
- nil
21
- end
22
- end
23
- end
24
- end
25
- end
26
- end
@@ -1,47 +0,0 @@
1
- @refinerycms @pages @pages-visit @visit-pages
2
- Feature: Visit Pages
3
- In order to view the content on this website
4
- As a visitor
5
- I want to view pages
6
-
7
- Background:
8
- Given A Refinery user exists
9
- And I have a page titled "Home" with a custom url "/"
10
- And I have a page titled "About"
11
- And I have a page titled "ä ö ü spéciål chåråctÉrs"
12
- And I have a page titled "Hidden"
13
- And the page titled "Hidden" is a child of Home
14
- And the page titled "Hidden" is not shown in the menu
15
-
16
- Scenario: Home Page
17
- When I go to the home page
18
- Then I should see "Home"
19
- And I should see "About"
20
- And I should see "Home" within ".selected"
21
-
22
- Scenario: Content Page
23
- When I go to the page titled "About"
24
- Then I should see "Home"
25
- And I should see "About"
26
- And I should see "About" within ".selected > a"
27
-
28
- Scenario: Special Characters Title
29
- When I go to the page titled "ä ö ü spéciål chåråctÉrs"
30
- Then I should see "Home"
31
- And I should see "About"
32
- And I should see "ä ö ü spéciål chåråctÉrs"
33
- And I should see "ä ö ü spéciål chåråctÉrs" within ".selected > a"
34
-
35
- Scenario: Special Characters Title as submenu page
36
- Given the page titled "ä ö ü spéciål chåråctÉrs" is a child of About
37
- When I go to the page titled "ä ö ü spéciål chåråctÉrs"
38
- Then I should see "Home"
39
- And I should see "About"
40
- And I should see "ä ö ü spéciål chåråctÉrs"
41
- And I should see "ä ö ü spéciål chåråctÉrs" within ".selected * > .selected a"
42
-
43
- Scenario: Hidden Page
44
- When I go to the page titled "Hidden"
45
- Then I should see "Home"
46
- And I should see "About"
47
- And I should see "Home" within ".selected > a"
@@ -1,8 +0,0 @@
1
- require 'refinery/generators'
2
-
3
- class RefinerycmsPages < ::Refinery::Generators::EngineInstaller
4
-
5
- source_root File.expand_path('../../../', __FILE__)
6
- engine_name "pages"
7
-
8
- end
@@ -1,36 +0,0 @@
1
- require 'refinery'
2
- require 'awesome_nested_set'
3
- require 'globalize3'
4
-
5
- module Refinery
6
- module Pages
7
-
8
- class Engine < Rails::Engine
9
-
10
- config.to_prepare do
11
- require File.expand_path('../pages/tabs', __FILE__)
12
- end
13
-
14
- config.after_initialize do
15
- Refinery::Plugin.register do |plugin|
16
- plugin.name = "refinery_pages"
17
- plugin.directory = "pages"
18
- plugin.version = %q{0.9.9}
19
- plugin.menu_match = /(refinery|admin)\/page(_part)?s(_dialogs)?$/
20
- plugin.activity = {
21
- :class => Page,
22
- :url_prefix => "edit",
23
- :title => "title",
24
- :created_image => "page_add.png",
25
- :updated_image => "page_edit.png"
26
- }
27
- end
28
- end
29
-
30
- initializer 'add marketable routes' do |app|
31
- app.routes_reloader.paths << File.expand_path('../pages/marketable_routes.rb', __FILE__)
32
- end
33
-
34
- end
35
- end
36
- end
@@ -1,3 +0,0 @@
1
- ::Refinery::Application.routes.draw do
2
- match '*path' => 'pages#show'
3
- end
@@ -1,30 +0,0 @@
1
- module Refinery
2
- module Pages
3
-
4
- attr_accessor :tabs
5
-
6
- def self.tabs
7
- @tabs ||= []
8
- end
9
-
10
- class Tab
11
- attr_accessor :name, :partial
12
-
13
- def self.register(&block)
14
- tab = self.new
15
-
16
- yield tab
17
-
18
- raise "A tab MUST have a name!: #{tab.inspect}" if tab.name.blank?
19
- raise "A tab MUST have a partial!: #{tab.inspect}" if tab.partial.blank?
20
- end
21
-
22
- protected
23
-
24
- def initialize
25
- ::Refinery::Pages.tabs << self # add me to the collection of registered page tabs
26
- end
27
- end
28
-
29
- end
30
- end
@@ -1,21 +0,0 @@
1
- # MIT License
2
-
3
- Copyright (c) 2005-2010 [Resolve Digital](http://www.resolvedigital.com)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,156 +0,0 @@
1
- # Pages
2
-
3
- ![Refinery Pages](http://refinerycms.com/system/images/0000/0656/pages.png)
4
-
5
- ## About
6
-
7
- One core part of Refinery is Pages. Plugins such as News and Inquiries hook to pages. The menu is rendered based off the structure of your pages.
8
-
9
- Pages have one key thing about them that is unique - page parts.
10
-
11
- ## Page Parts
12
-
13
- ![Refinery Page Parts](http://refinerycms.com/system/images/0000/0586/editing-page.png)
14
-
15
- ### What are they?
16
-
17
- Think of a page part is a single piece of content on your page. At [Resolve Digital](http://www.resolvedigital.com) we often simply use ``body`` and ``side_body``. One is for the main content and one is for the content which goes on a side bit of the page to display other information.
18
-
19
- ### Default Page Parts
20
-
21
- You can change what the default page parts are called or add more by editing the "Default Page Parts" setting. This is a serialized array of names. The default looks like this
22
-
23
- ---
24
- - Body
25
- - Side Body
26
-
27
- Edit this setting to suit your taste.
28
-
29
- ### Adding Page Parts for Specific Pages
30
-
31
- You can add extra page parts to your pages by setting the "New Page Parts" to ``true``.
32
-
33
- Now do this
34
-
35
- * Edit the page you want to add a part to
36
- * Click the little "+" icon up by the page part tabs
37
- * Type the name of your new part and hit add.
38
-
39
- _Note: in the user-facing front end we call them "content sections" not "page parts"._
40
-
41
- ## Page Options
42
-
43
- ### Draft/Published
44
-
45
- You can have draft and published pages. This is controlled by checking and unchecking the "Save as Draft" field on the page form, when editing the page.
46
-
47
- ### Custom Title
48
-
49
- There are three options for how the page title will be rendered on the front end.
50
-
51
- * ``None``: will just default to the page title
52
- * ``Text``: allows you to have a different name for the page in the backend to the front end (sometimes good for SEO)
53
- * ``Image``: If your designer is using a custom non-standard web font, this is ideal. Bang the image of your title right in there (_we don't recommend this though! Standard web fonts are always a good idea_)
54
-
55
- ### Show in Menu
56
-
57
- You can hide a page from the navigation if you like by unchecking "show in menu". This is good for extra reference pages or even pages you might want to link someone up to directly but not "advertise" the pages existence on the menu.
58
-
59
- ### Custom URL
60
-
61
- This allows you to make your page not link to a normal page but make it show something else. This could be a donation link to a completely different site or as Refinery uses it, you might want to link to another plugin.
62
-
63
- The "contact us" page for example has a Custom URL of ``/contact``, this is because we want it to load the inquiries form from the inquiries plugin instead and we have this ``match '/contact', :to => 'inquiries#new', :as => 'new_inquiry'`` in the routes.
64
-
65
- ### WYMeditor (the visual editor)
66
-
67
- Refinery is backed by [WYMeditor](http://www.wymeditor.org/)
68
-
69
- It's a standards compliant editor that we've trimmed to only have what we feel is absolutely necessary. When you're editing the content in a page part you're using [WYMeditor](http://www.wymeditor.org/).
70
-
71
- We have since modified the source code of WYMeditor to allow for a lot of new features like our custom dialogues however it is all based on the release: WYMeditor 0.5 rc1.
72
-
73
- You can also switch to "source" view and edit XHTML manually if the visual editor is not playing nice.
74
-
75
- ### Custom Selectable Styles in WYMeditor
76
-
77
- ![Refinery Page Editor Styles](http://refinerycms.com/system/images/0000/0596/editing-page-style.png)
78
-
79
- Some sites require a little more than just your standard bold and heading controls. This is where the "css" style drop down comes in handy.
80
-
81
- It allows your users to select a style you define. You need to edit/create a CSS file called ``theme.css``.
82
-
83
- This file should be located in ``/public/stylesheets/themes.css``
84
-
85
- Inside that file you define your styles like this
86
-
87
- .category-name-style-name {
88
- // apply your CSS rules here
89
- }
90
-
91
- For example, if I wanted to add a style that allowed my users to highlight their text a light yellow colour, I would put this
92
-
93
- .text-highlight-yellow {
94
- background: LightYellow;
95
- }
96
-
97
- Now edit ``public/javascripts/admin.js``. We're going to need to tell WYMeditor that we have some new styles it should load when the editor is loaded.
98
-
99
- Currently your ``admin.js`` file will have something like this
100
-
101
- var custom_wymeditor_boot_options = {
102
-
103
- };
104
-
105
- If we open ``public/javascripts/boot_wym.js`` we can see this inside which is the default:
106
-
107
- , classesItems: [
108
- {name: 'text-align', rules:['left', 'center', 'right', 'justify'], join: '-'}
109
- , {name: 'image-align', rules:['left', 'right'], join: '-'}
110
- , {name: 'font-size', rules:['small', 'normal', 'large'], join: '-'}
111
- ]
112
-
113
- Let's just breakdown a single WYMeditor line and understand it:
114
-
115
- {name: 'font-size', rules:['small','normal','large'], join: '-'}
116
-
117
- ``font-size`` is the name of the category and ``small``, ``normal``, ``large`` are the actual styles. So for this to match up with the styles in my theme.css file the class name has to be:
118
-
119
- .font-size-small { // CSS rules here }
120
- .font-size-normal { // CSS rules here }
121
- .font-size-large { // CSS rules here }
122
-
123
- So going back to our text highlighting style above, we make the new style show up in the editor by changing our ``admin.js`` file to:
124
-
125
- var custom_wymeditor_boot_options = {
126
- classesItems: [
127
-   {name: 'text-align', rules:['left', 'center', 'right', 'justify'], join: '-'}
128
- , {name: 'image-align', rules:['left', 'right'], join: '-'}
129
- , {name: 'font-size', rules:['small','normal','large'], join: '-'}
130
- , {name: 'text-highlight', rules:['yellow'], join: '-'}
131
- ]
132
- }
133
-
134
- ### Dialogs that show from WYMeditor
135
-
136
- ![Refinery Page Editor Link Dialog](http://refinerycms.com/system/images/0000/0636/link-dialog.png)
137
-
138
- ## Page Link dialog
139
-
140
- The link dialog lets you link in several different ways:
141
-
142
- * To an internal page
143
- * To an external page
144
- * To an email address
145
- * To a resource you've uploaded in the Resources tab.
146
-
147
- ## Insert Image dialog
148
-
149
- Simply lets you select from an existing image found in the Images tab or upload a new one right within the dialog.
150
-
151
- ## Refinery Default Pages
152
-
153
- Some pages you have to keep in order for Refinery to stay fully functional:
154
-
155
- * Home page - the page that has ``link_url`` to ``root_url`` (normally /)
156
- * Page not found - the default 404 page
@@ -1,21 +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-pages'
7
- s.version = version
8
- s.summary = 'Pages engine for Refinery CMS'
9
- s.description = 'Ruby on Rails Pages 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-core', version)
20
- s.add_dependency('globalize3', '~> 0.0')
21
- end
@@ -1,155 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Page do
4
-
5
- def reset_page(options = {})
6
- @valid_attributes = {
7
- :id => 1,
8
- :title => "RSpec is great for testing too",
9
- :deletable => true
10
- }
11
-
12
- @page.destroy! if @page
13
- @page = Page.create!(@valid_attributes.update(options))
14
- end
15
-
16
- def page_cannot_be_destroyed
17
- @page.destroy.should == false
18
- end
19
-
20
- def create_child
21
- @child = @page.children.create(:title => 'The child page')
22
- end
23
-
24
- def create_page_parts
25
- @page.parts.create(:title => 'body', :content => "I'm the first page part for this page.")
26
- @page.parts.create(:title => 'side body', :content => "Closely followed by the second page part.")
27
- end
28
-
29
- def turn_off_marketable_urls
30
- RefinerySetting.set(:use_marketable_urls, {:value => false, :scoping => 'pages'})
31
- end
32
-
33
-
34
- before(:each) do
35
- reset_page
36
- end
37
-
38
- context "cannot be deleted under certain rules" do
39
- it "if link_url is present" do
40
- reset_page({:link_url => '/plugin-name'})
41
- page_cannot_be_destroyed
42
- end
43
-
44
-
45
- it "if refinery team deems it so" do
46
- reset_page({:deletable => false})
47
- page_cannot_be_destroyed
48
- end
49
-
50
- it "if menu_match is present" do
51
- reset_page({:menu_match => '^/RSpec is great for testing too.*$'})
52
- page_cannot_be_destroyed
53
- end
54
-
55
- it "unless you really want it to! >:]" do
56
- reset_page
57
- @page.destroy!
58
- end
59
- end
60
-
61
- context "page urls" do
62
-
63
- it "should return a full path" do
64
- @page.path.should == 'RSpec is great for testing too'
65
- end
66
-
67
- it "and all of its parent page titles, reversed" do
68
- create_child
69
- @child.path.should == 'RSpec is great for testing too - The child page'
70
- end
71
-
72
- it "or normally ;-)" do
73
- create_child
74
- @child.path({:reversed => false}).should == 'The child page - RSpec is great for testing too'
75
- end
76
-
77
- it ".path() still responds to the deprecated boolean" do
78
- create_child
79
- capture_stdout { @child.path(false).should == 'The child page - RSpec is great for testing too' }
80
- end
81
-
82
- it "prints a logger warning when the deprecated boolean is used for path()" do
83
- create_child
84
- log_messages = capture_stdout { @child.path(false) }
85
- log_messages.should_not be_empty
86
- end
87
-
88
- it "should return its url" do
89
- @page.link_url = '/contact'
90
- @page.url.should == '/contact'
91
- end
92
-
93
- it "should return its path with marketable urls" do
94
- @page.url[:id].should be_nil
95
- @page.url[:path].should == ["rspec-is-great-for-testing-too"]
96
- end
97
-
98
- it "should not have a path without marketable urls" do
99
- turn_off_marketable_urls
100
- @page.url[:path].should be_nil
101
- @page.url[:id].should == "rspec-is-great-for-testing-too"
102
- end
103
- end
104
-
105
- context "home page" do
106
- it "should respond as the home page" do
107
- @page.link_url = '/'
108
- @page.home?.should == true
109
- end
110
-
111
- it "should not respond as the home page" do
112
- @page.home?.should == false
113
- end
114
- end
115
-
116
- context "content sections (page parts)" do
117
- it "should return the content when using []" do
118
- create_page_parts
119
-
120
- @page[:body].should == "<p>I'm the first page part for this page.</p>"
121
- @page["BoDY"].should == "<p>I'm the first page part for this page.</p>"
122
- end
123
-
124
- it "should return all page part content" do
125
- create_page_parts
126
-
127
- @page.all_page_part_content.should == "<p>I'm the first page part for this page.</p> <p>Closely followed by the second page part.</p>"
128
- end
129
-
130
- it "should reposition correctly" do
131
- create_page_parts
132
- @page.parts.first.position = 6
133
- @page.parts.last.position = 4
134
-
135
- @page.parts.first.position.should == 6
136
- @page.parts.last.position.should == 4
137
-
138
- @page.reposition_parts!
139
-
140
- @page.parts.first.position.should == 0
141
- @page.parts.last.position.should == 1
142
- end
143
- end
144
-
145
- context "draft pages" do
146
- it "should not be a live page when set to draft" do
147
- @page.draft = true
148
- @page.live?.should == false
149
-
150
- @page.draft = false
151
- @page.live?.should == true
152
- end
153
- end
154
-
155
- end