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
data/public/javascripts/tabs.js
CHANGED
@@ -10,140 +10,140 @@
|
|
10
10
|
/*global window, document, Prototype, $, $A, $H, $break, Class, Element, Event, Control */
|
11
11
|
|
12
12
|
if(typeof(Prototype) == "undefined") {
|
13
|
-
|
13
|
+
throw "Control.Tabs requires Prototype to be loaded."; }
|
14
14
|
if(typeof(Object.Event) == "undefined") {
|
15
|
-
|
15
|
+
throw "Control.Tabs requires Object.Event to be loaded."; }
|
16
16
|
|
17
17
|
Control.Tabs = Class.create({
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
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
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
18
|
+
initialize: function(tab_list_container,options){
|
19
|
+
if(!$(tab_list_container)) {
|
20
|
+
throw "Control.Tabs could not find the element: " + tab_list_container; }
|
21
|
+
this.activeContainer = false;
|
22
|
+
this.activeLink = false;
|
23
|
+
this.containers = $H({});
|
24
|
+
this.links = [];
|
25
|
+
Control.Tabs.instances.push(this);
|
26
|
+
this.options = {
|
27
|
+
beforeChange: Prototype.emptyFunction,
|
28
|
+
afterChange: Prototype.emptyFunction,
|
29
|
+
hover: false,
|
30
|
+
linkSelector: 'li a',
|
31
|
+
setClassOnContainer: false,
|
32
|
+
activeClassName: 'active',
|
33
|
+
defaultTab: 'first',
|
34
|
+
autoLinkExternal: true,
|
35
|
+
targetRegExp: /#(.+)$/,
|
36
|
+
showFunction: Element.show,
|
37
|
+
hideFunction: Element.hide
|
38
|
+
};
|
39
|
+
Object.extend(this.options,options || {});
|
40
|
+
(typeof(this.options.linkSelector == 'string') ?
|
41
|
+
$(tab_list_container).select(this.options.linkSelector) :
|
42
|
+
this.options.linkSelector($(tab_list_container))
|
43
|
+
).findAll(function(link){
|
44
|
+
return (/^#/).exec((Prototype.Browser.WebKit ? decodeURIComponent(link.href) : link.href).replace(window.location.href.split('#')[0],''));
|
45
|
+
}).each(function(link){
|
46
|
+
this.addTab(link);
|
47
|
+
}.bind(this));
|
48
|
+
this.containers.values().each(Element.hide);
|
49
|
+
if(this.options.defaultTab == 'first') {
|
50
|
+
this.setActiveTab(this.links.first());
|
51
|
+
} else if(this.options.defaultTab == 'last') {
|
52
|
+
this.setActiveTab(this.links.last());
|
53
|
+
} else {
|
54
|
+
this.setActiveTab(this.options.defaultTab); }
|
55
|
+
var targets = this.options.targetRegExp.exec(window.location);
|
56
|
+
if(targets && targets[1]){
|
57
|
+
targets[1].split(',').each(function(target){
|
58
|
+
this.setActiveTab(this.links.find(function(link){
|
59
|
+
return link.key == target;
|
60
|
+
}));
|
61
|
+
}.bind(this));
|
62
|
+
}
|
63
|
+
if(this.options.autoLinkExternal){
|
64
|
+
$A(document.getElementsByTagName('a')).each(function(a){
|
65
|
+
if(!this.links.include(a)){
|
66
|
+
var clean_href = a.href.replace(window.location.href.split('#')[0],'');
|
67
|
+
if(clean_href.substring(0,1) == '#'){
|
68
|
+
if(this.containers.keys().include(clean_href.substring(1))){
|
69
|
+
$(a).observe('click',function(event,clean_href){
|
70
|
+
this.setActiveTab(clean_href.substring(1));
|
71
|
+
}.bindAsEventListener(this,clean_href));
|
72
|
+
}
|
73
|
+
}
|
74
|
+
}
|
75
|
+
}.bind(this));
|
76
|
+
}
|
77
|
+
},
|
78
|
+
addTab: function(link){
|
79
|
+
this.links.push(link);
|
80
|
+
link.key = link.getAttribute('href').replace(window.location.href.split('#')[0],'').split('#').last().replace(/#/,'');
|
81
|
+
var container = $(link.key);
|
82
|
+
if(!container) {
|
83
|
+
throw "Control.Tabs: #" + link.key + " was not found on the page."; }
|
84
|
+
this.containers.set(link.key,container);
|
85
|
+
link[this.options.hover ? 'onmouseover' : 'onclick'] = function(link){
|
86
|
+
if(window.event) {
|
87
|
+
Event.stop(window.event); }
|
88
|
+
this.setActiveTab(link);
|
89
|
+
return false;
|
90
|
+
}.bind(this,link);
|
91
|
+
},
|
92
|
+
setActiveTab: function(link){
|
93
|
+
if(!link && typeof(link) == 'undefined') {
|
94
|
+
return; }
|
95
|
+
if(typeof(link) == 'string'){
|
96
|
+
this.setActiveTab(this.links.find(function(_link){
|
97
|
+
return _link.key == link;
|
98
|
+
}));
|
99
|
+
}else if(typeof(link) == 'number'){
|
100
|
+
this.setActiveTab(this.links[link]);
|
101
|
+
}else{
|
102
|
+
if(this.notify('beforeChange',this.activeContainer,this.containers.get(link.key)) === false) {
|
103
|
+
return; }
|
104
|
+
if(this.activeContainer) {
|
105
|
+
this.options.hideFunction(this.activeContainer); }
|
106
|
+
this.links.each(function(item){
|
107
|
+
(this.options.setClassOnContainer ? $(item.parentNode) : item).removeClassName(this.options.activeClassName);
|
108
|
+
}.bind(this));
|
109
|
+
(this.options.setClassOnContainer ? $(link.parentNode) : link).addClassName(this.options.activeClassName);
|
110
|
+
this.activeContainer = this.containers.get(link.key);
|
111
|
+
this.activeLink = link;
|
112
|
+
this.options.showFunction(this.containers.get(link.key));
|
113
|
+
this.notify('afterChange',this.containers.get(link.key));
|
114
|
+
}
|
115
|
+
},
|
116
|
+
next: function(){
|
117
|
+
this.links.each(function(link,i){
|
118
|
+
if(this.activeLink == link && this.links[i + 1]){
|
119
|
+
this.setActiveTab(this.links[i + 1]);
|
120
|
+
throw $break;
|
121
|
+
}
|
122
|
+
}.bind(this));
|
123
|
+
},
|
124
|
+
previous: function(){
|
125
|
+
this.links.each(function(link,i){
|
126
|
+
if(this.activeLink == link && this.links[i - 1]){
|
127
|
+
this.setActiveTab(this.links[i - 1]);
|
128
|
+
throw $break;
|
129
|
+
}
|
130
|
+
}.bind(this));
|
131
|
+
},
|
132
|
+
first: function(){
|
133
|
+
this.setActiveTab(this.links.first());
|
134
|
+
},
|
135
|
+
last: function(){
|
136
|
+
this.setActiveTab(this.links.last());
|
137
|
+
}
|
138
138
|
});
|
139
139
|
Object.extend(Control.Tabs,{
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
140
|
+
instances: [],
|
141
|
+
findByTabId: function(id){
|
142
|
+
return Control.Tabs.instances.find(function(tab){
|
143
|
+
return tab.links.find(function(link){
|
144
|
+
return link.key == id;
|
145
|
+
});
|
146
|
+
});
|
147
|
+
}
|
148
148
|
});
|
149
149
|
Object.Event.extend(Control.Tabs);
|
@@ -4,13 +4,13 @@
|
|
4
4
|
* Copyright (c) 2007 cody lindley
|
5
5
|
* Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
|
6
6
|
*/
|
7
|
-
|
7
|
+
|
8
8
|
var tb_pathToImages = "/images/thickbox/";
|
9
9
|
|
10
10
|
/*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/
|
11
11
|
|
12
12
|
//on page load call tb_init
|
13
|
-
jQuery(document).ready(function(){
|
13
|
+
jQuery(document).ready(function(){
|
14
14
|
tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
|
15
15
|
imgLoader = new Image();// preload image
|
16
16
|
imgLoader.src = tb_pathToImages + "loadingAnimation.gif";
|
@@ -56,13 +56,13 @@ function tb_show(caption, url, imageGroup, ajax_loaded_callback) {//function cal
|
|
56
56
|
jQuery('#TB_load').show();//show loader
|
57
57
|
|
58
58
|
var baseURL;
|
59
|
-
|
59
|
+
if(url.indexOf("?")!==-1){ //ff there is a query string involved
|
60
60
|
baseURL = url.substr(0, url.indexOf("?"));
|
61
|
-
|
61
|
+
}
|
62
62
|
else {
|
63
|
-
|
63
|
+
baseURL = url;
|
64
64
|
}
|
65
|
-
|
65
|
+
|
66
66
|
var urlString = /\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/;
|
67
67
|
var urlType = baseURL.toLowerCase().match(urlString);
|
68
68
|
|
@@ -316,7 +316,7 @@ function tb_remove() {
|
|
316
316
|
document.onkeydown = "";
|
317
317
|
document.onkeyup = "";
|
318
318
|
document.body.style.overflow = document.body.oldOverflow || "";
|
319
|
-
Event.stopObserving(document.onresize ? document : window, "resize", tb_position);
|
319
|
+
Event.stopObserving(document.onresize ? document : window, "resize", tb_position);
|
320
320
|
return false;
|
321
321
|
}
|
322
322
|
|
@@ -333,18 +333,18 @@ function tb_position() {
|
|
333
333
|
}
|
334
334
|
|
335
335
|
function tb_parseQuery ( query ) {
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
336
|
+
var Params = {};
|
337
|
+
if ( ! query ) {return Params;}// return empty object
|
338
|
+
var Pairs = query.split(/[;&]/);
|
339
|
+
for ( var i = 0; i < Pairs.length; i++ ) {
|
340
|
+
var KeyVal = Pairs[i].split('=');
|
341
|
+
if ( ! KeyVal || KeyVal.length != 2 ) {continue;}
|
342
|
+
var key = unescape( KeyVal[0] );
|
343
|
+
var val = unescape( KeyVal[1] );
|
344
|
+
val = val.replace(/\+/g, ' ');
|
345
|
+
Params[key] = val;
|
346
|
+
}
|
347
|
+
return Params;
|
348
348
|
}
|
349
349
|
|
350
350
|
function tb_getPageSize(){
|
@@ -356,8 +356,8 @@ function tb_getPageSize(){
|
|
356
356
|
}
|
357
357
|
|
358
358
|
function tb_detectMacXFF() {
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
359
|
+
var userAgent = navigator.userAgent.toLowerCase();
|
360
|
+
if (userAgent.indexOf('mac') != -1 && userAgent.indexOf('firefox')!=-1) {
|
361
|
+
return true;
|
362
|
+
}
|
363
363
|
}
|
@@ -30,15 +30,15 @@ if(!WYMeditor) var WYMeditor = {};
|
|
30
30
|
|
31
31
|
//Wrap the Firebug console in WYMeditor.console
|
32
32
|
(function() {
|
33
|
-
|
34
|
-
|
35
|
-
|
33
|
+
if ( !window.console || !console.firebug ) {
|
34
|
+
var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
|
35
|
+
"group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
|
36
36
|
|
37
|
-
|
38
|
-
|
39
|
-
|
37
|
+
WYMeditor.console = {};
|
38
|
+
for (var i = 0; i < names.length; ++i)
|
39
|
+
WYMeditor.console[names[i]] = function() {}
|
40
40
|
|
41
|
-
|
41
|
+
} else WYMeditor.console = window.console;
|
42
42
|
})();
|
43
43
|
jQuery.extend(WYMeditor, {
|
44
44
|
|
@@ -1155,7 +1155,7 @@ WYMeditor.editor.prototype.replaceStrings = function(sVal) {
|
|
1155
1155
|
eval(jQuery.ajax({url:this._options.langPath
|
1156
1156
|
+ this._options.lang + '.js', async:false}).responseText);
|
1157
1157
|
} catch(e) {
|
1158
|
-
|
1158
|
+
if (WYMeditor.console) {
|
1159
1159
|
WYMeditor.console.error("WYMeditor: error while parsing language file.");
|
1160
1160
|
}
|
1161
1161
|
return sVal;
|
@@ -1235,7 +1235,7 @@ WYMeditor.editor.prototype.dialog = function( dialogType ) {
|
|
1235
1235
|
}
|
1236
1236
|
}
|
1237
1237
|
}
|
1238
|
-
|
1238
|
+
}
|
1239
1239
|
|
1240
1240
|
// set up handlers.
|
1241
1241
|
imageGroup = null;
|
@@ -1400,29 +1400,29 @@ WYMeditor.editor.prototype.addCssRules = function(doc, aCss) {
|
|
1400
1400
|
/********** CONFIGURATION **********/
|
1401
1401
|
|
1402
1402
|
WYMeditor.editor.prototype.computeBasePath = function() {
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
|
1409
|
-
|
1403
|
+
if ((script_path = this.computeWymPath()) != null) {
|
1404
|
+
if ((src_parts = script_path.split('/')).length > 1) { src_parts.pop(); }
|
1405
|
+
return src_parts.join('/') + "/";
|
1406
|
+
}
|
1407
|
+
else {
|
1408
|
+
return null;
|
1409
|
+
}
|
1410
1410
|
};
|
1411
1411
|
|
1412
1412
|
WYMeditor.editor.prototype.computeWymPath = function() {
|
1413
|
-
|
1413
|
+
return jQuery('script[src*=jquery.refinery.wymeditor]').attr('src');
|
1414
1414
|
};
|
1415
1415
|
|
1416
1416
|
WYMeditor.editor.prototype.computeJqueryPath = function() {
|
1417
|
-
|
1418
|
-
|
1419
|
-
|
1417
|
+
return jQuery(jQuery.grep(jQuery('script'), function(s){
|
1418
|
+
return (s.src && s.src.match(/jquery(-(.*)){0,1}(\.pack|\.min|\.packed)?\.js(\?.*)?$/ ))
|
1419
|
+
})).attr('src');
|
1420
1420
|
};
|
1421
1421
|
|
1422
1422
|
WYMeditor.editor.prototype.computeCssPath = function() {
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1423
|
+
return jQuery(jQuery.grep(jQuery('link'), function(s){
|
1424
|
+
return (s.href && s.href.match(/wymeditor\/skins\/(.*)screen\.css(\?.*)?$/ ))
|
1425
|
+
})).attr('href');
|
1426
1426
|
};
|
1427
1427
|
|
1428
1428
|
WYMeditor.editor.prototype.configureEditorUsingRawCss = function() {
|
@@ -1,45 +1,45 @@
|
|
1
1
|
WYMeditor.STRINGS['ca'] = {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
2
|
+
Strong: 'Ressaltar',
|
3
|
+
Emphasis: 'Emfatitzar',
|
4
|
+
Superscript: 'Superindex',
|
5
|
+
Subscript: 'Subindex',
|
6
|
+
Ordered_List: 'Llistat ordenat',
|
7
|
+
Unordered_List: 'Llistat sense ordenar',
|
8
|
+
Indent: 'Indentat',
|
9
|
+
Outdent: 'Sense indentar',
|
10
|
+
Undo: 'Desfer',
|
11
|
+
Redo: 'Refer',
|
12
|
+
Link: 'Enllaçar',
|
13
|
+
Unlink: 'Eliminar enllaç',
|
14
|
+
Image: 'Imatge',
|
15
|
+
Table: 'Taula',
|
16
|
+
HTML: 'HTML',
|
17
|
+
Paragraph: 'Paràgraf',
|
18
|
+
Heading_1: 'Capçalera 1',
|
19
|
+
Heading_2: 'Capçalera 2',
|
20
|
+
Heading_3: 'Capçalera 3',
|
21
|
+
Heading_4: 'Capçalera 4',
|
22
|
+
Heading_5: 'Capçalera 5',
|
23
|
+
Heading_6: 'Capçalera 6',
|
24
|
+
Preformatted: 'Pre-formatejat',
|
25
|
+
Blockquote: 'Cita',
|
26
|
+
Table_Header: 'Capçalera de la taula',
|
27
|
+
URL: 'URL',
|
28
|
+
Title: 'Títol',
|
29
|
+
Alternative_Text: 'Text alternatiu',
|
30
|
+
Caption: 'Llegenda',
|
31
|
+
Summary: 'Summary',
|
32
|
+
Number_Of_Rows: 'Nombre de files',
|
33
|
+
Number_Of_Cols: 'Nombre de columnes',
|
34
|
+
Submit: 'Enviar',
|
35
|
+
Cancel: 'Cancel·lar',
|
36
|
+
Choose: 'Triar',
|
37
|
+
Preview: 'Vista prèvia',
|
38
|
+
Paste_From_Word: 'Pegar des de Word',
|
39
|
+
Tools: 'Eines',
|
40
|
+
Containers: 'Contenidors',
|
41
|
+
Classes: 'Classes',
|
42
|
+
Status: 'Estat',
|
43
|
+
Source_Code: 'Codi font'
|
44
44
|
};
|
45
45
|
|