refinerycms 0.9.5.13 → 0.9.5.14
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +6 -1
- data/app/controllers/admin/base_controller.rb +2 -2
- data/app/controllers/application.rb +1 -1
- data/app/controllers/application_controller.rb +2 -2
- data/app/helpers/application_helper.rb +2 -2
- data/config/environment.rb +6 -6
- data/config/environments/development.rb +1 -1
- data/config/initializers/inflections.rb +1 -1
- data/config/preinitializer.rb +3 -3
- data/config/routes.rb +5 -5
- data/db/migrate/20091109012126_add_missing_indexes.rb +4 -4
- data/db/schema.rb +1 -2
- data/db/seeds.rb +35 -35
- data/lib/refinery_initializer.rb +2 -2
- data/public/404.html +15 -15
- data/public/422.html +8 -8
- data/public/500.html +8 -8
- data/public/images/refinery/logo-large.png +0 -0
- data/public/images/refinery/logo-medium.png +0 -0
- data/public/images/refinery/logo-small-medium.png +0 -0
- data/public/images/refinery/logo-small.png +0 -0
- data/public/images/refinery/resolve_digital_footer_logo.png +0 -0
- data/public/javascripts/builder.js +97 -97
- data/public/javascripts/controls.js +655 -655
- data/public/javascripts/dragdrop.js +936 -936
- data/public/javascripts/effects.js +713 -713
- data/public/javascripts/jquery/GPL-LICENSE.txt +96 -96
- data/public/javascripts/jquery/jquery.js +168 -168
- data/public/javascripts/lightbox.js +397 -397
- data/public/javascripts/livepipe.js +146 -146
- data/public/javascripts/prototype.js +2996 -2996
- data/public/javascripts/refinery/admin.js +20 -20
- data/public/javascripts/refinery/boot_wym.js +110 -110
- data/public/javascripts/refinery/dialog.js +1 -1
- data/public/javascripts/refinery/parse_url.js +27 -27
- data/public/javascripts/refinery/prototype.enhancements.js +17 -17
- data/public/javascripts/refinery/tooltips.js +34 -34
- data/public/javascripts/scriptaculous.js +22 -22
- data/public/javascripts/slider.js +239 -239
- data/public/javascripts/tabs.js +130 -130
- data/public/javascripts/thickbox.js +23 -23
- data/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +23 -23
- data/public/javascripts/wymeditor/lang/ca.js +42 -42
- data/public/javascripts/wymeditor/lang/cs.js +42 -42
- data/public/javascripts/wymeditor/lang/de.js +42 -42
- data/public/javascripts/wymeditor/lang/en.js +44 -44
- data/public/javascripts/wymeditor/lang/es.js +42 -42
- data/public/javascripts/wymeditor/lang/fa.js +42 -42
- data/public/javascripts/wymeditor/lang/fr.js +42 -42
- data/public/javascripts/wymeditor/lang/he.js +42 -42
- data/public/javascripts/wymeditor/lang/hu.js +42 -42
- data/public/javascripts/wymeditor/lang/it.js +42 -42
- data/public/javascripts/wymeditor/lang/nb.js +42 -42
- data/public/javascripts/wymeditor/lang/nl.js +42 -42
- data/public/javascripts/wymeditor/lang/nn.js +42 -42
- data/public/javascripts/wymeditor/lang/pl.js +42 -42
- data/public/javascripts/wymeditor/lang/pt-br.js +42 -42
- data/public/javascripts/wymeditor/lang/pt.js +42 -42
- data/public/javascripts/wymeditor/lang/ru.js +42 -42
- data/public/javascripts/wymeditor/lang/sv.js +42 -42
- data/public/javascripts/wymeditor/lang/tr.js +42 -42
- data/public/javascripts/wymeditor/lang/zh_cn.js +44 -44
- data/public/javascripts/wymeditor/skins/refinery/skin.js +31 -31
- data/public/stylesheets/application.css +3 -3
- data/public/stylesheets/formatting.css +3 -3
- data/public/stylesheets/home.css +2 -2
- data/public/stylesheets/lightbox.css +1 -1
- data/public/stylesheets/refinery/application.css +13 -13
- data/public/stylesheets/refinery/formatting.css +3 -3
- data/public/stylesheets/refinery/refinery.css +49 -44
- data/public/stylesheets/refinery/theme.css +1 -1
- data/public/stylesheets/refinery/thickbox.css +4 -4
- data/public/stylesheets/wymeditor/skins/refinery/skin.css +115 -115
- data/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +66 -66
- data/public/wymeditor/GPL-license.txt +96 -96
- data/script/performance/benchmarker +3 -0
- data/vendor/plugins/acts_as_indexed/lib/acts_as_indexed.rb +12 -12
- data/vendor/plugins/acts_as_indexed/lib/search_atom.rb +7 -7
- data/vendor/plugins/acts_as_indexed/lib/search_index.rb +7 -7
- data/vendor/plugins/acts_as_indexed/lib/will_paginate_search.rb +1 -1
- data/vendor/plugins/acts_as_indexed/test/abstract_unit.rb +5 -5
- data/vendor/plugins/acts_as_indexed/test/acts_as_indexed_test.rb +2 -2
- data/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +140 -140
- data/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +18 -18
- data/vendor/plugins/attachment_fu/install.rb +1 -1
- data/vendor/plugins/attachment_fu/lib/geometry.rb +2 -2
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/cloud_file_backend.rb +3 -3
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb +4 -4
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb +11 -11
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb +7 -7
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/core_image_processor.rb +5 -5
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/gd2_processor.rb +4 -4
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb +1 -1
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb +11 -11
- data/vendor/plugins/attachment_fu/test/backends/db_file_test.rb +2 -2
- data/vendor/plugins/attachment_fu/test/backends/file_system_test.rb +24 -24
- data/vendor/plugins/attachment_fu/test/backends/remote/cloudfiles_test.rb +14 -14
- data/vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb +7 -7
- data/vendor/plugins/attachment_fu/test/base_attachment_tests.rb +10 -10
- data/vendor/plugins/attachment_fu/test/basic_test.rb +10 -10
- data/vendor/plugins/attachment_fu/test/extra_attachment_test.rb +9 -9
- data/vendor/plugins/attachment_fu/test/fixtures/attachment.rb +10 -10
- data/vendor/plugins/attachment_fu/test/geometry_test.rb +12 -12
- data/vendor/plugins/attachment_fu/test/processors/core_image_test.rb +6 -6
- data/vendor/plugins/attachment_fu/test/processors/gd2_test.rb +4 -4
- data/vendor/plugins/attachment_fu/test/processors/image_science_test.rb +4 -4
- data/vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb +13 -13
- data/vendor/plugins/attachment_fu/test/processors/rmagick_test.rb +33 -33
- data/vendor/plugins/attachment_fu/test/schema.rb +14 -14
- data/vendor/plugins/attachment_fu/test/test_helper.rb +11 -11
- data/vendor/plugins/attachment_fu/test/validation_test.rb +7 -7
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/color.rb +7 -7
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/effects.rb +7 -7
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/perspective.rb +5 -5
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/quality.rb +7 -7
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/scale.rb +5 -5
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/watermark.rb +6 -6
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/processor.rb +16 -16
- data/vendor/plugins/authentication/app/controllers/admin/users_controller.rb +30 -30
- data/vendor/plugins/authentication/app/controllers/sessions_controller.rb +4 -4
- data/vendor/plugins/authentication/app/controllers/users_controller.rb +7 -7
- data/vendor/plugins/authentication/app/helpers/sessions_helper.rb +1 -1
- data/vendor/plugins/authentication/app/helpers/users_helper.rb +1 -1
- data/vendor/plugins/authentication/app/models/user.rb +56 -56
- data/vendor/plugins/authentication/app/models/user_mailer.rb +6 -6
- data/vendor/plugins/authentication/app/models/user_observer.rb +2 -2
- data/vendor/plugins/authentication/app/models/user_plugin.rb +4 -4
- data/vendor/plugins/authentication/app/views/admin/users/_form.html.erb +36 -36
- data/vendor/plugins/authentication/app/views/admin/users/edit.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/admin/users/index.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/admin/users/new.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/sessions/new.html.erb +19 -19
- data/vendor/plugins/authentication/app/views/user_mailer/activation.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/user_mailer/signup_notification.html.erb +1 -1
- data/vendor/plugins/authentication/app/views/users/new.html.erb +3 -3
- data/vendor/plugins/authentication/config/routes.rb +1 -1
- data/vendor/plugins/authentication/init.rb +5 -5
- data/vendor/plugins/authentication/lib/authenticated_system.rb +1 -1
- data/vendor/plugins/authentication/test/functional/sessions_controller_test.rb +2 -2
- data/vendor/plugins/authentication/test/functional/users_controller_test.rb +3 -3
- data/vendor/plugins/authentication/test/test_helper.rb +1 -1
- data/vendor/plugins/dashboard/app/controllers/admin/dashboard_controller.rb +1 -1
- data/vendor/plugins/dashboard/app/helpers/admin/dashboard_helper.rb +1 -1
- data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +10 -10
- data/vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb +30 -30
- data/vendor/plugins/dashboard/config/routes.rb +2 -2
- data/vendor/plugins/dashboard/init.rb +6 -6
- data/vendor/plugins/images/app/controllers/admin/images_controller.rb +28 -28
- data/vendor/plugins/images/app/helpers/admin/images_helper.rb +14 -14
- data/vendor/plugins/images/app/models/image.rb +11 -11
- data/vendor/plugins/images/app/views/admin/images/_form.html.erb +21 -21
- data/vendor/plugins/images/app/views/admin/images/_grid_view.html.erb +13 -13
- data/vendor/plugins/images/app/views/admin/images/_list_view.html.erb +1 -1
- data/vendor/plugins/images/app/views/admin/images/_list_view_image.html.erb +2 -2
- data/vendor/plugins/images/app/views/admin/images/edit.html.erb +1 -1
- data/vendor/plugins/images/app/views/admin/images/index.html.erb +15 -15
- data/vendor/plugins/images/app/views/admin/images/insert.html.erb +91 -91
- data/vendor/plugins/images/app/views/admin/images/new.html.erb +1 -1
- data/vendor/plugins/images/config/routes.rb +2 -2
- data/vendor/plugins/images/init.rb +7 -7
- data/vendor/plugins/inquiries/app/controllers/admin/inquiries_controller.rb +4 -4
- data/vendor/plugins/inquiries/app/controllers/admin/inquiry_settings_controller.rb +5 -5
- data/vendor/plugins/inquiries/app/controllers/inquiries_controller.rb +3 -3
- data/vendor/plugins/inquiries/app/helpers/inquiries_helper.rb +3 -3
- data/vendor/plugins/inquiries/app/models/inquiry.rb +6 -6
- data/vendor/plugins/inquiries/app/models/inquiry_mailer.rb +1 -1
- data/vendor/plugins/inquiries/app/models/inquiry_setting.rb +3 -3
- data/vendor/plugins/inquiries/app/views/admin/inquiries/_inquiry.html.erb +19 -19
- data/vendor/plugins/inquiries/app/views/admin/inquiries/index.html.erb +27 -27
- data/vendor/plugins/inquiries/app/views/admin/inquiries/show.html.erb +59 -59
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_confirmation_email_form.html.erb +44 -44
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_notification_recipients_form.html.erb +15 -15
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/edit.html.erb +3 -3
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/index.html.erb +29 -29
- data/vendor/plugins/inquiries/app/views/inquiries/new.html.erb +32 -32
- data/vendor/plugins/inquiries/app/views/inquiries/thank_you.html.erb +8 -8
- data/vendor/plugins/inquiries/app/views/inquiry_mailer/confirmation.html.erb +1 -1
- data/vendor/plugins/inquiries/app/views/inquiry_mailer/notification.html.erb +1 -1
- data/vendor/plugins/inquiries/config/routes.rb +3 -3
- data/vendor/plugins/inquiries/init.rb +10 -10
- data/vendor/plugins/news/app/controllers/admin/news_items_controller.rb +3 -3
- data/vendor/plugins/news/app/controllers/news_items_controller.rb +2 -2
- data/vendor/plugins/news/app/models/news_item.rb +5 -5
- data/vendor/plugins/news/app/views/admin/news_items/_form.html.erb +16 -16
- data/vendor/plugins/news/app/views/admin/news_items/_news_item.html.erb +14 -14
- data/vendor/plugins/news/app/views/admin/news_items/edit.html.erb +1 -1
- data/vendor/plugins/news/app/views/admin/news_items/index.html.erb +25 -25
- data/vendor/plugins/news/app/views/admin/news_items/new.html.erb +1 -1
- data/vendor/plugins/news/app/views/news_items/_recent_posts.html.erb +6 -6
- data/vendor/plugins/news/app/views/news_items/index.html.erb +20 -20
- data/vendor/plugins/news/app/views/news_items/show.html.erb +16 -16
- data/vendor/plugins/news/config/routes.rb +3 -3
- data/vendor/plugins/news/init.rb +7 -7
- data/vendor/plugins/pages/app/controllers/admin/page_dialogs_controller.rb +10 -10
- data/vendor/plugins/pages/app/controllers/admin/page_parts_controller.rb +4 -4
- data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +4 -4
- data/vendor/plugins/pages/app/controllers/pages_controller.rb +3 -3
- data/vendor/plugins/pages/app/helpers/pages_helper.rb +1 -1
- data/vendor/plugins/pages/app/models/page.rb +95 -95
- data/vendor/plugins/pages/app/models/page_part.rb +5 -5
- data/vendor/plugins/pages/app/views/admin/page_dialogs/_page_link.html.erb +1 -1
- data/vendor/plugins/pages/app/views/admin/page_dialogs/link_to.html.erb +222 -222
- data/vendor/plugins/pages/app/views/admin/pages/_form.html.erb +232 -232
- data/vendor/plugins/pages/app/views/admin/pages/_list.html.erb +26 -26
- data/vendor/plugins/pages/app/views/admin/pages/_page_part_field.html.erb +3 -3
- data/vendor/plugins/pages/app/views/admin/pages/_sortable_list.html.erb +2 -2
- data/vendor/plugins/pages/app/views/admin/pages/edit.html.erb +1 -1
- data/vendor/plugins/pages/app/views/admin/pages/index.html.erb +37 -37
- data/vendor/plugins/pages/app/views/admin/pages/new.html.erb +1 -1
- data/vendor/plugins/pages/app/views/pages/home.html.erb +8 -8
- data/vendor/plugins/pages/app/views/pages/show.html.erb +11 -11
- data/vendor/plugins/pages/config/routes.rb +5 -5
- data/vendor/plugins/pages/init.rb +7 -7
- data/vendor/plugins/refinery/app/controllers/admin/refinery_core_controller.rb +7 -7
- data/vendor/plugins/refinery/app/views/admin/_head.html.erb +30 -30
- data/vendor/plugins/refinery/app/views/admin/_menu.html.erb +61 -61
- data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +32 -32
- data/vendor/plugins/refinery/app/views/layouts/application.html.erb +28 -28
- data/vendor/plugins/refinery/app/views/shared/_footer.html.erb +4 -4
- data/vendor/plugins/refinery/app/views/shared/_google_analytics.html.erb +11 -11
- data/vendor/plugins/refinery/app/views/shared/_header.html.erb +3 -3
- data/vendor/plugins/refinery/app/views/shared/_ie6check.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/_menu.html.erb +14 -14
- data/vendor/plugins/refinery/app/views/shared/_menu_branch.html.erb +21 -21
- data/vendor/plugins/refinery/app/views/shared/_message.html.erb +8 -8
- data/vendor/plugins/refinery/app/views/shared/_submenu.html.erb +2 -2
- data/vendor/plugins/refinery/app/views/shared/_submenu_branch.html.erb +7 -7
- data/vendor/plugins/refinery/app/views/shared/admin/_continue_editing.html.erb +41 -41
- data/vendor/plugins/refinery/app/views/shared/admin/_error_messages_for.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/shared/admin/_form_actions.html.erb +13 -13
- data/vendor/plugins/refinery/app/views/shared/admin/_image_picker.html.erb +31 -31
- data/vendor/plugins/refinery/app/views/shared/admin/_make_sortable.html.erb +65 -65
- data/vendor/plugins/refinery/app/views/shared/admin/_resource_picker.html.erb +16 -16
- data/vendor/plugins/refinery/app/views/shared/admin/_search.html.erb +5 -5
- data/vendor/plugins/refinery/app/views/shared/admin/_sortable_list.html.erb +8 -8
- data/vendor/plugins/refinery/app/views/welcome.html.erb +1 -1
- data/vendor/plugins/refinery/app/views/wymiframe.html.erb +6 -6
- data/vendor/plugins/refinery/config/routes.rb +5 -5
- data/vendor/plugins/refinery/init.rb +8 -8
- data/vendor/plugins/refinery/lib/crud.rb +17 -17
- data/vendor/plugins/refinery/lib/generators/refinery/install.rb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/refinery_generator.rb +17 -17
- data/vendor/plugins/refinery/lib/generators/refinery/templates/config/routes.rb +3 -3
- data/vendor/plugins/refinery/lib/generators/refinery/templates/controller.rb +2 -2
- data/vendor/plugins/refinery/lib/generators/refinery/templates/init.rb +6 -6
- data/vendor/plugins/refinery/lib/generators/refinery/templates/migration.rb +22 -22
- data/vendor/plugins/refinery/lib/generators/refinery/templates/model.rb +4 -4
- data/vendor/plugins/refinery/lib/generators/refinery/templates/public_controller.rb +10 -10
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_form.html.erb +3 -3
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_singular_name.html.erb +15 -15
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_sortable_list.html.erb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/edit.html.erb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/index.html.erb +33 -33
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/new.html.erb +1 -1
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/index.html.erb +14 -14
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/show.html.erb +21 -21
- data/vendor/plugins/refinery/lib/indexer.rb +29 -29
- data/vendor/plugins/refinery/lib/refinery.rb +10 -10
- data/vendor/plugins/refinery/lib/refinery/activity.rb +5 -5
- data/vendor/plugins/refinery/lib/refinery/admin_base_controller.rb +15 -15
- data/vendor/plugins/refinery/lib/refinery/application_controller.rb +39 -39
- data/vendor/plugins/refinery/lib/refinery/application_helper.rb +69 -69
- data/vendor/plugins/refinery/lib/refinery/form_helpers.rb +18 -18
- data/vendor/plugins/refinery/lib/refinery/html_truncation_helper.rb +5 -5
- data/vendor/plugins/refinery/lib/refinery/initializer.rb +2 -2
- data/vendor/plugins/refinery/lib/refinery/link_renderer.rb +13 -13
- data/vendor/plugins/refinery/lib/refinery/plugin.rb +24 -24
- data/vendor/plugins/refinery/lib/refinery/plugins.rb +2 -2
- data/vendor/plugins/refinery_dialogs/app/controllers/admin/dialogs_controller.rb +8 -8
- data/vendor/plugins/refinery_dialogs/app/views/admin/dialogs/show.html.erb +19 -19
- data/vendor/plugins/refinery_dialogs/app/views/layouts/admin_dialog.html.erb +29 -29
- data/vendor/plugins/refinery_dialogs/config/routes.rb +2 -2
- data/vendor/plugins/refinery_dialogs/init.rb +7 -7
- data/vendor/plugins/refinery_settings/app/controllers/admin/refinery_settings_controller.rb +2 -2
- data/vendor/plugins/refinery_settings/app/models/refinery_setting.rb +52 -52
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_form.html.erb +11 -11
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_make_sortable.html.erb +3 -3
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +12 -12
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/edit.html.erb +2 -2
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/index.html.erb +19 -19
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/new.html.erb +1 -1
- data/vendor/plugins/refinery_settings/config/routes.rb +3 -3
- data/vendor/plugins/refinery_settings/init.rb +8 -8
- data/vendor/plugins/resources/app/controllers/admin/resources_controller.rb +48 -48
- data/vendor/plugins/resources/app/models/resource.rb +12 -12
- data/vendor/plugins/resources/app/views/admin/resources/_form.html.erb +21 -21
- data/vendor/plugins/resources/app/views/admin/resources/_resource.html.erb +15 -15
- data/vendor/plugins/resources/app/views/admin/resources/edit.html.erb +1 -1
- data/vendor/plugins/resources/app/views/admin/resources/index.html.erb +19 -19
- data/vendor/plugins/resources/app/views/admin/resources/insert.html.erb +86 -86
- data/vendor/plugins/resources/app/views/admin/resources/new.html.erb +1 -1
- data/vendor/plugins/resources/config/routes.rb +2 -2
- data/vendor/plugins/resources/init.rb +6 -6
- metadata +31 -23
@@ -1,27 +1,27 @@
|
|
1
1
|
init_tooltips = function(){
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
2
|
+
arguments = arguments.length > 0 ? arguments : ['a[title]', '#image_grid img[title]'];
|
3
|
+
$$(arguments).each(function(element)
|
4
|
+
{
|
5
|
+
new Tooltip(element, {mouseFollow:false, delay: 0, opacity: 1, appearDuration:0, hideDuration: 0, rounded: false});
|
6
|
+
});
|
7
7
|
};
|
8
8
|
|
9
9
|
FastInit.addOnLoad(function()
|
10
10
|
{
|
11
|
-
|
12
|
-
|
13
|
-
|
11
|
+
init_tooltips();
|
12
|
+
// focus first field in an admin form.
|
13
|
+
try{$(document.forms[0]).getInputs('text').first().focus();}catch(err){}
|
14
14
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
15
|
+
$$('a([href*="dialog=true"])').each(function(anchor)
|
16
|
+
{
|
17
|
+
['modal=true', 'width=928', 'height=473', 'titlebar=true', 'draggable=true'].each(function(feature)
|
18
|
+
{
|
19
|
+
if (anchor.href.indexOf(feature.split('=')[0] + '=') == -1)
|
20
|
+
{
|
21
|
+
anchor.href += "&" + feature;
|
22
|
+
}
|
23
|
+
});
|
24
|
+
|
25
|
+
tb_init(anchor);
|
26
|
+
});
|
27
27
|
});
|
@@ -5,141 +5,141 @@ var wymeditor_boot_options = {
|
|
5
5
|
skin: 'refinery'
|
6
6
|
, basePath: "/javascripts/wymeditor/"
|
7
7
|
, wymPath: "/javascripts/wymeditor/jquery.refinery.wymeditor.js"
|
8
|
-
|
9
|
-
|
10
|
-
|
8
|
+
, cssSkinPath: "/stylesheets/wymeditor/skins/"
|
9
|
+
, jsSkinPath: "/javascripts/wymeditor/skins/"
|
10
|
+
, langPath: "/javascripts/wymeditor/lang/"
|
11
11
|
, iframeBasePath: '/'
|
12
12
|
, toolsItems: [
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
13
|
+
{'name': 'Bold', 'title': 'Bold', 'css': 'wym_tools_strong'}
|
14
|
+
,{'name': 'Italic', 'title': 'Emphasis', 'css': 'wym_tools_emphasis'}
|
15
|
+
,{'name': 'InsertOrderedList', 'title': 'Ordered_List', 'css': 'wym_tools_ordered_list'}
|
16
|
+
,{'name': 'InsertUnorderedList', 'title': 'Unordered_List', 'css': 'wym_tools_unordered_list'}
|
17
|
+
,{'name': 'CreateLink', 'title': 'Link', 'css': 'wym_tools_link'}
|
18
|
+
,{'name': 'Unlink', 'title': 'Unlink', 'css': 'wym_tools_unlink'}
|
19
|
+
,{'name': 'InsertImage', 'title': 'Image', 'css': 'wym_tools_image'}
|
20
|
+
,{'name': 'InsertTable', 'title': 'Table', 'css': 'wym_tools_table'}
|
21
|
+
,{'name': 'ToggleHtml', 'title': 'HTML', 'css': 'wym_tools_html'}
|
22
|
+
,{'name': 'Paste', 'title': 'Paste_From_Word', 'css': 'wym_tools_paste'}
|
23
23
|
]
|
24
24
|
|
25
|
-
|
25
|
+
,toolsHtml: "<ul class='wym_tools wym_section'>" + WYMeditor.TOOLS_ITEMS + WYMeditor.CLASSES + "</ul>"
|
26
26
|
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
27
|
+
,toolsItemHtml:
|
28
|
+
"<li class='" + WYMeditor.TOOL_CLASS + "'>"
|
29
|
+
+ "<a href='#' name='" + WYMeditor.TOOL_NAME + "' title='" + WYMeditor.TOOL_TITLE + "'>" + WYMeditor.TOOL_TITLE + "</a>"
|
30
|
+
+ "</li>"
|
31
31
|
|
32
32
|
//containersItems will be appended after tools in postInit.
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
]
|
33
|
+
, containersItems: [
|
34
|
+
{'name': 'h1', 'title':'Heading_1', 'css':'wym_containers_h1'}
|
35
|
+
,{'name': 'h2', 'title':'Heading_2', 'css':'wym_containers_h2'}
|
36
|
+
,{'name': 'h3', 'title':'Heading_3', 'css':'wym_containers_h3'}
|
37
|
+
,{'name': 'p', 'title':'Paragraph', 'css':'wym_containers_p'}
|
38
|
+
]
|
39
39
|
|
40
|
-
|
40
|
+
, classesHtml: "<li class='wym_tools_class'><a href='#' name='" + WYMeditor.APPLY_CLASS + "' title='"+ titleize(WYMeditor.APPLY_CLASS) +"'></a><ul class='wym_classes wym_classes_hidden'>" + WYMeditor.CLASSES_ITEMS + "</ul></li>"
|
41
41
|
|
42
42
|
, classesItemHtml: "<li><a href='#' name='"+ WYMeditor.CLASS_NAME + "'>"+ WYMeditor.CLASS_TITLE+ "</a></li>"
|
43
|
-
|
44
|
-
|
43
|
+
, classesItemHtmlMultiple: "<li class='wym_tools_class_multiple_rules'><span>" + WYMeditor.CLASS_TITLE + "</span><ul>{classesItemHtml}</ul></li>"
|
44
|
+
|
45
45
|
, classesItems: [{name:'text-align', rules:['left', 'center', 'right', 'justify'], join: '-'}, {name: 'image-align', rules:['left', 'right'], join: '-'}, {name: 'font-size', rules:['small','normal','large'], join: '-'}]
|
46
46
|
|
47
|
-
|
47
|
+
, containersHtml: "<ul class='wym_containers wym_section'>" + WYMeditor.CONTAINERS_ITEMS + "</ul>"
|
48
48
|
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
49
|
+
, containersItemHtml:
|
50
|
+
"<li class='" + WYMeditor.CONTAINER_CLASS + "'>"
|
51
|
+
+ "<a href='#' name='" + WYMeditor.CONTAINER_NAME + "' title='" + WYMeditor.CONTAINER_TITLE + "'></a>"
|
52
|
+
+ "</li>"
|
53
53
|
|
54
54
|
, boxHtml:
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
55
|
+
"<div class='wym_box'>"
|
56
|
+
+ "<div class='wym_area_top'>"
|
57
|
+
+ WYMeditor.TOOLS
|
58
|
+
+ WYMeditor.CONTAINERS
|
59
|
+
+ "</div>"
|
60
|
+
+ "<div class='wym_area_main'>"
|
61
|
+
+ WYMeditor.HTML
|
62
|
+
+ WYMeditor.IFRAME
|
63
|
+
+ WYMeditor.STATUS
|
64
|
+
+ "</div>"
|
65
|
+
+ "</div>"
|
66
|
+
|
67
|
+
, iframeHtml:
|
68
|
+
"<div class='wym_iframe wym_section'>"
|
69
|
+
+ "<iframe id='WYMeditor_" + WYMeditor.INDEX + "' src='" + WYMeditor.IFRAME_BASE_PATH + "wymiframe' frameborder='0'"
|
70
|
+
+ " onload='this.contentWindow.parent.WYMeditor.INSTANCES[" + WYMeditor.INDEX + "].initIframe(this);'></iframe>"
|
71
|
+
+"</div>"
|
72
|
+
|
73
|
+
, dialogImageHtml: ""
|
74
74
|
|
75
75
|
, dialogLinkHtml: ""
|
76
76
|
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
77
|
+
, dialogTableHtml:
|
78
|
+
"<div class='wym_dialog wym_dialog_table'>"
|
79
|
+
+ "<form>"
|
80
|
+
+ "<input type='hidden' id='wym_dialog_type' class='wym_dialog_type' value='"+ WYMeditor.DIALOG_TABLE + "' />"
|
81
|
+
+ "<div class='field'>"
|
82
|
+
+ "<label for='wym_caption'>{Caption}</label>"
|
83
|
+
+ "<input type='text' id='wym_caption' class='wym_caption' value='' size='40' />"
|
84
|
+
+ "</div>"
|
81
85
|
+ "<div class='field'>"
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
+ "</form>"
|
115
|
-
+ "</div>"
|
116
|
-
|
117
|
-
, dialogPath: "/admin/dialogs/"
|
86
|
+
+ "<label for='wym_rows'>{Number_Of_Rows}</label>"
|
87
|
+
+ "<input type='text' id='wym_rows' class='wym_rows' value='3' size='3' />"
|
88
|
+
+ "</div>"
|
89
|
+
+ "<div class='field'>"
|
90
|
+
+ "<label for='wym_cols'>{Number_Of_Cols}</label>"
|
91
|
+
+ "<input type='text' id='wym_cols' class='wym_cols' value='2' size='3' />"
|
92
|
+
+ "</div>"
|
93
|
+
+ "<div id='dialog-form-actions' class='form-actions'>"
|
94
|
+
+ "<input class='wym_submit' type='button' value='{Insert}' />"
|
95
|
+
+ " or "
|
96
|
+
+ "<a class='wym_cancel close_dialog' type='button' href=''>{Cancel}</a>"
|
97
|
+
+ "</div>"
|
98
|
+
+ "</form>"
|
99
|
+
+ "</div>"
|
100
|
+
|
101
|
+
, dialogPasteHtml:
|
102
|
+
"<div class='wym_dialog wym_dialog_paste'>"
|
103
|
+
+ "<form>"
|
104
|
+
+ "<input type='hidden' id='wym_dialog_type' class='wym_dialog_type' value='" + WYMeditor.DIALOG_PASTE + "' />"
|
105
|
+
+ "<div class='field'>"
|
106
|
+
+ "<label for='wym_text'>{Text_From_Word}</label"
|
107
|
+
+ "<textarea class='wym_text' rows='10' cols='50'></textarea>"
|
108
|
+
+ "</div>"
|
109
|
+
+ "<div id='dialog-form-actions' class='form-actions'>"
|
110
|
+
+ "<input class='wym_submit' type='button' value='{Insert}' />"
|
111
|
+
+ " or "
|
112
|
+
+ "<a class='wym_cancel close_dialog' type='button' href=''>{Cancel}</a>"
|
113
|
+
+ "</div>"
|
114
|
+
+ "</form>"
|
115
|
+
+ "</div>"
|
116
|
+
|
117
|
+
, dialogPath: "/admin/dialogs/"
|
118
118
|
, dialogFeatures: "?width=958&height=460&modal=true&titlebar=true&auto_size_content=true&draggable=true"
|
119
|
-
|
119
|
+
, dialogInlineFeatures: "?width=600&height=320&modal=true&titlebar=true&auto_size_content=true&draggable=true"
|
120
120
|
|
121
|
-
|
121
|
+
, dialogId: 'TB_window'
|
122
122
|
|
123
123
|
, dialogHtml:
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
124
|
+
"<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>"
|
125
|
+
+ "<html dir='" + WYMeditor.DIRECTION + "'>"
|
126
|
+
+ "<head>"
|
127
|
+
+ "<link rel='stylesheet' type='text/css' media='screen' href='" + WYMeditor.CSS_PATH + "' />"
|
128
|
+
+ "<title>" + WYMeditor.DIALOG_TITLE + "</title>"
|
129
|
+
+ "<script type='text/javascript' src='" + WYMeditor.JQUERY_PATH + "'></script>"
|
130
|
+
+ "<script type='text/javascript' src='" + WYMeditor.WYM_PATH + "'></script>"
|
131
|
+
+ "</head>"
|
132
|
+
+ "<div id='page'>" + WYMeditor.DIALOG_BODY + "</div>"
|
133
|
+
+ "</html>"
|
134
134
|
|
135
135
|
, postInit: function(wym)
|
136
136
|
{
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
137
|
+
wym._iframe.style.height = wym._element.height() + "px";
|
138
|
+
wymeditors_loaded += 1;
|
139
|
+
if(WYMeditor.INSTANCES.length == wymeditors_loaded){
|
140
|
+
WYMeditor.loaded();
|
141
|
+
}
|
142
|
+
}
|
143
143
|
};
|
144
144
|
|
145
145
|
// custom function added by us to hook into when all wymeditor instances on the page have finally loaded:
|
@@ -149,5 +149,5 @@ jQuery(function()
|
|
149
149
|
{
|
150
150
|
wymeditor_inputs = jQuery('.wymeditor');
|
151
151
|
wymeditor_inputs.hide();
|
152
|
-
|
152
|
+
wymeditor_inputs.wymeditor(wymeditor_boot_options);
|
153
153
|
});
|
@@ -33,7 +33,7 @@ FastInit.addOnLoad(function()
|
|
33
33
|
switch_area(selected);
|
34
34
|
}
|
35
35
|
|
36
|
-
$$('#
|
36
|
+
$$('#TB_title .close_dialog', '#dialog_container .close_dialog').each(function(close) {
|
37
37
|
close.observe('click', function(e)
|
38
38
|
{
|
39
39
|
if (parent && typeof(parent.tb_remove) == "function") {
|
@@ -1,38 +1,38 @@
|
|
1
1
|
//parse a URL to form an object of properties
|
2
2
|
function parseURL(url)
|
3
3
|
{
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
4
|
+
//save the unmodified url to href property
|
5
|
+
//so that the object we get back contains
|
6
|
+
//all the same properties as the built-in location object
|
7
|
+
var loc = { 'href' : url };
|
8
8
|
|
9
|
-
|
10
|
-
|
9
|
+
//split the URL by single-slashes to get the component parts
|
10
|
+
var parts = url.replace('//', '/').split('/');
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
12
|
+
//store the protocol and host
|
13
|
+
loc.protocol = parts[0];
|
14
|
+
loc.host = parts[1];
|
15
15
|
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
16
|
+
//extract any port number from the host
|
17
|
+
//from which we derive the port and hostname
|
18
|
+
parts[1] = parts[1].split(':');
|
19
|
+
loc.hostname = parts[1][0];
|
20
|
+
loc.port = parts[1].length > 1 ? parts[1][1] : '';
|
21
21
|
|
22
|
-
|
23
|
-
|
24
|
-
|
22
|
+
//splice and join the remainder to get the pathname
|
23
|
+
parts.splice(0, 2);
|
24
|
+
loc.pathname = '/' + parts.join('/');
|
25
25
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
26
|
+
//extract any hash and remove from the pathname
|
27
|
+
loc.pathname = loc.pathname.split('#');
|
28
|
+
loc.hash = loc.pathname.length > 1 ? '#' + loc.pathname[1] : '';
|
29
|
+
loc.pathname = loc.pathname[0];
|
30
30
|
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
31
|
+
//extract any search query and remove from the pathname
|
32
|
+
loc.pathname = loc.pathname.split('?');
|
33
|
+
loc.search = loc.pathname.length > 1 ? '?' + loc.pathname[1] : '';
|
34
|
+
loc.pathname = loc.pathname[0];
|
35
35
|
|
36
|
-
|
37
|
-
|
36
|
+
//return the final object
|
37
|
+
return loc;
|
38
38
|
}
|
@@ -1,24 +1,24 @@
|
|
1
1
|
Element.addMethods('iframe',
|
2
2
|
{
|
3
3
|
document: function(element) {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
4
|
+
element = $(element);
|
5
|
+
if (element.contentWindow)
|
6
|
+
return element.contentWindow.document;
|
7
|
+
else if (element.contentDocument)
|
8
|
+
return element.contentDocument;
|
9
|
+
else
|
10
|
+
return null;
|
11
11
|
},
|
12
12
|
$: function(element, frameElement) {
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
13
|
+
element = $(element);
|
14
|
+
var frameDocument = element.document();
|
15
|
+
if (arguments.length > 2) {
|
16
|
+
for (var i = 1, frameElements = [], length = arguments.length; i < length; i++)
|
17
|
+
frameElements.push(element.$(arguments[i]));
|
18
|
+
return frameElements;
|
19
|
+
}
|
20
|
+
if (Object.isString(frameElement))
|
21
|
+
frameElement = frameDocument.getElementById(frameElement);
|
22
|
+
return frameElement || element;
|
23
23
|
}
|
24
24
|
});
|
@@ -4,47 +4,47 @@ Tooltip.prototype = {
|
|
4
4
|
initialize: function(el, options) {
|
5
5
|
this.el = $(el);
|
6
6
|
// Removing title from DOM element to avoid showing it
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
7
|
+
if ((this.content = this.el.title) != null && this.content.length > 0) {
|
8
|
+
this.el.tooltip = this;
|
9
|
+
this.initialized = false;
|
10
|
+
this.setOptions(options);
|
11
|
+
this.options.relativeTo = $(this.options.relativeTo);
|
12
12
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
// Event handlers
|
14
|
+
this.showEvent = this.show.bindAsEventListener(this);
|
15
|
+
this.hideEvent = this.hide.bindAsEventListener(this);
|
16
|
+
this.updateEvent = this.update.bindAsEventListener(this);
|
17
|
+
Event.observe(this.el, "mouseover", this.showEvent );
|
18
|
+
Event.observe(this.el, "mouseout", this.hideEvent );
|
19
19
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
20
|
+
// If descendant elements has 'alt' attribute defined, clear it
|
21
|
+
this.el.descendants().each(function(el){
|
22
|
+
if(Element.readAttribute(el, 'alt'))
|
23
|
+
el.alt = "";
|
24
|
+
});
|
25
25
|
|
26
|
-
|
26
|
+
rounding = this.options.rounded ? ["xb1", "xb2", "xb3", "xb4"] : [];
|
27
27
|
|
28
|
-
|
29
|
-
|
30
|
-
|
28
|
+
// Building tooltip container
|
29
|
+
tooltipClassName = this.options.rounded ? "tooltip tooltip-rounded" : "tooltip tooltip-square";
|
30
|
+
this.tooltip = new Element("div", {style: 'display:none'}).addClassName(tooltipClassName);
|
31
31
|
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
32
|
+
xtop = new Element("div").addClassName("xtop");
|
33
|
+
rounding.each(function(rounder)
|
34
|
+
{
|
35
|
+
xtop.insert(new Element("div").addClassName(rounder));
|
36
|
+
});
|
37
|
+
this.tooltip.insert(xtop);
|
38
|
+
this.tooltip.insert(new Element("div").addClassName("xboxcontent").update(this.content));
|
39
39
|
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
40
|
+
xbottom = new Element("div").addClassName("xbottom");
|
41
|
+
rounding.reverse(false).each(function(rounder)
|
42
|
+
{
|
43
|
+
xbottom.insert(new Element("div").addClassName(rounder));
|
44
|
+
});
|
45
|
+
this.tooltip.insert(xbottom);
|
46
46
|
|
47
|
-
|
47
|
+
return this;
|
48
48
|
}
|
49
49
|
},
|
50
50
|
setOptions: function(options) {
|