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
@@ -1,6 +0,0 @@
|
|
1
|
-
<form method='GET' action='<%= url %>' class='search_form'>
|
2
|
-
<input id='search' name='search' size='22' type='search' value='<%= params[:search] %>' />
|
3
|
-
<% if params[:wymeditor].presence %><input name='wymeditor' value='true' type='hidden'><% end %>
|
4
|
-
<% if from_dialog? %><input id='dialog' name='dialog' type='hidden' value='true' /><% end %>
|
5
|
-
<%= submit_tag t('button_text', :scope => 'shared.admin.search'), :name => nil %>
|
6
|
-
</form>
|
@@ -1,42 +0,0 @@
|
|
1
|
-
<div class='field'>
|
2
|
-
<div id='page-tabs' class='clearfix ui-tabs ui-widget ui-widget-content ui-corner-all'>
|
3
|
-
<ul id='page_parts'>
|
4
|
-
<% tabbed_fields.each_with_index do |field, index| %>
|
5
|
-
<li class="ui-state-default <%= 'ui-state-active' if index == 0 %>">
|
6
|
-
<%= link_to "#{field.to_s.humanize}", "\##{field}" %>
|
7
|
-
</li>
|
8
|
-
<% end %>
|
9
|
-
<% pages_tabs = Refinery::Pages.tabs
|
10
|
-
tabs_to_show = (refinery_pages_tabs ||= []).map!(&:to_s)
|
11
|
-
pages_tabs.reject!{|t| refinery_pages_tabs.exclude?(t.name.to_s) } unless tabs_to_show.include?('all')
|
12
|
-
pages_tabs.each_with_index do |tab, tab_index| %>
|
13
|
-
<li class='ui-state-default' id="custom_<%= tab.name %>_tab">
|
14
|
-
<%= link_to tab.name.titleize, "#custom_tab_#{tab_index}" %>
|
15
|
-
</li>
|
16
|
-
<% end %>
|
17
|
-
</ul>
|
18
|
-
|
19
|
-
<div id='page_part_editors'>
|
20
|
-
<% tabbed_fields.each do |field| %>
|
21
|
-
<div class='page_part' id="<%= field %>">
|
22
|
-
<%= f.text_area field, :rows => 20, :class => 'wymeditor widest' -%>
|
23
|
-
</div>
|
24
|
-
<% end %>
|
25
|
-
<% pages_tabs.each_with_index do |tab, tab_index| %>
|
26
|
-
<div class='page_part' id='<%= "custom_tab_#{tab_index}" %>'>
|
27
|
-
<%= render :partial => tab.partial, :locals => {:f => f} %>
|
28
|
-
</div>
|
29
|
-
<% end %>
|
30
|
-
</div>
|
31
|
-
</div>
|
32
|
-
</div>
|
33
|
-
|
34
|
-
<% content_for :javascripts do %>
|
35
|
-
<script>
|
36
|
-
$(document).ready(function(){
|
37
|
-
if (!page_options.initialised) {
|
38
|
-
page_options.init(false, '', '');
|
39
|
-
}
|
40
|
-
});
|
41
|
-
</script>
|
42
|
-
<% end %>
|
@@ -1,17 +0,0 @@
|
|
1
|
-
<% content_for :header, t('.there_are_no_users') %>
|
2
|
-
<p>
|
3
|
-
<%=t('.remember_admin_location')%>
|
4
|
-
</p>
|
5
|
-
<p>
|
6
|
-
<strong>http://<%= request.host %>/refinery</strong>
|
7
|
-
</p>
|
8
|
-
<p>
|
9
|
-
<%= t('.lets_start') %>
|
10
|
-
</p>
|
11
|
-
|
12
|
-
<div class='form-actions'>
|
13
|
-
<div class='form-actions-left'>
|
14
|
-
<%= link_to t('.continue'), new_user_registration_path,
|
15
|
-
:class => 'button' %>
|
16
|
-
</div>
|
17
|
-
</div>
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>WYMeditor</title>
|
5
|
-
<meta charset='<%= ::Refinery::Application.config.encoding %>' />
|
6
|
-
<meta httpequiv="XUACompatible" content="IE=edge,chrome=1" />
|
7
|
-
<%= stylesheet_link_tag "wymeditor/skins/refinery/wymiframe", :media => "all" %>
|
8
|
-
<%= stylesheet_link_tag "formatting", :theme => RefinerySetting.get(:theme).present?, :media => "all" %>
|
9
|
-
<%= stylesheet_link_tag "refinery/theme" if RefinerySetting.find_or_set(:frontend_refinery_stylesheets_enabled, true) %>
|
10
|
-
<%= stylesheet_link_tag "theme", :media => "all" %>
|
11
|
-
<%= javascript_include_tag 'modernizr-min' %>
|
12
|
-
</head>
|
13
|
-
<body class="wym_iframe<%= " #{params[:id]}" if params[:id].present? %>">
|
14
|
-
</body>
|
15
|
-
</html>
|
data/core/config/locales/cs.yml
DELETED
@@ -1,77 +0,0 @@
|
|
1
|
-
cs:
|
2
|
-
plugins:
|
3
|
-
refinery_core:
|
4
|
-
title: Refinery
|
5
|
-
description: Core refinery plugin
|
6
|
-
refinery_dialogs:
|
7
|
-
title: Dialogs
|
8
|
-
description: Refinery dialogs plugin
|
9
|
-
welcome:
|
10
|
-
there_are_no_users: Nemáme žádné uživatele, proto nyní jednoho vytvoříme.
|
11
|
-
remember_admin_location: "Zapamatujte si adresu k Refinery administraci:"
|
12
|
-
lets_start: Nejdříve vytvoříme uživatelský účet, ať se máme jak přihlásit...
|
13
|
-
continue: Pokračovat...
|
14
|
-
admin:
|
15
|
-
menu:
|
16
|
-
reorder_menu: Přeuspořádat menu
|
17
|
-
reorder_menu_done: Uložit toto pořadí
|
18
|
-
dialogs:
|
19
|
-
show:
|
20
|
-
save: Uložit
|
21
|
-
cancel: Storno
|
22
|
-
refinery:
|
23
|
-
crudify:
|
24
|
-
created: %{what} byl úspěšně vytvořen.
|
25
|
-
updated: %{what} byl úspěšně aktualizován.
|
26
|
-
destroyed: %{what} byl úspěšně smazán.
|
27
|
-
shared:
|
28
|
-
site_bar:
|
29
|
-
log_out: Odhlásit
|
30
|
-
switch_to_your_website: Přepnout na web
|
31
|
-
switch_to_your_website_editor: Přepnout do editoru
|
32
|
-
admin:
|
33
|
-
continue_editing:
|
34
|
-
save_and_continue_editing: Uložit a pokračovat v editaci
|
35
|
-
form_actions:
|
36
|
-
save: Uložit
|
37
|
-
cancel: Storno
|
38
|
-
cancel_lose_changes: Pokud akci stornujete všechny provedené změny budou ztraceny
|
39
|
-
delete: Smazat
|
40
|
-
previous: Předchozí
|
41
|
-
next: Další
|
42
|
-
close: Zavřít
|
43
|
-
image_picker:
|
44
|
-
none_selected: Zatím není vybrán žádný %{what}, klikněte zde pro přidání.
|
45
|
-
remove_current: Zmazat vybraný %{what}
|
46
|
-
change: Klikněte zde pro vybrání obrázku
|
47
|
-
show: Zobrazit
|
48
|
-
resource_picker:
|
49
|
-
download_current: Stáhnout vybraný soubor
|
50
|
-
opens_in_new_window: Otevřít v novém okně
|
51
|
-
remove_current: "Smazat vybrané"
|
52
|
-
no_resource_selected: Zatím není žádný soubor vybraný, klikněte zde pro přidání.
|
53
|
-
name: Přidat soubor
|
54
|
-
current: Vybraný soubor
|
55
|
-
search:
|
56
|
-
button_text: Hledat
|
57
|
-
results_for: Výsledky hledání pro '%{query}'
|
58
|
-
no_results: Žádné záznamy nenalezeny
|
59
|
-
delete:
|
60
|
-
message: Opravdu chcete smazat '%{title}'?
|
61
|
-
error_messages:
|
62
|
-
problems_in_following_fields: Vyskytl se problém s těmito údaji
|
63
|
-
help: nápověda
|
64
|
-
message:
|
65
|
-
close: Zavřít
|
66
|
-
close_this_message: Zavřít zprávu
|
67
|
-
draft_page_message:
|
68
|
-
not_live: Tato stránka není viditelná pro běžné návštěvníky webu.
|
69
|
-
footer:
|
70
|
-
copyright: Copyright © %{year} %{site_name}
|
71
|
-
no_script:
|
72
|
-
enable_javascript: Pro plnou funkčnost tohoto webu je nutno povolit JavaScript.
|
73
|
-
here_are: Tady jsou
|
74
|
-
instructions_enable_javascript: instrukce jak povolit JavaScript ve vašem prohlížeči
|
75
|
-
time:
|
76
|
-
formats:
|
77
|
-
short: "%A, %d %B %Y"
|
data/core/config/locales/da.yml
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
da:
|
2
|
-
plugins:
|
3
|
-
refinery_core:
|
4
|
-
title: Refinery
|
5
|
-
description: Core refinery plugin
|
6
|
-
refinery_dialogs:
|
7
|
-
title: Dialogs
|
8
|
-
description: Refinery dialogs plugin
|
9
|
-
welcome:
|
10
|
-
there_are_no_users: Der er ingen brugere endnu, så vi begynder med at oprette en bruger til dig.
|
11
|
-
remember_admin_location: "Husk, du logger på Refinerys administration her:"
|
12
|
-
lets_start: Lad os få dig oprettet, så du kan logge på...
|
13
|
-
continue: Fortsæt...
|
14
|
-
admin:
|
15
|
-
menu:
|
16
|
-
reorder_menu: Omorganisér menuen
|
17
|
-
reorder_menu_done: Jeg er færdig med omorganiseringen
|
18
|
-
dialogs:
|
19
|
-
show:
|
20
|
-
save: Gem
|
21
|
-
cancel: Annullér
|
22
|
-
refinery:
|
23
|
-
crudify:
|
24
|
-
created: %{what} er oprettet.
|
25
|
-
updated: %{what} er opdateret.
|
26
|
-
destroyed: %{what} er slettet.
|
27
|
-
shared:
|
28
|
-
site_bar:
|
29
|
-
log_out: Log af
|
30
|
-
switch_to_your_website: Vis website
|
31
|
-
switch_to_your_website_editor: Redigér website
|
32
|
-
admin:
|
33
|
-
continue_editing:
|
34
|
-
save_and_continue_editing: Gem og fortsæt med redigering
|
35
|
-
form_actions:
|
36
|
-
save: Gem ændringer
|
37
|
-
cancel: Annullér
|
38
|
-
cancel_lose_changes: Du mister alle ændringer til denne %{object_name}
|
39
|
-
delete: Fjern
|
40
|
-
close: Luk
|
41
|
-
image_picker:
|
42
|
-
none_selected: Du har ikke valgt et %{what}. Klik her for at tilføje et.
|
43
|
-
remove_current: Fjern nuværende %{what}
|
44
|
-
change: Klik her for at vælge et billede
|
45
|
-
show: Vis
|
46
|
-
resource_picker:
|
47
|
-
download_current: Download nuværende %{what}
|
48
|
-
opens_in_new_window: Åbner i nyt vindue
|
49
|
-
remove_current: "Fjern nuværende %{what}"
|
50
|
-
no_resource_selected: Du har ikke valgt en %{what}. Klik her for at tilføje en.
|
51
|
-
name: Tilføj fil
|
52
|
-
current: Nuværende %{what}
|
53
|
-
search:
|
54
|
-
button_text: Søg
|
55
|
-
results_for: Søgeresultat for '%{query}'
|
56
|
-
no_results: Desværre, din søgning gav ingen resultater
|
57
|
-
delete:
|
58
|
-
message: Are you sure you want to remove '%{title}'?
|
59
|
-
error_messages:
|
60
|
-
problems_in_following_fields: Der er fejl i følgende felter
|
61
|
-
help: hjælp
|
62
|
-
message:
|
63
|
-
close: Luk
|
64
|
-
close_this_message: Luk denne besked
|
65
|
-
draft_page_message:
|
66
|
-
not_live: Denne side er IKKE offentligt tilgængelig.
|
67
|
-
footer:
|
68
|
-
copyright: Copyright © %{year} %{site_name}
|
69
|
-
no_script:
|
70
|
-
enable_javascript: JavaScript skal slås til, for at få det fulde udbytte af denne side.
|
71
|
-
here_are: Her er
|
72
|
-
instructions_enable_javascript: information om hvordan du slår JavaScript til i den browser
|
73
|
-
time:
|
74
|
-
formats:
|
75
|
-
short: "%A, %e. %B %Y"
|
data/core/config/locales/de.yml
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
de:
|
2
|
-
plugins:
|
3
|
-
refinery_core:
|
4
|
-
title: Refinery
|
5
|
-
description: Core Refinery Erweiterung
|
6
|
-
refinery_dialogs:
|
7
|
-
title: Dialoge
|
8
|
-
description: Refinery Dialog Erweiterung
|
9
|
-
welcome:
|
10
|
-
there_are_no_users: Es sind noch keine Benutzer vorhanden, darum lassen wir uns Ihren zuerst anlegen.
|
11
|
-
remember_admin_location: "Merken Sie sich Ihren Refinery Administrationsbereich:"
|
12
|
-
lets_start: Alles klar, lassen wir uns Ihren Benutzer anlegen, damit Sie sich anmelden können...
|
13
|
-
continue: Weiter...
|
14
|
-
admin:
|
15
|
-
menu:
|
16
|
-
reorder_menu: Menü umsortieren
|
17
|
-
reorder_menu_done: Ich bin mit dem Umsortieren fertig
|
18
|
-
dialogs:
|
19
|
-
show:
|
20
|
-
save: Speichern
|
21
|
-
cancel: Abbrechen
|
22
|
-
refinery:
|
23
|
-
crudify:
|
24
|
-
created: %{what} wurde erfolgreich angelegt.
|
25
|
-
updated: %{what} wurde erfolgreich aktualisiert.
|
26
|
-
destroyed: %{what} wurde erfolgreich gelöscht.
|
27
|
-
shared:
|
28
|
-
site_bar:
|
29
|
-
log_out: Abmelden
|
30
|
-
switch_to_your_website: Zu Ihrer Webseite wechseln
|
31
|
-
switch_to_your_website_editor: Zum Editor Ihrer Webseite wechseln
|
32
|
-
admin:
|
33
|
-
continue_editing:
|
34
|
-
save_and_continue_editing: Speichern & Bearbeiten fortsetzen
|
35
|
-
form_actions:
|
36
|
-
save: Speichern
|
37
|
-
cancel: Abbrechen
|
38
|
-
cancel_lose_changes: Durch Abbrechen gehen all ihre gemachten Änderungen verloren
|
39
|
-
delete: Löschen
|
40
|
-
close: Schließen
|
41
|
-
image_picker:
|
42
|
-
none_selected: Es ist momentan kein %{what} ausgewählt, bitte klicken Sie hier, um eins hinzuzufügen.
|
43
|
-
remove_current: Entferne aktuelles %{what}
|
44
|
-
change: Klicken Sie hier, um ein Bild auszuwählen
|
45
|
-
show: anzeigen
|
46
|
-
resource_picker:
|
47
|
-
download_current: Aktuelles %{what} herunterladen
|
48
|
-
opens_in_new_window: Öffnet in einem neuen Fenster
|
49
|
-
remove_current: "Entferne aktuelles %{what}"
|
50
|
-
no_resource_selected: Es ist momentan keine Datei ausgewählt, klicken Sie hier, um eine hinzuzufügen.
|
51
|
-
name: Datei hinzufügen
|
52
|
-
current: Aktuelle Datei
|
53
|
-
search:
|
54
|
-
button_text: Suchen
|
55
|
-
results_for: Suchergebnisse für '%{query}'
|
56
|
-
no_results: Tut mir leid, Suche brachte keine Ergebnisse
|
57
|
-
delete:
|
58
|
-
message: Sind Sie sicher, dass Sie '%{title}' löschen möchten?
|
59
|
-
error_messages:
|
60
|
-
problems_in_following_fields: Es gab Probleme mit den folgenden Feldern
|
61
|
-
help: Hilfe
|
62
|
-
message:
|
63
|
-
close: Schließen
|
64
|
-
close_this_message: Diese Meldung schließen
|
65
|
-
draft_page_message:
|
66
|
-
not_live: Diese Seite ist NICHT öffentlich sichtbar.
|
67
|
-
footer:
|
68
|
-
copyright: Copyright © %{year} %{site_name}
|
69
|
-
no_script:
|
70
|
-
enable_javascript: Um den vollen Funktionsumfang der Seite zu nutzen, ist es notwendig, JavaScript zu aktivieren.
|
71
|
-
here_are: Hier sind die
|
72
|
-
instructions_enable_javascript: Anweisungen, wie Sie JavaScript in ihrem Web-Browser aktivieren
|
73
|
-
time:
|
74
|
-
formats:
|
75
|
-
short: "%A, %d %B %Y"
|
data/core/config/locales/el.yml
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
el:
|
2
|
-
plugins:
|
3
|
-
refinery_core:
|
4
|
-
title: Refinery
|
5
|
-
description: Core refinery plugin
|
6
|
-
refinery_dialogs:
|
7
|
-
title: Διάλογοι
|
8
|
-
description: Refinery dialogs plugin
|
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} επιλεγμένο, κάντε click εδώ για προσθέσετε ένα.
|
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: Δεν έχετε επιλέξει αρχείο, κάντε click εδώ για προσθέσετε ένα.
|
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 στον browser σας
|
73
|
-
time:
|
74
|
-
formats:
|
75
|
-
short: "%A, %d %B %Y"
|
data/core/config/locales/en.yml
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
en:
|
2
|
-
plugins:
|
3
|
-
refinery_core:
|
4
|
-
title: Refinery
|
5
|
-
description: Core refinery plugin
|
6
|
-
refinery_dialogs:
|
7
|
-
title: Dialogs
|
8
|
-
description: Refinery dialogs plugin
|
9
|
-
welcome:
|
10
|
-
there_are_no_users: There are no users yet, so we'll set you up first.
|
11
|
-
remember_admin_location: "Remember your Refinery admin area is at:"
|
12
|
-
lets_start: Alright let's get you setup so you can login...
|
13
|
-
continue: Continue...
|
14
|
-
admin:
|
15
|
-
menu:
|
16
|
-
reorder_menu: Reorder menu
|
17
|
-
reorder_menu_done: I'm done reordering the menu
|
18
|
-
dialogs:
|
19
|
-
show:
|
20
|
-
save: Save
|
21
|
-
cancel: Cancel
|
22
|
-
refinery:
|
23
|
-
crudify:
|
24
|
-
created: %{what} was successfully added.
|
25
|
-
updated: %{what} was successfully updated.
|
26
|
-
destroyed: %{what} was successfully removed.
|
27
|
-
shared:
|
28
|
-
site_bar:
|
29
|
-
log_out: Log out
|
30
|
-
switch_to_your_website: Switch to your website
|
31
|
-
switch_to_your_website_editor: Switch to your website editor
|
32
|
-
admin:
|
33
|
-
continue_editing:
|
34
|
-
save_and_continue_editing: Save & continue editing
|
35
|
-
form_actions:
|
36
|
-
save: Save
|
37
|
-
cancel: Cancel
|
38
|
-
cancel_lose_changes: If you cancel you will lose any changes you have made here
|
39
|
-
delete: Remove
|
40
|
-
close: Close
|
41
|
-
image_picker:
|
42
|
-
none_selected: There is currently no %{what} selected, please click here to add one.
|
43
|
-
remove_current: Remove current %{what}
|
44
|
-
change: Click here to pick a image
|
45
|
-
show: Show
|
46
|
-
resource_picker:
|
47
|
-
download_current: Download current file
|
48
|
-
opens_in_new_window: Opens in a new window
|
49
|
-
remove_current: "Remove current file"
|
50
|
-
no_resource_selected: There is currently no file selected, click here to add one.
|
51
|
-
name: Add File
|
52
|
-
current: Current File
|
53
|
-
search:
|
54
|
-
button_text: Search
|
55
|
-
results_for: Search results for '%{query}'
|
56
|
-
no_results: Sorry, no results found
|
57
|
-
delete:
|
58
|
-
message: Are you sure you want to remove '%{title}'?
|
59
|
-
error_messages:
|
60
|
-
problems_in_following_fields: There were problems with the following fields
|
61
|
-
help: help
|
62
|
-
message:
|
63
|
-
close: Close
|
64
|
-
close_this_message: Close this message
|
65
|
-
draft_page_message:
|
66
|
-
not_live: This page is NOT live for public viewing.
|
67
|
-
footer:
|
68
|
-
copyright: Copyright © %{year} %{site_name}
|
69
|
-
no_script:
|
70
|
-
enable_javascript: For full functionality of this page it is necessary to enable JavaScript.
|
71
|
-
here_are: Here are the
|
72
|
-
instructions_enable_javascript: instructions for how to enable JavaScript in your web browser
|
73
|
-
time:
|
74
|
-
formats:
|
75
|
-
short: "%A, %d %B %Y"
|