refinerycms 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CONTRIBUTORS +8 -0
- data/LICENSE +21 -0
- data/README +40 -0
- data/app/controllers/application.rb +3 -0
- data/app/controllers/application_controller.rb +8 -0
- data/config/amazon_s3.yml +17 -0
- data/config/boot.rb +110 -0
- data/config/database.yml.example +20 -0
- data/config/environment.rb +67 -0
- data/config/environments/development.rb +17 -0
- data/config/environments/production.rb +19 -0
- data/config/environments/test.rb +22 -0
- data/config/initializers/inflections.rb +10 -0
- data/config/initializers/mime_types.rb +5 -0
- data/config/rackspace_cloudfiles.yml +14 -0
- data/config/routes.rb +19 -0
- data/db/migrate/20090903030652_remove_title_from_resources.rb +9 -0
- data/db/migrate/20090914025122_change_default_image_thumbnails.rb +9 -0
- data/db/migrate/20090916025552_resave_refinery_settings_through_serializer.rb +13 -0
- data/db/migrate/20090916045536_create_user_plugins.rb +41 -0
- data/db/migrate/20090916055243_add_position_to_user_plugins.rb +9 -0
- data/db/schema.rb +141 -0
- data/db/seeds.rb +109 -0
- data/lib/refinery_initializer.rb +9 -0
- data/public/.htaccess +40 -0
- data/public/404.html +29 -0
- data/public/422.html +30 -0
- data/public/500.html +30 -0
- data/public/favicon.ico +0 -0
- data/public/images/lightbox/bullet.gif +0 -0
- data/public/images/lightbox/close.gif +0 -0
- data/public/images/lightbox/closelabel.gif +0 -0
- data/public/images/lightbox/donate-button.gif +0 -0
- data/public/images/lightbox/download-icon.gif +0 -0
- data/public/images/lightbox/loading.gif +0 -0
- data/public/images/lightbox/nextlabel.gif +0 -0
- data/public/images/lightbox/prevlabel.gif +0 -0
- data/public/images/refinery/add.gif +0 -0
- data/public/images/refinery/add.png +0 -0
- data/public/images/refinery/admin_bg.png +0 -0
- data/public/images/refinery/ajax-loader.gif +0 -0
- data/public/images/refinery/branch-end.gif +0 -0
- data/public/images/refinery/branch-start.gif +0 -0
- data/public/images/refinery/branch.gif +0 -0
- data/public/images/refinery/cross.gif +0 -0
- data/public/images/refinery/deactive-gradient.gif +0 -0
- data/public/images/refinery/delete.gif +0 -0
- data/public/images/refinery/drag.gif +0 -0
- data/public/images/refinery/edit.gif +0 -0
- data/public/images/refinery/header-background.gif +0 -0
- data/public/images/refinery/header_background.png +0 -0
- data/public/images/refinery/hover-gradient.jpg +0 -0
- data/public/images/refinery/icons/accept.png +0 -0
- data/public/images/refinery/icons/add.png +0 -0
- data/public/images/refinery/icons/application_edit.png +0 -0
- data/public/images/refinery/icons/application_go.png +0 -0
- data/public/images/refinery/icons/arrow_left.png +0 -0
- data/public/images/refinery/icons/arrow_switch.png +0 -0
- data/public/images/refinery/icons/arrow_up.png +0 -0
- data/public/images/refinery/icons/bin_closed.png +0 -0
- data/public/images/refinery/icons/cancel.png +0 -0
- data/public/images/refinery/icons/cog_add.png +0 -0
- data/public/images/refinery/icons/cog_edit.png +0 -0
- data/public/images/refinery/icons/cross.png +0 -0
- data/public/images/refinery/icons/delete.png +0 -0
- data/public/images/refinery/icons/edit.png +0 -0
- data/public/images/refinery/icons/email_edit.png +0 -0
- data/public/images/refinery/icons/email_go.png +0 -0
- data/public/images/refinery/icons/email_open.png +0 -0
- data/public/images/refinery/icons/eye.png +0 -0
- data/public/images/refinery/icons/help.png +0 -0
- data/public/images/refinery/icons/image_add.png +0 -0
- data/public/images/refinery/icons/image_edit.png +0 -0
- data/public/images/refinery/icons/layout_add.png +0 -0
- data/public/images/refinery/icons/layout_edit.png +0 -0
- data/public/images/refinery/icons/page_add.png +0 -0
- data/public/images/refinery/icons/page_edit.png +0 -0
- data/public/images/refinery/icons/page_link.png +0 -0
- data/public/images/refinery/icons/page_white_edit.png +0 -0
- data/public/images/refinery/icons/page_white_put.png +0 -0
- data/public/images/refinery/icons/reorder.png +0 -0
- data/public/images/refinery/icons/tick.png +0 -0
- data/public/images/refinery/icons/user.png +0 -0
- data/public/images/refinery/icons/user_add.png +0 -0
- data/public/images/refinery/icons/user_comment.png +0 -0
- data/public/images/refinery/icons/user_edit.png +0 -0
- data/public/images/refinery/info.gif +0 -0
- data/public/images/refinery/logo.png +0 -0
- data/public/images/refinery/m-tools.gif +0 -0
- data/public/images/refinery/magnifier.png +0 -0
- data/public/images/refinery/nav-3-background.gif +0 -0
- data/public/images/refinery/page_bg.png +0 -0
- data/public/images/refinery/resolve-digital.gif +0 -0
- data/public/images/refinery/search.gif +0 -0
- data/public/images/refinery/shad_blcorner.png +0 -0
- data/public/images/refinery/shad_bottom.png +0 -0
- data/public/images/refinery/shad_brcorner.png +0 -0
- data/public/images/refinery/shad_tlcorner.png +0 -0
- data/public/images/refinery/shad_trcorner.png +0 -0
- data/public/images/refinery/tableft.gif +0 -0
- data/public/images/refinery/tabright.gif +0 -0
- data/public/images/refinery/tick.gif +0 -0
- data/public/images/thickbox/cross.png +0 -0
- data/public/images/thickbox/loadingAnimation.gif +0 -0
- data/public/images/thickbox/macFFBgHack.png +0 -0
- data/public/images/wymeditor/skins/refinery/blockquote.png +0 -0
- data/public/images/wymeditor/skins/refinery/center.png +0 -0
- data/public/images/wymeditor/skins/refinery/css.png +0 -0
- data/public/images/wymeditor/skins/refinery/h1.png +0 -0
- data/public/images/wymeditor/skins/refinery/h2.png +0 -0
- data/public/images/wymeditor/skins/refinery/h3.png +0 -0
- data/public/images/wymeditor/skins/refinery/h4.png +0 -0
- data/public/images/wymeditor/skins/refinery/h5.png +0 -0
- data/public/images/wymeditor/skins/refinery/h6.png +0 -0
- data/public/images/wymeditor/skins/refinery/icons.png +0 -0
- data/public/images/wymeditor/skins/refinery/iframe/lbl-blockquote.png +0 -0
- data/public/images/wymeditor/skins/refinery/iframe/lbl-h1.png +0 -0
- data/public/images/wymeditor/skins/refinery/iframe/lbl-h2.png +0 -0
- data/public/images/wymeditor/skins/refinery/iframe/lbl-h3.png +0 -0
- data/public/images/wymeditor/skins/refinery/iframe/lbl-h4.png +0 -0
- data/public/images/wymeditor/skins/refinery/iframe/lbl-h5.png +0 -0
- data/public/images/wymeditor/skins/refinery/iframe/lbl-h6.png +0 -0
- data/public/images/wymeditor/skins/refinery/iframe/lbl-p.png +0 -0
- data/public/images/wymeditor/skins/refinery/iframe/lbl-pre.png +0 -0
- data/public/images/wymeditor/skins/refinery/justify.png +0 -0
- data/public/images/wymeditor/skins/refinery/left.png +0 -0
- data/public/images/wymeditor/skins/refinery/paragraph.png +0 -0
- data/public/images/wymeditor/skins/refinery/right.png +0 -0
- data/public/images/wymeditor/skins/wymeditor_icon.png +0 -0
- data/public/javascripts/admin.js +26 -0
- data/public/javascripts/application.js +2 -0
- data/public/javascripts/builder.js +136 -0
- data/public/javascripts/controls.js +963 -0
- data/public/javascripts/dialog.js +52 -0
- data/public/javascripts/dragdrop.js +973 -0
- data/public/javascripts/effects.js +1128 -0
- data/public/javascripts/fastinit.js +84 -0
- data/public/javascripts/jquery/GPL-LICENSE.txt +278 -0
- data/public/javascripts/jquery/MIT-LICENSE.txt +20 -0
- data/public/javascripts/jquery/README +67 -0
- data/public/javascripts/jquery/jquery.js +11 -0
- data/public/javascripts/jquery/jquery.ui.draggable.js +1 -0
- data/public/javascripts/jquery/jquery.ui.js +1 -0
- data/public/javascripts/jquery/jquery.ui.resizable.js +1 -0
- data/public/javascripts/jquery/jquery.ui.sortable.js +1 -0
- data/public/javascripts/lightbox.js +503 -0
- data/public/javascripts/livepipe.js +356 -0
- data/public/javascripts/overlabel.js +66 -0
- data/public/javascripts/parse_url.js +38 -0
- data/public/javascripts/prototype.enhancements.js +24 -0
- data/public/javascripts/prototype.js +4320 -0
- data/public/javascripts/scriptaculous.js +47 -0
- data/public/javascripts/slider.js +275 -0
- data/public/javascripts/tabs.js +147 -0
- data/public/javascripts/thickbox.js +363 -0
- data/public/javascripts/tooltips.js +173 -0
- data/public/javascripts/wymeditor/boot_wym.js +163 -0
- data/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +4986 -0
- data/public/javascripts/wymeditor/lang/ca.js +45 -0
- data/public/javascripts/wymeditor/lang/cs.js +45 -0
- data/public/javascripts/wymeditor/lang/de.js +45 -0
- data/public/javascripts/wymeditor/lang/en.js +48 -0
- data/public/javascripts/wymeditor/lang/es.js +45 -0
- data/public/javascripts/wymeditor/lang/fa.js +46 -0
- data/public/javascripts/wymeditor/lang/fr.js +45 -0
- data/public/javascripts/wymeditor/lang/he.js +45 -0
- data/public/javascripts/wymeditor/lang/hu.js +45 -0
- data/public/javascripts/wymeditor/lang/it.js +45 -0
- data/public/javascripts/wymeditor/lang/nb.js +45 -0
- data/public/javascripts/wymeditor/lang/nl.js +45 -0
- data/public/javascripts/wymeditor/lang/nn.js +45 -0
- data/public/javascripts/wymeditor/lang/pl.js +45 -0
- data/public/javascripts/wymeditor/lang/pt-br.js +45 -0
- data/public/javascripts/wymeditor/lang/pt.js +45 -0
- data/public/javascripts/wymeditor/lang/ru.js +45 -0
- data/public/javascripts/wymeditor/lang/sv.js +45 -0
- data/public/javascripts/wymeditor/lang/tr.js +45 -0
- data/public/javascripts/wymeditor/lang/zh_cn.js +47 -0
- data/public/javascripts/wymeditor/skins/refinery/skin.js +40 -0
- data/public/robots.txt +2 -0
- data/public/stylesheets/application.css +0 -0
- data/public/stylesheets/application.css.example +76 -0
- data/public/stylesheets/formatting.css +0 -0
- data/public/stylesheets/formatting.css.example +86 -0
- data/public/stylesheets/home.css +0 -0
- data/public/stylesheets/home.css.example +27 -0
- data/public/stylesheets/ie6.css +0 -0
- data/public/stylesheets/ie7.css +0 -0
- data/public/stylesheets/lightbox.css +27 -0
- data/public/stylesheets/overlabel.css +21 -0
- data/public/stylesheets/refinery.css +1036 -0
- data/public/stylesheets/theme.css +36 -0
- data/public/stylesheets/thickbox.css +165 -0
- data/public/stylesheets/tooltips.css +38 -0
- data/public/stylesheets/wymeditor/skins/refinery/skin.css +211 -0
- data/public/stylesheets/wymeditor/skins/refinery/wymiframe.css +92 -0
- data/public/wymeditor/GPL-license.txt +278 -0
- data/public/wymeditor/MIT-license.txt +20 -0
- data/public/wymeditor/README +35 -0
- data/vendor/plugins/acts_as_indexed/CHANGELOG +74 -0
- data/vendor/plugins/acts_as_indexed/MIT-LICENSE +20 -0
- data/vendor/plugins/acts_as_indexed/README.rdoc +114 -0
- data/vendor/plugins/acts_as_indexed/Rakefile +35 -0
- data/vendor/plugins/acts_as_indexed/init.rb +2 -0
- data/vendor/plugins/acts_as_indexed/lib/acts_as_indexed.rb +224 -0
- data/vendor/plugins/acts_as_indexed/lib/search_atom.rb +107 -0
- data/vendor/plugins/acts_as_indexed/lib/search_index.rb +329 -0
- data/vendor/plugins/acts_as_indexed/lib/will_paginate_search.rb +29 -0
- data/vendor/plugins/acts_as_indexed/test/abstract_unit.rb +47 -0
- data/vendor/plugins/acts_as_indexed/test/acts_as_indexed_test.rb +102 -0
- data/vendor/plugins/acts_as_indexed/test/database.yml +10 -0
- data/vendor/plugins/acts_as_indexed/test/fixtures/post.rb +5 -0
- data/vendor/plugins/acts_as_indexed/test/fixtures/posts.yml +31 -0
- data/vendor/plugins/acts_as_indexed/test/schema.rb +6 -0
- data/vendor/plugins/acts_as_tree/README +26 -0
- data/vendor/plugins/acts_as_tree/Rakefile +22 -0
- data/vendor/plugins/acts_as_tree/init.rb +1 -0
- data/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +141 -0
- data/vendor/plugins/acts_as_tree/test/abstract_unit.rb +0 -0
- data/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +219 -0
- data/vendor/plugins/acts_as_tree/test/database.yml +0 -0
- data/vendor/plugins/acts_as_tree/test/fixtures/mixin.rb +0 -0
- data/vendor/plugins/acts_as_tree/test/fixtures/mixins.yml +0 -0
- data/vendor/plugins/acts_as_tree/test/schema.rb +0 -0
- data/vendor/plugins/attachment_fu/CHANGELOG +35 -0
- data/vendor/plugins/attachment_fu/LICENSE +20 -0
- data/vendor/plugins/attachment_fu/README +193 -0
- data/vendor/plugins/attachment_fu/Rakefile +22 -0
- data/vendor/plugins/attachment_fu/amazon_s3.yml.tpl +17 -0
- data/vendor/plugins/attachment_fu/init.rb +16 -0
- data/vendor/plugins/attachment_fu/install.rb +7 -0
- data/vendor/plugins/attachment_fu/lib/geometry.rb +93 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb +514 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/cloud_file_backend.rb +211 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb +39 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb +126 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb +394 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/core_image_processor.rb +59 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/gd2_processor.rb +54 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb +61 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb +132 -0
- data/vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/rmagick_processor.rb +57 -0
- data/vendor/plugins/attachment_fu/rackspace_cloudfiles.yml.tpl +14 -0
- data/vendor/plugins/attachment_fu/test/backends/db_file_test.rb +16 -0
- data/vendor/plugins/attachment_fu/test/backends/file_system_test.rb +143 -0
- data/vendor/plugins/attachment_fu/test/backends/remote/cloudfiles_test.rb +102 -0
- data/vendor/plugins/attachment_fu/test/backends/remote/s3_test.rb +119 -0
- data/vendor/plugins/attachment_fu/test/base_attachment_tests.rb +77 -0
- data/vendor/plugins/attachment_fu/test/basic_test.rb +70 -0
- data/vendor/plugins/attachment_fu/test/database.yml +18 -0
- data/vendor/plugins/attachment_fu/test/extra_attachment_test.rb +67 -0
- data/vendor/plugins/attachment_fu/test/fixtures/attachment.rb +226 -0
- data/vendor/plugins/attachment_fu/test/fixtures/files/fake/rails.png +0 -0
- data/vendor/plugins/attachment_fu/test/fixtures/files/foo.txt +1 -0
- data/vendor/plugins/attachment_fu/test/fixtures/files/rails.png +0 -0
- data/vendor/plugins/attachment_fu/test/geometry_test.rb +108 -0
- data/vendor/plugins/attachment_fu/test/processors/core_image_test.rb +37 -0
- data/vendor/plugins/attachment_fu/test/processors/gd2_test.rb +31 -0
- data/vendor/plugins/attachment_fu/test/processors/image_science_test.rb +31 -0
- data/vendor/plugins/attachment_fu/test/processors/mini_magick_test.rb +103 -0
- data/vendor/plugins/attachment_fu/test/processors/rmagick_test.rb +255 -0
- data/vendor/plugins/attachment_fu/test/schema.rb +134 -0
- data/vendor/plugins/attachment_fu/test/test_helper.rb +150 -0
- data/vendor/plugins/attachment_fu/test/validation_test.rb +55 -0
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/color.rb +27 -0
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/effects.rb +31 -0
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/perspective.rb +25 -0
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/quality.rb +25 -0
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/scale.rb +47 -0
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/filters/watermark.rb +32 -0
- data/vendor/plugins/attachment_fu/vendor/red_artisan/core_image/processor.rb +123 -0
- data/vendor/plugins/authentication/README +0 -0
- data/vendor/plugins/authentication/Rakefile +0 -0
- data/vendor/plugins/authentication/app/controllers/admin/users_controller.rb +93 -0
- data/vendor/plugins/authentication/app/controllers/sessions_controller.rb +30 -0
- data/vendor/plugins/authentication/app/controllers/users_controller.rb +86 -0
- data/vendor/plugins/authentication/app/helpers/sessions_helper.rb +2 -0
- data/vendor/plugins/authentication/app/helpers/users_helper.rb +2 -0
- data/vendor/plugins/authentication/app/models/user.rb +146 -0
- data/vendor/plugins/authentication/app/models/user_mailer.rb +25 -0
- data/vendor/plugins/authentication/app/models/user_observer.rb +11 -0
- data/vendor/plugins/authentication/app/models/user_plugin.rb +5 -0
- data/vendor/plugins/authentication/app/views/admin/users/_form.html.erb +42 -0
- data/vendor/plugins/authentication/app/views/admin/users/edit.html.erb +1 -0
- data/vendor/plugins/authentication/app/views/admin/users/index.html.erb +41 -0
- data/vendor/plugins/authentication/app/views/admin/users/new.html.erb +1 -0
- data/vendor/plugins/authentication/app/views/sessions/new.html.erb +21 -0
- data/vendor/plugins/authentication/app/views/user_mailer/activation.html.erb +3 -0
- data/vendor/plugins/authentication/app/views/user_mailer/signup_notification.html.erb +8 -0
- data/vendor/plugins/authentication/app/views/users/new.html.erb +28 -0
- data/vendor/plugins/authentication/config/routes.rb +10 -0
- data/vendor/plugins/authentication/init.rb +13 -0
- data/vendor/plugins/authentication/lib/authenticated_system.rb +115 -0
- data/vendor/plugins/authentication/lib/authenticated_test_helper.rb +10 -0
- data/vendor/plugins/authentication/test/fixtures/users.yml +19 -0
- data/vendor/plugins/authentication/test/functional/admin/base_controller_test.rb +8 -0
- data/vendor/plugins/authentication/test/functional/admin/dashboard_controller_test.rb +8 -0
- data/vendor/plugins/authentication/test/functional/admin/pages_controller_test.rb +8 -0
- data/vendor/plugins/authentication/test/functional/sessions_controller_test.rb +85 -0
- data/vendor/plugins/authentication/test/functional/users_controller_test.rb +99 -0
- data/vendor/plugins/authentication/test/test_helper.rb +38 -0
- data/vendor/plugins/authentication/test/unit/user_mailer_test.rb +31 -0
- data/vendor/plugins/authentication/test/unit/user_test.rb +164 -0
- data/vendor/plugins/dashboard/app/controllers/admin/dashboard_controller.rb +16 -0
- data/vendor/plugins/dashboard/app/helpers/admin/dashboard_helper.rb +19 -0
- data/vendor/plugins/dashboard/app/views/admin/dashboard/_recent_activity.html.erb +14 -0
- data/vendor/plugins/dashboard/app/views/admin/dashboard/index.html.erb +31 -0
- data/vendor/plugins/dashboard/config/routes.rb +5 -0
- data/vendor/plugins/dashboard/init.rb +7 -0
- data/vendor/plugins/images/app/controllers/admin/images_controller.rb +72 -0
- data/vendor/plugins/images/app/helpers/admin/images_helper.rb +17 -0
- data/vendor/plugins/images/app/models/image.rb +51 -0
- data/vendor/plugins/images/app/views/admin/images/_form.html.erb +36 -0
- data/vendor/plugins/images/app/views/admin/images/_grid_view.html.erb +17 -0
- data/vendor/plugins/images/app/views/admin/images/_list_view.html.erb +21 -0
- data/vendor/plugins/images/app/views/admin/images/edit.html.erb +1 -0
- data/vendor/plugins/images/app/views/admin/images/index.html.erb +43 -0
- data/vendor/plugins/images/app/views/admin/images/insert.html.erb +115 -0
- data/vendor/plugins/images/app/views/admin/images/new.html.erb +1 -0
- data/vendor/plugins/images/config/routes.rb +5 -0
- data/vendor/plugins/images/init.rb +8 -0
- data/vendor/plugins/images/lib/tasks/images.rake +28 -0
- data/vendor/plugins/inquiries/app/controllers/admin/inquiries_controller.rb +29 -0
- data/vendor/plugins/inquiries/app/controllers/admin/inquiry_settings_controller.rb +16 -0
- data/vendor/plugins/inquiries/app/controllers/inquiries_controller.rb +41 -0
- data/vendor/plugins/inquiries/app/helpers/inquiries_helper.rb +13 -0
- data/vendor/plugins/inquiries/app/models/inquiry.rb +18 -0
- data/vendor/plugins/inquiries/app/models/inquiry_mailer.rb +19 -0
- data/vendor/plugins/inquiries/app/models/inquiry_setting.rb +11 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiries/_inquiry.html.erb +27 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiries/index.html.erb +44 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiries/show.html.erb +62 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_confirmation_email_form.html.erb +50 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/_notification_recipients_form.html.erb +22 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/edit.html.erb +5 -0
- data/vendor/plugins/inquiries/app/views/admin/inquiry_settings/index.html.erb +32 -0
- data/vendor/plugins/inquiries/app/views/inquiries/new.html.erb +33 -0
- data/vendor/plugins/inquiries/app/views/inquiries/thank_you.html.erb +9 -0
- data/vendor/plugins/inquiries/app/views/inquiry_mailer/confirmation.html.erb +1 -0
- data/vendor/plugins/inquiries/app/views/inquiry_mailer/notification.html.erb +18 -0
- data/vendor/plugins/inquiries/config/routes.rb +8 -0
- data/vendor/plugins/inquiries/init.rb +11 -0
- data/vendor/plugins/news/app/controllers/admin/news_items_controller.rb +5 -0
- data/vendor/plugins/news/app/controllers/news_items_controller.rb +20 -0
- data/vendor/plugins/news/app/models/news_item.rb +26 -0
- data/vendor/plugins/news/app/views/admin/news_items/_form.html.erb +33 -0
- data/vendor/plugins/news/app/views/admin/news_items/_news_item.html.erb +15 -0
- data/vendor/plugins/news/app/views/admin/news_items/edit.html.erb +1 -0
- data/vendor/plugins/news/app/views/admin/news_items/index.html.erb +36 -0
- data/vendor/plugins/news/app/views/admin/news_items/new.html.erb +1 -0
- data/vendor/plugins/news/app/views/news_items/_recent_posts.html.erb +8 -0
- data/vendor/plugins/news/app/views/news_items/index.html.erb +23 -0
- data/vendor/plugins/news/app/views/news_items/show.html.erb +18 -0
- data/vendor/plugins/news/config/routes.rb +7 -0
- data/vendor/plugins/news/init.rb +7 -0
- data/vendor/plugins/pages/app/controllers/admin/page_dialogs_controller.rb +48 -0
- data/vendor/plugins/pages/app/controllers/admin/page_parts_controller.rb +35 -0
- data/vendor/plugins/pages/app/controllers/admin/pages_controller.rb +12 -0
- data/vendor/plugins/pages/app/controllers/pages_controller.rb +20 -0
- data/vendor/plugins/pages/app/helpers/pages_helper.rb +2 -0
- data/vendor/plugins/pages/app/models/page.rb +97 -0
- data/vendor/plugins/pages/app/models/page_part.rb +17 -0
- data/vendor/plugins/pages/app/views/admin/page_dialogs/_page_link.html.erb +6 -0
- data/vendor/plugins/pages/app/views/admin/page_dialogs/link_to.html.erb +253 -0
- data/vendor/plugins/pages/app/views/admin/page_parts/new.html.erb +11 -0
- data/vendor/plugins/pages/app/views/admin/pages/_form.html.erb +179 -0
- data/vendor/plugins/pages/app/views/admin/pages/_list.html.erb +29 -0
- data/vendor/plugins/pages/app/views/admin/pages/_sortable_list.html.erb +4 -0
- data/vendor/plugins/pages/app/views/admin/pages/edit.html.erb +1 -0
- data/vendor/plugins/pages/app/views/admin/pages/index.html.erb +42 -0
- data/vendor/plugins/pages/app/views/admin/pages/new.html.erb +1 -0
- data/vendor/plugins/pages/app/views/pages/home.html.erb +9 -0
- data/vendor/plugins/pages/app/views/pages/show.html.erb +10 -0
- data/vendor/plugins/pages/config/routes.rb +12 -0
- data/vendor/plugins/pages/init.rb +8 -0
- data/vendor/plugins/refinery/app/controllers/admin/base_controller.rb +37 -0
- data/vendor/plugins/refinery/app/controllers/admin/refinery_core_controller.rb +14 -0
- data/vendor/plugins/refinery/app/helpers/application_helper.rb +84 -0
- data/vendor/plugins/refinery/app/views/admin/_head.html.erb +27 -0
- data/vendor/plugins/refinery/app/views/admin/_menu.html.erb +85 -0
- data/vendor/plugins/refinery/app/views/layouts/admin.html.erb +25 -0
- data/vendor/plugins/refinery/app/views/layouts/application.html.erb +32 -0
- data/vendor/plugins/refinery/app/views/shared/_footer.html.erb +3 -0
- data/vendor/plugins/refinery/app/views/shared/_google_analytics.html.erb +12 -0
- data/vendor/plugins/refinery/app/views/shared/_ie6check.html.erb +11 -0
- data/vendor/plugins/refinery/app/views/shared/_menu.html.erb +16 -0
- data/vendor/plugins/refinery/app/views/shared/_menu_branch.html.erb +28 -0
- data/vendor/plugins/refinery/app/views/shared/_message.html.erb +10 -0
- data/vendor/plugins/refinery/app/views/shared/_submenu.html.erb +4 -0
- data/vendor/plugins/refinery/app/views/shared/_submenu_branch.html.erb +10 -0
- data/vendor/plugins/refinery/app/views/shared/admin/_make_sortable.html.erb +71 -0
- data/vendor/plugins/refinery/app/views/shared/admin/_search.html.erb +5 -0
- data/vendor/plugins/refinery/app/views/shared/admin/_sortable_list.html.erb +10 -0
- data/vendor/plugins/refinery/app/views/welcome.html.erb +13 -0
- data/vendor/plugins/refinery/app/views/wymiframe.html.erb +8 -0
- data/vendor/plugins/refinery/config/routes.rb +10 -0
- data/vendor/plugins/refinery/init.rb +9 -0
- data/vendor/plugins/refinery/lib/crud.rb +134 -0
- data/vendor/plugins/refinery/lib/generators/refinery/README +29 -0
- data/vendor/plugins/refinery/lib/generators/refinery/Rakefile +12 -0
- data/vendor/plugins/refinery/lib/generators/refinery/USAGE +2 -0
- data/vendor/plugins/refinery/lib/generators/refinery/install.rb +2 -0
- data/vendor/plugins/refinery/lib/generators/refinery/refinery_generator.rb +65 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/config/routes.rb +7 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/controller.rb +5 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/init.rb +7 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/migration.rb +36 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/model.rb +8 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/public_controller.rb +20 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_form.html.erb +18 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_singular_name.html.erb +15 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/_sortable_list.html.erb +2 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/edit.html.erb +1 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/index.html.erb +45 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/admin/new.html.erb +1 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/index.html.erb +15 -0
- data/vendor/plugins/refinery/lib/generators/refinery/templates/views/show.html.erb +23 -0
- data/vendor/plugins/refinery/lib/refinery.rb +15 -0
- data/vendor/plugins/refinery/lib/refinery/activity.rb +16 -0
- data/vendor/plugins/refinery/lib/refinery/application_controller.rb +53 -0
- data/vendor/plugins/refinery/lib/refinery/form_helpers.rb +28 -0
- data/vendor/plugins/refinery/lib/refinery/initializer.rb +28 -0
- data/vendor/plugins/refinery/lib/refinery/link_renderer.rb +45 -0
- data/vendor/plugins/refinery/lib/refinery/plugin.rb +47 -0
- data/vendor/plugins/refinery/lib/refinery/plugins.rb +53 -0
- data/vendor/plugins/refinery/lib/tasks/refinery.rake +28 -0
- data/vendor/plugins/refinery_dialogs/app/controllers/admin/dialogs_controller.rb +24 -0
- data/vendor/plugins/refinery_dialogs/app/views/admin/dialogs/show.html.erb +20 -0
- data/vendor/plugins/refinery_dialogs/app/views/layouts/admin_dialog.html.erb +31 -0
- data/vendor/plugins/refinery_dialogs/config/routes.rb +5 -0
- data/vendor/plugins/refinery_dialogs/init.rb +8 -0
- data/vendor/plugins/refinery_settings/app/controllers/admin/refinery_settings_controller.rb +5 -0
- data/vendor/plugins/refinery_settings/app/models/refinery_setting.rb +62 -0
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_form.html.erb +21 -0
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_make_sortable.html.erb +7 -0
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/_refinery_setting.html.erb +13 -0
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/edit.html.erb +4 -0
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/index.html.erb +33 -0
- data/vendor/plugins/refinery_settings/app/views/admin/refinery_settings/new.html.erb +1 -0
- data/vendor/plugins/refinery_settings/config/routes.rb +5 -0
- data/vendor/plugins/refinery_settings/init.rb +9 -0
- data/vendor/plugins/resources/app/controllers/admin/resources_controller.rb +25 -0
- data/vendor/plugins/resources/app/models/resource.rb +36 -0
- data/vendor/plugins/resources/app/views/admin/resources/_form.html.erb +18 -0
- data/vendor/plugins/resources/app/views/admin/resources/_resource.html.erb +16 -0
- data/vendor/plugins/resources/app/views/admin/resources/edit.html.erb +1 -0
- data/vendor/plugins/resources/app/views/admin/resources/index.html.erb +33 -0
- data/vendor/plugins/resources/app/views/admin/resources/new.html.erb +1 -0
- data/vendor/plugins/resources/config/routes.rb +7 -0
- data/vendor/plugins/resources/init.rb +7 -0
- metadata +567 -0
@@ -0,0 +1,363 @@
|
|
1
|
+
/*
|
2
|
+
* Thickbox 3.1 - One Box To Rule Them All.
|
3
|
+
* By Cody Lindley (http://www.codylindley.com)
|
4
|
+
* Copyright (c) 2007 cody lindley
|
5
|
+
* Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
|
6
|
+
*/
|
7
|
+
|
8
|
+
var tb_pathToImages = "/images/thickbox/";
|
9
|
+
|
10
|
+
/*!!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/
|
11
|
+
|
12
|
+
//on page load call tb_init
|
13
|
+
jQuery(document).ready(function(){
|
14
|
+
tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox
|
15
|
+
imgLoader = new Image();// preload image
|
16
|
+
imgLoader.src = tb_pathToImages + "loadingAnimation.gif";
|
17
|
+
});
|
18
|
+
|
19
|
+
//add thickbox to href & area elements that have a class of .thickbox
|
20
|
+
function tb_init(domChunk){
|
21
|
+
jQuery(domChunk).click(function(){
|
22
|
+
var t = this.title || this.name || this.innerHTML || null;
|
23
|
+
var a = this.href || this.alt;
|
24
|
+
var g = this.rel || false;
|
25
|
+
tb_show(t,a,g);
|
26
|
+
this.blur();
|
27
|
+
return false;
|
28
|
+
});
|
29
|
+
}
|
30
|
+
|
31
|
+
function tb_show(caption, url, imageGroup, ajax_loaded_callback) {//function called when the user clicks on a thickbox link
|
32
|
+
|
33
|
+
try {
|
34
|
+
if (typeof document.body.style.maxHeight === "undefined") {//if IE 6
|
35
|
+
jQuery("body","html").css({height: "100%", width: "100%"});
|
36
|
+
jQuery("html").css("overflow","hidden");
|
37
|
+
if (document.getElementById("TB_HideSelect") === null) {//iframe to hide select elements in ie6
|
38
|
+
jQuery("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div><div id='TB_window'></div>");
|
39
|
+
jQuery("#TB_overlay").click(tb_remove);
|
40
|
+
}
|
41
|
+
}else{//all others
|
42
|
+
if(document.getElementById("TB_overlay") === null){
|
43
|
+
jQuery("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>");
|
44
|
+
jQuery("#TB_overlay").click(tb_remove);
|
45
|
+
}
|
46
|
+
}
|
47
|
+
|
48
|
+
if(tb_detectMacXFF()){
|
49
|
+
jQuery("#TB_overlay").addClass("TB_overlayMacFFBGHack");//use png overlay so hide flash
|
50
|
+
}else{
|
51
|
+
jQuery("#TB_overlay").addClass("TB_overlayBG");//use background and opacity
|
52
|
+
}
|
53
|
+
|
54
|
+
if(caption===null){caption="";}
|
55
|
+
jQuery("body").append("<div id='TB_load'><img src='"+imgLoader.src+"' /></div>");//add loader to the page
|
56
|
+
jQuery('#TB_load').show();//show loader
|
57
|
+
|
58
|
+
var baseURL;
|
59
|
+
if(url.indexOf("?")!==-1){ //ff there is a query string involved
|
60
|
+
baseURL = url.substr(0, url.indexOf("?"));
|
61
|
+
}
|
62
|
+
else {
|
63
|
+
baseURL = url;
|
64
|
+
}
|
65
|
+
|
66
|
+
var urlString = /\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/;
|
67
|
+
var urlType = baseURL.toLowerCase().match(urlString);
|
68
|
+
|
69
|
+
if(urlType == '.jpg' || urlType == '.jpeg' || urlType == '.png' || urlType == '.gif' || urlType == '.bmp')
|
70
|
+
{
|
71
|
+
//code to show images
|
72
|
+
TB_PrevCaption = "";
|
73
|
+
TB_PrevURL = "";
|
74
|
+
TB_PrevHTML = "";
|
75
|
+
TB_NextCaption = "";
|
76
|
+
TB_NextURL = "";
|
77
|
+
TB_NextHTML = "";
|
78
|
+
TB_imageCount = "";
|
79
|
+
TB_FoundURL = false;
|
80
|
+
if(imageGroup){
|
81
|
+
TB_TempArray = jQuery("a[@rel="+imageGroup+"]").get();
|
82
|
+
for (TB_Counter = 0; ((TB_Counter < TB_TempArray.length) && (TB_NextHTML === "")); TB_Counter++) {
|
83
|
+
var urlTypeTemp = TB_TempArray[TB_Counter].href.toLowerCase().match(urlString);
|
84
|
+
if (!(TB_TempArray[TB_Counter].href == url)) {
|
85
|
+
if (TB_FoundURL) {
|
86
|
+
TB_NextCaption = TB_TempArray[TB_Counter].title;
|
87
|
+
TB_NextURL = TB_TempArray[TB_Counter].href;
|
88
|
+
TB_NextHTML = "<span id='TB_next'> <a href='#'>Next ></a></span>";
|
89
|
+
} else {
|
90
|
+
TB_PrevCaption = TB_TempArray[TB_Counter].title;
|
91
|
+
TB_PrevURL = TB_TempArray[TB_Counter].href;
|
92
|
+
TB_PrevHTML = "<span id='TB_prev'> <a href='#'>< Prev</a></span>";
|
93
|
+
}
|
94
|
+
} else {
|
95
|
+
TB_FoundURL = true;
|
96
|
+
TB_imageCount = "Image " + (TB_Counter + 1) +" of "+ (TB_TempArray.length);
|
97
|
+
}
|
98
|
+
}
|
99
|
+
}
|
100
|
+
|
101
|
+
imgPreloader = new Image();
|
102
|
+
imgPreloader.onload = function(){
|
103
|
+
imgPreloader.onload = null;
|
104
|
+
|
105
|
+
// Resizing large images - orginal by Christian Montoya edited by me.
|
106
|
+
var pagesize = tb_getPageSize();
|
107
|
+
var x = pagesize[0] - 150;
|
108
|
+
var y = pagesize[1] - 150;
|
109
|
+
var imageWidth = imgPreloader.width;
|
110
|
+
var imageHeight = imgPreloader.height;
|
111
|
+
if (imageWidth > x) {
|
112
|
+
imageHeight = imageHeight * (x / imageWidth);
|
113
|
+
imageWidth = x;
|
114
|
+
if (imageHeight > y) {
|
115
|
+
imageWidth = imageWidth * (y / imageHeight);
|
116
|
+
imageHeight = y;
|
117
|
+
}
|
118
|
+
} else if (imageHeight > y) {
|
119
|
+
imageWidth = imageWidth * (y / imageHeight);
|
120
|
+
imageHeight = y;
|
121
|
+
if (imageWidth > x) {
|
122
|
+
imageHeight = imageHeight * (x / imageWidth);
|
123
|
+
imageWidth = x;
|
124
|
+
}
|
125
|
+
}
|
126
|
+
// End Resizing
|
127
|
+
|
128
|
+
TB_WIDTH = imageWidth + 30;
|
129
|
+
TB_HEIGHT = imageHeight + 60;
|
130
|
+
jQuery("#TB_window").append("<a href='' id='TB_ImageOff' title='Close'><img id='TB_Image' src='"+url+"' width='"+imageWidth+"' height='"+imageHeight+"' alt='"+caption+"'/></a>" + "<div id='TB_caption'>"+caption+"<div id='TB_secondLine'>" + TB_imageCount + TB_PrevHTML + TB_NextHTML + "</div></div><div id='TB_closeWindow'><a href='#' id='TB_closeWindowButton' title='Close'>close</a> or Esc Key</div>");
|
131
|
+
|
132
|
+
jQuery(".close_dialog").click(tb_remove);
|
133
|
+
|
134
|
+
if (!(TB_PrevHTML === "")) {
|
135
|
+
function goPrev(){
|
136
|
+
if(jQuery(document).unbind("click",goPrev)){jQuery(document).unbind("click",goPrev);}
|
137
|
+
jQuery("#TB_window").remove();
|
138
|
+
jQuery("body").append("<div id='TB_window'></div>");
|
139
|
+
tb_show(TB_PrevCaption, TB_PrevURL, imageGroup);
|
140
|
+
return false;
|
141
|
+
}
|
142
|
+
jQuery("#TB_prev").click(goPrev);
|
143
|
+
}
|
144
|
+
|
145
|
+
if (!(TB_NextHTML === "")) {
|
146
|
+
function goNext(){
|
147
|
+
jQuery("#TB_window").remove();
|
148
|
+
jQuery("body").append("<div id='TB_window'></div>");
|
149
|
+
tb_show(TB_NextCaption, TB_NextURL, imageGroup);
|
150
|
+
return false;
|
151
|
+
}
|
152
|
+
jQuery("#TB_next").click(goNext);
|
153
|
+
|
154
|
+
}
|
155
|
+
|
156
|
+
document.onkeydown = function(e){
|
157
|
+
if (e == null) { // ie
|
158
|
+
keycode = event.keyCode;
|
159
|
+
} else { // mozilla
|
160
|
+
keycode = e.which;
|
161
|
+
}
|
162
|
+
if(keycode == 27){ // close
|
163
|
+
tb_remove();
|
164
|
+
} else if(keycode == 190){ // display previous image
|
165
|
+
if(!(TB_NextHTML == "")){
|
166
|
+
document.onkeydown = "";
|
167
|
+
goNext();
|
168
|
+
}
|
169
|
+
} else if(keycode == 188){ // display next image
|
170
|
+
if(!(TB_PrevHTML == "")){
|
171
|
+
document.onkeydown = "";
|
172
|
+
goPrev();
|
173
|
+
}
|
174
|
+
}
|
175
|
+
};
|
176
|
+
|
177
|
+
tb_position();
|
178
|
+
jQuery("#TB_load").remove();
|
179
|
+
jQuery("#TB_ImageOff").click(tb_remove);
|
180
|
+
jQuery("#TB_window").css({display:"block"}); //for safari using css instead of show
|
181
|
+
};
|
182
|
+
|
183
|
+
imgPreloader.src = url;
|
184
|
+
}else{//code to show html
|
185
|
+
|
186
|
+
var queryString = url.replace(/^[^\?]+\??/,'');
|
187
|
+
var params = tb_parseQuery( queryString );
|
188
|
+
|
189
|
+
TB_WIDTH = (params['width']*1); + 30 || 630; //defaults to 630 if no paramaters were added to URL
|
190
|
+
TB_HEIGHT = (params['height']*1); + 40 || 440; //defaults to 440 if no paramaters were added to URL
|
191
|
+
ajaxContentW = params['auto_size_content'] ? 'auto' : TB_WIDTH - 30;
|
192
|
+
ajaxContentH = params['auto_size_content'] ? 'auto' : TB_HEIGHT - 45;
|
193
|
+
|
194
|
+
if(url.indexOf('TB_iframe') != -1 || url.indexOf('dialog=true') != -1){// either iframe or ajax window
|
195
|
+
urlNoQuery = url.split('TB_');
|
196
|
+
jQuery("#TB_iframeContent").remove();
|
197
|
+
if(params['modal'] != "true"){//iframe no modal
|
198
|
+
jQuery("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' class='close_dialog' title='Close'><img src='" + tb_pathToImages + "cross.png' alt='close'/></a></div></div><iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW + 30)+"px;height:"+(ajaxContentH + 17)+"px;' > </iframe>");
|
199
|
+
}else{//iframe modal
|
200
|
+
jQuery("#TB_overlay").unbind();
|
201
|
+
if (params['titlebar'] == 'true') {
|
202
|
+
jQuery("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' class='close_dialog' title='Close'><img src='" + tb_pathToImages + "cross.png' alt='close'/></a></div></div>");
|
203
|
+
}
|
204
|
+
jQuery("#TB_window").append("<iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW + 30)+"px;height:"+(ajaxContentH + 17)+"px;'> </iframe>");
|
205
|
+
}
|
206
|
+
}else{// not an iframe, ajax
|
207
|
+
if(jQuery("#TB_window").css("display") != "block"){
|
208
|
+
if(params['modal'] != "true"){//ajax no modal
|
209
|
+
jQuery("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' class='close_dialog'><img src='" + tb_pathToImages + "cross.png' alt='close'/></a></div></div><div id='TB_ajaxContent' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px'></div>");
|
210
|
+
}else{//ajax modal
|
211
|
+
jQuery("#TB_overlay").unbind();
|
212
|
+
if (params['titlebar'] == 'true') {
|
213
|
+
jQuery("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' class='close_dialog' title='Close'><img src='" + tb_pathToImages + "cross.png' alt='close'/></a></div></div>");
|
214
|
+
}
|
215
|
+
jQuery("#TB_window").append("<div id='TB_ajaxContent' class='TB_modal' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px;'></div>");
|
216
|
+
}
|
217
|
+
}else{//this means the window is already up, we are just loading new content via ajax
|
218
|
+
jQuery("#TB_ajaxContent")[0].style.width = ajaxContentW + (!params['auto_size_content'] ? "px" : "");
|
219
|
+
jQuery("#TB_ajaxContent")[0].style.height = ajaxContentH + (!params['auto_size_content'] ? "px" : "");
|
220
|
+
jQuery("#TB_ajaxContent")[0].scrollTop = 0;
|
221
|
+
jQuery("#TB_ajaxWindowTitle").html(caption);
|
222
|
+
}
|
223
|
+
}
|
224
|
+
|
225
|
+
jQuery(".close_dialog").click(tb_remove);
|
226
|
+
|
227
|
+
if(url.indexOf('TB_inline') != -1){
|
228
|
+
jQuery("#TB_ajaxContent").append(jQuery('#' + params['inlineId']).children());
|
229
|
+
jQuery("#TB_window").unload(function () {
|
230
|
+
jQuery('#' + params['inlineId']).append( jQuery("#TB_ajaxContent").children() ); // move elements back when you're finished
|
231
|
+
});
|
232
|
+
tb_position();
|
233
|
+
jQuery("#TB_load").remove();
|
234
|
+
jQuery("#TB_window").css({display:"block"});
|
235
|
+
}else if(url.indexOf('TB_iframe') != -1 || url.indexOf('dialog=true') != -1){
|
236
|
+
tb_position();
|
237
|
+
if(jQuery.browser.safari){//safari needs help because it will not fire iframe onload
|
238
|
+
jQuery("#TB_load").remove();
|
239
|
+
jQuery("#TB_window").css({display:"block"});
|
240
|
+
}
|
241
|
+
}else{
|
242
|
+
jQuery("#TB_ajaxContent").load(url += (url.indexOf("?") > -1 ? "&" : "?") + "random=" + (new Date().getTime()),function(){//to do a post change this load method
|
243
|
+
tb_position();
|
244
|
+
jQuery("#TB_load").remove();
|
245
|
+
tb_init("#TB_ajaxContent a.thickbox");
|
246
|
+
jQuery("#TB_window").css({display:"block"});
|
247
|
+
if (ajax_loaded_callback) {
|
248
|
+
ajax_loaded_callback();
|
249
|
+
}
|
250
|
+
});
|
251
|
+
}
|
252
|
+
|
253
|
+
}
|
254
|
+
|
255
|
+
if(!params['modal']){
|
256
|
+
document.onkeyup = function(e){
|
257
|
+
if (e == null) { // ie
|
258
|
+
keycode = event.keyCode;
|
259
|
+
} else { // mozilla
|
260
|
+
keycode = e.which;
|
261
|
+
}
|
262
|
+
if(keycode == 27){ // close
|
263
|
+
tb_remove();
|
264
|
+
}
|
265
|
+
};
|
266
|
+
}
|
267
|
+
else {
|
268
|
+
document.body.oldOverflow = document.body.style.overflow;
|
269
|
+
document.body.style.overflow = 'hidden';
|
270
|
+
}
|
271
|
+
|
272
|
+
if (params['draggable'])
|
273
|
+
{
|
274
|
+
new Draggable('TB_window', {handle: 'TB_title', starteffect:null, endeffect:null});
|
275
|
+
/*, {
|
276
|
+
starteffect:function(){
|
277
|
+
$$("#TB_title", "#TB_window", "#TB_iframe").each(function(element){
|
278
|
+
new Effect.Highlight(element, {endcolor: '#ffff99', restorecolor: '#ffff99', duration: 0.25, keepBackgroundImage: true});
|
279
|
+
});
|
280
|
+
}
|
281
|
+
, endeffect:function()
|
282
|
+
{
|
283
|
+
$$("#TB_title", "#TB_window", "#TB_iframe").each(function(element){
|
284
|
+
current_bg_color = element.style.backgroundColor;
|
285
|
+
new Effect.Highlight(element, {startcolor: '#ffff99', duration: 0.25, keepBackgroundImage: true});
|
286
|
+
});
|
287
|
+
}
|
288
|
+
});*/
|
289
|
+
}
|
290
|
+
|
291
|
+
Event.observe(document.onresize ? document : window, "resize", tb_position);
|
292
|
+
|
293
|
+
return 'TB_window';
|
294
|
+
|
295
|
+
} catch(e) {
|
296
|
+
//if (console) { console.log(e); }
|
297
|
+
//nothing here
|
298
|
+
}
|
299
|
+
}
|
300
|
+
|
301
|
+
//helper functions below
|
302
|
+
function tb_showIframe(){
|
303
|
+
jQuery("#TB_load").remove();
|
304
|
+
jQuery("#TB_window").css({display:"block"});
|
305
|
+
}
|
306
|
+
|
307
|
+
function tb_remove() {
|
308
|
+
jQuery("#TB_imageOff").unbind("click");
|
309
|
+
jQuery(".close_dialog").unbind("click");
|
310
|
+
jQuery("#TB_window").fadeOut("fast",function(){jQuery('#TB_window,#TB_overlay,#TB_HideSelect').trigger("unload").unbind().remove();});
|
311
|
+
jQuery("#TB_load").remove();
|
312
|
+
if (typeof document.body.style.maxHeight == "undefined") {//if IE 6
|
313
|
+
jQuery("body","html").css({height: "auto", width: "auto"});
|
314
|
+
jQuery("html").css("overflow","");
|
315
|
+
}
|
316
|
+
document.onkeydown = "";
|
317
|
+
document.onkeyup = "";
|
318
|
+
document.body.style.overflow = document.body.oldOverflow || "";
|
319
|
+
Event.stopObserving(document.onresize ? document : window, "resize", tb_position);
|
320
|
+
return false;
|
321
|
+
}
|
322
|
+
|
323
|
+
function tb_position() {
|
324
|
+
TB_HEIGHT = jQuery("#TB_window").height();
|
325
|
+
TB_WIDTH = jQuery("#TB_window").width();
|
326
|
+
jQuery("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'});
|
327
|
+
if ( !(jQuery.browser.msie && jQuery.browser.version < 7)) { // take away IE6
|
328
|
+
marginTopAdjustment = parseInt((TB_HEIGHT / 2),10);
|
329
|
+
jQuery("#TB_window").css({marginTop: '-' + marginTopAdjustment + 'px'});
|
330
|
+
topAdjustment = marginTopAdjustment + ((tb_getPageSize()[1] - TB_HEIGHT) / 2);
|
331
|
+
jQuery("#TB_window").css({top: ((topAdjustment > marginTopAdjustment) ? topAdjustment : marginTopAdjustment) + "px"});
|
332
|
+
}
|
333
|
+
}
|
334
|
+
|
335
|
+
function tb_parseQuery ( query ) {
|
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
|
+
}
|
349
|
+
|
350
|
+
function tb_getPageSize(){
|
351
|
+
var de = document.documentElement;
|
352
|
+
var w = window.innerWidth || self.innerWidth || (de&&de.clientWidth) || document.body.clientWidth;
|
353
|
+
var h = window.innerHeight || self.innerHeight || (de&&de.clientHeight) || document.body.clientHeight;
|
354
|
+
arrayPageSize = [w,h];
|
355
|
+
return arrayPageSize;
|
356
|
+
}
|
357
|
+
|
358
|
+
function tb_detectMacXFF() {
|
359
|
+
var userAgent = navigator.userAgent.toLowerCase();
|
360
|
+
if (userAgent.indexOf('mac') != -1 && userAgent.indexOf('firefox')!=-1) {
|
361
|
+
return true;
|
362
|
+
}
|
363
|
+
}
|
@@ -0,0 +1,173 @@
|
|
1
|
+
// Tooltip Object
|
2
|
+
var Tooltip = Class.create();
|
3
|
+
Tooltip.prototype = {
|
4
|
+
initialize: function(el, options) {
|
5
|
+
this.el = $(el);
|
6
|
+
this.el.tooltip = this;
|
7
|
+
this.initialized = false;
|
8
|
+
this.setOptions(options);
|
9
|
+
this.options.relativeTo = $(this.options.relativeTo);
|
10
|
+
|
11
|
+
// Event handlers
|
12
|
+
this.showEvent = this.show.bindAsEventListener(this);
|
13
|
+
this.hideEvent = this.hide.bindAsEventListener(this);
|
14
|
+
this.updateEvent = this.update.bindAsEventListener(this);
|
15
|
+
Event.observe(this.el, "mouseover", this.showEvent );
|
16
|
+
Event.observe(this.el, "mouseout", this.hideEvent );
|
17
|
+
|
18
|
+
// Removing title from DOM element to avoid showing it
|
19
|
+
this.content = this.el.title;
|
20
|
+
this.el.title = "";
|
21
|
+
|
22
|
+
// If descendant elements has 'alt' attribute defined, clear it
|
23
|
+
this.el.descendants().each(function(el){
|
24
|
+
if(Element.readAttribute(el, 'alt'))
|
25
|
+
el.alt = "";
|
26
|
+
});
|
27
|
+
|
28
|
+
rounding = this.options.rounded ? ["xb1", "xb2", "xb3", "xb4"] : [];
|
29
|
+
|
30
|
+
// Building tooltip container
|
31
|
+
tooltipClassName = this.options.rounded ? "tooltip tooltip-rounded" : "tooltip tooltip-square";
|
32
|
+
this.tooltip = new Element("div", {style: 'display:none'}).addClassName(tooltipClassName);
|
33
|
+
|
34
|
+
xtop = new Element("div").addClassName("xtop");
|
35
|
+
rounding.each(function(rounder)
|
36
|
+
{
|
37
|
+
xtop.insert(new Element("div").addClassName(rounder));
|
38
|
+
});
|
39
|
+
this.tooltip.insert(xtop);
|
40
|
+
this.tooltip.insert(new Element("div").addClassName("xboxcontent").update(this.content));
|
41
|
+
|
42
|
+
xbottom = new Element("div").addClassName("xbottom");
|
43
|
+
rounding.reverse(false).each(function(rounder)
|
44
|
+
{
|
45
|
+
xbottom.insert(new Element("div").addClassName(rounder));
|
46
|
+
});
|
47
|
+
this.tooltip.insert(xbottom);
|
48
|
+
|
49
|
+
return this;
|
50
|
+
},
|
51
|
+
setOptions: function(options) {
|
52
|
+
this.options = {
|
53
|
+
maxWidth: 250 // Default tooltip width
|
54
|
+
,align: "left" // Default align
|
55
|
+
,delay: 250 // Default delay before tooltip appears in ms
|
56
|
+
,mouseFollow: true // Tooltips follows the mouse moving
|
57
|
+
,opacity: .75 // Default tooltips opacity
|
58
|
+
,appearDuration: .25 // Default appear duration in sec
|
59
|
+
,hideDuration: .25 // Default disappear duration in sec
|
60
|
+
,position: 'top'
|
61
|
+
,rounded: true
|
62
|
+
,spacing:{x:0,y:6}
|
63
|
+
,relativeTo:this.el
|
64
|
+
,maxHeight:600 // Default tooltip height
|
65
|
+
};
|
66
|
+
Object.extend(this.options, options || {});
|
67
|
+
},
|
68
|
+
show: function(e) {
|
69
|
+
this.update();
|
70
|
+
|
71
|
+
if (!this.insertedIntoDocument)
|
72
|
+
{
|
73
|
+
document.body.insertBefore(this.tooltip, document.body.childNodes[0]);
|
74
|
+
|
75
|
+
this.options.width = this.tooltip.getWidth() + 2 // adding 2 seems to display tooltips on one line in FF, yay;
|
76
|
+
this.tooltip.style.minWidth = (this.options.width < this.options.maxWidth ? this.options.width : this.options.maxWidth) + 'px'; // IE7 needs width to be defined. Use min-width because we can sacrifice older browser compatibility.
|
77
|
+
|
78
|
+
this.insertedIntoDocument = true;
|
79
|
+
}
|
80
|
+
|
81
|
+
if(!this.initialized)
|
82
|
+
this.timeout = window.setTimeout(this.appear.bind(this), this.options.delay);
|
83
|
+
},
|
84
|
+
hide: function(e) {
|
85
|
+
if(this.initialized) {
|
86
|
+
if (this.appearingFX != null)
|
87
|
+
{
|
88
|
+
this.appearingFX.cancel();
|
89
|
+
}
|
90
|
+
if(this.options.mouseFollow)
|
91
|
+
{
|
92
|
+
Event.stopObserving(this.el, "mousemove", this.updateEvent);
|
93
|
+
}
|
94
|
+
if (this.options.hideDuration > 0)
|
95
|
+
{
|
96
|
+
new Effect.Fade(this.tooltip, {duration: this.options.hideDuration, afterFinish: function() { Element.remove(this.tooltip) }.bind(this) });
|
97
|
+
}
|
98
|
+
else
|
99
|
+
{
|
100
|
+
this.tooltip.hide();
|
101
|
+
}
|
102
|
+
}
|
103
|
+
this._clearTimeout(this.timeout);
|
104
|
+
|
105
|
+
this.initialized = false;
|
106
|
+
},
|
107
|
+
update: function(e){
|
108
|
+
offset = this.options.relativeTo.cumulativeOffset();
|
109
|
+
this.xCord = offset[0];//Event.pointerX(e);
|
110
|
+
this.yCord = offset[1];//Event.pointerY(e);
|
111
|
+
this.setup();
|
112
|
+
},
|
113
|
+
appear: function() {
|
114
|
+
Element.extend(this.tooltip); // IE needs element to be manually extended
|
115
|
+
|
116
|
+
if(this.options.mouseFollow)
|
117
|
+
{
|
118
|
+
Event.observe(this.el, "mousemove", this.updateEvent);
|
119
|
+
}
|
120
|
+
|
121
|
+
this.setup();
|
122
|
+
|
123
|
+
this.initialized = true;
|
124
|
+
if (this.options.appearDuration > 0)
|
125
|
+
{
|
126
|
+
this.appearingFX = new Effect.Appear(this.tooltip, {duration: this.options.appearDuration, to: this.options.opacity });
|
127
|
+
}
|
128
|
+
else
|
129
|
+
{
|
130
|
+
this.tooltip.show();
|
131
|
+
}
|
132
|
+
},
|
133
|
+
setup: function(){
|
134
|
+
// If content width is more then allowed max width, set width to max
|
135
|
+
if(this.options.width > this.options.maxWidth) {
|
136
|
+
this.options.width = this.options.maxWidth;
|
137
|
+
this.tooltip.style.width = this.options.width + 'px';
|
138
|
+
}
|
139
|
+
|
140
|
+
// Tooltip doesn't fit the current document dimensions
|
141
|
+
if(this.xCord + this.options.width >= Element.getWidth(document.body)) {
|
142
|
+
this.options.align = "right";
|
143
|
+
this.xCord = this.xCord - this.options.width + 20;
|
144
|
+
}
|
145
|
+
|
146
|
+
switch(this.options.position)
|
147
|
+
{
|
148
|
+
case "left":
|
149
|
+
{
|
150
|
+
this.tooltip.style.left = (this.xCord - this.options.relativeTo.getWidth() - this.options.spacing.x) + "px";
|
151
|
+
this.tooltip.style.top = this.yCord + this.options.spacing.y + "px";
|
152
|
+
break;
|
153
|
+
}
|
154
|
+
case "right":
|
155
|
+
{
|
156
|
+
this.tooltip.style.left = (this.xCord + this.options.relativeTo.getWidth() + this.options.spacing.x) + "px";
|
157
|
+
this.tooltip.style.top = this.yCord + this.options.spacing.y + "px";
|
158
|
+
break;
|
159
|
+
}
|
160
|
+
default:
|
161
|
+
{
|
162
|
+
this.tooltip.style.left = this.xCord - (this.tooltip.getWidth() / 2) + (this.options.relativeTo.getWidth() / 2) - this.options.spacing.x + "px";
|
163
|
+
this.tooltip.style.top = this.yCord - this.tooltip.getHeight() - this.options.spacing.y + "px";
|
164
|
+
break;
|
165
|
+
}
|
166
|
+
}
|
167
|
+
},
|
168
|
+
_clearTimeout: function(timer) {
|
169
|
+
clearTimeout(timer);
|
170
|
+
clearInterval(timer);
|
171
|
+
return null;
|
172
|
+
}
|
173
|
+
};
|