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.
- data/.gitignore +1 -1
- data/Gemfile +8 -24
- data/Gemfile.lock +94 -69
- data/Rakefile +1 -1
- data/bin/refinerycms +118 -109
- data/changelog.md +13 -2
- data/config/cucumber.yml +3 -7
- data/config/settings.rb +0 -1
- data/lib/refinery.rb +14 -1
- data/lib/refinerycms.rb +2 -9
- data/refinerycms.gemspec +15 -855
- data/spec/spec_helper.rb +3 -2
- metadata +27 -907
- data/authentication/app/controllers/admin/users_controller.rb +0 -90
- data/authentication/app/controllers/passwords_controller.rb +0 -43
- data/authentication/app/controllers/registrations_controller.rb +0 -67
- data/authentication/app/controllers/sessions_controller.rb +0 -23
- data/authentication/app/helpers/sessions_helper.rb +0 -2
- data/authentication/app/helpers/users_helper.rb +0 -2
- data/authentication/app/mailers/user_mailer.rb +0 -20
- data/authentication/app/models/role.rb +0 -16
- data/authentication/app/models/roles_users.rb +0 -6
- data/authentication/app/models/user.rb +0 -58
- data/authentication/app/models/user_plugin.rb +0 -5
- data/authentication/app/views/admin/users/_form.html.erb +0 -92
- data/authentication/app/views/admin/users/_user.html.erb +0 -19
- data/authentication/app/views/admin/users/_users.html.erb +0 -4
- data/authentication/app/views/admin/users/edit.html.erb +0 -1
- data/authentication/app/views/admin/users/index.html.erb +0 -12
- data/authentication/app/views/admin/users/new.html.erb +0 -1
- data/authentication/app/views/layouts/login.html.erb +0 -21
- data/authentication/app/views/passwords/edit.html.erb +0 -31
- data/authentication/app/views/passwords/new.html.erb +0 -18
- data/authentication/app/views/registrations/new.html.erb +0 -41
- data/authentication/app/views/sessions/new.html.erb +0 -29
- data/authentication/app/views/user_mailer/reset_notification.html.erb +0 -12
- data/authentication/app/views/user_mailer/reset_notification.text.plain.erb +0 -7
- data/authentication/config/locales/cs.yml +0 -75
- data/authentication/config/locales/da.yml +0 -72
- data/authentication/config/locales/de.yml +0 -72
- data/authentication/config/locales/el.yml +0 -72
- data/authentication/config/locales/en.yml +0 -72
- data/authentication/config/locales/es.yml +0 -100
- data/authentication/config/locales/fr.yml +0 -72
- data/authentication/config/locales/it.yml +0 -97
- data/authentication/config/locales/lolcat.yml +0 -55
- data/authentication/config/locales/lt.yml +0 -55
- data/authentication/config/locales/lv.yml +0 -72
- data/authentication/config/locales/nb.yml +0 -72
- data/authentication/config/locales/nl.yml +0 -70
- data/authentication/config/locales/pl.yml +0 -100
- data/authentication/config/locales/pt-BR.yml +0 -68
- data/authentication/config/locales/rs.yml +0 -72
- data/authentication/config/locales/ru.yml +0 -97
- data/authentication/config/locales/sl.yml +0 -61
- data/authentication/config/locales/sv.yml +0 -64
- data/authentication/config/locales/zh-CN.yml +0 -72
- data/authentication/config/locales/zh-TW.yml +0 -72
- data/authentication/config/routes.rb +0 -31
- data/authentication/db/migrate/20100913234705_create_refinerycms_authentication_schema.rb +0 -43
- data/authentication/db/migrate/20100929035252_add_missing_indexes_to_roles_users.rb +0 -11
- data/authentication/db/migrate/20101206013505_change_to_devise_users_table.rb +0 -27
- data/authentication/db/migrate/20110106184757_add_remember_created_at_to_users.rb +0 -9
- data/authentication/features/lost_password.feature +0 -49
- data/authentication/features/manage_users.feature +0 -61
- data/authentication/features/step_definitions/lost_password.rb +0 -8
- data/authentication/features/step_definitions/user_steps.rb +0 -36
- data/authentication/features/support/factories.rb +0 -18
- data/authentication/features/support/paths.rb +0 -24
- data/authentication/lib/authenticated_system.rb +0 -29
- data/authentication/lib/authentication.rb +0 -30
- data/authentication/lib/generators/refinerycms_authentication_generator.rb +0 -8
- data/authentication/license.md +0 -21
- data/authentication/readme.md +0 -17
- data/authentication/refinerycms-authentication.gemspec +0 -20
- data/authentication/spec/models/user_spec.rb +0 -159
- data/base/db/migrate/20100913234706_create_refinerycms_core_schema.rb +0 -23
- data/base/db/migrate/20101217113424_add_locale_to_slugs.rb +0 -13
- data/base/features/step_definitions/web_steps.rb +0 -219
- data/base/features/support/env.rb +0 -84
- data/base/features/support/factories.rb +0 -1
- data/base/features/support/negative_expectations_helper.rb +0 -57
- data/base/features/support/paths.rb +0 -91
- data/base/lib/base.rb +0 -32
- data/base/lib/generators/refinerycms_base_generator.rb +0 -8
- data/base/lib/refinery.rb +0 -32
- data/base/lib/refinery/version.rb +0 -16
- data/base/license.md +0 -21
- data/base/refinerycms-base.gemspec +0 -18
- data/core/app/controllers/admin/base_controller.rb +0 -10
- data/core/app/controllers/admin/dialogs_controller.rb +0 -26
- data/core/app/controllers/admin/refinery_core_controller.rb +0 -12
- data/core/app/controllers/application_controller.rb +0 -6
- data/core/app/controllers/refinery/fast_controller.rb +0 -9
- data/core/app/controllers/sitemap_controller.rb +0 -14
- data/core/app/helpers/application_helper.rb +0 -5
- data/core/app/views/admin/_head.html.erb +0 -43
- data/core/app/views/admin/_javascripts.html.erb +0 -32
- data/core/app/views/admin/_menu.html.erb +0 -17
- data/core/app/views/admin/dialogs/show.html.erb +0 -19
- data/core/app/views/layouts/admin.html.erb +0 -24
- data/core/app/views/layouts/admin_dialog.html.erb +0 -14
- data/core/app/views/layouts/application.html.erb +0 -21
- data/core/app/views/shared/_content_page.html.erb +0 -63
- data/core/app/views/shared/_draft_page_message.html.erb +0 -3
- data/core/app/views/shared/_footer.html.erb +0 -4
- data/core/app/views/shared/_google_analytics.html.erb +0 -8
- data/core/app/views/shared/_head.html.erb +0 -42
- data/core/app/views/shared/_header.html.erb +0 -8
- data/core/app/views/shared/_html_tag.html.erb +0 -6
- data/core/app/views/shared/_ie6check.html.erb +0 -63
- data/core/app/views/shared/_javascripts.html.erb +0 -10
- data/core/app/views/shared/_menu.html.erb +0 -30
- data/core/app/views/shared/_menu_branch.html.erb +0 -26
- data/core/app/views/shared/_message.html.erb +0 -10
- data/core/app/views/shared/_no_script.html.erb +0 -9
- data/core/app/views/shared/_site_bar.html.erb +0 -25
- data/core/app/views/shared/admin/_continue_editing.html.erb +0 -3
- data/core/app/views/shared/admin/_error_messages.html.erb +0 -16
- data/core/app/views/shared/admin/_form_actions.html.erb +0 -77
- data/core/app/views/shared/admin/_image_picker.html.erb +0 -60
- data/core/app/views/shared/admin/_make_sortable.html.erb +0 -13
- data/core/app/views/shared/admin/_resource_picker.html.erb +0 -66
- data/core/app/views/shared/admin/_search.html.erb +0 -6
- data/core/app/views/shared/admin/_sortable_list.html.erb +0 -7
- data/core/app/views/shared/admin/_tabbed_fields.html.erb +0 -42
- data/core/app/views/welcome.html.erb +0 -17
- data/core/app/views/wymiframe.html.erb +0 -15
- data/core/config/locales/cs.yml +0 -77
- data/core/config/locales/da.yml +0 -75
- data/core/config/locales/de.yml +0 -75
- data/core/config/locales/el.yml +0 -75
- data/core/config/locales/en.yml +0 -75
- data/core/config/locales/es.yml +0 -68
- data/core/config/locales/fr.yml +0 -72
- data/core/config/locales/it.yml +0 -96
- data/core/config/locales/lolcat.yml +0 -68
- data/core/config/locales/lt.yml +0 -75
- data/core/config/locales/lv.yml +0 -72
- data/core/config/locales/nb.yml +0 -75
- data/core/config/locales/nl.yml +0 -75
- data/core/config/locales/pl.yml +0 -75
- data/core/config/locales/pt-BR.yml +0 -72
- data/core/config/locales/rs.yml +0 -76
- data/core/config/locales/ru.yml +0 -71
- data/core/config/locales/sl.yml +0 -72
- data/core/config/locales/sv.yml +0 -75
- data/core/config/locales/zh-CN.yml +0 -75
- data/core/config/locales/zh-TW.yml +0 -75
- data/core/config/routes.rb +0 -19
- data/core/crud.md +0 -197
- data/core/doc/included-jquery-ui-packages.jpg +0 -0
- data/core/engines.md +0 -179
- data/core/features/search.feature +0 -55
- data/core/features/site_bar.feature +0 -24
- data/core/features/step_definitions/core_steps.rb +0 -61
- data/core/features/support/paths.rb +0 -14
- data/core/features/uploads/beach.jpeg +0 -0
- data/core/features/uploads/refinery_is_awesome.txt +0 -1
- data/core/lib/core.rb +0 -143
- data/core/lib/generators/refinerycms_generator.rb +0 -107
- data/core/lib/generators/templates/.gitignore +0 -83
- data/core/lib/generators/templates/.rspec +0 -2
- data/core/lib/generators/templates/app/views/sitemap/index.xml.builder +0 -22
- data/core/lib/generators/templates/autotest/autotest.rb +0 -17
- data/core/lib/generators/templates/autotest/discover.rb +0 -2
- data/core/lib/generators/templates/config/cucumber.yml +0 -15
- data/core/lib/generators/templates/config/database.yml.mysql +0 -20
- data/core/lib/generators/templates/config/database.yml.postgresql +0 -57
- data/core/lib/generators/templates/config/database.yml.sqlite3 +0 -26
- data/core/lib/generators/templates/config/i18n-js.yml +0 -6
- data/core/lib/generators/templates/config/initializers/devise.rb +0 -142
- data/core/lib/generators/templates/config/settings.rb +0 -3
- data/core/lib/generators/templates/db/seeds.rb +0 -5
- data/core/lib/generators/templates/spec/rcov.opts +0 -2
- data/core/lib/generators/templates/spec/spec_helper.rb +0 -76
- data/core/lib/refinery/activity.rb +0 -45
- data/core/lib/refinery/admin/base_controller.rb +0 -111
- data/core/lib/refinery/admin_base_controller.rb +0 -5
- data/core/lib/refinery/application.rb +0 -76
- data/core/lib/refinery/application_controller.rb +0 -116
- data/core/lib/refinery/application_helper.rb +0 -19
- data/core/lib/refinery/base_presenter.rb +0 -27
- data/core/lib/refinery/catch_all_routes.rb +0 -11
- data/core/lib/refinery/crud.rb +0 -295
- data/core/lib/refinery/helpers/form_helper.rb +0 -66
- data/core/lib/refinery/helpers/head_helper.rb +0 -17
- data/core/lib/refinery/helpers/html_truncation_helper.rb +0 -25
- data/core/lib/refinery/helpers/image_helper.rb +0 -49
- data/core/lib/refinery/helpers/menu_helper.rb +0 -68
- data/core/lib/refinery/helpers/meta_helper.rb +0 -67
- data/core/lib/refinery/helpers/pagination_helper.rb +0 -16
- data/core/lib/refinery/helpers/script_helper.rb +0 -36
- data/core/lib/refinery/helpers/site_bar_helper.rb +0 -24
- data/core/lib/refinery/helpers/tag_helper.rb +0 -21
- data/core/lib/refinery/helpers/translation_helper.rb +0 -17
- data/core/lib/refinery/link_renderer.rb +0 -55
- data/core/lib/refinery/plugin.rb +0 -134
- data/core/lib/refinery/plugins.rb +0 -75
- data/core/lib/tasks/cucumber.rake +0 -53
- data/core/lib/tasks/doc.rake +0 -29
- data/core/lib/tasks/refinery.rake +0 -231
- data/core/lib/tasks/yard.rake +0 -30
- data/core/license.md +0 -21
- data/core/public/404.html +0 -26
- data/core/public/422.html +0 -26
- data/core/public/500.html +0 -26
- data/core/public/favicon.ico +0 -0
- data/core/public/images/refinery/add.png +0 -0
- data/core/public/images/refinery/admin_bg.png +0 -0
- data/core/public/images/refinery/ajax-loader.gif +0 -0
- data/core/public/images/refinery/branch-end.gif +0 -0
- data/core/public/images/refinery/branch-start.gif +0 -0
- data/core/public/images/refinery/branch.gif +0 -0
- data/core/public/images/refinery/carousel-left.png +0 -0
- data/core/public/images/refinery/carousel-right.png +0 -0
- data/core/public/images/refinery/cross.png +0 -0
- data/core/public/images/refinery/dialogLoadingAnimation.gif +0 -0
- data/core/public/images/refinery/header_background.png +0 -0
- data/core/public/images/refinery/hover-gradient.jpg +0 -0
- data/core/public/images/refinery/icons/accept.png +0 -0
- data/core/public/images/refinery/icons/add.png +0 -0
- data/core/public/images/refinery/icons/ajax-loader.gif +0 -0
- data/core/public/images/refinery/icons/application_edit.png +0 -0
- data/core/public/images/refinery/icons/application_go.png +0 -0
- data/core/public/images/refinery/icons/arrow_left.png +0 -0
- data/core/public/images/refinery/icons/arrow_switch.png +0 -0
- data/core/public/images/refinery/icons/arrow_up.png +0 -0
- data/core/public/images/refinery/icons/bin.png +0 -0
- data/core/public/images/refinery/icons/bin_closed.png +0 -0
- data/core/public/images/refinery/icons/cancel.png +0 -0
- data/core/public/images/refinery/icons/cog_add.png +0 -0
- data/core/public/images/refinery/icons/cog_edit.png +0 -0
- data/core/public/images/refinery/icons/cross.png +0 -0
- data/core/public/images/refinery/icons/delete.png +0 -0
- data/core/public/images/refinery/icons/doc.png +0 -0
- data/core/public/images/refinery/icons/down.gif +0 -0
- data/core/public/images/refinery/icons/edit.png +0 -0
- data/core/public/images/refinery/icons/email.png +0 -0
- data/core/public/images/refinery/icons/email_edit.png +0 -0
- data/core/public/images/refinery/icons/email_go.png +0 -0
- data/core/public/images/refinery/icons/email_open.png +0 -0
- data/core/public/images/refinery/icons/eye.png +0 -0
- data/core/public/images/refinery/icons/folder_page_white.png +0 -0
- data/core/public/images/refinery/icons/image_add.png +0 -0
- data/core/public/images/refinery/icons/image_edit.png +0 -0
- data/core/public/images/refinery/icons/img.png +0 -0
- data/core/public/images/refinery/icons/information.png +0 -0
- data/core/public/images/refinery/icons/layout_add.png +0 -0
- data/core/public/images/refinery/icons/layout_edit.png +0 -0
- data/core/public/images/refinery/icons/music.png +0 -0
- data/core/public/images/refinery/icons/page_add.png +0 -0
- data/core/public/images/refinery/icons/page_edit.png +0 -0
- data/core/public/images/refinery/icons/page_white_edit.png +0 -0
- data/core/public/images/refinery/icons/page_white_gear.png +0 -0
- data/core/public/images/refinery/icons/page_white_put.png +0 -0
- data/core/public/images/refinery/icons/pdf.png +0 -0
- data/core/public/images/refinery/icons/ppt.png +0 -0
- data/core/public/images/refinery/icons/star.png +0 -0
- data/core/public/images/refinery/icons/tick.png +0 -0
- data/core/public/images/refinery/icons/up.gif +0 -0
- data/core/public/images/refinery/icons/user_add.png +0 -0
- data/core/public/images/refinery/icons/user_comment.png +0 -0
- data/core/public/images/refinery/icons/user_edit.png +0 -0
- data/core/public/images/refinery/icons/xls.png +0 -0
- data/core/public/images/refinery/icons/zip.png +0 -0
- data/core/public/images/refinery/icons/zoom.png +0 -0
- data/core/public/images/refinery/logo-large.png +0 -0
- data/core/public/images/refinery/logo-medium.png +0 -0
- data/core/public/images/refinery/logo-site-bar.png +0 -0
- data/core/public/images/refinery/logo-small-medium.png +0 -0
- data/core/public/images/refinery/logo-small.png +0 -0
- data/core/public/images/refinery/logo-tiny.png +0 -0
- data/core/public/images/refinery/logo.png +0 -0
- data/core/public/images/refinery/nav-3-background.gif +0 -0
- data/core/public/images/refinery/nav_inactive_background.png +0 -0
- data/core/public/images/refinery/orange_button.png +0 -0
- data/core/public/images/refinery/page_bg.png +0 -0
- data/core/public/images/refinery/resolve_digital_footer_logo.png +0 -0
- data/core/public/images/refinery/text_field_background.png +0 -0
- data/core/public/images/refinery/tooltip-nib.gif +0 -0
- data/core/public/images/refinery/tooltip-nib.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/arrow_redo.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/arrow_undo.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/eye.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-blockquote.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h1.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h2.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h3.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h4.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h5.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-h6.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-p.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/iframe/lbl-pre.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/link_add.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/link_break.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/page_code.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/page_paste.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/photo_add.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/right.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/style.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/table_add.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_center.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_justify.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_left.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_align_right.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_bold.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_1.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_2.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_3.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_4.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_5.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_heading_6.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_indent.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_indent_remove.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_italic.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_list_bullets.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_list_numbers.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_paragraph.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_strikethrough.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_subscript.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_superscript.png +0 -0
- data/core/public/images/wymeditor/skins/refinery/text_underline.png +0 -0
- data/core/public/images/wymeditor/skins/wymeditor_icon.png +0 -0
- data/core/public/javascripts/admin.js +0 -7
- data/core/public/javascripts/application.js +0 -1
- data/core/public/javascripts/dd_belatedpng.js +0 -13
- data/core/public/javascripts/i18n-messages.js +0 -2
- data/core/public/javascripts/jquery-min.js +0 -154
- data/core/public/javascripts/jquery-ui-custom-min.js +0 -249
- data/core/public/javascripts/jquery.js +0 -6240
- data/core/public/javascripts/jquery/GPL-LICENSE.txt +0 -278
- data/core/public/javascripts/jquery/MIT-LICENSE.txt +0 -20
- data/core/public/javascripts/jquery/jquery.corner.js +0 -345
- data/core/public/javascripts/jquery/jquery.html5-placeholder-shim.js +0 -88
- data/core/public/javascripts/jquery/jquery.jcarousel.js +0 -900
- data/core/public/javascripts/jquery/jquery.textTruncate.js +0 -174
- data/core/public/javascripts/jquery/jquery.timers.js +0 -138
- data/core/public/javascripts/modernizr-min.js +0 -30
- data/core/public/javascripts/rails.js +0 -152
- data/core/public/javascripts/refinery/admin.js +0 -1114
- data/core/public/javascripts/refinery/boot_wym.js +0 -285
- data/core/public/javascripts/refinery/core.js +0 -18
- data/core/public/javascripts/refinery/i18n.js +0 -340
- data/core/public/javascripts/refinery/nestedsortables.js +0 -164
- data/core/public/javascripts/refinery/serializelist.js +0 -66
- data/core/public/javascripts/refinery/site_bar.js +0 -16
- data/core/public/javascripts/refinery/submenu.js +0 -49
- data/core/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +0 -5142
- data/core/public/javascripts/wymeditor/lang/ca.js +0 -45
- data/core/public/javascripts/wymeditor/lang/cs.js +0 -45
- data/core/public/javascripts/wymeditor/lang/da.js +0 -48
- data/core/public/javascripts/wymeditor/lang/de.js +0 -45
- data/core/public/javascripts/wymeditor/lang/en.js +0 -47
- data/core/public/javascripts/wymeditor/lang/es.js +0 -45
- data/core/public/javascripts/wymeditor/lang/fa.js +0 -46
- data/core/public/javascripts/wymeditor/lang/fr.js +0 -45
- data/core/public/javascripts/wymeditor/lang/he.js +0 -45
- data/core/public/javascripts/wymeditor/lang/hu.js +0 -45
- data/core/public/javascripts/wymeditor/lang/it.js +0 -45
- data/core/public/javascripts/wymeditor/lang/lv.js +0 -47
- data/core/public/javascripts/wymeditor/lang/nb.js +0 -48
- data/core/public/javascripts/wymeditor/lang/nl.js +0 -47
- data/core/public/javascripts/wymeditor/lang/nn.js +0 -45
- data/core/public/javascripts/wymeditor/lang/pl.js +0 -45
- data/core/public/javascripts/wymeditor/lang/pt-BR.js +0 -47
- data/core/public/javascripts/wymeditor/lang/pt.js +0 -45
- data/core/public/javascripts/wymeditor/lang/rs.js +0 -47
- data/core/public/javascripts/wymeditor/lang/ru.js +0 -45
- data/core/public/javascripts/wymeditor/lang/sl.js +0 -47
- data/core/public/javascripts/wymeditor/lang/sv.js +0 -45
- data/core/public/javascripts/wymeditor/lang/tr.js +0 -45
- data/core/public/javascripts/wymeditor/lang/zh_cn.js +0 -47
- data/core/public/javascripts/wymeditor/skins/refinery/skin.js +0 -48
- data/core/public/robots.txt +0 -3
- data/core/public/stylesheets/application.css +0 -4
- data/core/public/stylesheets/formatting.css +0 -4
- data/core/public/stylesheets/home.css +0 -4
- data/core/public/stylesheets/refinery/application.css +0 -72
- data/core/public/stylesheets/refinery/formatting.css +0 -57
- data/core/public/stylesheets/refinery/home.css +0 -0
- data/core/public/stylesheets/refinery/refinery.css +0 -1572
- data/core/public/stylesheets/refinery/site_bar.css +0 -87
- data/core/public/stylesheets/refinery/submenu.css +0 -22
- data/core/public/stylesheets/refinery/theme.css +0 -36
- data/core/public/stylesheets/refinery/tooltips.css +0 -34
- data/core/public/stylesheets/refinery/ui.css +0 -107
- data/core/public/stylesheets/theme.css +0 -4
- data/core/public/stylesheets/wymeditor/skins/refinery/skin.css +0 -528
- data/core/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +0 -96
- data/core/public/wymeditor/GPL-license.txt +0 -278
- data/core/public/wymeditor/MIT-license.txt +0 -20
- data/core/public/wymeditor/README +0 -35
- data/core/refinerycms-core.gemspec +0 -20
- data/core/spec/lib/refinery/plugins_spec.rb +0 -90
- data/dashboard/app/controllers/admin/dashboard_controller.rb +0 -38
- data/dashboard/app/helpers/admin/dashboard_helper.rb +0 -24
- data/dashboard/app/views/admin/dashboard/_additional_dashboard_menu_items.html.erb +0 -1
- data/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +0 -14
- data/dashboard/app/views/admin/dashboard/_recent_inquiries.html.erb +0 -11
- data/dashboard/app/views/admin/dashboard/index.html.erb +0 -70
- data/dashboard/app/views/admin/dashboard/index.rss.builder +0 -26
- data/dashboard/config/locales/cs.yml +0 -25
- data/dashboard/config/locales/da.yml +0 -25
- data/dashboard/config/locales/de.yml +0 -25
- data/dashboard/config/locales/el.yml +0 -25
- data/dashboard/config/locales/en.yml +0 -25
- data/dashboard/config/locales/es.yml +0 -28
- data/dashboard/config/locales/fr.yml +0 -25
- data/dashboard/config/locales/it.yml +0 -27
- data/dashboard/config/locales/lolcat.yml +0 -24
- data/dashboard/config/locales/lt.yml +0 -25
- data/dashboard/config/locales/lv.yml +0 -27
- data/dashboard/config/locales/nb.yml +0 -25
- data/dashboard/config/locales/nl.yml +0 -25
- data/dashboard/config/locales/pl.yml +0 -29
- data/dashboard/config/locales/pt-BR.yml +0 -29
- data/dashboard/config/locales/rs.yml +0 -26
- data/dashboard/config/locales/ru.yml +0 -29
- data/dashboard/config/locales/sl.yml +0 -24
- data/dashboard/config/locales/sv.yml +0 -25
- data/dashboard/config/locales/zh-CN.yml +0 -25
- data/dashboard/config/locales/zh-TW.yml +0 -25
- data/dashboard/config/routes.rb +0 -11
- data/dashboard/features/dashboard.feature +0 -35
- data/dashboard/features/support/paths.rb +0 -14
- data/dashboard/lib/dashboard.rb +0 -19
- data/dashboard/license.md +0 -21
- data/dashboard/readme.md +0 -22
- data/dashboard/refinerycms-dashboard.gemspec +0 -20
- data/images/app/controllers/admin/images_controller.rb +0 -108
- data/images/app/helpers/admin/images_helper.rb +0 -27
- data/images/app/models/image.rb +0 -72
- data/images/app/views/admin/images/_existing_image.html.erb +0 -73
- data/images/app/views/admin/images/_form.html.erb +0 -54
- data/images/app/views/admin/images/_grid_view.html.erb +0 -19
- data/images/app/views/admin/images/_images.html.erb +0 -2
- data/images/app/views/admin/images/_list_view.html.erb +0 -10
- data/images/app/views/admin/images/_list_view_image.html.erb +0 -17
- data/images/app/views/admin/images/edit.html.erb +0 -1
- data/images/app/views/admin/images/index.html.erb +0 -38
- data/images/app/views/admin/images/insert.html.erb +0 -47
- data/images/app/views/admin/images/new.html.erb +0 -1
- data/images/config/locales/cs.yml +0 -41
- data/images/config/locales/da.yml +0 -41
- data/images/config/locales/de.yml +0 -41
- data/images/config/locales/el.yml +0 -41
- data/images/config/locales/en.yml +0 -41
- data/images/config/locales/es.yml +0 -40
- data/images/config/locales/fr.yml +0 -41
- data/images/config/locales/it.yml +0 -47
- data/images/config/locales/lolcat.yml +0 -41
- data/images/config/locales/lt.yml +0 -41
- data/images/config/locales/lv.yml +0 -41
- data/images/config/locales/nb.yml +0 -42
- data/images/config/locales/nl.yml +0 -40
- data/images/config/locales/pl.yml +0 -42
- data/images/config/locales/pt-BR.yml +0 -42
- data/images/config/locales/rs.yml +0 -42
- data/images/config/locales/ru.yml +0 -41
- data/images/config/locales/sl.yml +0 -40
- data/images/config/locales/sv.yml +0 -41
- data/images/config/locales/zh-CN.yml +0 -41
- data/images/config/locales/zh-TW.yml +0 -41
- data/images/config/routes.rb +0 -11
- data/images/db/migrate/20100913234707_create_refinerycms_images_schema.rb +0 -23
- data/images/features/manage_images.feature +0 -49
- data/images/features/step_definitions/image_steps.rb +0 -40
- data/images/features/support/factories.rb +0 -5
- data/images/features/support/paths.rb +0 -17
- data/images/features/uploads/beach.jpeg +0 -0
- data/images/features/uploads/id-rather-be-here.jpg +0 -0
- data/images/features/uploads/refinery_is_awesome.txt +0 -1
- data/images/lib/generators/refinerycms_images_generator.rb +0 -8
- data/images/lib/images.rb +0 -59
- data/images/license.md +0 -21
- data/images/readme.md +0 -34
- data/images/refinerycms-images.gemspec +0 -20
- data/images/spec/models/image_spec.rb +0 -87
- data/images/spec/uploads/beach.jpeg +0 -0
- data/pages/app/controllers/admin/page_parts_controller.rb +0 -24
- data/pages/app/controllers/admin/pages_controller.rb +0 -37
- data/pages/app/controllers/admin/pages_dialogs_controller.rb +0 -87
- data/pages/app/controllers/pages_controller.rb +0 -32
- data/pages/app/helpers/pages_helper.rb +0 -2
- data/pages/app/models/page.rb +0 -290
- data/pages/app/models/page_part.rb +0 -23
- data/pages/app/presenters/page_presenter.rb +0 -7
- data/pages/app/views/admin/pages/_form.html.erb +0 -61
- data/pages/app/views/admin/pages/_form_advanced_options.html.erb +0 -79
- data/pages/app/views/admin/pages/_form_advanced_options_seo.html.erb +0 -24
- data/pages/app/views/admin/pages/_form_fields_after_title.html.erb +0 -1
- data/pages/app/views/admin/pages/_form_new_page_parts.html.erb +0 -14
- data/pages/app/views/admin/pages/_form_page_parts.html.erb +0 -47
- data/pages/app/views/admin/pages/_locale_picker.html.erb +0 -11
- data/pages/app/views/admin/pages/_page.html.erb +0 -33
- data/pages/app/views/admin/pages/_page_part_field.html.erb +0 -5
- data/pages/app/views/admin/pages/_sortable_list.html.erb +0 -5
- data/pages/app/views/admin/pages/edit.html.erb +0 -1
- data/pages/app/views/admin/pages/index.html.erb +0 -40
- data/pages/app/views/admin/pages/new.html.erb +0 -1
- data/pages/app/views/admin/pages_dialogs/_page_link.html.erb +0 -13
- data/pages/app/views/admin/pages_dialogs/link_to.html.erb +0 -141
- data/pages/app/views/pages/home.html.erb +0 -1
- data/pages/app/views/pages/show.html.erb +0 -1
- data/pages/config/locales/cs.yml +0 -84
- data/pages/config/locales/da.yml +0 -84
- data/pages/config/locales/de.yml +0 -84
- data/pages/config/locales/el.yml +0 -84
- data/pages/config/locales/en.yml +0 -84
- data/pages/config/locales/es.yml +0 -83
- data/pages/config/locales/fr.yml +0 -84
- data/pages/config/locales/it.yml +0 -98
- data/pages/config/locales/lolcat.yml +0 -83
- data/pages/config/locales/lt.yml +0 -85
- data/pages/config/locales/lv.yml +0 -86
- data/pages/config/locales/nb.yml +0 -85
- data/pages/config/locales/nl.yml +0 -81
- data/pages/config/locales/pl.yml +0 -85
- data/pages/config/locales/pt-BR.yml +0 -85
- data/pages/config/locales/rs.yml +0 -84
- data/pages/config/locales/ru.yml +0 -108
- data/pages/config/locales/sl.yml +0 -83
- data/pages/config/locales/sv.yml +0 -84
- data/pages/config/locales/zh-CN.yml +0 -84
- data/pages/config/locales/zh-TW.yml +0 -84
- data/pages/config/routes.rb +0 -21
- data/pages/db/migrate/20100913234708_create_refinerycms_pages_schema.rb +0 -53
- data/pages/db/migrate/20101214040815_translate_page_plugin.rb +0 -29
- data/pages/db/migrate/20101216194133_remove_cached_slug_from_pages.rb +0 -9
- data/pages/db/seeds/pages.rb +0 -43
- data/pages/features/manage_pages.feature +0 -47
- data/pages/features/step_definitions/page_steps.rb +0 -53
- data/pages/features/support/paths.rb +0 -26
- data/pages/features/visit_pages.feature +0 -47
- data/pages/lib/generators/refinerycms_pages_generator.rb +0 -8
- data/pages/lib/pages.rb +0 -36
- data/pages/lib/pages/marketable_routes.rb +0 -3
- data/pages/lib/pages/tabs.rb +0 -30
- data/pages/license.md +0 -21
- data/pages/readme.md +0 -156
- data/pages/refinerycms-pages.gemspec +0 -21
- data/pages/spec/models/page_spec.rb +0 -155
- data/resources/app/controllers/admin/resources_controller.rb +0 -89
- data/resources/app/models/resource.rb +0 -53
- data/resources/app/views/admin/resources/_existing_resource.html.erb +0 -32
- data/resources/app/views/admin/resources/_form.html.erb +0 -55
- data/resources/app/views/admin/resources/_resource.html.erb +0 -17
- data/resources/app/views/admin/resources/_resources.html.erb +0 -10
- data/resources/app/views/admin/resources/edit.html.erb +0 -1
- data/resources/app/views/admin/resources/index.html.erb +0 -31
- data/resources/app/views/admin/resources/insert.html.erb +0 -54
- data/resources/app/views/admin/resources/new.html.erb +0 -1
- data/resources/config/locales/cs.yml +0 -34
- data/resources/config/locales/da.yml +0 -34
- data/resources/config/locales/de.yml +0 -34
- data/resources/config/locales/el.yml +0 -34
- data/resources/config/locales/en.yml +0 -34
- data/resources/config/locales/es.yml +0 -33
- data/resources/config/locales/fr.yml +0 -34
- data/resources/config/locales/it.yml +0 -43
- data/resources/config/locales/lolcat.yml +0 -34
- data/resources/config/locales/lt.yml +0 -34
- data/resources/config/locales/lv.yml +0 -34
- data/resources/config/locales/nb.yml +0 -34
- data/resources/config/locales/nl.yml +0 -33
- data/resources/config/locales/pl.yml +0 -35
- data/resources/config/locales/pt-BR.yml +0 -34
- data/resources/config/locales/rs.yml +0 -35
- data/resources/config/locales/ru.yml +0 -34
- data/resources/config/locales/sl.yml +0 -33
- data/resources/config/locales/sv.yml +0 -34
- data/resources/config/locales/zh-CN.yml +0 -34
- data/resources/config/locales/zh-TW.yml +0 -34
- data/resources/config/routes.rb +0 -11
- data/resources/db/migrate/20100913234709_create_refinerycms_resources_schema.rb +0 -21
- data/resources/features/manage_files.feature +0 -43
- data/resources/features/step_definitions/file_steps.rb +0 -21
- data/resources/features/support/paths.rb +0 -17
- data/resources/features/uploads/beach.jpeg +0 -0
- data/resources/features/uploads/refinery_is_awesome.txt +0 -1
- data/resources/lib/generators/refinerycms_resources_generator.rb +0 -8
- data/resources/lib/resources.rb +0 -58
- data/resources/license.md +0 -21
- data/resources/readme.md +0 -9
- data/resources/refinerycms-resources.gemspec +0 -20
- data/resources/spec/models/resource_spec.rb +0 -91
- data/resources/spec/uploads/refinery_is_awesome.txt +0 -1
- data/settings/app/controllers/admin/refinery_settings_controller.rb +0 -77
- data/settings/app/helpers/refinery_settings_helper.rb +0 -25
- data/settings/app/models/refinery_setting.rb +0 -212
- data/settings/app/views/admin/refinery_settings/_form.html.erb +0 -62
- data/settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +0 -23
- data/settings/app/views/admin/refinery_settings/_refinery_settings.html.erb +0 -5
- data/settings/app/views/admin/refinery_settings/edit.html.erb +0 -1
- data/settings/app/views/admin/refinery_settings/index.html.erb +0 -49
- data/settings/app/views/admin/refinery_settings/new.html.erb +0 -1
- data/settings/config/locales/cs.yml +0 -45
- data/settings/config/locales/da.yml +0 -46
- data/settings/config/locales/de.yml +0 -46
- data/settings/config/locales/el.yml +0 -46
- data/settings/config/locales/en.yml +0 -46
- data/settings/config/locales/es.yml +0 -43
- data/settings/config/locales/fr.yml +0 -44
- data/settings/config/locales/it.yml +0 -36
- data/settings/config/locales/lolcat.yml +0 -43
- data/settings/config/locales/lt.yml +0 -46
- data/settings/config/locales/lv.yml +0 -46
- data/settings/config/locales/nb.yml +0 -47
- data/settings/config/locales/nl.yml +0 -46
- data/settings/config/locales/pl.yml +0 -46
- data/settings/config/locales/pt-BR.yml +0 -44
- data/settings/config/locales/rs.yml +0 -46
- data/settings/config/locales/ru.yml +0 -43
- data/settings/config/locales/sl.yml +0 -25
- data/settings/config/locales/sv.yml +0 -45
- data/settings/config/locales/zh-CN.yml +0 -46
- data/settings/config/locales/zh-TW.yml +0 -46
- data/settings/config/routes.rb +0 -8
- data/settings/db/migrate/20100913234710_create_refinerycms_settings_schema.rb +0 -24
- data/settings/db/migrate/20100926142529_add_value_type_to_refinery_settings.rb +0 -9
- data/settings/features/manage_refinery_settings.feature +0 -5
- data/settings/features/step_definitions/setting_steps.rb +0 -9
- data/settings/features/support/paths.rb +0 -14
- data/settings/lib/generators/refinerycms_settings_generator.rb +0 -8
- data/settings/lib/settings.rb +0 -16
- data/settings/license.md +0 -21
- data/settings/readme.md +0 -55
- data/settings/refinerycms-settings.gemspec +0 -20
- data/settings/spec/models/refinery_setting_spec.rb +0 -101
data/core/config/locales/sl.yml
DELETED
@@ -1,72 +0,0 @@
|
|
1
|
-
sl:
|
2
|
-
welcome:
|
3
|
-
there_are_no_users: "Trenutno še ni nobenega uporabnika, zato vas moramo najprej namestiti."
|
4
|
-
remember_admin_location: "Zapomnite si vaše administracijsko področje v Refinery je:"
|
5
|
-
lets_start: "Vredu najprej vas bomo namestili, da se boste potem lahko prijavili..."
|
6
|
-
continue: "Nadaljuj..."
|
7
|
-
admin:
|
8
|
-
menu:
|
9
|
-
reorder_menu: Spremeni vrsti red zavihkov
|
10
|
-
reorder_menu_done: "Končaj s prerazporeditvijo zavihkov."
|
11
|
-
dialogs:
|
12
|
-
show:
|
13
|
-
save: Shrani
|
14
|
-
cancel: Prekliči
|
15
|
-
refinery:
|
16
|
-
other: "Drugo %{what}"
|
17
|
-
reorder: "Spremeni vrstni red %{what}"
|
18
|
-
reorder_done: "Končaj s prerazporeditvijo %{what}"
|
19
|
-
crudify:
|
20
|
-
created: "%{what} je bil uspešno ustvarjen"
|
21
|
-
updated: "%{what} je bil uspešno ustvarjen"
|
22
|
-
destroyed: "%{what} je bil uspešno odstranjen"
|
23
|
-
shared:
|
24
|
-
site_bar:
|
25
|
-
log_out: Odjavite se
|
26
|
-
switch_to_your_website: "Preklopite na vašo spletno stran"
|
27
|
-
switch_to_your_website_editor: "Preklopite na urejevalnik spletne strani"
|
28
|
-
admin:
|
29
|
-
message:
|
30
|
-
close: Zapri
|
31
|
-
continue_editing:
|
32
|
-
save_and_continue_editing: "Shrani & nadaljuj z urejanjem"
|
33
|
-
form_actions:
|
34
|
-
save: Shrani
|
35
|
-
cancel: Prekliči
|
36
|
-
cancel_lose_changes: "S preklicem bodo izgubljene vse spremembe, ki ste jih naredili na %{object_name}."
|
37
|
-
delete: Izbriši
|
38
|
-
close: Zapri
|
39
|
-
image_picker:
|
40
|
-
none_selected: "Trenutno ni izbrana nobena %{what}, prosimo kliknite tukaj da dodate eno."
|
41
|
-
remove_current: "Odstrani trenutno %{what}"
|
42
|
-
change: Kliknite tukaj za izbiro slike
|
43
|
-
show: Prikaži
|
44
|
-
resource_picker:
|
45
|
-
no_resource_selected: "Trenutno ni izbrana nobena %{what}, prosimo kliknite tukaj da dodate eno."
|
46
|
-
name: Dodaj datoteko
|
47
|
-
current: "Trenutna %{what}"
|
48
|
-
download_current: "Prenesi trenutno %{what}"
|
49
|
-
opens_in_new_window: Odpri v novem oknu
|
50
|
-
remove_current: "Odstrani trenutno %{what}"
|
51
|
-
resource: vir
|
52
|
-
search:
|
53
|
-
button_text: Išči
|
54
|
-
results_for: Iskalni rezultati za '%{query}'
|
55
|
-
no_results: Ni bilo zadetkov
|
56
|
-
delete:
|
57
|
-
message: Ali ste prepričani da želite odstraniti '%{title}'?
|
58
|
-
error_messages:
|
59
|
-
problems_in_following_fields: Prišlo je do težav v naslednjih poljih
|
60
|
-
help: pomoč
|
61
|
-
message:
|
62
|
-
close: Zapri
|
63
|
-
close_this_message: Zapri to sporočilo
|
64
|
-
draft_page_message:
|
65
|
-
not_live: Ta stran še ni javno dostopna.
|
66
|
-
footer:
|
67
|
-
copyright: Vse pravice pridržane © %{year} %{site_name}
|
68
|
-
no_script:
|
69
|
-
enable_javascript: Za polno funkcionalnost te strani je potrebno omogočiti JavaScript.
|
70
|
-
here_are: Tukaj so
|
71
|
-
instructions_enable_javascript: navodila, kako omogočite JavaScript v vašem brskalniku
|
72
|
-
|
data/core/config/locales/sv.yml
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
sv:
|
2
|
-
plugins:
|
3
|
-
refinery_core:
|
4
|
-
title: Refinery
|
5
|
-
description: Kärntillågsprogram för Refinery
|
6
|
-
refinery_dialogs:
|
7
|
-
title: Dialoger
|
8
|
-
description: Refinery dialoger tillägsprogram
|
9
|
-
welcome:
|
10
|
-
there_are_no_users: Det finns inga användare ännu, så vi skapar en för dig först.
|
11
|
-
remember_admin_location: "Kom ihåg att kontrollpanelen nås via:"
|
12
|
-
lets_start: Okej, låt oss skapa en användare för dig så du kan logga in...
|
13
|
-
continue: Fortsätt...
|
14
|
-
admin:
|
15
|
-
menu:
|
16
|
-
reorder_menu: Ändra ordning på meny
|
17
|
-
reorder_menu_done: Ordningen på menyn ändrades
|
18
|
-
dialogs:
|
19
|
-
show:
|
20
|
-
save: Spara
|
21
|
-
cancel: Avbryt
|
22
|
-
refinery:
|
23
|
-
crudify:
|
24
|
-
created: %{what} lades till.
|
25
|
-
updated: %{what} uppdaterades.
|
26
|
-
destroyed: %{what} togs bort.
|
27
|
-
shared:
|
28
|
-
site_bar:
|
29
|
-
log_out: Logga ut
|
30
|
-
switch_to_your_website: Byt till din webbplats
|
31
|
-
switch_to_your_website_editor: Byt till din webbplats-redigerare
|
32
|
-
admin:
|
33
|
-
continue_editing:
|
34
|
-
save_and_continue_editing: Spara & fortsätt redigera
|
35
|
-
form_actions:
|
36
|
-
save: Spara
|
37
|
-
cancel: Avbryt
|
38
|
-
cancel_lose_changes: Om du avbryter förlorar du de ändringar du har gjort.
|
39
|
-
delete: Ta bort
|
40
|
-
close: Stäng
|
41
|
-
image_picker:
|
42
|
-
none_selected: Det finns just nu ingen %{what} vald, klicka här för att lägga till en.
|
43
|
-
remove_current: Ta bort denna %{what}
|
44
|
-
change: Klicka här för att välja en bild
|
45
|
-
show: Visa
|
46
|
-
resource_picker:
|
47
|
-
download_current: Ladda ner denna fil
|
48
|
-
opens_in_new_window: Öppnas i nytt fönster
|
49
|
-
remove_current: "Ta bort denna fil"
|
50
|
-
no_resource_selected: Ingen fil är vald, klicka här för att lägga till en.
|
51
|
-
name: Lägg till en fil
|
52
|
-
current: Aktuell fil
|
53
|
-
search:
|
54
|
-
button_text: Sök
|
55
|
-
results_for: Sökresultat för '%{query}'
|
56
|
-
no_results: Tyvärr, sökningen gav inga träffar.
|
57
|
-
delete:
|
58
|
-
message: Är du säker på att du vill ta bort '%{title}'?
|
59
|
-
error_messages:
|
60
|
-
problems_in_following_fields: Det uppstod problem med följande fält
|
61
|
-
help: hjälp
|
62
|
-
message:
|
63
|
-
close: Stäng
|
64
|
-
close_this_message: Stäng detta meddelande
|
65
|
-
draft_page_message:
|
66
|
-
not_live: Den här sidan visas INTE live för besökare.
|
67
|
-
footer:
|
68
|
-
copyright: Copyright © %{year} %{site_name}
|
69
|
-
no_script:
|
70
|
-
enable_javascript: För att få full funktionalitet på den här sidan behöver JavaScript vara aktiverat i din webbläsare.
|
71
|
-
here_are: Här är
|
72
|
-
instructions_enable_javascript: instruktioner om hur du aktiverar JavaScript i din webbläsare
|
73
|
-
time:
|
74
|
-
formats:
|
75
|
-
short: "%A, %d %B %Y"
|
@@ -1,75 +0,0 @@
|
|
1
|
-
zh-CN:
|
2
|
-
plugins:
|
3
|
-
refinery_core:
|
4
|
-
title: Refinery
|
5
|
-
description: 核心 refinery 插件
|
6
|
-
refinery_dialogs:
|
7
|
-
title: 对话方框
|
8
|
-
description: Refinery 对话方框插件
|
9
|
-
welcome:
|
10
|
-
there_are_no_users: 目前没有任何的使用者, 我们会先替您进行设定.
|
11
|
-
remember_admin_location: "记住您的 Refinery 管理者页面在:"
|
12
|
-
lets_start: 好了, 让我们协助您设定, 然后您就能登入了...
|
13
|
-
continue: 继续...
|
14
|
-
admin:
|
15
|
-
menu:
|
16
|
-
reorder_menu: 重新编排选单
|
17
|
-
reorder_menu_done: 我已经完成了选单的编排
|
18
|
-
dialogs:
|
19
|
-
show:
|
20
|
-
save: 储存
|
21
|
-
cancel: 取消
|
22
|
-
refinery:
|
23
|
-
crudify:
|
24
|
-
created: %{what} 成功地加入.
|
25
|
-
updated: %{what} 成功地更新.
|
26
|
-
destroyed: %{what} 成功地移除.
|
27
|
-
shared:
|
28
|
-
site_bar:
|
29
|
-
log_out: 登出
|
30
|
-
switch_to_your_website: 切换到您的网站
|
31
|
-
switch_to_your_website_editor: 切换到您的网站编辑器
|
32
|
-
admin:
|
33
|
-
continue_editing:
|
34
|
-
save_and_continue_editing: 储存然后继续编辑
|
35
|
-
form_actions:
|
36
|
-
save: 储存
|
37
|
-
cancel: 取消
|
38
|
-
cancel_lose_changes: 如果您选择取消, 您将会遗失先前的所有设定
|
39
|
-
delete: 移除
|
40
|
-
close: 关闭
|
41
|
-
image_picker:
|
42
|
-
none_selected: 目前没有任何 %{what} 被选择, 请点选这里来新增.
|
43
|
-
remove_current: 移除目前的 %{what}
|
44
|
-
change: 点选这里来选择一张图片
|
45
|
-
show: 展示
|
46
|
-
resource_picker:
|
47
|
-
download_current: 下载目前文件
|
48
|
-
opens_in_new_window: 在新的视窗开启
|
49
|
-
remove_current: "移除目前文件"
|
50
|
-
no_resource_selected: 目前没有任何文件被选取, 点选这里来新增.
|
51
|
-
name: 新增文件
|
52
|
-
current: 目前文件
|
53
|
-
search:
|
54
|
-
button_text: 搜寻
|
55
|
-
results_for: 搜寻 '%{query}' 的结果
|
56
|
-
no_results: 抱歉, 没有任何搜寻结果
|
57
|
-
delete:
|
58
|
-
message: 确定要移除 '%{title}' 吗?
|
59
|
-
error_messages:
|
60
|
-
problems_in_following_fields: 以下几个字段出现问题
|
61
|
-
help: 求助
|
62
|
-
message:
|
63
|
-
close: 关闭
|
64
|
-
close_this_message: 关闭这个讯息
|
65
|
-
draft_page_message:
|
66
|
-
not_live: 这个页面目前没有开放公开浏览.
|
67
|
-
footer:
|
68
|
-
copyright: Copyright © %{year} %{site_name}
|
69
|
-
no_script:
|
70
|
-
enable_javascript: 您必须要启动支援 JavaScript 才能够看到这个页面提供的所有功能.
|
71
|
-
here_are: 这里是
|
72
|
-
instructions_enable_javascript: 如果让您的浏览器启动支援 JavaScript 的说明
|
73
|
-
time:
|
74
|
-
formats:
|
75
|
-
short: "%A, %d %B %Y"
|
@@ -1,75 +0,0 @@
|
|
1
|
-
zh-TW:
|
2
|
-
plugins:
|
3
|
-
refinery_core:
|
4
|
-
title: Refinery
|
5
|
-
description: 核心 refinery 插件
|
6
|
-
refinery_dialogs:
|
7
|
-
title: 對話方框
|
8
|
-
description: Refinery 對話方框插件
|
9
|
-
welcome:
|
10
|
-
there_are_no_users: 目前沒有任何的使用者, 我們會先替您進行設定.
|
11
|
-
remember_admin_location: "記住您的 Refinery 管理者頁面在:"
|
12
|
-
lets_start: 好了, 讓我們協助您設定, 然後您就能登入了...
|
13
|
-
continue: 繼續...
|
14
|
-
admin:
|
15
|
-
menu:
|
16
|
-
reorder_menu: 重新編排選單
|
17
|
-
reorder_menu_done: 我已經完成了選單的編排
|
18
|
-
dialogs:
|
19
|
-
show:
|
20
|
-
save: 儲存
|
21
|
-
cancel: 取消
|
22
|
-
refinery:
|
23
|
-
crudify:
|
24
|
-
created: %{what} 成功地加入.
|
25
|
-
updated: %{what} 成功地更新.
|
26
|
-
destroyed: %{what} 成功地移除.
|
27
|
-
shared:
|
28
|
-
site_bar:
|
29
|
-
log_out: 登出
|
30
|
-
switch_to_your_website: 切換到您的網站
|
31
|
-
switch_to_your_website_editor: 切換到您的網站編輯器
|
32
|
-
admin:
|
33
|
-
continue_editing:
|
34
|
-
save_and_continue_editing: 儲存然後繼續編輯
|
35
|
-
form_actions:
|
36
|
-
save: 儲存
|
37
|
-
cancel: 取消
|
38
|
-
cancel_lose_changes: 如果您選擇取消, 您將會遺失先前的所有設定
|
39
|
-
delete: 移除
|
40
|
-
close: 關閉
|
41
|
-
image_picker:
|
42
|
-
none_selected: 目前沒有任何 %{what} 被選擇, 請點選這裡來新增.
|
43
|
-
remove_current: 移除目前的 %{what}
|
44
|
-
change: 點選這裡來選擇一張圖片
|
45
|
-
show: 展示
|
46
|
-
resource_picker:
|
47
|
-
download_current: 下載目前檔案
|
48
|
-
opens_in_new_window: 在新的視窗開啟
|
49
|
-
remove_current: "移除目前檔案"
|
50
|
-
no_resource_selected: 目前沒有任何檔案被選取, 點選這裡來新增.
|
51
|
-
name: 新增檔案
|
52
|
-
current: 目前檔案
|
53
|
-
search:
|
54
|
-
button_text: 搜尋
|
55
|
-
results_for: 搜尋 '%{query}' 的結果
|
56
|
-
no_results: 抱歉, 沒有任何搜尋結果
|
57
|
-
delete:
|
58
|
-
message: 確定要移除 '%{title}' 嗎?
|
59
|
-
error_messages:
|
60
|
-
problems_in_following_fields: 以下幾個欄位出現問題
|
61
|
-
help: 求助
|
62
|
-
message:
|
63
|
-
close: 關閉
|
64
|
-
close_this_message: 關閉這個訊息
|
65
|
-
draft_page_message:
|
66
|
-
not_live: 這個頁面目前沒有開放公開瀏覽.
|
67
|
-
footer:
|
68
|
-
copyright: Copyright © %{year} %{site_name}
|
69
|
-
no_script:
|
70
|
-
enable_javascript: 您必須要啟動支援 JavaScript 才能夠看到這個頁面提供的所有功能.
|
71
|
-
here_are: 這裡是
|
72
|
-
instructions_enable_javascript: 如果讓您的瀏覽器啟動支援 JavaScript 的說明
|
73
|
-
time:
|
74
|
-
formats:
|
75
|
-
short: "%A, %d %B %Y"
|
data/core/config/routes.rb
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
::Refinery::Application.routes.draw do
|
2
|
-
filter(:refinery_locales) if defined?(RoutingFilter::RefineryLocales) # optionally use i18n.
|
3
|
-
|
4
|
-
root :to => 'pages#home'
|
5
|
-
|
6
|
-
match 'wymiframe(/:id)', :to => 'refinery/fast#wymiframe', :as => :wymiframe
|
7
|
-
|
8
|
-
scope(:path => 'refinery', :as => 'admin', :module => 'admin') do
|
9
|
-
root :to => 'dashboard#index'
|
10
|
-
resources :dialogs, :only => :show
|
11
|
-
end
|
12
|
-
|
13
|
-
match '/refinery/update_menu_positions', :to => 'admin/refinery_core#update_plugin_positions'
|
14
|
-
|
15
|
-
match '/sitemap.xml' => 'sitemap#index', :defaults => { :format => 'xml' }
|
16
|
-
|
17
|
-
# Marketable URLs should be appended to routes by the Pages Engine.
|
18
|
-
# Catch all routes should be appended to routes by the Core Engine.
|
19
|
-
end
|
data/core/crud.md
DELETED
@@ -1,197 +0,0 @@
|
|
1
|
-
# The Magical Mixin: Crudify (create, read, update & delete)
|
2
|
-
|
3
|
-
## Introduction
|
4
|
-
|
5
|
-
__Most controllers Refinery and other apps do four common things, create, read, update and delete stuff.__ Instead of writing the same logic for these actions over and over again we wrap all this functionality up into what we called ``crudify``.
|
6
|
-
|
7
|
-
``crudify`` takes these four basic actions and extends them to allow easy paging, searching and sorting too.
|
8
|
-
|
9
|
-
Although this single file is included in Refinery, you could take just this single file and use it in any app you like.
|
10
|
-
|
11
|
-
The best part about ``crudify`` is that this gives you a smart default and if there is anything you want to work differently just override that method.
|
12
|
-
|
13
|
-
## Where is it located?
|
14
|
-
|
15
|
-
``core/lib/refinery/crud.rb``
|
16
|
-
|
17
|
-
## How do I use it in my engines?
|
18
|
-
|
19
|
-
All you need to do is call ``crudify`` in your controller.
|
20
|
-
|
21
|
-
If you used the Refinery generator you're plugin will already be using ``crudify``.
|
22
|
-
|
23
|
-
### Example
|
24
|
-
|
25
|
-
class NewsItemsController < ApplicationController
|
26
|
-
|
27
|
-
crudify :news_item, :order => "created_at DESC"
|
28
|
-
|
29
|
-
end
|
30
|
-
|
31
|
-
### Complex Example
|
32
|
-
|
33
|
-
class NewsItemsController < ApplicationController
|
34
|
-
|
35
|
-
crudify :news_item, :order => "created_at DESC",
|
36
|
-
:conditions => 'published = true',
|
37
|
-
:sortable => false,
|
38
|
-
:searchable => true,
|
39
|
-
:include => [:author],
|
40
|
-
:paging => true,
|
41
|
-
:search_conditions => ''
|
42
|
-
|
43
|
-
end
|
44
|
-
|
45
|
-
## What can you configure with ``crudify``?
|
46
|
-
|
47
|
-
### ``:title_attribute``
|
48
|
-
|
49
|
-
Default value is ``title``
|
50
|
-
|
51
|
-
This is the human readable value you want ``crudify`` to use throughout. Just choose an attribute that is on your model that is short and descriptive to what the model is.
|
52
|
-
|
53
|
-
#### Example
|
54
|
-
|
55
|
-
On a page model you'd probably use "title" (which is default so you don't need to specify this)
|
56
|
-
|
57
|
-
#### Example 2
|
58
|
-
|
59
|
-
On a ``team_member`` model you'd probably want to use an attribute like ``name``.
|
60
|
-
|
61
|
-
### ``:order``
|
62
|
-
|
63
|
-
Default value is ``position ASC``
|
64
|
-
|
65
|
-
This is the position that is used when listing out what you're crudifying. If you have ``:sortable`` set to ``true`` you probably want to have your ``:order`` set to ``position ASC`` so it uses the order you have set when sorting.
|
66
|
-
|
67
|
-
If you have a news area, it makes more sense to sort by ``posted_at``. So you might set it like this
|
68
|
-
|
69
|
-
:order => "posted_at DESC"
|
70
|
-
|
71
|
-
### ``:conditions``
|
72
|
-
|
73
|
-
Default value is ``nil``
|
74
|
-
|
75
|
-
This will filter down the list of items you have when you're asking for all records.
|
76
|
-
|
77
|
-
An example here is say you're crudifying a photos table that uses attachment_fu. Attachment_fu creates several photo records, 1 for the main photo and others for it's "children" thumbnails. Those thumbnails have a parent id set.
|
78
|
-
|
79
|
-
So when viewing a list of the images you have you don't want it to show all the thumbnails too, you just want to each see unique image listed so you need to apply some conditions to hide the thumbnails.
|
80
|
-
|
81
|
-
You do that like this:
|
82
|
-
|
83
|
-
:conditions => {:parent_id => nil}
|
84
|
-
|
85
|
-
### ``:sortable``
|
86
|
-
|
87
|
-
Default value is ``true``
|
88
|
-
|
89
|
-
Enabling ``:sortable`` gives you several handy methods which "just work" with sortable JavaScript lists. One of the methods is ``update_positions()`` which handles saving the new position items have been sorted into.
|
90
|
-
|
91
|
-
### ``:searchable``
|
92
|
-
|
93
|
-
Default value is ``true``
|
94
|
-
|
95
|
-
When this option is ``true``, the routes are modified so when you go to the next page of results the search continues on.
|
96
|
-
|
97
|
-
### ``:include``
|
98
|
-
|
99
|
-
Default value is ``[]``
|
100
|
-
|
101
|
-
For performance optimisation, sometimes you might want to eager load other related models to this one. For example a ``news_post`` might below to a ``user`` who wrote the post. But in our index view we're printing out the name of each user.
|
102
|
-
|
103
|
-
Instead of having to look up each user for each of the ``news_posts`` we iterate over, the ``:include`` option allows you to load the ``news_post`` and user all at the same time which'll allow you to save on expensive database queries.
|
104
|
-
|
105
|
-
Here's an example of that.
|
106
|
-
|
107
|
-
class NewsItem
|
108
|
-
|
109
|
-
belongs_to :user
|
110
|
-
|
111
|
-
end
|
112
|
-
|
113
|
-
class NewsItemsController < ApplicationController
|
114
|
-
|
115
|
-
crudify :news_item, :order => "created_at DESC", :include => [:user]
|
116
|
-
|
117
|
-
end
|
118
|
-
|
119
|
-
### ``:paging``
|
120
|
-
|
121
|
-
Default value is ``true``
|
122
|
-
|
123
|
-
The ``:paging`` option tells ``crudify`` you don't just want one big long list but rather to break it out into pages and support paging methods uses [will_paginate](http://wiki.github.com/mislav/will_paginate/).
|
124
|
-
|
125
|
-
### ``:search_conditions``
|
126
|
-
|
127
|
-
Default value is ``nil``
|
128
|
-
|
129
|
-
Similar to the ``:conditions`` options, ``:search_conditions`` just apply these conditions when delivering search results.
|
130
|
-
|
131
|
-
## Easy Accessor Methods
|
132
|
-
|
133
|
-
``crudify`` automatically writes up finder methods for the model you're crudifying. The easier way to explain this is with an example.
|
134
|
-
|
135
|
-
Say we have a pages controller that is going to manage pages.
|
136
|
-
|
137
|
-
class PagesController < ApplicationController
|
138
|
-
|
139
|
-
crudify :page
|
140
|
-
|
141
|
-
end
|
142
|
-
|
143
|
-
In this controller, automatically I have these methods:
|
144
|
-
|
145
|
-
find_page()
|
146
|
-
find_all_pages()
|
147
|
-
|
148
|
-
So say I wanted to change the way all pages are found, all I do is override the ``find_all_pages`` method.
|
149
|
-
|
150
|
-
class PagesController < ApplicationController
|
151
|
-
|
152
|
-
crudify :page
|
153
|
-
|
154
|
-
def find_all_pages
|
155
|
-
@pages = Page.find(...) # apply any logic I want here to get all pages.
|
156
|
-
end
|
157
|
-
|
158
|
-
end
|
159
|
-
|
160
|
-
## Overriding or Extending Crudify
|
161
|
-
|
162
|
-
Before overriding anything, the best thing to do is check out how the default works. Read the ``vendor/plugins/refinery/lib/crud.rb`` and see what code it's injecting into your controller.
|
163
|
-
|
164
|
-
Pick the method you want to override and then override it in your controller.
|
165
|
-
|
166
|
-
Let's go back to the example above with the pages controller.
|
167
|
-
|
168
|
-
class PagesController < ApplicationController
|
169
|
-
|
170
|
-
crudify :page
|
171
|
-
|
172
|
-
end
|
173
|
-
|
174
|
-
Say every time someone deletes a page I want my ``NotificationMailer`` to email me to say someone just deleted a page.
|
175
|
-
|
176
|
-
When I look in the ``crud.rb`` file I see that my controller has this added to it
|
177
|
-
|
178
|
-
def destroy
|
179
|
-
flash.notice = "'\#{@#{singular_name}.#{options[:title_attribute]}}' was successfully deleted." if @#{singular_name}.destroy
|
180
|
-
redirect_to admin_#{plural_name}_url
|
181
|
-
end
|
182
|
-
|
183
|
-
To override this all I would is create my own delete method that works the same but just with my mailer code on it.
|
184
|
-
|
185
|
-
class PagesController < ApplicationController
|
186
|
-
|
187
|
-
crudify :page
|
188
|
-
|
189
|
-
def destroy
|
190
|
-
if @page.destroy
|
191
|
-
flash.notice = "'#{@page.title}' was successfully deleted."
|
192
|
-
NotificationMailer.deliver_page_deleted(@page) # sends me an email to say a page was deleted
|
193
|
-
end
|
194
|
-
redirect_to admin_pages_url
|
195
|
-
end
|
196
|
-
|
197
|
-
end
|