community_engine 2.0.0.beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +15 -0
- data/.gitmodules +0 -0
- data/.travis.yml +9 -0
- data/CHANGELOG +118 -0
- data/Gemfile +3 -0
- data/LICENSE +30 -0
- data/README.markdown +188 -0
- data/Rakefile +54 -0
- data/UPGRADING.markdown +93 -0
- data/about.yml +7 -0
- data/app/assets/images/auth/facebook_32.png +0 -0
- data/app/assets/images/auth/facebook_64.png +0 -0
- data/app/assets/images/auth/google_32.png +0 -0
- data/app/assets/images/auth/google_64.png +0 -0
- data/app/assets/images/auth/linked_in_32.png +0 -0
- data/app/assets/images/auth/linked_in_64.png +0 -0
- data/app/assets/images/auth/open_id_32.png +0 -0
- data/app/assets/images/auth/remove.png +0 -0
- data/app/assets/images/auth/twitter_32.png +0 -0
- data/app/assets/images/auth/twitter_64.png +0 -0
- data/app/assets/images/bg_h6btn.gif +0 -0
- data/app/assets/images/bg_navbar.gif +0 -0
- data/app/assets/images/clearbits/bg_rounded.gif +0 -0
- data/app/assets/images/clearbits/comment.gif +0 -0
- data/app/assets/images/clearbits/lock.gif +0 -0
- data/app/assets/images/clearbits/smile.gif +0 -0
- data/app/assets/images/close.gif +0 -0
- data/app/assets/images/cropper/marqueeHoriz.gif +0 -0
- data/app/assets/images/cropper/marqueeVert.gif +0 -0
- data/app/assets/images/feed.png +0 -0
- data/app/assets/images/icon_missing_medium.gif +0 -0
- data/app/assets/images/icon_missing_thumb.gif +0 -0
- data/app/assets/images/icons/31.png +0 -0
- data/app/assets/images/icons/52.png +0 -0
- data/app/assets/images/icons/accept.png +0 -0
- data/app/assets/images/icons/activity_default.png +0 -0
- data/app/assets/images/icons/add.png +0 -0
- data/app/assets/images/icons/book.png +0 -0
- data/app/assets/images/icons/bullet_arrow_down.png +0 -0
- data/app/assets/images/icons/bullet_arrow_down_50.png +0 -0
- data/app/assets/images/icons/clipping.png +0 -0
- data/app/assets/images/icons/comment.png +0 -0
- data/app/assets/images/icons/comments.png +0 -0
- data/app/assets/images/icons/date.png +0 -0
- data/app/assets/images/icons/delete.png +0 -0
- data/app/assets/images/icons/email.png +0 -0
- data/app/assets/images/icons/email_edit.png +0 -0
- data/app/assets/images/icons/email_go.png +0 -0
- data/app/assets/images/icons/email_open.png +0 -0
- data/app/assets/images/icons/group_go.png +0 -0
- data/app/assets/images/icons/heart.png +0 -0
- data/app/assets/images/icons/heart_add.png +0 -0
- data/app/assets/images/icons/heart_off.png +0 -0
- data/app/assets/images/icons/ical.gif +0 -0
- data/app/assets/images/icons/page_white.png +0 -0
- data/app/assets/images/icons/page_white_magnify.png +0 -0
- data/app/assets/images/icons/picture.png +0 -0
- data/app/assets/images/icons/poll.png +0 -0
- data/app/assets/images/icons/post.png +0 -0
- data/app/assets/images/icons/printer.png +0 -0
- data/app/assets/images/icons/rss.png +0 -0
- data/app/assets/images/icons/slides.png +0 -0
- data/app/assets/images/icons/tag_blue.png +0 -0
- data/app/assets/images/icons/user.png +0 -0
- data/app/assets/images/icons/user_add.png +0 -0
- data/app/assets/images/icons/user_edit.png +0 -0
- data/app/assets/images/icons/user_go.png +0 -0
- data/app/assets/images/icons/vote.png +0 -0
- data/app/assets/images/icons/world.png +0 -0
- data/app/assets/images/icons/wrench.png +0 -0
- data/app/assets/images/logo.gif +0 -0
- data/app/assets/images/reply_background.png +0 -0
- data/app/assets/images/search.gif +0 -0
- data/app/assets/images/spinner.gif +0 -0
- data/app/assets/images/spinner_black.gif +0 -0
- data/app/assets/images/spinner_bounce.gif +0 -0
- data/app/assets/images/swf/choose.png +0 -0
- data/app/assets/images/swf/line_grapher.swf +0 -0
- data/app/assets/images/swf/swfupload.swf +0 -0
- data/app/assets/images/thumb.gif +0 -0
- data/app/assets/javascripts/builder.js +136 -0
- data/app/assets/javascripts/calendarview.js +839 -0
- data/app/assets/javascripts/community_engine.js +20 -0
- data/app/assets/javascripts/cropper.css +182 -0
- data/app/assets/javascripts/cropper.js +566 -0
- data/app/assets/javascripts/forum.js +73 -0
- data/app/assets/javascripts/lightbox.js +151 -0
- data/app/assets/javascripts/prototip-min.js +27 -0
- data/app/assets/javascripts/rails.js +202 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/css/advimage.css +84 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/editor_plugin.js +52 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/editor_plugin_src.js +45 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/image.htm +180 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/img/sample.gif +0 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/js/functions.js +508 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/langs/en.js +3 -0
- data/app/assets/javascripts/tinymce/plugins/curblyadvimage/langs/en_dlg.js +43 -0
- data/app/assets/stylesheets/community_engine.css +6 -0
- data/app/assets/stylesheets/forum.css +605 -0
- data/app/assets/stylesheets/lightbox.css +38 -0
- data/app/assets/stylesheets/prototip.css +73 -0
- data/app/assets/stylesheets/reset-fonts-grids.css +8 -0
- data/app/assets/stylesheets/screen.css +977 -0
- data/app/controllers/activities_controller.rb +38 -0
- data/app/controllers/admin_controller.rb +80 -0
- data/app/controllers/ads_controller.rb +85 -0
- data/app/controllers/albums_controller.rb +106 -0
- data/app/controllers/authorizations_controller.rb +41 -0
- data/app/controllers/base_controller.rb +151 -0
- data/app/controllers/categories_controller.rb +118 -0
- data/app/controllers/clippings_controller.rb +192 -0
- data/app/controllers/comment_sweeper.rb +35 -0
- data/app/controllers/comments_controller.rb +179 -0
- data/app/controllers/event_sweeper.rb +24 -0
- data/app/controllers/events_controller.rb +173 -0
- data/app/controllers/favorite_sweeper.rb +29 -0
- data/app/controllers/favorites_controller.rb +36 -0
- data/app/controllers/forums_controller.rb +71 -0
- data/app/controllers/friendships_controller.rb +126 -0
- data/app/controllers/homepage_features_controller.rb +68 -0
- data/app/controllers/invitations_controller.rb +46 -0
- data/app/controllers/messages_controller.rb +95 -0
- data/app/controllers/metro_areas_controller.rb +68 -0
- data/app/controllers/moderators_controller.rb +26 -0
- data/app/controllers/monitorships_controller.rb +20 -0
- data/app/controllers/page_sweeper.rb +33 -0
- data/app/controllers/pages_controller.rb +70 -0
- data/app/controllers/password_resets_controller.rb +52 -0
- data/app/controllers/photo_manager_controller.rb +11 -0
- data/app/controllers/photos_controller.rb +189 -0
- data/app/controllers/post_sweeper.rb +36 -0
- data/app/controllers/posts_controller.rb +252 -0
- data/app/controllers/rsvps_controller.rb +77 -0
- data/app/controllers/sb_posts_controller.rb +149 -0
- data/app/controllers/sessions_controller.rb +34 -0
- data/app/controllers/sitemap_controller.rb +21 -0
- data/app/controllers/statistics_controller.rb +34 -0
- data/app/controllers/taggable_sweeper.rb +38 -0
- data/app/controllers/tags_controller.rb +104 -0
- data/app/controllers/theme_controller.rb +60 -0
- data/app/controllers/topics_controller.rb +122 -0
- data/app/controllers/users_controller.rb +426 -0
- data/app/controllers/vote_sweeper.rb +16 -0
- data/app/controllers/votes_controller.rb +24 -0
- data/app/helpers/base_helper.rb +290 -0
- data/app/helpers/forums_helper.rb +31 -0
- data/app/helpers/friendships_helper.rb +16 -0
- data/app/helpers/monitorships_helper.rb +2 -0
- data/app/helpers/posts_helper.rb +17 -0
- data/app/helpers/sitemap_helper.rb +7 -0
- data/app/helpers/users_helper.rb +6 -0
- data/app/models/ad.rb +43 -0
- data/app/models/album.rb +12 -0
- data/app/models/asset.rb +3 -0
- data/app/models/authorization.rb +60 -0
- data/app/models/category.rb +20 -0
- data/app/models/choice.rb +13 -0
- data/app/models/clipping.rb +78 -0
- data/app/models/clipping_image.rb +9 -0
- data/app/models/comment.rb +122 -0
- data/app/models/country.rb +24 -0
- data/app/models/event.rb +61 -0
- data/app/models/facebook_profile.rb +32 -0
- data/app/models/facebook_publisher.rb +45 -0
- data/app/models/favorite.rb +47 -0
- data/app/models/forum.rb +22 -0
- data/app/models/friendship.rb +64 -0
- data/app/models/friendship_status.rb +3 -0
- data/app/models/homepage_feature.rb +15 -0
- data/app/models/invitation.rb +36 -0
- data/app/models/message.rb +84 -0
- data/app/models/message_thread.rb +33 -0
- data/app/models/metro_area.rb +16 -0
- data/app/models/moderatorship.rb +8 -0
- data/app/models/monitorship.rb +6 -0
- data/app/models/page.rb +8 -0
- data/app/models/photo.rb +83 -0
- data/app/models/poll.rb +39 -0
- data/app/models/post.rb +201 -0
- data/app/models/role.rb +5 -0
- data/app/models/rsvp.rb +24 -0
- data/app/models/sb_post.rb +67 -0
- data/app/models/state.rb +4 -0
- data/app/models/topic.rb +72 -0
- data/app/models/twitter_profile.rb +20 -0
- data/app/models/user.rb +483 -0
- data/app/models/user_notifier.rb +140 -0
- data/app/models/user_session.rb +14 -0
- data/app/models/vote.rb +19 -0
- data/app/views/activities/_activity.html.haml +56 -0
- data/app/views/activities/_icon.html.haml +14 -0
- data/app/views/activities/_unhandled_item.html.haml +1 -0
- data/app/views/activities/destroy.js.rjs +1 -0
- data/app/views/activities/index.html.haml +16 -0
- data/app/views/activities/network.html.haml +14 -0
- data/app/views/admin/comments.html.haml +71 -0
- data/app/views/admin/events.html.haml +33 -0
- data/app/views/admin/messages.html.haml +4 -0
- data/app/views/admin/users.html.haml +69 -0
- data/app/views/ads/edit.html.haml +46 -0
- data/app/views/ads/index.html.haml +43 -0
- data/app/views/ads/new.html.haml +44 -0
- data/app/views/ads/show.html.haml +36 -0
- data/app/views/albums/_form.html.haml +14 -0
- data/app/views/albums/edit.html.haml +16 -0
- data/app/views/albums/new.html.haml +15 -0
- data/app/views/albums/show.html.haml +32 -0
- data/app/views/base/_homepage_banner_message.html.haml +19 -0
- data/app/views/base/advertise.html.haml +8 -0
- data/app/views/base/plaxo.html.haml +5 -0
- data/app/views/base/site_index.html.haml +35 -0
- data/app/views/categories/_tips.html.haml +11 -0
- data/app/views/categories/edit.html.haml +34 -0
- data/app/views/categories/index.html.haml +30 -0
- data/app/views/categories/new.html.haml +9 -0
- data/app/views/categories/show.html.haml +45 -0
- data/app/views/clippings/_clipping.html.haml +18 -0
- data/app/views/clippings/_images.html.haml +3 -0
- data/app/views/clippings/_meta.html.haml +26 -0
- data/app/views/clippings/edit.html.haml +26 -0
- data/app/views/clippings/index.html.haml +35 -0
- data/app/views/clippings/load_images_from_uri.js.rjs +1 -0
- data/app/views/clippings/new.html.haml +29 -0
- data/app/views/clippings/new_clipping.html.haml +91 -0
- data/app/views/clippings/show.html.haml +56 -0
- data/app/views/clippings/site_index.html.haml +34 -0
- data/app/views/comments/_comment.html.haml +42 -0
- data/app/views/comments/_comment_form.html.haml +50 -0
- data/app/views/comments/_edit_form.html.haml +29 -0
- data/app/views/comments/create.js.rjs +20 -0
- data/app/views/comments/edit.js.rjs +7 -0
- data/app/views/comments/index.html.haml +23 -0
- data/app/views/comments/update.js.rjs +9 -0
- data/app/views/events/_event.html.haml +32 -0
- data/app/views/events/_subscribe.html.haml +7 -0
- data/app/views/events/edit.html.haml +34 -0
- data/app/views/events/index.html.haml +22 -0
- data/app/views/events/new.html.haml +32 -0
- data/app/views/events/show.html.haml +29 -0
- data/app/views/facebook/_fb_require.html.haml +11 -0
- data/app/views/favorites/_favorite.html.haml +5 -0
- data/app/views/favorites/create.js.rjs +17 -0
- data/app/views/favorites/destroy.js.rjs +14 -0
- data/app/views/favorites/index.html.haml +10 -0
- data/app/views/favorites/show.html.haml +13 -0
- data/app/views/forums/_form.html.haml +21 -0
- data/app/views/forums/edit.html.haml +11 -0
- data/app/views/forums/index.html.haml +70 -0
- data/app/views/forums/new.html.haml +9 -0
- data/app/views/forums/show.html.haml +85 -0
- data/app/views/friendships/_friendship.html.haml +16 -0
- data/app/views/friendships/_friendships.html.erb +14 -0
- data/app/views/friendships/accepted.html.haml +13 -0
- data/app/views/friendships/denied.html.haml +8 -0
- data/app/views/friendships/index.html.erb +3 -0
- data/app/views/friendships/index.xml.builder +29 -0
- data/app/views/friendships/pending.html.haml +7 -0
- data/app/views/friendships/show.html.haml +12 -0
- data/app/views/homepage_features/edit.html.haml +31 -0
- data/app/views/homepage_features/index.html.haml +30 -0
- data/app/views/homepage_features/new.html.haml +30 -0
- data/app/views/homepage_features/show.html.haml +29 -0
- data/app/views/invitations/index.html.erb +16 -0
- data/app/views/invitations/new.html.haml +33 -0
- data/app/views/layouts/application.html.haml +59 -0
- data/app/views/messages/_form.html.haml +24 -0
- data/app/views/messages/_inbox.html.haml +41 -0
- data/app/views/messages/_sent.html.haml +34 -0
- data/app/views/messages/_sidebar_nav.html.haml +9 -0
- data/app/views/messages/index.html.haml +8 -0
- data/app/views/messages/new.html.haml +10 -0
- data/app/views/messages/show.html.haml +40 -0
- data/app/views/metro_areas/edit.html.haml +16 -0
- data/app/views/metro_areas/index.html.haml +28 -0
- data/app/views/metro_areas/new.html.haml +16 -0
- data/app/views/metro_areas/show.html.haml +22 -0
- data/app/views/moderators/_toggle.html.erb +14 -0
- data/app/views/moderators/create.js.rjs +5 -0
- data/app/views/moderators/destroy.js.rjs +1 -0
- data/app/views/monitorships/create.js.rjs +4 -0
- data/app/views/monitorships/destroy.js.rjs +4 -0
- data/app/views/pages/_form.html.haml +25 -0
- data/app/views/pages/edit.html.haml +16 -0
- data/app/views/pages/edit.html.haml~ +16 -0
- data/app/views/pages/index.html.haml +34 -0
- data/app/views/pages/index.html.haml~ +28 -0
- data/app/views/pages/new.html.haml +14 -0
- data/app/views/pages/show.html.haml +8 -0
- data/app/views/pages/show.html.haml~ +6 -0
- data/app/views/password_resets/edit.html.haml +16 -0
- data/app/views/password_resets/new.html.haml +13 -0
- data/app/views/photo_manager/index.html.haml +49 -0
- data/app/views/photos/_manage_photos.html.haml +14 -0
- data/app/views/photos/_show_image_list.html.haml +24 -0
- data/app/views/photos/edit.html.haml +39 -0
- data/app/views/photos/index.html.haml +28 -0
- data/app/views/photos/index.xml.builder +9 -0
- data/app/views/photos/manage_photos.js.rjs +5 -0
- data/app/views/photos/new.html.haml +51 -0
- data/app/views/photos/recent.html.haml +8 -0
- data/app/views/photos/show.html.haml +53 -0
- data/app/views/polls/_edit.html.haml +15 -0
- data/app/views/polls/_excerpt.html.haml +4 -0
- data/app/views/polls/_new.html.haml +10 -0
- data/app/views/polls/_poll_ui.html.haml +37 -0
- data/app/views/polls/_polls_sidebar.html.haml +8 -0
- data/app/views/posts/_author_profile.html.haml +21 -0
- data/app/views/posts/_favorited_post.html.haml +10 -0
- data/app/views/posts/_post.html.haml +29 -0
- data/app/views/posts/_send_to_friend.html.erb +29 -0
- data/app/views/posts/_sidebar_post.html.haml +1 -0
- data/app/views/posts/edit.html.haml +48 -0
- data/app/views/posts/featured.html.haml +19 -0
- data/app/views/posts/index.html.haml +23 -0
- data/app/views/posts/manage.html.haml +66 -0
- data/app/views/posts/new.html.haml +67 -0
- data/app/views/posts/popular.html.haml +35 -0
- data/app/views/posts/preview.html.haml +27 -0
- data/app/views/posts/recent.html.haml +29 -0
- data/app/views/posts/show.html.haml +85 -0
- data/app/views/rsvps/edit.html.haml +9 -0
- data/app/views/rsvps/new.html.haml +9 -0
- data/app/views/sb_posts/_dummy_forum_post.html.erb +13 -0
- data/app/views/sb_posts/_edit.html.erb +31 -0
- data/app/views/sb_posts/_post.xml.builder +10 -0
- data/app/views/sb_posts/_reply_form.html.haml +37 -0
- data/app/views/sb_posts/_sb_post.html.haml +34 -0
- data/app/views/sb_posts/create.js.rjs +16 -0
- data/app/views/sb_posts/edit.html.erb +13 -0
- data/app/views/sb_posts/edit.js.rjs +6 -0
- data/app/views/sb_posts/index.html.haml +55 -0
- data/app/views/sb_posts/index.xml.builder +20 -0
- data/app/views/sb_posts/monitored.html.erb +55 -0
- data/app/views/sb_posts/monitored.xml.builder +15 -0
- data/app/views/sb_posts/update.js.rjs +5 -0
- data/app/views/sessions/new.html.haml +27 -0
- data/app/views/shared/_admin_nav.html.haml +19 -0
- data/app/views/shared/_bio_help.html.haml +4 -0
- data/app/views/shared/_box.html.haml +3 -0
- data/app/views/shared/_contact.html.haml +5 -0
- data/app/views/shared/_explore.html.haml +9 -0
- data/app/views/shared/_footer_content.html.haml +13 -0
- data/app/views/shared/_header.html.haml +42 -0
- data/app/views/shared/_location_chooser.html.haml +21 -0
- data/app/views/shared/_login_sidebar.html.haml +14 -0
- data/app/views/shared/_messages.html.haml +8 -0
- data/app/views/shared/_scripts_and_styles.html.haml +12 -0
- data/app/views/shared/_user_menu.html.haml +21 -0
- data/app/views/sitemap/index.html.haml +21 -0
- data/app/views/sitemap/index.xml.builder +28 -0
- data/app/views/statistics/activities.xml.builder +33 -0
- data/app/views/statistics/index.html.haml +56 -0
- data/app/views/tags/edit.html.haml +19 -0
- data/app/views/tags/index.html.haml +25 -0
- data/app/views/tags/manage.html.haml +37 -0
- data/app/views/tags/show.html.haml +65 -0
- data/app/views/topics/_form.html.haml +28 -0
- data/app/views/topics/_recent_topics_sidebar.haml +22 -0
- data/app/views/topics/edit.html.haml +10 -0
- data/app/views/topics/new.html.haml +21 -0
- data/app/views/topics/show.html.haml +107 -0
- data/app/views/topics/show.xml.builder +15 -0
- data/app/views/user_notifier/activation.text.erb +11 -0
- data/app/views/user_notifier/comment_notice.text.erb +8 -0
- data/app/views/user_notifier/follow_up_comment_notice.text.erb +15 -0
- data/app/views/user_notifier/follow_up_comment_notice_anonymous.text.erb +18 -0
- data/app/views/user_notifier/forgot_username.text.erb +8 -0
- data/app/views/user_notifier/friendship_accepted.text.erb +8 -0
- data/app/views/user_notifier/friendship_request.text.erb +8 -0
- data/app/views/user_notifier/message_notification.text.erb +14 -0
- data/app/views/user_notifier/new_forum_post_notice.text.erb +14 -0
- data/app/views/user_notifier/password_reset_instructions.text.erb +10 -0
- data/app/views/user_notifier/post_recommendation.text.erb +32 -0
- data/app/views/user_notifier/signup_invitation.text.erb +14 -0
- data/app/views/user_notifier/signup_notification.text.erb +16 -0
- data/app/views/users/_dashboard_nav.html.haml +40 -0
- data/app/views/users/_omniauth_connect.html.haml +21 -0
- data/app/views/users/_profile_completeness.html.haml +21 -0
- data/app/views/users/_profile_user_info_sidebar.html.haml +50 -0
- data/app/views/users/_search_options.html.haml +10 -0
- data/app/views/users/_sidebar_user.html.haml +8 -0
- data/app/views/users/_user.html.haml +31 -0
- data/app/views/users/crop_profile_photo.html.haml +40 -0
- data/app/views/users/dashboard.html.haml +44 -0
- data/app/views/users/edit.html.haml +75 -0
- data/app/views/users/edit_account.html.haml +64 -0
- data/app/views/users/forgot_username.html.haml +13 -0
- data/app/views/users/index.html.haml +18 -0
- data/app/views/users/invite.html.haml +31 -0
- data/app/views/users/new.html.haml +54 -0
- data/app/views/users/resend_activation.html.haml +13 -0
- data/app/views/users/show.html.haml +103 -0
- data/app/views/users/signup_completed.html.haml +8 -0
- data/app/views/users/statistics.html.haml +28 -0
- data/app/views/users/upload_profile_photo.html.haml +15 -0
- data/app/views/users/welcome_about.html.haml +66 -0
- data/app/views/users/welcome_invite.html.haml +33 -0
- data/app/views/users/welcome_photo.html.haml +29 -0
- data/app/views/votes/create.js.rjs +6 -0
- data/community_engine.gemspec +55 -0
- data/config/application_config.rb +162 -0
- data/config/initializers/cropper.rb +19 -0
- data/config/initializers/mce_options.rb +40 -0
- data/config/initializers/recaptcha_constants.rb +6 -0
- data/config/initializers/white_list.rb +7 -0
- data/config/locales/de-DE.yml +1271 -0
- data/config/locales/en.yml +1658 -0
- data/config/locales/es-AR.yml +758 -0
- data/config/locales/es-ES.yml +340 -0
- data/config/locales/es-MX.yml +672 -0
- data/config/locales/fr-FR.yml +1509 -0
- data/config/locales/ja-JP.yml +1321 -0
- data/config/locales/ru-RU.yml +97 -0
- data/config/locales/sr-CP.yml +89 -0
- data/config/locales/sv-SE.yml +1320 -0
- data/config/routes.rb +242 -0
- data/db/migrate/001_create_users.rb +26 -0
- data/db/migrate/002_add_activation_code_to_user.rb +11 -0
- data/db/migrate/003_create_photos.rb +22 -0
- data/db/migrate/004_add_tag_support.rb +21 -0
- data/db/migrate/005_create_friendships.rb +14 -0
- data/db/migrate/006_add_comments_tables.rb +18 -0
- data/db/migrate/007_create_friendship_statuses.rb +13 -0
- data/db/migrate/008_add_friendship_statuses.rb +14 -0
- data/db/migrate/009_create_clippings.rb +16 -0
- data/db/migrate/010_create_invitations.rb +14 -0
- data/db/migrate/011_create_homepage_features.rb +22 -0
- data/db/migrate/012_create_posts.rb +19 -0
- data/db/migrate/013_create_states.rb +13 -0
- data/db/migrate/014_add_states.rb +11 -0
- data/db/migrate/015_create_metro_areas.rb +15 -0
- data/db/migrate/016_add_metro_areas.rb +295 -0
- data/db/migrate/017_add_sessions_table.rb +20 -0
- data/db/migrate/018_create_categories.rb +11 -0
- data/db/migrate/019_change_comment_to_text_field.rb +10 -0
- data/db/migrate/020_create_login_slug.rb +9 -0
- data/db/migrate/021_add_category_names.rb +8 -0
- data/db/migrate/023_add_denied_friendship_status.rb +13 -0
- data/db/migrate/024_add_notification_preferences.rb +13 -0
- data/db/migrate/025_create_countries.rb +11 -0
- data/db/migrate/026_add_countries.rb +230 -0
- data/db/migrate/027_add_us_to_existing_metro_areas.rb +9 -0
- data/db/migrate/028_add_country_id_to_users.rb +9 -0
- data/db/migrate/029_add_us_to_users_with_states.rb +14 -0
- data/db/migrate/030_add_users_counter_cache.rb +9 -0
- data/db/migrate/031_news_to_talk.rb +10 -0
- data/db/migrate/033_featured_users.rb +9 -0
- data/db/migrate/034_add_last_login.rb +9 -0
- data/db/migrate/035_track_emailed.rb +9 -0
- data/db/migrate/036_create_skills.rb +11 -0
- data/db/migrate/037_create_offerings.rb +12 -0
- data/db/migrate/038_add_zag_to_users.rb +13 -0
- data/db/migrate/039_create_activities_table.rb +17 -0
- data/db/migrate/040_add_category_tips.rb +9 -0
- data/db/migrate/041_create_events_table.rb +19 -0
- data/db/migrate/042_add_privacy_to_users.rb +10 -0
- data/db/migrate/043_sql_session_store_setup.rb +39 -0
- data/db/migrate/044_category_improvements.rb +11 -0
- data/db/migrate/045_adding_indexes.rb +39 -0
- data/db/migrate/046_adding_ads.rb +20 -0
- data/db/migrate/047_add_polls.rb +30 -0
- data/db/migrate/049_add_activities_count.rb +9 -0
- data/db/migrate/050_create_initial_schema.rb +73 -0
- data/db/migrate/051_add_audience_limitation_to_ads.rb +9 -0
- data/db/migrate/052_create_assets.rb +21 -0
- data/db/migrate/053_create_favoritables.rb +23 -0
- data/db/migrate/054_add_published_as_to_posts.rb +13 -0
- data/db/migrate/055_add_published_at_to_posts.rb +15 -0
- data/db/migrate/056_create_roles.rb +28 -0
- data/db/migrate/057_add_more_indexes.rb +19 -0
- data/db/migrate/058_add_anonymous_commenting_fields.rb +15 -0
- data/db/migrate/059_create_messages.rb +16 -0
- data/db/migrate/060_still_more_indexes.rb +19 -0
- data/db/migrate/061_postgres_compatibility_changes.rb +9 -0
- data/db/migrate/062_add_notify_to_comments.rb +11 -0
- data/db/migrate/063_create_albums.rb +15 -0
- data/db/migrate/064_add_album_id_to_photos.rb +9 -0
- data/db/migrate/065_add_view_count_to_albums.rb +9 -0
- data/db/migrate/066_add_view_count_to_photos.rb +9 -0
- data/db/migrate/067_create_static_pages.rb +22 -0
- data/db/migrate/068_create_rsvps.rb +13 -0
- data/db/migrate/069_create_pages.rb +29 -0
- data/db/migrate/070_add_pages.rb +11 -0
- data/db/migrate/071_authlogic_compatibility_changes.rb +43 -0
- data/db/migrate/072_add_allow_rsvp_to_events.rb +9 -0
- data/db/migrate/073_add_taggings_count_to_tags.rb +9 -0
- data/db/migrate/074_add_threading_to_messages.rb +19 -0
- data/db/migrate/075_add_anonymous_forum_posting.rb +16 -0
- data/db/migrate/076_add_comment_notification_toggle.rb +9 -0
- data/db/migrate/077_paperclip_changes.rb +36 -0
- data/db/migrate/078_create_authorizations.rb +20 -0
- data/db/migrate/079_create_slugs.rb +18 -0
- data/db/sample/users.rb +55 -0
- data/generators/ce_plugin/USAGE +7 -0
- data/generators/ce_plugin/ce_plugin_generator.rb +25 -0
- data/generators/ce_plugin/templates/README +13 -0
- data/generators/ce_plugin/templates/desert_routes.rb +3 -0
- data/generators/ce_plugin/templates/init.rb +8 -0
- data/generators/ce_plugin/templates/plugin.rb +1 -0
- data/generators/plugin_migration/plugin_migration_generator.rb +101 -0
- data/generators/plugin_migration/templates/plugin_migration.erb +13 -0
- data/lang/TRANSLATION.markdown +32 -0
- data/lib/community_engine/authenticated_system.rb +167 -0
- data/lib/community_engine/authenticated_test_helper.rb +113 -0
- data/lib/community_engine/community_engine_sha1_crypto_method.rb +12 -0
- data/lib/community_engine/engine.rb +39 -0
- data/lib/community_engine/engines_extensions.rb +7 -0
- data/lib/community_engine/i18n_extensions.rb +31 -0
- data/lib/community_engine/localized_application.rb +83 -0
- data/lib/community_engine/rails_asset_extensions.rb +131 -0
- data/lib/community_engine/url_upload.rb +15 -0
- data/lib/community_engine/version.rb +10 -0
- data/lib/community_engine/viewable.rb +12 -0
- data/lib/community_engine.rb +34 -0
- data/lib/tag_hacks.rb +24 -0
- data/lib/tasks/community_engine_tasks.rake +87 -0
- data/public/favicon.ico +0 -0
- data/sample_files/s3.yml +17 -0
- data/test/fixtures/ads.yml +13 -0
- data/test/fixtures/albums.yml +16 -0
- data/test/fixtures/categories.yml +16 -0
- data/test/fixtures/clippings.yml +15 -0
- data/test/fixtures/comments.yml +55 -0
- data/test/fixtures/countries.yml +13 -0
- data/test/fixtures/events.yml +61 -0
- data/test/fixtures/files/Granite.bmp +0 -0
- data/test/fixtures/files/library.jpg +0 -0
- data/test/fixtures/forums.yml +10 -0
- data/test/fixtures/friendship_statuses.yml +10 -0
- data/test/fixtures/friendships.yml +15 -0
- data/test/fixtures/homepage_features.yml +13 -0
- data/test/fixtures/invitations.yml +5 -0
- data/test/fixtures/messages.yml +24 -0
- data/test/fixtures/metro_areas.yml +24 -0
- data/test/fixtures/moderatorships.yml +4 -0
- data/test/fixtures/monitorships.yml +10 -0
- data/test/fixtures/pages.yml +26 -0
- data/test/fixtures/photos.yml +29 -0
- data/test/fixtures/posts.yml +49 -0
- data/test/fixtures/roles.yml +9 -0
- data/test/fixtures/rsvps.yml +7 -0
- data/test/fixtures/sb_posts.yml +90 -0
- data/test/fixtures/states.yml +7 -0
- data/test/fixtures/taggings.yml +15 -0
- data/test/fixtures/tags.yml +11 -0
- data/test/fixtures/topics.yml +63 -0
- data/test/fixtures/users.yml +222 -0
- data/test/functional/activities_controller_test.rb +62 -0
- data/test/functional/admin_controller_test.rb +60 -0
- data/test/functional/ads_controller_test.rb +51 -0
- data/test/functional/albums_controller_test.rb +120 -0
- data/test/functional/base_controller_test.rb +27 -0
- data/test/functional/categories_controller_test.rb +51 -0
- data/test/functional/clippings_controller_test.rb +123 -0
- data/test/functional/comments_controller_test.rb +215 -0
- data/test/functional/events_controller_test.rb +104 -0
- data/test/functional/favorites_controller_test.rb +53 -0
- data/test/functional/forums_controller_test.rb +95 -0
- data/test/functional/friendships_controller_test.rb +98 -0
- data/test/functional/homepage_features_controller_test.rb +69 -0
- data/test/functional/invitations_controller_test.rb +45 -0
- data/test/functional/messages_controller_test.rb +154 -0
- data/test/functional/metro_areas_controller_test.rb +63 -0
- data/test/functional/moderators_controller_test.rb +22 -0
- data/test/functional/monitorships_controller_test.rb +72 -0
- data/test/functional/pages_controller_test.rb +95 -0
- data/test/functional/password_reset_controller_test.rb +34 -0
- data/test/functional/photo_manager_controller_test.rb +21 -0
- data/test/functional/photos_controller_test.rb +203 -0
- data/test/functional/posts_controller_test.rb +224 -0
- data/test/functional/rsvps_controller_test.rb +92 -0
- data/test/functional/sb_posts_controller_test.rb +193 -0
- data/test/functional/sessions_controller_test.rb +55 -0
- data/test/functional/sitemap_controller_test.rb +9 -0
- data/test/functional/statistics_controller_test.rb +18 -0
- data/test/functional/tags_controller_test.rb +52 -0
- data/test/functional/theme_controller_test.rb +11 -0
- data/test/functional/topics_controller_test.rb +201 -0
- data/test/functional/users_controller_test.rb +460 -0
- data/test/functional/votes_controller_test.rb +27 -0
- data/test/test_helper.rb +103 -0
- data/test/testapp/.gitignore +4 -0
- data/test/testapp/README +256 -0
- data/test/testapp/Rakefile +7 -0
- data/test/testapp/app/controllers/application_controller.rb +3 -0
- data/test/testapp/app/helpers/application_helper.rb +2 -0
- data/test/testapp/config/application.rb +45 -0
- data/test/testapp/config/application_config.rb +1 -0
- data/test/testapp/config/boot.rb +10 -0
- data/test/testapp/config/database.yml +22 -0
- data/test/testapp/config/environment.rb +6 -0
- data/test/testapp/config/environments/development.rb +25 -0
- data/test/testapp/config/environments/production.rb +49 -0
- data/test/testapp/config/environments/test.rb +35 -0
- data/test/testapp/config/initializers/backtrace_silencers.rb +7 -0
- data/test/testapp/config/initializers/inflections.rb +10 -0
- data/test/testapp/config/initializers/mime_types.rb +5 -0
- data/test/testapp/config/initializers/secret_token.rb +7 -0
- data/test/testapp/config/initializers/session_store.rb +8 -0
- data/test/testapp/config/locales/en.yml +5 -0
- data/test/testapp/config/routes.rb +3 -0
- data/test/testapp/config.ru +4 -0
- data/test/testapp/db/schema.rb +456 -0
- data/test/testapp/db/seeds.rb +7 -0
- data/test/testapp/doc/README_FOR_APP +2 -0
- data/test/testapp/lib/tasks/.gitkeep +0 -0
- data/test/testapp/public/404.html +26 -0
- data/test/testapp/public/422.html +26 -0
- data/test/testapp/public/500.html +26 -0
- data/test/testapp/public/favicon.ico +0 -0
- data/test/testapp/public/images/rails.png +0 -0
- data/test/testapp/public/robots.txt +5 -0
- data/test/testapp/script/rails +6 -0
- data/test/testapp/test/performance/browsing_test.rb +9 -0
- data/test/testapp/test/test_helper.rb +13 -0
- data/test/testapp/vendor/plugins/.gitkeep +0 -0
- data/test/unit/ad_test.rb +34 -0
- data/test/unit/asset_test.rb +15 -0
- data/test/unit/authorization_test.rb +55 -0
- data/test/unit/category_test.rb +22 -0
- data/test/unit/choice_test.rb +9 -0
- data/test/unit/clipping_image_test.rb +17 -0
- data/test/unit/clipping_test.rb +52 -0
- data/test/unit/comment_test.rb +107 -0
- data/test/unit/country_test.rb +15 -0
- data/test/unit/event_test.rb +75 -0
- data/test/unit/favorite_test.rb +71 -0
- data/test/unit/forum_test.rb +23 -0
- data/test/unit/friendship_status_test.rb +10 -0
- data/test/unit/friendship_test.rb +38 -0
- data/test/unit/homepage_feature_test.rb +10 -0
- data/test/unit/invitation_test.rb +27 -0
- data/test/unit/message_test.rb +49 -0
- data/test/unit/message_thread_test.rb +80 -0
- data/test/unit/metro_area_test.rb +10 -0
- data/test/unit/moderatorship_test.rb +30 -0
- data/test/unit/monitorships_test.rb +38 -0
- data/test/unit/page_test.rb +25 -0
- data/test/unit/photo_test.rb +42 -0
- data/test/unit/poll_test.rb +25 -0
- data/test/unit/post_test.rb +212 -0
- data/test/unit/rsvp_test.rb +33 -0
- data/test/unit/sb_post_test.rb +152 -0
- data/test/unit/state_test.rb +10 -0
- data/test/unit/tag_test.rb +22 -0
- data/test/unit/topic_test.rb +111 -0
- data/test/unit/user_notifier_test.rb +108 -0
- data/test/unit/user_test.rb +259 -0
- data/test/unit/vote_test.rb +9 -0
- data/vendor/plugins/activity_tracker/README +4 -0
- data/vendor/plugins/activity_tracker/Rakefile +22 -0
- data/vendor/plugins/activity_tracker/generators/activity_migration/USAGE +13 -0
- data/vendor/plugins/activity_tracker/generators/activity_migration/activity_migration_generator.rb +11 -0
- data/vendor/plugins/activity_tracker/generators/activity_migration/templates/migration.rb +17 -0
- data/vendor/plugins/activity_tracker/init.rb +1 -0
- data/vendor/plugins/activity_tracker/install.rb +1 -0
- data/vendor/plugins/activity_tracker/lib/activity.rb +40 -0
- data/vendor/plugins/activity_tracker/lib/activity_tracker.rb +80 -0
- data/vendor/plugins/activity_tracker/tasks/activity_tracker_tasks.rake +4 -0
- data/vendor/plugins/activity_tracker/test/abstract_unit.rb +47 -0
- data/vendor/plugins/activity_tracker/test/activity_tracker_test.rb +48 -0
- data/vendor/plugins/activity_tracker/test/database.yml +18 -0
- data/vendor/plugins/activity_tracker/test/debug.log +3329 -0
- data/vendor/plugins/activity_tracker/test/fixtures/test_post.rb +5 -0
- data/vendor/plugins/activity_tracker/test/fixtures/test_posts.yml +3 -0
- data/vendor/plugins/activity_tracker/test/fixtures/test_user.rb +4 -0
- data/vendor/plugins/activity_tracker/test/fixtures/test_users.yml +6 -0
- data/vendor/plugins/activity_tracker/test/schema.rb +21 -0
- data/vendor/plugins/activity_tracker/uninstall.rb +1 -0
- data/vendor/plugins/acts_as_list/README +23 -0
- data/vendor/plugins/acts_as_list/init.rb +3 -0
- data/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb +256 -0
- data/vendor/plugins/acts_as_list/test/list_test.rb +332 -0
- data/vendor/plugins/acts_as_publishable/README +3 -0
- data/vendor/plugins/acts_as_publishable/Rakefile +22 -0
- data/vendor/plugins/acts_as_publishable/generators/publishing/publishing_generator.rb +34 -0
- data/vendor/plugins/acts_as_publishable/generators/publishing/templates/migration.rb +13 -0
- data/vendor/plugins/acts_as_publishable/init.rb +3 -0
- data/vendor/plugins/acts_as_publishable/install.rb +3 -0
- data/vendor/plugins/acts_as_publishable/lib/acts_as_publishable.rb +81 -0
- data/vendor/plugins/acts_as_publishable/test/acts_as_publishable_test.rb +8 -0
- data/vendor/plugins/acts_as_publishable/uninstall.rb +1 -0
- data/vendor/plugins/auto_complete/README +23 -0
- data/vendor/plugins/auto_complete/Rakefile +22 -0
- data/vendor/plugins/auto_complete/init.rb +2 -0
- data/vendor/plugins/auto_complete/lib/auto_complete.rb +47 -0
- data/vendor/plugins/auto_complete/lib/auto_complete_macros_helper.rb +143 -0
- data/vendor/plugins/auto_complete/test/auto_complete_test.rb +67 -0
- data/vendor/plugins/enumerations_mixin/LICENSE +20 -0
- data/vendor/plugins/enumerations_mixin/README_ENUMERATIONS +163 -0
- data/vendor/plugins/enumerations_mixin/init.rb +21 -0
- data/vendor/plugins/enumerations_mixin/lib/active_record/acts/enumerated.rb +177 -0
- data/vendor/plugins/enumerations_mixin/lib/active_record/aggregations/has_enumerated.rb +60 -0
- data/vendor/plugins/enumerations_mixin/lib/active_record/virtual_enumerations.rb +68 -0
- data/vendor/plugins/enumerations_mixin/virtual_enumerations_sample.rb +76 -0
- data/vendor/plugins/prototype_legacy_helper/README.markdown +13 -0
- data/vendor/plugins/prototype_legacy_helper/init.rb +1 -0
- data/vendor/plugins/prototype_legacy_helper/lib/prototype_legacy_helper.rb +432 -0
- data/vendor/plugins/prototype_legacy_helper/test/test_prototype_helper.rb +297 -0
- data/vendor/plugins/resource_feeder/README +4 -0
- data/vendor/plugins/resource_feeder/Rakefile +22 -0
- data/vendor/plugins/resource_feeder/init.rb +2 -0
- data/vendor/plugins/resource_feeder/lib/resource_feeder/atom.rb +71 -0
- data/vendor/plugins/resource_feeder/lib/resource_feeder/rss.rb +71 -0
- data/vendor/plugins/resource_feeder/lib/resource_feeder.rb +2 -0
- data/vendor/plugins/resource_feeder/test/atom_feed_test.rb +85 -0
- data/vendor/plugins/resource_feeder/test/rss_feed_test.rb +61 -0
- data/vendor/plugins/resource_feeder/test/test_helper.rb +60 -0
- data/vendor/plugins/respond_to_parent/MIT-LICENSE +20 -0
- data/vendor/plugins/respond_to_parent/README +47 -0
- data/vendor/plugins/respond_to_parent/Rakefile +22 -0
- data/vendor/plugins/respond_to_parent/init.rb +1 -0
- data/vendor/plugins/respond_to_parent/install.rb +1 -0
- data/vendor/plugins/respond_to_parent/lib/responds_to_parent.rb +70 -0
- data/vendor/plugins/respond_to_parent/test/responds_to_parent_test.rb +10 -0
- data/vendor/plugins/respond_to_parent/test/test_helper.rb +6 -0
- data/vendor/plugins/respond_to_parent/uninstall.rb +1 -0
- data/vendor/plugins/tiny_mce/CHANGELOG_PLUGIN.rdoc +91 -0
- data/vendor/plugins/tiny_mce/CHANGELOG_TINYMCE +1226 -0
- data/vendor/plugins/tiny_mce/DEV_UPGRADE_NOTES.rdoc +12 -0
- data/vendor/plugins/tiny_mce/init.rb +2 -0
- data/vendor/plugins/tiny_mce/install.rb +18 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/base.rb +33 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/configuration.rb +114 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/exceptions.rb +14 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/helpers.rb +43 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/railtie.rb +13 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/spell_checker.rb +67 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/valid_tinymce_langs.yml +25 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce/valid_tinymce_options.yml +167 -0
- data/vendor/plugins/tiny_mce/lib/tiny_mce.rb +24 -0
- data/vendor/plugins/white_list/README +35 -0
- data/vendor/plugins/white_list/Rakefile +22 -0
- data/vendor/plugins/white_list/init.rb +35 -0
- data/vendor/plugins/white_list/lib/white_list_helper.rb +61 -0
- data/vendor/plugins/white_list/test/white_list_test.rb +120 -0
- metadata +1073 -0
|
@@ -0,0 +1,566 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2006, David Spurr (http://www.defusion.org.uk/)
|
|
3
|
+
* All rights reserved.
|
|
4
|
+
*
|
|
5
|
+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
6
|
+
*
|
|
7
|
+
* * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
8
|
+
* * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
9
|
+
* * Neither the name of the David Spurr nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
10
|
+
*
|
|
11
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
12
|
+
*
|
|
13
|
+
* http://www.opensource.org/licenses/bsd-license.php
|
|
14
|
+
*
|
|
15
|
+
* See scriptaculous.js for full scriptaculous licence
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
var CropDraggable=Class.create();
|
|
19
|
+
Object.extend(Object.extend(CropDraggable.prototype,Draggable.prototype),{initialize:function(_1){
|
|
20
|
+
this.options=Object.extend({drawMethod:function(){
|
|
21
|
+
}},arguments[1]||{});
|
|
22
|
+
this.element=$(_1);
|
|
23
|
+
this.handle=this.element;
|
|
24
|
+
this.delta=this.currentDelta();
|
|
25
|
+
this.dragging=false;
|
|
26
|
+
this.eventMouseDown=this.initDrag.bindAsEventListener(this);
|
|
27
|
+
Event.observe(this.handle,"mousedown",this.eventMouseDown);
|
|
28
|
+
Draggables.register(this);
|
|
29
|
+
},draw:function(_2){
|
|
30
|
+
var _3=Position.cumulativeOffset(this.element);
|
|
31
|
+
var d=this.currentDelta();
|
|
32
|
+
_3[0]-=d[0];
|
|
33
|
+
_3[1]-=d[1];
|
|
34
|
+
var p=[0,1].map(function(i){
|
|
35
|
+
return (_2[i]-_3[i]-this.offset[i]);
|
|
36
|
+
}.bind(this));
|
|
37
|
+
this.options.drawMethod(p);
|
|
38
|
+
}});
|
|
39
|
+
var Cropper={};
|
|
40
|
+
Cropper.Img=Class.create();
|
|
41
|
+
Cropper.Img.prototype={initialize:function(_7,_8){
|
|
42
|
+
this.options=Object.extend({ratioDim:{x:0,y:0},minWidth:0,minHeight:0,displayOnInit:false,onEndCrop:Prototype.emptyFunction,captureKeys:true,onloadCoords:null,maxWidth:0,maxHeight:0},_8||{});
|
|
43
|
+
this.img=$(_7);
|
|
44
|
+
this.clickCoords={x:0,y:0};
|
|
45
|
+
this.dragging=false;
|
|
46
|
+
this.resizing=false;
|
|
47
|
+
this.isWebKit=/Konqueror|Safari|KHTML/.test(navigator.userAgent);
|
|
48
|
+
this.isIE=/MSIE/.test(navigator.userAgent);
|
|
49
|
+
this.isOpera8=/Opera\s[1-8]/.test(navigator.userAgent);
|
|
50
|
+
this.ratioX=0;
|
|
51
|
+
this.ratioY=0;
|
|
52
|
+
this.attached=false;
|
|
53
|
+
this.fixedWidth=(this.options.maxWidth>0&&(this.options.minWidth>=this.options.maxWidth));
|
|
54
|
+
this.fixedHeight=(this.options.maxHeight>0&&(this.options.minHeight>=this.options.maxHeight));
|
|
55
|
+
if(typeof this.img=="undefined"){
|
|
56
|
+
return;
|
|
57
|
+
}
|
|
58
|
+
$A(document.getElementsByTagName("script")).each(function(s){
|
|
59
|
+
if(s.src.match(/cropper\.js/)){
|
|
60
|
+
var _a=s.src.replace(/cropper\.js(.*)?/,"");
|
|
61
|
+
var _b=document.createElement("link");
|
|
62
|
+
_b.rel="stylesheet";
|
|
63
|
+
_b.type="text/css";
|
|
64
|
+
_b.href=_a+"cropper.css";
|
|
65
|
+
_b.media="screen";
|
|
66
|
+
document.getElementsByTagName("head")[0].appendChild(_b);
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
if(this.options.ratioDim.x>0&&this.options.ratioDim.y>0){
|
|
70
|
+
var _c=this.getGCD(this.options.ratioDim.x,this.options.ratioDim.y);
|
|
71
|
+
this.ratioX=this.options.ratioDim.x/_c;
|
|
72
|
+
this.ratioY=this.options.ratioDim.y/_c;
|
|
73
|
+
}
|
|
74
|
+
this.subInitialize();
|
|
75
|
+
if(this.img.complete||this.isWebKit){
|
|
76
|
+
this.onLoad();
|
|
77
|
+
}else{
|
|
78
|
+
Event.observe(this.img,"load",this.onLoad.bindAsEventListener(this));
|
|
79
|
+
}
|
|
80
|
+
},getGCD:function(a,b){
|
|
81
|
+
if(b==0){
|
|
82
|
+
return a;
|
|
83
|
+
}
|
|
84
|
+
return this.getGCD(b,a%b);
|
|
85
|
+
},onLoad:function(){
|
|
86
|
+
var _f="imgCrop_";
|
|
87
|
+
var _10=this.img.parentNode;
|
|
88
|
+
var _11="";
|
|
89
|
+
if(this.isOpera8){
|
|
90
|
+
_11=" opera8";
|
|
91
|
+
}
|
|
92
|
+
this.imgWrap=Builder.node("div",{"class":_f+"wrap"+_11});
|
|
93
|
+
this.north=Builder.node("div",{"class":_f+"overlay "+_f+"north"},[Builder.node("span")]);
|
|
94
|
+
this.east=Builder.node("div",{"class":_f+"overlay "+_f+"east"},[Builder.node("span")]);
|
|
95
|
+
this.south=Builder.node("div",{"class":_f+"overlay "+_f+"south"},[Builder.node("span")]);
|
|
96
|
+
this.west=Builder.node("div",{"class":_f+"overlay "+_f+"west"},[Builder.node("span")]);
|
|
97
|
+
var _12=[this.north,this.east,this.south,this.west];
|
|
98
|
+
this.dragArea=Builder.node("div",{"class":_f+"dragArea"},_12);
|
|
99
|
+
this.handleN=Builder.node("div",{"class":_f+"handle "+_f+"handleN"});
|
|
100
|
+
this.handleNE=Builder.node("div",{"class":_f+"handle "+_f+"handleNE"});
|
|
101
|
+
this.handleE=Builder.node("div",{"class":_f+"handle "+_f+"handleE"});
|
|
102
|
+
this.handleSE=Builder.node("div",{"class":_f+"handle "+_f+"handleSE"});
|
|
103
|
+
this.handleS=Builder.node("div",{"class":_f+"handle "+_f+"handleS"});
|
|
104
|
+
this.handleSW=Builder.node("div",{"class":_f+"handle "+_f+"handleSW"});
|
|
105
|
+
this.handleW=Builder.node("div",{"class":_f+"handle "+_f+"handleW"});
|
|
106
|
+
this.handleNW=Builder.node("div",{"class":_f+"handle "+_f+"handleNW"});
|
|
107
|
+
this.selArea=Builder.node("div",{"class":_f+"selArea"},[Builder.node("div",{"class":_f+"marqueeHoriz "+_f+"marqueeNorth"},[Builder.node("span")]),Builder.node("div",{"class":_f+"marqueeVert "+_f+"marqueeEast"},[Builder.node("span")]),Builder.node("div",{"class":_f+"marqueeHoriz "+_f+"marqueeSouth"},[Builder.node("span")]),Builder.node("div",{"class":_f+"marqueeVert "+_f+"marqueeWest"},[Builder.node("span")]),this.handleN,this.handleNE,this.handleE,this.handleSE,this.handleS,this.handleSW,this.handleW,this.handleNW,Builder.node("div",{"class":_f+"clickArea"})]);
|
|
108
|
+
this.imgWrap.appendChild(this.img);
|
|
109
|
+
this.imgWrap.appendChild(this.dragArea);
|
|
110
|
+
this.dragArea.appendChild(this.selArea);
|
|
111
|
+
this.dragArea.appendChild(Builder.node("div",{"class":_f+"clickArea"}));
|
|
112
|
+
_10.appendChild(this.imgWrap);
|
|
113
|
+
this.startDragBind=this.startDrag.bindAsEventListener(this);
|
|
114
|
+
Event.observe(this.dragArea,"mousedown",this.startDragBind);
|
|
115
|
+
this.onDragBind=this.onDrag.bindAsEventListener(this);
|
|
116
|
+
Event.observe(document,"mousemove",this.onDragBind);
|
|
117
|
+
this.endCropBind=this.endCrop.bindAsEventListener(this);
|
|
118
|
+
Event.observe(document,"mouseup",this.endCropBind);
|
|
119
|
+
this.resizeBind=this.startResize.bindAsEventListener(this);
|
|
120
|
+
this.handles=[this.handleN,this.handleNE,this.handleE,this.handleSE,this.handleS,this.handleSW,this.handleW,this.handleNW];
|
|
121
|
+
this.registerHandles(true);
|
|
122
|
+
if(this.options.captureKeys){
|
|
123
|
+
this.keysBind=this.handleKeys.bindAsEventListener(this);
|
|
124
|
+
Event.observe(document,"keypress",this.keysBind);
|
|
125
|
+
}
|
|
126
|
+
new CropDraggable(this.selArea,{drawMethod:this.moveArea.bindAsEventListener(this)});
|
|
127
|
+
this.setParams();
|
|
128
|
+
},registerHandles:function(_13){
|
|
129
|
+
for(var i=0;i<this.handles.length;i++){
|
|
130
|
+
var _15=$(this.handles[i]);
|
|
131
|
+
if(_13){
|
|
132
|
+
var _16=false;
|
|
133
|
+
if(this.fixedWidth&&this.fixedHeight){
|
|
134
|
+
_16=true;
|
|
135
|
+
}else{
|
|
136
|
+
if(this.fixedWidth||this.fixedHeight){
|
|
137
|
+
var _17=_15.className.match(/([S|N][E|W])$/);
|
|
138
|
+
var _18=_15.className.match(/(E|W)$/);
|
|
139
|
+
var _19=_15.className.match(/(N|S)$/);
|
|
140
|
+
if(_17){
|
|
141
|
+
_16=true;
|
|
142
|
+
}else{
|
|
143
|
+
if(this.fixedWidth&&_18){
|
|
144
|
+
_16=true;
|
|
145
|
+
}else{
|
|
146
|
+
if(this.fixedHeight&&_19){
|
|
147
|
+
_16=true;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
if(_16){
|
|
154
|
+
_15.hide();
|
|
155
|
+
}else{
|
|
156
|
+
Event.observe(_15,"mousedown",this.resizeBind);
|
|
157
|
+
}
|
|
158
|
+
}else{
|
|
159
|
+
_15.show();
|
|
160
|
+
Event.stopObserving(_15,"mousedown",this.resizeBind);
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
},setParams:function(){
|
|
164
|
+
this.imgW=this.img.width;
|
|
165
|
+
this.imgH=this.img.height;
|
|
166
|
+
$(this.north).setStyle({height:0});
|
|
167
|
+
$(this.east).setStyle({width:0,height:0});
|
|
168
|
+
$(this.south).setStyle({height:0});
|
|
169
|
+
$(this.west).setStyle({width:0,height:0});
|
|
170
|
+
$(this.imgWrap).setStyle({"width":this.imgW+"px","height":this.imgH+"px"});
|
|
171
|
+
$(this.selArea).hide();
|
|
172
|
+
var _1a={x1:0,y1:0,x2:0,y2:0};
|
|
173
|
+
var _1b=false;
|
|
174
|
+
if(this.options.onloadCoords!=null){
|
|
175
|
+
_1a=this.cloneCoords(this.options.onloadCoords);
|
|
176
|
+
_1b=true;
|
|
177
|
+
}else{
|
|
178
|
+
if(this.options.ratioDim.x>0&&this.options.ratioDim.y>0){
|
|
179
|
+
_1a.x1=Math.ceil((this.imgW-this.options.ratioDim.x)/2);
|
|
180
|
+
_1a.y1=Math.ceil((this.imgH-this.options.ratioDim.y)/2);
|
|
181
|
+
_1a.x2=_1a.x1+this.options.ratioDim.x;
|
|
182
|
+
_1a.y2=_1a.y1+this.options.ratioDim.y;
|
|
183
|
+
_1b=true;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
this.setAreaCoords(_1a,false,false,1);
|
|
187
|
+
if(this.options.displayOnInit&&_1b){
|
|
188
|
+
this.selArea.show();
|
|
189
|
+
this.drawArea();
|
|
190
|
+
this.endCrop();
|
|
191
|
+
}
|
|
192
|
+
this.attached=true;
|
|
193
|
+
},remove:function(){
|
|
194
|
+
if(this.attached){
|
|
195
|
+
this.attached=false;
|
|
196
|
+
this.imgWrap.parentNode.insertBefore(this.img,this.imgWrap);
|
|
197
|
+
this.imgWrap.parentNode.removeChild(this.imgWrap);
|
|
198
|
+
Event.stopObserving(this.dragArea,"mousedown",this.startDragBind);
|
|
199
|
+
Event.stopObserving(document,"mousemove",this.onDragBind);
|
|
200
|
+
Event.stopObserving(document,"mouseup",this.endCropBind);
|
|
201
|
+
this.registerHandles(false);
|
|
202
|
+
if(this.options.captureKeys){
|
|
203
|
+
Event.stopObserving(document,"keypress",this.keysBind);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
},reset:function(){
|
|
207
|
+
if(!this.attached){
|
|
208
|
+
this.onLoad();
|
|
209
|
+
}else{
|
|
210
|
+
this.setParams();
|
|
211
|
+
}
|
|
212
|
+
this.endCrop();
|
|
213
|
+
},handleKeys:function(e){
|
|
214
|
+
var dir={x:0,y:0};
|
|
215
|
+
if(!this.dragging){
|
|
216
|
+
switch(e.keyCode){
|
|
217
|
+
case (37):
|
|
218
|
+
dir.x=-1;
|
|
219
|
+
break;
|
|
220
|
+
case (38):
|
|
221
|
+
dir.y=-1;
|
|
222
|
+
break;
|
|
223
|
+
case (39):
|
|
224
|
+
dir.x=1;
|
|
225
|
+
break;
|
|
226
|
+
case (40):
|
|
227
|
+
dir.y=1;
|
|
228
|
+
break;
|
|
229
|
+
}
|
|
230
|
+
if(dir.x!=0||dir.y!=0){
|
|
231
|
+
if(e.shiftKey){
|
|
232
|
+
dir.x*=10;
|
|
233
|
+
dir.y*=10;
|
|
234
|
+
}
|
|
235
|
+
this.moveArea([this.areaCoords.x1+dir.x,this.areaCoords.y1+dir.y]);
|
|
236
|
+
Event.stop(e);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
},calcW:function(){
|
|
240
|
+
return (this.areaCoords.x2-this.areaCoords.x1);
|
|
241
|
+
},calcH:function(){
|
|
242
|
+
return (this.areaCoords.y2-this.areaCoords.y1);
|
|
243
|
+
},moveArea:function(_1e){
|
|
244
|
+
this.setAreaCoords({x1:_1e[0],y1:_1e[1],x2:_1e[0]+this.calcW(),y2:_1e[1]+this.calcH()},true,false);
|
|
245
|
+
this.drawArea();
|
|
246
|
+
},cloneCoords:function(_1f){
|
|
247
|
+
return {x1:_1f.x1,y1:_1f.y1,x2:_1f.x2,y2:_1f.y2};
|
|
248
|
+
},setAreaCoords:function(_20,_21,_22,_23,_24){
|
|
249
|
+
if(_21){
|
|
250
|
+
var _25=_20.x2-_20.x1;
|
|
251
|
+
var _26=_20.y2-_20.y1;
|
|
252
|
+
if(_20.x1<0){
|
|
253
|
+
_20.x1=0;
|
|
254
|
+
_20.x2=_25;
|
|
255
|
+
}
|
|
256
|
+
if(_20.y1<0){
|
|
257
|
+
_20.y1=0;
|
|
258
|
+
_20.y2=_26;
|
|
259
|
+
}
|
|
260
|
+
if(_20.x2>this.imgW){
|
|
261
|
+
_20.x2=this.imgW;
|
|
262
|
+
_20.x1=this.imgW-_25;
|
|
263
|
+
}
|
|
264
|
+
if(_20.y2>this.imgH){
|
|
265
|
+
_20.y2=this.imgH;
|
|
266
|
+
_20.y1=this.imgH-_26;
|
|
267
|
+
}
|
|
268
|
+
}else{
|
|
269
|
+
if(_20.x1<0){
|
|
270
|
+
_20.x1=0;
|
|
271
|
+
}
|
|
272
|
+
if(_20.y1<0){
|
|
273
|
+
_20.y1=0;
|
|
274
|
+
}
|
|
275
|
+
if(_20.x2>this.imgW){
|
|
276
|
+
_20.x2=this.imgW;
|
|
277
|
+
}
|
|
278
|
+
if(_20.y2>this.imgH){
|
|
279
|
+
_20.y2=this.imgH;
|
|
280
|
+
}
|
|
281
|
+
if(_23!=null){
|
|
282
|
+
if(this.ratioX>0){
|
|
283
|
+
this.applyRatio(_20,{x:this.ratioX,y:this.ratioY},_23,_24);
|
|
284
|
+
}else{
|
|
285
|
+
if(_22){
|
|
286
|
+
this.applyRatio(_20,{x:1,y:1},_23,_24);
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
var _27=[this.options.minWidth,this.options.minHeight];
|
|
290
|
+
var _28=[this.options.maxWidth,this.options.maxHeight];
|
|
291
|
+
if(_27[0]>0||_27[1]>0||_28[0]>0||_28[1]>0){
|
|
292
|
+
var _29={a1:_20.x1,a2:_20.x2};
|
|
293
|
+
var _2a={a1:_20.y1,a2:_20.y2};
|
|
294
|
+
var _2b={min:0,max:this.imgW};
|
|
295
|
+
var _2c={min:0,max:this.imgH};
|
|
296
|
+
if((_27[0]!=0||_27[1]!=0)&&_22){
|
|
297
|
+
if(_27[0]>0){
|
|
298
|
+
_27[1]=_27[0];
|
|
299
|
+
}else{
|
|
300
|
+
if(_27[1]>0){
|
|
301
|
+
_27[0]=_27[1];
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
if((_28[0]!=0||_28[0]!=0)&&_22){
|
|
306
|
+
if(_28[0]>0&&_28[0]<=_28[1]){
|
|
307
|
+
_28[1]=_28[0];
|
|
308
|
+
}else{
|
|
309
|
+
if(_28[1]>0&&_28[1]<=_28[0]){
|
|
310
|
+
_28[0]=_28[1];
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
if(_27[0]>0){
|
|
315
|
+
this.applyDimRestriction(_29,_27[0],_23.x,_2b,"min");
|
|
316
|
+
}
|
|
317
|
+
if(_27[1]>1){
|
|
318
|
+
this.applyDimRestriction(_2a,_27[1],_23.y,_2c,"min");
|
|
319
|
+
}
|
|
320
|
+
if(_28[0]>0){
|
|
321
|
+
this.applyDimRestriction(_29,_28[0],_23.x,_2b,"max");
|
|
322
|
+
}
|
|
323
|
+
if(_28[1]>1){
|
|
324
|
+
this.applyDimRestriction(_2a,_28[1],_23.y,_2c,"max");
|
|
325
|
+
}
|
|
326
|
+
_20={x1:_29.a1,y1:_2a.a1,x2:_29.a2,y2:_2a.a2};
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
this.areaCoords=_20;
|
|
331
|
+
},applyDimRestriction:function(_2d,val,_2f,_30,_31){
|
|
332
|
+
var _32;
|
|
333
|
+
if(_31=="min"){
|
|
334
|
+
_32=((_2d.a2-_2d.a1)<val);
|
|
335
|
+
}else{
|
|
336
|
+
_32=((_2d.a2-_2d.a1)>val);
|
|
337
|
+
}
|
|
338
|
+
if(_32){
|
|
339
|
+
if(_2f==1){
|
|
340
|
+
_2d.a2=_2d.a1+val;
|
|
341
|
+
}else{
|
|
342
|
+
_2d.a1=_2d.a2-val;
|
|
343
|
+
}
|
|
344
|
+
if(_2d.a1<_30.min){
|
|
345
|
+
_2d.a1=_30.min;
|
|
346
|
+
_2d.a2=val;
|
|
347
|
+
}else{
|
|
348
|
+
if(_2d.a2>_30.max){
|
|
349
|
+
_2d.a1=_30.max-val;
|
|
350
|
+
_2d.a2=_30.max;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},applyRatio:function(_33,_34,_35,_36){
|
|
355
|
+
var _37;
|
|
356
|
+
if(_36=="N"||_36=="S"){
|
|
357
|
+
_37=this.applyRatioToAxis({a1:_33.y1,b1:_33.x1,a2:_33.y2,b2:_33.x2},{a:_34.y,b:_34.x},{a:_35.y,b:_35.x},{min:0,max:this.imgW});
|
|
358
|
+
_33.x1=_37.b1;
|
|
359
|
+
_33.y1=_37.a1;
|
|
360
|
+
_33.x2=_37.b2;
|
|
361
|
+
_33.y2=_37.a2;
|
|
362
|
+
}else{
|
|
363
|
+
_37=this.applyRatioToAxis({a1:_33.x1,b1:_33.y1,a2:_33.x2,b2:_33.y2},{a:_34.x,b:_34.y},{a:_35.x,b:_35.y},{min:0,max:this.imgH});
|
|
364
|
+
_33.x1=_37.a1;
|
|
365
|
+
_33.y1=_37.b1;
|
|
366
|
+
_33.x2=_37.a2;
|
|
367
|
+
_33.y2=_37.b2;
|
|
368
|
+
}
|
|
369
|
+
},applyRatioToAxis:function(_38,_39,_3a,_3b){
|
|
370
|
+
var _3c=Object.extend(_38,{});
|
|
371
|
+
var _3d=_3c.a2-_3c.a1;
|
|
372
|
+
var _3e=Math.floor(_3d*_39.b/_39.a);
|
|
373
|
+
var _3f;
|
|
374
|
+
var _40;
|
|
375
|
+
var _41=null;
|
|
376
|
+
if(_3a.b==1){
|
|
377
|
+
_3f=_3c.b1+_3e;
|
|
378
|
+
if(_3f>_3b.max){
|
|
379
|
+
_3f=_3b.max;
|
|
380
|
+
_41=_3f-_3c.b1;
|
|
381
|
+
}
|
|
382
|
+
_3c.b2=_3f;
|
|
383
|
+
}else{
|
|
384
|
+
_3f=_3c.b2-_3e;
|
|
385
|
+
if(_3f<_3b.min){
|
|
386
|
+
_3f=_3b.min;
|
|
387
|
+
_41=_3f+_3c.b2;
|
|
388
|
+
}
|
|
389
|
+
_3c.b1=_3f;
|
|
390
|
+
}
|
|
391
|
+
if(_41!=null){
|
|
392
|
+
_40=Math.floor(_41*_39.a/_39.b);
|
|
393
|
+
if(_3a.a==1){
|
|
394
|
+
_3c.a2=_3c.a1+_40;
|
|
395
|
+
}else{
|
|
396
|
+
_3c.a1=_3c.a1=_3c.a2-_40;
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
return _3c;
|
|
400
|
+
},drawArea:function(){
|
|
401
|
+
var _42=this.calcW();
|
|
402
|
+
var _43=this.calcH();
|
|
403
|
+
var px="px";
|
|
404
|
+
var _45=[this.areaCoords.x1+px,this.areaCoords.y1+px,_42+px,_43+px,this.areaCoords.x2+px,this.areaCoords.y2+px,(this.img.width-this.areaCoords.x2)+px,(this.img.height-this.areaCoords.y2)+px];
|
|
405
|
+
var _46=this.selArea.style;
|
|
406
|
+
_46.left=_45[0];
|
|
407
|
+
_46.top=_45[1];
|
|
408
|
+
_46.width=_45[2];
|
|
409
|
+
_46.height=_45[3];
|
|
410
|
+
var _47=Math.ceil((_42-6)/2)+px;
|
|
411
|
+
var _48=Math.ceil((_43-6)/2)+px;
|
|
412
|
+
this.handleN.style.left=_47;
|
|
413
|
+
this.handleE.style.top=_48;
|
|
414
|
+
this.handleS.style.left=_47;
|
|
415
|
+
this.handleW.style.top=_48;
|
|
416
|
+
this.north.style.height=_45[1];
|
|
417
|
+
var _49=this.east.style;
|
|
418
|
+
_49.top=_45[1];
|
|
419
|
+
_49.height=_45[3];
|
|
420
|
+
_49.left=_45[4];
|
|
421
|
+
_49.width=_45[6];
|
|
422
|
+
var _4a=this.south.style;
|
|
423
|
+
_4a.top=_45[5];
|
|
424
|
+
_4a.height=_45[7];
|
|
425
|
+
var _4b=this.west.style;
|
|
426
|
+
_4b.top=_45[1];
|
|
427
|
+
_4b.height=_45[3];
|
|
428
|
+
_4b.width=_45[0];
|
|
429
|
+
this.subDrawArea();
|
|
430
|
+
this.forceReRender();
|
|
431
|
+
},forceReRender:function(){
|
|
432
|
+
if(this.isIE||this.isWebKit){
|
|
433
|
+
var n=document.createTextNode(" ");
|
|
434
|
+
var d,el,fixEL,i;
|
|
435
|
+
if(this.isIE){
|
|
436
|
+
fixEl=this.selArea;
|
|
437
|
+
}else{
|
|
438
|
+
if(this.isWebKit){
|
|
439
|
+
fixEl=document.getElementsByClassName("imgCrop_marqueeSouth",this.imgWrap)[0];
|
|
440
|
+
d=Builder.node("div","");
|
|
441
|
+
d.style.visibility="hidden";
|
|
442
|
+
var _4e=["SE","S","SW"];
|
|
443
|
+
for(i=0;i<_4e.length;i++){
|
|
444
|
+
el=document.getElementsByClassName("imgCrop_handle"+_4e[i],this.selArea)[0];
|
|
445
|
+
if(el.childNodes.length){
|
|
446
|
+
el.removeChild(el.childNodes[0]);
|
|
447
|
+
}
|
|
448
|
+
el.appendChild(d);
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
fixEl.appendChild(n);
|
|
453
|
+
fixEl.removeChild(n);
|
|
454
|
+
}
|
|
455
|
+
},startResize:function(e){
|
|
456
|
+
this.startCoords=this.cloneCoords(this.areaCoords);
|
|
457
|
+
this.resizing=true;
|
|
458
|
+
this.resizeHandle=Event.element(e).classNames().toString().replace(/([^N|NE|E|SE|S|SW|W|NW])+/,"");
|
|
459
|
+
Event.stop(e);
|
|
460
|
+
},startDrag:function(e){
|
|
461
|
+
this.selArea.show();
|
|
462
|
+
this.clickCoords=this.getCurPos(e);
|
|
463
|
+
this.setAreaCoords({x1:this.clickCoords.x,y1:this.clickCoords.y,x2:this.clickCoords.x,y2:this.clickCoords.y},false,false,null);
|
|
464
|
+
this.dragging=true;
|
|
465
|
+
this.onDrag(e);
|
|
466
|
+
Event.stop(e);
|
|
467
|
+
},getCurPos:function(e){
|
|
468
|
+
var el=this.imgWrap,wrapOffsets=Position.cumulativeOffset(el);
|
|
469
|
+
while(el.nodeName!="BODY"){
|
|
470
|
+
wrapOffsets[1]-=el.scrollTop||0;
|
|
471
|
+
wrapOffsets[0]-=el.scrollLeft||0;
|
|
472
|
+
el=el.parentNode;
|
|
473
|
+
}
|
|
474
|
+
return curPos={x:Event.pointerX(e)-wrapOffsets[0],y:Event.pointerY(e)-wrapOffsets[1]};
|
|
475
|
+
},onDrag:function(e){
|
|
476
|
+
if(this.dragging||this.resizing){
|
|
477
|
+
var _54=null;
|
|
478
|
+
var _55=this.getCurPos(e);
|
|
479
|
+
var _56=this.cloneCoords(this.areaCoords);
|
|
480
|
+
var _57={x:1,y:1};
|
|
481
|
+
if(this.dragging){
|
|
482
|
+
if(_55.x<this.clickCoords.x){
|
|
483
|
+
_57.x=-1;
|
|
484
|
+
}
|
|
485
|
+
if(_55.y<this.clickCoords.y){
|
|
486
|
+
_57.y=-1;
|
|
487
|
+
}
|
|
488
|
+
this.transformCoords(_55.x,this.clickCoords.x,_56,"x");
|
|
489
|
+
this.transformCoords(_55.y,this.clickCoords.y,_56,"y");
|
|
490
|
+
}else{
|
|
491
|
+
if(this.resizing){
|
|
492
|
+
_54=this.resizeHandle;
|
|
493
|
+
if(_54.match(/E/)){
|
|
494
|
+
this.transformCoords(_55.x,this.startCoords.x1,_56,"x");
|
|
495
|
+
if(_55.x<this.startCoords.x1){
|
|
496
|
+
_57.x=-1;
|
|
497
|
+
}
|
|
498
|
+
}else{
|
|
499
|
+
if(_54.match(/W/)){
|
|
500
|
+
this.transformCoords(_55.x,this.startCoords.x2,_56,"x");
|
|
501
|
+
if(_55.x<this.startCoords.x2){
|
|
502
|
+
_57.x=-1;
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
if(_54.match(/N/)){
|
|
507
|
+
this.transformCoords(_55.y,this.startCoords.y2,_56,"y");
|
|
508
|
+
if(_55.y<this.startCoords.y2){
|
|
509
|
+
_57.y=-1;
|
|
510
|
+
}
|
|
511
|
+
}else{
|
|
512
|
+
if(_54.match(/S/)){
|
|
513
|
+
this.transformCoords(_55.y,this.startCoords.y1,_56,"y");
|
|
514
|
+
if(_55.y<this.startCoords.y1){
|
|
515
|
+
_57.y=-1;
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
this.setAreaCoords(_56,false,e.shiftKey,_57,_54);
|
|
522
|
+
this.drawArea();
|
|
523
|
+
Event.stop(e);
|
|
524
|
+
}
|
|
525
|
+
},transformCoords:function(_58,_59,_5a,_5b){
|
|
526
|
+
var _5c=[_58,_59];
|
|
527
|
+
if(_58>_59){
|
|
528
|
+
_5c.reverse();
|
|
529
|
+
}
|
|
530
|
+
_5a[_5b+"1"]=_5c[0];
|
|
531
|
+
_5a[_5b+"2"]=_5c[1];
|
|
532
|
+
},endCrop:function(){
|
|
533
|
+
this.dragging=false;
|
|
534
|
+
this.resizing=false;
|
|
535
|
+
this.options.onEndCrop(this.areaCoords,{width:this.calcW(),height:this.calcH()});
|
|
536
|
+
},subInitialize:function(){
|
|
537
|
+
},subDrawArea:function(){
|
|
538
|
+
}};
|
|
539
|
+
Cropper.ImgWithPreview=Class.create();
|
|
540
|
+
Object.extend(Object.extend(Cropper.ImgWithPreview.prototype,Cropper.Img.prototype),{subInitialize:function(){
|
|
541
|
+
this.hasPreviewImg=false;
|
|
542
|
+
if(typeof (this.options.previewWrap)!="undefined"&&this.options.minWidth>0&&this.options.minHeight>0){
|
|
543
|
+
this.previewWrap=$(this.options.previewWrap);
|
|
544
|
+
this.previewImg=this.img.cloneNode(false);
|
|
545
|
+
this.previewImg.id="imgCrop_"+this.previewImg.id;
|
|
546
|
+
this.options.displayOnInit=true;
|
|
547
|
+
this.hasPreviewImg=true;
|
|
548
|
+
this.previewWrap.addClassName("imgCrop_previewWrap");
|
|
549
|
+
this.previewWrap.setStyle({width:this.options.minWidth+"px",height:this.options.minHeight+"px"});
|
|
550
|
+
this.previewWrap.appendChild(this.previewImg);
|
|
551
|
+
}
|
|
552
|
+
},subDrawArea:function(){
|
|
553
|
+
if(this.hasPreviewImg){
|
|
554
|
+
var _5d=this.calcW();
|
|
555
|
+
var _5e=this.calcH();
|
|
556
|
+
var _5f={x:this.imgW/_5d,y:this.imgH/_5e};
|
|
557
|
+
var _60={x:_5d/this.options.minWidth,y:_5e/this.options.minHeight};
|
|
558
|
+
var _61={w:Math.ceil(this.options.minWidth*_5f.x)+"px",h:Math.ceil(this.options.minHeight*_5f.y)+"px",x:"-"+Math.ceil(this.areaCoords.x1/_60.x)+"px",y:"-"+Math.ceil(this.areaCoords.y1/_60.y)+"px"};
|
|
559
|
+
var _62=this.previewImg.style;
|
|
560
|
+
_62.width=_61.w;
|
|
561
|
+
_62.height=_61.h;
|
|
562
|
+
_62.left=_61.x;
|
|
563
|
+
_62.top=_61.y;
|
|
564
|
+
}
|
|
565
|
+
}});
|
|
566
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var TopicForm = {
|
|
5
|
+
editNewTitle: function(txtField) {
|
|
6
|
+
$('new_topic').innerHTML = (txtField.value.length > 5) ? txtField.value : 'New Topic';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
var LoginForm = {
|
|
11
|
+
checkLogin: function(txt) {
|
|
12
|
+
if(txt.value.match(/^https?:\/\//)) {
|
|
13
|
+
$('password_fields').hide();
|
|
14
|
+
} else {
|
|
15
|
+
$('password_fields').show();
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
var EditForm = {
|
|
21
|
+
// show the form
|
|
22
|
+
init: function(postId) {
|
|
23
|
+
$('edit-post-' + postId + '_spinner').show();
|
|
24
|
+
this.clearReplyId();
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
// sets the current post id we're editing
|
|
28
|
+
setReplyId: function(postId) {
|
|
29
|
+
$('edit').setAttribute('post_id', postId.toString());
|
|
30
|
+
$('posts-' + postId + '-row').addClassName('editing');
|
|
31
|
+
if($('reply')) $('reply').hide();
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
// clears the current post id
|
|
35
|
+
clearReplyId: function() {
|
|
36
|
+
var currentId = this.currentReplyId()
|
|
37
|
+
if(!currentId || currentId == '') return;
|
|
38
|
+
|
|
39
|
+
var row = $('posts-' + currentId + '-row');
|
|
40
|
+
if(row) row.removeClassName('editing');
|
|
41
|
+
$('edit').setAttribute('post_id', '');
|
|
42
|
+
},
|
|
43
|
+
|
|
44
|
+
// gets the current post id we're editing
|
|
45
|
+
currentReplyId: function() {
|
|
46
|
+
return $('edit').getAttribute('post_id');
|
|
47
|
+
},
|
|
48
|
+
|
|
49
|
+
// checks whether we're editing this post already
|
|
50
|
+
isEditing: function(postId) {
|
|
51
|
+
if (this.currentReplyId() == postId.toString())
|
|
52
|
+
{
|
|
53
|
+
$('edit').show();
|
|
54
|
+
$('edit_post_body').focus();
|
|
55
|
+
return true;
|
|
56
|
+
}
|
|
57
|
+
return false;
|
|
58
|
+
},
|
|
59
|
+
|
|
60
|
+
// close reply, clear current reply id
|
|
61
|
+
cancel: function() {
|
|
62
|
+
this.clearReplyId();
|
|
63
|
+
$('edit').hide()
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
var ReplyForm = {
|
|
68
|
+
// yes, i use setTimeout for a reason
|
|
69
|
+
init: function() {
|
|
70
|
+
EditForm.cancel();
|
|
71
|
+
$('reply').toggle();
|
|
72
|
+
}
|
|
73
|
+
}
|