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,839 @@
|
|
|
1
|
+
//
|
|
2
|
+
// CalendarView (for Prototype)
|
|
3
|
+
// calendarview.org
|
|
4
|
+
//
|
|
5
|
+
// Maintained by Justin Mecham <justin@aspect.net>
|
|
6
|
+
//
|
|
7
|
+
// Portions Copyright 2002-2005 Mihai Bazon
|
|
8
|
+
//
|
|
9
|
+
// This calendar is based very loosely on the Dynarch Calendar in that it was
|
|
10
|
+
// used as a base, but completely gutted and more or less rewritten in place
|
|
11
|
+
// to use the Prototype JavaScript library.
|
|
12
|
+
//
|
|
13
|
+
// As such, CalendarView is licensed under the terms of the GNU Lesser General
|
|
14
|
+
// Public License (LGPL). More information on the Dynarch Calendar can be
|
|
15
|
+
// found at:
|
|
16
|
+
//
|
|
17
|
+
// www.dynarch.com/projects/calendar
|
|
18
|
+
//
|
|
19
|
+
|
|
20
|
+
var Calendar = Class.create()
|
|
21
|
+
|
|
22
|
+
//------------------------------------------------------------------------------
|
|
23
|
+
// Constants
|
|
24
|
+
//------------------------------------------------------------------------------
|
|
25
|
+
|
|
26
|
+
Calendar.VERSION = '1.2'
|
|
27
|
+
|
|
28
|
+
Calendar.DAY_NAMES = new Array(
|
|
29
|
+
'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday',
|
|
30
|
+
'Sunday'
|
|
31
|
+
)
|
|
32
|
+
|
|
33
|
+
Calendar.SHORT_DAY_NAMES = new Array(
|
|
34
|
+
'S', 'M', 'T', 'W', 'T', 'F', 'S', 'S'
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
Calendar.MONTH_NAMES = new Array(
|
|
38
|
+
'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August',
|
|
39
|
+
'September', 'October', 'November', 'December'
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
Calendar.SHORT_MONTH_NAMES = new Array(
|
|
43
|
+
'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov',
|
|
44
|
+
'Dec'
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
Calendar.NAV_PREVIOUS_YEAR = -2
|
|
48
|
+
Calendar.NAV_PREVIOUS_MONTH = -1
|
|
49
|
+
Calendar.NAV_TODAY = 0
|
|
50
|
+
Calendar.NAV_NEXT_MONTH = 1
|
|
51
|
+
Calendar.NAV_NEXT_YEAR = 2
|
|
52
|
+
|
|
53
|
+
//------------------------------------------------------------------------------
|
|
54
|
+
// Static Methods
|
|
55
|
+
//------------------------------------------------------------------------------
|
|
56
|
+
|
|
57
|
+
// This gets called when the user presses a mouse button anywhere in the
|
|
58
|
+
// document, if the calendar is shown. If the click was outside the open
|
|
59
|
+
// calendar this function closes it.
|
|
60
|
+
Calendar._checkCalendar = function(event) {
|
|
61
|
+
if (!window._popupCalendar)
|
|
62
|
+
return false
|
|
63
|
+
if (Element.descendantOf(Event.element(event), window._popupCalendar.container))
|
|
64
|
+
return
|
|
65
|
+
window._popupCalendar.callCloseHandler()
|
|
66
|
+
return Event.stop(event)
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
//------------------------------------------------------------------------------
|
|
70
|
+
// Event Handlers
|
|
71
|
+
//------------------------------------------------------------------------------
|
|
72
|
+
|
|
73
|
+
Calendar.handleMouseDownEvent = function(event)
|
|
74
|
+
{
|
|
75
|
+
Event.observe(document, 'mouseup', Calendar.handleMouseUpEvent)
|
|
76
|
+
Event.stop(event)
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// XXX I am not happy with how clicks of different actions are handled. Need to
|
|
80
|
+
// clean this up!
|
|
81
|
+
Calendar.handleMouseUpEvent = function(event)
|
|
82
|
+
{
|
|
83
|
+
var el = Event.element(event)
|
|
84
|
+
var calendar = el.calendar
|
|
85
|
+
var isNewDate = false
|
|
86
|
+
|
|
87
|
+
// If the element that was clicked on does not have an associated Calendar
|
|
88
|
+
// object, return as we have nothing to do.
|
|
89
|
+
if (!calendar) return false
|
|
90
|
+
|
|
91
|
+
// Clicked on a day
|
|
92
|
+
if (typeof el.navAction == 'undefined')
|
|
93
|
+
{
|
|
94
|
+
if (calendar.currentDateElement) {
|
|
95
|
+
Element.removeClassName(calendar.currentDateElement, 'selected')
|
|
96
|
+
Element.addClassName(el, 'selected')
|
|
97
|
+
calendar.shouldClose = (calendar.currentDateElement == el)
|
|
98
|
+
if (!calendar.shouldClose) calendar.currentDateElement = el
|
|
99
|
+
}
|
|
100
|
+
calendar.date.setDateOnly(el.date)
|
|
101
|
+
isNewDate = true
|
|
102
|
+
calendar.shouldClose = !el.hasClassName('otherDay')
|
|
103
|
+
var isOtherMonth = !calendar.shouldClose
|
|
104
|
+
if (isOtherMonth) calendar.update(calendar.date)
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// Clicked on an action button
|
|
108
|
+
else
|
|
109
|
+
{
|
|
110
|
+
var date = new Date(calendar.date)
|
|
111
|
+
|
|
112
|
+
if (el.navAction == Calendar.NAV_TODAY)
|
|
113
|
+
date.setDateOnly(new Date())
|
|
114
|
+
|
|
115
|
+
var year = date.getFullYear()
|
|
116
|
+
var mon = date.getMonth()
|
|
117
|
+
function setMonth(m) {
|
|
118
|
+
var day = date.getDate()
|
|
119
|
+
var max = date.getMonthDays(m)
|
|
120
|
+
if (day > max) date.setDate(max)
|
|
121
|
+
date.setMonth(m)
|
|
122
|
+
}
|
|
123
|
+
switch (el.navAction) {
|
|
124
|
+
|
|
125
|
+
// Previous Year
|
|
126
|
+
case Calendar.NAV_PREVIOUS_YEAR:
|
|
127
|
+
if (year > calendar.minYear)
|
|
128
|
+
date.setFullYear(year - 1)
|
|
129
|
+
break
|
|
130
|
+
|
|
131
|
+
// Previous Month
|
|
132
|
+
case Calendar.NAV_PREVIOUS_MONTH:
|
|
133
|
+
if (mon > 0) {
|
|
134
|
+
setMonth(mon - 1)
|
|
135
|
+
}
|
|
136
|
+
else if (year-- > calendar.minYear) {
|
|
137
|
+
date.setFullYear(year)
|
|
138
|
+
setMonth(11)
|
|
139
|
+
}
|
|
140
|
+
break
|
|
141
|
+
|
|
142
|
+
// Today
|
|
143
|
+
case Calendar.NAV_TODAY:
|
|
144
|
+
break
|
|
145
|
+
|
|
146
|
+
// Next Month
|
|
147
|
+
case Calendar.NAV_NEXT_MONTH:
|
|
148
|
+
if (mon < 11) {
|
|
149
|
+
setMonth(mon + 1)
|
|
150
|
+
}
|
|
151
|
+
else if (year < calendar.maxYear) {
|
|
152
|
+
date.setFullYear(year + 1)
|
|
153
|
+
setMonth(0)
|
|
154
|
+
}
|
|
155
|
+
break
|
|
156
|
+
|
|
157
|
+
// Next Year
|
|
158
|
+
case Calendar.NAV_NEXT_YEAR:
|
|
159
|
+
if (year < calendar.maxYear)
|
|
160
|
+
date.setFullYear(year + 1)
|
|
161
|
+
break
|
|
162
|
+
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
if (!date.equalsTo(calendar.date)) {
|
|
166
|
+
calendar.setDate(date)
|
|
167
|
+
isNewDate = true
|
|
168
|
+
} else if (el.navAction == 0) {
|
|
169
|
+
isNewDate = (calendar.shouldClose = true)
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
if (isNewDate) event && calendar.callSelectHandler()
|
|
174
|
+
if (calendar.shouldClose) event && calendar.callCloseHandler()
|
|
175
|
+
|
|
176
|
+
Event.stopObserving(document, 'mouseup', Calendar.handleMouseUpEvent)
|
|
177
|
+
|
|
178
|
+
return Event.stop(event)
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
Calendar.defaultSelectHandler = function(calendar)
|
|
182
|
+
{
|
|
183
|
+
if (!calendar.dateField) return false
|
|
184
|
+
|
|
185
|
+
// Update dateField value
|
|
186
|
+
if (calendar.dateField.tagName == 'DIV')
|
|
187
|
+
Element.update(calendar.dateField, calendar.date.print(calendar.dateFormat))
|
|
188
|
+
else if (calendar.dateField.tagName == 'INPUT') {
|
|
189
|
+
calendar.dateField.value = calendar.date.print(calendar.dateFormat) }
|
|
190
|
+
|
|
191
|
+
// Trigger the onchange callback on the dateField, if one has been defined
|
|
192
|
+
if (typeof calendar.dateField.onchange == 'function')
|
|
193
|
+
calendar.dateField.onchange()
|
|
194
|
+
|
|
195
|
+
// Call the close handler, if necessary
|
|
196
|
+
if (calendar.shouldClose) calendar.callCloseHandler()
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
Calendar.defaultCloseHandler = function(calendar)
|
|
200
|
+
{
|
|
201
|
+
calendar.hide()
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
//------------------------------------------------------------------------------
|
|
206
|
+
// Calendar Setup
|
|
207
|
+
//------------------------------------------------------------------------------
|
|
208
|
+
|
|
209
|
+
Calendar.setup = function(params)
|
|
210
|
+
{
|
|
211
|
+
|
|
212
|
+
function param_default(name, def) {
|
|
213
|
+
if (!params[name]) params[name] = def
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
param_default('dateField', null)
|
|
217
|
+
param_default('triggerElement', null)
|
|
218
|
+
param_default('parentElement', null)
|
|
219
|
+
param_default('selectHandler', null)
|
|
220
|
+
param_default('closeHandler', null)
|
|
221
|
+
|
|
222
|
+
// In-Page Calendar
|
|
223
|
+
if (params.parentElement)
|
|
224
|
+
{
|
|
225
|
+
var calendar = new Calendar(params.parentElement)
|
|
226
|
+
calendar.setSelectHandler(params.selectHandler || Calendar.defaultSelectHandler)
|
|
227
|
+
if (params.dateFormat)
|
|
228
|
+
calendar.setDateFormat(params.dateFormat)
|
|
229
|
+
if (params.dateField) {
|
|
230
|
+
calendar.setDateField(params.dateField)
|
|
231
|
+
calendar.parseDate(calendar.dateField.innerHTML || calendar.dateField.value)
|
|
232
|
+
}
|
|
233
|
+
calendar.show()
|
|
234
|
+
return calendar
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
// Popup Calendars
|
|
238
|
+
//
|
|
239
|
+
// XXX There is significant optimization to be had here by creating the
|
|
240
|
+
// calendar and storing it on the page, but then you will have issues with
|
|
241
|
+
// multiple calendars on the same page.
|
|
242
|
+
else
|
|
243
|
+
{
|
|
244
|
+
var triggerElement = $(params.triggerElement || params.dateField)
|
|
245
|
+
triggerElement.onclick = function() {
|
|
246
|
+
var calendar = new Calendar()
|
|
247
|
+
calendar.setSelectHandler(params.selectHandler || Calendar.defaultSelectHandler)
|
|
248
|
+
calendar.setCloseHandler(params.closeHandler || Calendar.defaultCloseHandler)
|
|
249
|
+
if (params.dateFormat)
|
|
250
|
+
calendar.setDateFormat(params.dateFormat)
|
|
251
|
+
if (params.dateField) {
|
|
252
|
+
calendar.setDateField(params.dateField)
|
|
253
|
+
calendar.parseDate(calendar.dateField.innerHTML || calendar.dateField.value)
|
|
254
|
+
}
|
|
255
|
+
if (params.dateField)
|
|
256
|
+
Date.parseDate(calendar.dateField.value || calendar.dateField.innerHTML, calendar.dateFormat)
|
|
257
|
+
calendar.showAtElement(triggerElement)
|
|
258
|
+
return calendar
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
//------------------------------------------------------------------------------
|
|
267
|
+
// Calendar Instance
|
|
268
|
+
//------------------------------------------------------------------------------
|
|
269
|
+
|
|
270
|
+
Calendar.prototype = {
|
|
271
|
+
|
|
272
|
+
// The HTML Container Element
|
|
273
|
+
container: null,
|
|
274
|
+
|
|
275
|
+
// Callbacks
|
|
276
|
+
selectHandler: null,
|
|
277
|
+
closeHandler: null,
|
|
278
|
+
|
|
279
|
+
// Configuration
|
|
280
|
+
minYear: 1900,
|
|
281
|
+
maxYear: 2100,
|
|
282
|
+
dateFormat: '%Y-%m-%d',
|
|
283
|
+
|
|
284
|
+
// Dates
|
|
285
|
+
date: new Date(),
|
|
286
|
+
currentDateElement: null,
|
|
287
|
+
|
|
288
|
+
// Status
|
|
289
|
+
shouldClose: false,
|
|
290
|
+
isPopup: true,
|
|
291
|
+
|
|
292
|
+
dateField: null,
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
//----------------------------------------------------------------------------
|
|
296
|
+
// Initialize
|
|
297
|
+
//----------------------------------------------------------------------------
|
|
298
|
+
|
|
299
|
+
initialize: function(parent)
|
|
300
|
+
{
|
|
301
|
+
if (parent)
|
|
302
|
+
this.create($(parent))
|
|
303
|
+
else
|
|
304
|
+
this.create()
|
|
305
|
+
},
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
//----------------------------------------------------------------------------
|
|
310
|
+
// Update / (Re)initialize Calendar
|
|
311
|
+
//----------------------------------------------------------------------------
|
|
312
|
+
|
|
313
|
+
update: function(date)
|
|
314
|
+
{
|
|
315
|
+
var calendar = this
|
|
316
|
+
var today = new Date()
|
|
317
|
+
var thisYear = today.getFullYear()
|
|
318
|
+
var thisMonth = today.getMonth()
|
|
319
|
+
var thisDay = today.getDate()
|
|
320
|
+
var month = date.getMonth();
|
|
321
|
+
var dayOfMonth = date.getDate();
|
|
322
|
+
|
|
323
|
+
// Ensure date is within the defined range
|
|
324
|
+
if (date.getFullYear() < this.minYear)
|
|
325
|
+
date.setFullYear(this.minYear)
|
|
326
|
+
else if (date.getFullYear() > this.maxYear)
|
|
327
|
+
date.setFullYear(this.maxYear)
|
|
328
|
+
|
|
329
|
+
this.date = new Date(date)
|
|
330
|
+
|
|
331
|
+
// Calculate the first day to display (including the previous month)
|
|
332
|
+
date.setDate(1)
|
|
333
|
+
date.setDate(-(date.getDay()) + 1)
|
|
334
|
+
|
|
335
|
+
// Fill in the days of the month
|
|
336
|
+
Element.getElementsBySelector(this.container, 'tbody tr').each(
|
|
337
|
+
function(row, i) {
|
|
338
|
+
var rowHasDays = false
|
|
339
|
+
row.immediateDescendants().each(
|
|
340
|
+
function(cell, j) {
|
|
341
|
+
var day = date.getDate()
|
|
342
|
+
var dayOfWeek = date.getDay()
|
|
343
|
+
var isCurrentMonth = (date.getMonth() == month)
|
|
344
|
+
|
|
345
|
+
// Reset classes on the cell
|
|
346
|
+
cell.className = ''
|
|
347
|
+
cell.date = new Date(date)
|
|
348
|
+
cell.update(day)
|
|
349
|
+
|
|
350
|
+
// Account for days of the month other than the current month
|
|
351
|
+
if (!isCurrentMonth)
|
|
352
|
+
cell.addClassName('otherDay')
|
|
353
|
+
else
|
|
354
|
+
rowHasDays = true
|
|
355
|
+
|
|
356
|
+
// Ensure the current day is selected
|
|
357
|
+
if (isCurrentMonth && day == dayOfMonth) {
|
|
358
|
+
cell.addClassName('selected')
|
|
359
|
+
calendar.currentDateElement = cell
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// Today
|
|
363
|
+
if (date.getFullYear() == thisYear && date.getMonth() == thisMonth && day == thisDay)
|
|
364
|
+
cell.addClassName('today')
|
|
365
|
+
|
|
366
|
+
// Weekend
|
|
367
|
+
if ([0, 6].indexOf(dayOfWeek) != -1)
|
|
368
|
+
cell.addClassName('weekend')
|
|
369
|
+
|
|
370
|
+
// Set the date to tommorrow
|
|
371
|
+
date.setDate(day + 1)
|
|
372
|
+
}
|
|
373
|
+
)
|
|
374
|
+
// Hide the extra row if it contains only days from another month
|
|
375
|
+
!rowHasDays ? row.hide() : row.show()
|
|
376
|
+
}
|
|
377
|
+
)
|
|
378
|
+
|
|
379
|
+
this.container.getElementsBySelector('td.title')[0].update(
|
|
380
|
+
Calendar.MONTH_NAMES[month] + ' ' + this.date.getFullYear()
|
|
381
|
+
)
|
|
382
|
+
},
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
//----------------------------------------------------------------------------
|
|
387
|
+
// Create/Draw the Calendar HTML Elements
|
|
388
|
+
//----------------------------------------------------------------------------
|
|
389
|
+
|
|
390
|
+
create: function(parent)
|
|
391
|
+
{
|
|
392
|
+
|
|
393
|
+
// If no parent was specified, assume that we are creating a popup calendar.
|
|
394
|
+
if (!parent) {
|
|
395
|
+
parent = document.getElementsByTagName('body')[0]
|
|
396
|
+
this.isPopup = true
|
|
397
|
+
} else {
|
|
398
|
+
this.isPopup = false
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// Calendar Table
|
|
402
|
+
var table = new Element('table')
|
|
403
|
+
|
|
404
|
+
// Calendar Header
|
|
405
|
+
var thead = new Element('thead')
|
|
406
|
+
table.appendChild(thead)
|
|
407
|
+
|
|
408
|
+
// Title Placeholder
|
|
409
|
+
var row = new Element('tr')
|
|
410
|
+
var cell = new Element('td', { colSpan: 7 } )
|
|
411
|
+
cell.addClassName('title')
|
|
412
|
+
row.appendChild(cell)
|
|
413
|
+
thead.appendChild(row)
|
|
414
|
+
|
|
415
|
+
// Calendar Navigation
|
|
416
|
+
row = new Element('tr')
|
|
417
|
+
this._drawButtonCell(row, '«', 1, Calendar.NAV_PREVIOUS_YEAR)
|
|
418
|
+
this._drawButtonCell(row, '‹', 1, Calendar.NAV_PREVIOUS_MONTH)
|
|
419
|
+
this._drawButtonCell(row, 'Today', 3, Calendar.NAV_TODAY)
|
|
420
|
+
this._drawButtonCell(row, '›', 1, Calendar.NAV_NEXT_MONTH)
|
|
421
|
+
this._drawButtonCell(row, '»', 1, Calendar.NAV_NEXT_YEAR)
|
|
422
|
+
thead.appendChild(row)
|
|
423
|
+
|
|
424
|
+
// Day Names
|
|
425
|
+
row = new Element('tr')
|
|
426
|
+
for (var i = 0; i < 7; ++i) {
|
|
427
|
+
cell = new Element('th').update(Calendar.SHORT_DAY_NAMES[i])
|
|
428
|
+
if (i == 0 || i == 6)
|
|
429
|
+
cell.addClassName('weekend')
|
|
430
|
+
row.appendChild(cell)
|
|
431
|
+
}
|
|
432
|
+
thead.appendChild(row)
|
|
433
|
+
|
|
434
|
+
// Calendar Days
|
|
435
|
+
var tbody = table.appendChild(new Element('tbody'))
|
|
436
|
+
for (i = 6; i > 0; --i) {
|
|
437
|
+
row = tbody.appendChild(new Element('tr'))
|
|
438
|
+
row.addClassName('days')
|
|
439
|
+
for (var j = 7; j > 0; --j) {
|
|
440
|
+
cell = row.appendChild(new Element('td'))
|
|
441
|
+
cell.calendar = this
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// Calendar Container (div)
|
|
446
|
+
this.container = new Element('div')
|
|
447
|
+
this.container.addClassName('calendar')
|
|
448
|
+
if (this.isPopup) {
|
|
449
|
+
this.container.setStyle({ position: 'absolute', display: 'none' })
|
|
450
|
+
this.container.addClassName('popup')
|
|
451
|
+
}
|
|
452
|
+
this.container.appendChild(table)
|
|
453
|
+
|
|
454
|
+
// Initialize Calendar
|
|
455
|
+
this.update(this.date)
|
|
456
|
+
|
|
457
|
+
// Observe the container for mousedown events
|
|
458
|
+
Event.observe(this.container, 'mousedown', Calendar.handleMouseDownEvent)
|
|
459
|
+
|
|
460
|
+
// Append to parent element
|
|
461
|
+
parent.appendChild(this.container)
|
|
462
|
+
|
|
463
|
+
},
|
|
464
|
+
|
|
465
|
+
_drawButtonCell: function(parent, text, colSpan, navAction)
|
|
466
|
+
{
|
|
467
|
+
var cell = new Element('td')
|
|
468
|
+
if (colSpan > 1) cell.colSpan = colSpan
|
|
469
|
+
cell.className = 'button'
|
|
470
|
+
cell.calendar = this
|
|
471
|
+
cell.navAction = navAction
|
|
472
|
+
cell.innerHTML = text
|
|
473
|
+
cell.unselectable = 'on' // IE
|
|
474
|
+
parent.appendChild(cell)
|
|
475
|
+
return cell
|
|
476
|
+
},
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
//------------------------------------------------------------------------------
|
|
481
|
+
// Callbacks
|
|
482
|
+
//------------------------------------------------------------------------------
|
|
483
|
+
|
|
484
|
+
// Calls the Select Handler (if defined)
|
|
485
|
+
callSelectHandler: function()
|
|
486
|
+
{
|
|
487
|
+
if (this.selectHandler)
|
|
488
|
+
this.selectHandler(this, this.date.print(this.dateFormat))
|
|
489
|
+
},
|
|
490
|
+
|
|
491
|
+
// Calls the Close Handler (if defined)
|
|
492
|
+
callCloseHandler: function()
|
|
493
|
+
{
|
|
494
|
+
if (this.closeHandler)
|
|
495
|
+
this.closeHandler(this)
|
|
496
|
+
},
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
//------------------------------------------------------------------------------
|
|
501
|
+
// Calendar Display Functions
|
|
502
|
+
//------------------------------------------------------------------------------
|
|
503
|
+
|
|
504
|
+
// Shows the Calendar
|
|
505
|
+
show: function()
|
|
506
|
+
{
|
|
507
|
+
this.container.show()
|
|
508
|
+
if (this.isPopup) {
|
|
509
|
+
window._popupCalendar = this
|
|
510
|
+
Event.observe(document, 'mousedown', Calendar._checkCalendar)
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
|
|
514
|
+
// Shows the calendar at the given absolute position
|
|
515
|
+
showAt: function (x, y)
|
|
516
|
+
{
|
|
517
|
+
this.container.setStyle({ left: x + 'px', top: y + 'px' })
|
|
518
|
+
this.show()
|
|
519
|
+
},
|
|
520
|
+
|
|
521
|
+
// Shows the Calendar at the coordinates of the provided element
|
|
522
|
+
showAtElement: function(element)
|
|
523
|
+
{
|
|
524
|
+
var pos = Position.cumulativeOffset(element)
|
|
525
|
+
this.showAt(pos[0], pos[1])
|
|
526
|
+
},
|
|
527
|
+
|
|
528
|
+
// Hides the Calendar
|
|
529
|
+
hide: function()
|
|
530
|
+
{
|
|
531
|
+
if (this.isPopup)
|
|
532
|
+
Event.stopObserving(document, 'mousedown', Calendar._checkCalendar)
|
|
533
|
+
this.container.hide()
|
|
534
|
+
},
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
//------------------------------------------------------------------------------
|
|
539
|
+
// Miscellaneous
|
|
540
|
+
//------------------------------------------------------------------------------
|
|
541
|
+
|
|
542
|
+
// Tries to identify the date represented in a string. If successful it also
|
|
543
|
+
// calls this.setDate which moves the calendar to the given date.
|
|
544
|
+
parseDate: function(str, format)
|
|
545
|
+
{
|
|
546
|
+
if (!format)
|
|
547
|
+
format = this.dateFormat
|
|
548
|
+
this.setDate(Date.parseDate(str, format))
|
|
549
|
+
},
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
//------------------------------------------------------------------------------
|
|
554
|
+
// Getters/Setters
|
|
555
|
+
//------------------------------------------------------------------------------
|
|
556
|
+
|
|
557
|
+
setSelectHandler: function(selectHandler)
|
|
558
|
+
{
|
|
559
|
+
this.selectHandler = selectHandler
|
|
560
|
+
},
|
|
561
|
+
|
|
562
|
+
setCloseHandler: function(closeHandler)
|
|
563
|
+
{
|
|
564
|
+
this.closeHandler = closeHandler
|
|
565
|
+
},
|
|
566
|
+
|
|
567
|
+
setDate: function(date)
|
|
568
|
+
{
|
|
569
|
+
if (!date.equalsTo(this.date))
|
|
570
|
+
this.update(date)
|
|
571
|
+
},
|
|
572
|
+
|
|
573
|
+
setDateFormat: function(format)
|
|
574
|
+
{
|
|
575
|
+
this.dateFormat = format
|
|
576
|
+
},
|
|
577
|
+
|
|
578
|
+
setDateField: function(field)
|
|
579
|
+
{
|
|
580
|
+
this.dateField = $(field)
|
|
581
|
+
},
|
|
582
|
+
|
|
583
|
+
setRange: function(minYear, maxYear)
|
|
584
|
+
{
|
|
585
|
+
this.minYear = minYear
|
|
586
|
+
this.maxYear = maxYear
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
// global object that remembers the calendar
|
|
592
|
+
window._popupCalendar = null
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
//==============================================================================
|
|
623
|
+
//
|
|
624
|
+
// Date Object Patches
|
|
625
|
+
//
|
|
626
|
+
// This is pretty much untouched from the original. I really would like to get
|
|
627
|
+
// rid of these patches if at all possible and find a cleaner way of
|
|
628
|
+
// accomplishing the same things. It's a shame Prototype doesn't extend Date at
|
|
629
|
+
// all.
|
|
630
|
+
//
|
|
631
|
+
//==============================================================================
|
|
632
|
+
|
|
633
|
+
Date.DAYS_IN_MONTH = new Array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31)
|
|
634
|
+
Date.SECOND = 1000 /* milliseconds */
|
|
635
|
+
Date.MINUTE = 60 * Date.SECOND
|
|
636
|
+
Date.HOUR = 60 * Date.MINUTE
|
|
637
|
+
Date.DAY = 24 * Date.HOUR
|
|
638
|
+
Date.WEEK = 7 * Date.DAY
|
|
639
|
+
|
|
640
|
+
// Parses Date
|
|
641
|
+
Date.parseDate = function(str, fmt) {
|
|
642
|
+
var today = new Date();
|
|
643
|
+
var y = 0;
|
|
644
|
+
var m = -1;
|
|
645
|
+
var d = 0;
|
|
646
|
+
var a = str.split(/\W+/);
|
|
647
|
+
var b = fmt.match(/%./g);
|
|
648
|
+
var i = 0, j = 0;
|
|
649
|
+
var hr = 0;
|
|
650
|
+
var min = 0;
|
|
651
|
+
|
|
652
|
+
for (i = 0; i < a.length; ++i) {
|
|
653
|
+
if (!a[i]) continue;
|
|
654
|
+
switch (b[i]) {
|
|
655
|
+
case "%d":
|
|
656
|
+
case "%e":
|
|
657
|
+
d = parseInt(a[i], 10);
|
|
658
|
+
break;
|
|
659
|
+
case "%m":
|
|
660
|
+
m = parseInt(a[i], 10) - 1;
|
|
661
|
+
break;
|
|
662
|
+
case "%Y":
|
|
663
|
+
case "%y":
|
|
664
|
+
y = parseInt(a[i], 10);
|
|
665
|
+
(y < 100) && (y += (y > 29) ? 1900 : 2000);
|
|
666
|
+
break;
|
|
667
|
+
case "%b":
|
|
668
|
+
case "%B":
|
|
669
|
+
for (j = 0; j < 12; ++j) {
|
|
670
|
+
if (Calendar.MONTH_NAMES[j].substr(0, a[i].length).toLowerCase() == a[i].toLowerCase()) {
|
|
671
|
+
m = j;
|
|
672
|
+
break;
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
break;
|
|
676
|
+
case "%H":
|
|
677
|
+
case "%I":
|
|
678
|
+
case "%k":
|
|
679
|
+
case "%l":
|
|
680
|
+
hr = parseInt(a[i], 10);
|
|
681
|
+
break;
|
|
682
|
+
case "%P":
|
|
683
|
+
case "%p":
|
|
684
|
+
if (/pm/i.test(a[i]) && hr < 12)
|
|
685
|
+
hr += 12;
|
|
686
|
+
else if (/am/i.test(a[i]) && hr >= 12)
|
|
687
|
+
hr -= 12;
|
|
688
|
+
break;
|
|
689
|
+
case "%M":
|
|
690
|
+
min = parseInt(a[i], 10);
|
|
691
|
+
break;
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
if (isNaN(y)) y = today.getFullYear();
|
|
695
|
+
if (isNaN(m)) m = today.getMonth();
|
|
696
|
+
if (isNaN(d)) d = today.getDate();
|
|
697
|
+
if (isNaN(hr)) hr = today.getHours();
|
|
698
|
+
if (isNaN(min)) min = today.getMinutes();
|
|
699
|
+
if (y != 0 && m != -1 && d != 0)
|
|
700
|
+
return new Date(y, m, d, hr, min, 0);
|
|
701
|
+
y = 0; m = -1; d = 0;
|
|
702
|
+
for (i = 0; i < a.length; ++i) {
|
|
703
|
+
if (a[i].search(/[a-zA-Z]+/) != -1) {
|
|
704
|
+
var t = -1;
|
|
705
|
+
for (j = 0; j < 12; ++j) {
|
|
706
|
+
if (Calendar.MONTH_NAMES[j].substr(0, a[i].length).toLowerCase() == a[i].toLowerCase()) { t = j; break; }
|
|
707
|
+
}
|
|
708
|
+
if (t != -1) {
|
|
709
|
+
if (m != -1) {
|
|
710
|
+
d = m+1;
|
|
711
|
+
}
|
|
712
|
+
m = t;
|
|
713
|
+
}
|
|
714
|
+
} else if (parseInt(a[i], 10) <= 12 && m == -1) {
|
|
715
|
+
m = a[i]-1;
|
|
716
|
+
} else if (parseInt(a[i], 10) > 31 && y == 0) {
|
|
717
|
+
y = parseInt(a[i], 10);
|
|
718
|
+
(y < 100) && (y += (y > 29) ? 1900 : 2000);
|
|
719
|
+
} else if (d == 0) {
|
|
720
|
+
d = a[i];
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
if (y == 0)
|
|
724
|
+
y = today.getFullYear();
|
|
725
|
+
if (m != -1 && d != 0)
|
|
726
|
+
return new Date(y, m, d, hr, min, 0);
|
|
727
|
+
return today;
|
|
728
|
+
};
|
|
729
|
+
|
|
730
|
+
// Returns the number of days in the current month
|
|
731
|
+
Date.prototype.getMonthDays = function(month) {
|
|
732
|
+
var year = this.getFullYear()
|
|
733
|
+
if (typeof month == "undefined")
|
|
734
|
+
month = this.getMonth()
|
|
735
|
+
if (((0 == (year % 4)) && ( (0 != (year % 100)) || (0 == (year % 400)))) && month == 1)
|
|
736
|
+
return 29
|
|
737
|
+
else
|
|
738
|
+
return Date.DAYS_IN_MONTH[month]
|
|
739
|
+
};
|
|
740
|
+
|
|
741
|
+
// Returns the number of day in the year
|
|
742
|
+
Date.prototype.getDayOfYear = function() {
|
|
743
|
+
var now = new Date(this.getFullYear(), this.getMonth(), this.getDate(), 0, 0, 0);
|
|
744
|
+
var then = new Date(this.getFullYear(), 0, 0, 0, 0, 0);
|
|
745
|
+
var time = now - then;
|
|
746
|
+
return Math.floor(time / Date.DAY);
|
|
747
|
+
};
|
|
748
|
+
|
|
749
|
+
/** Returns the number of the week in year, as defined in ISO 8601. */
|
|
750
|
+
Date.prototype.getWeekNumber = function() {
|
|
751
|
+
var d = new Date(this.getFullYear(), this.getMonth(), this.getDate(), 0, 0, 0);
|
|
752
|
+
var DoW = d.getDay();
|
|
753
|
+
d.setDate(d.getDate() - (DoW + 6) % 7 + 3); // Nearest Thu
|
|
754
|
+
var ms = d.valueOf(); // GMT
|
|
755
|
+
d.setMonth(0);
|
|
756
|
+
d.setDate(4); // Thu in Week 1
|
|
757
|
+
return Math.round((ms - d.valueOf()) / (7 * 864e5)) + 1;
|
|
758
|
+
};
|
|
759
|
+
|
|
760
|
+
/** Checks date and time equality */
|
|
761
|
+
Date.prototype.equalsTo = function(date) {
|
|
762
|
+
return ((this.getFullYear() == date.getFullYear()) &&
|
|
763
|
+
(this.getMonth() == date.getMonth()) &&
|
|
764
|
+
(this.getDate() == date.getDate()) &&
|
|
765
|
+
(this.getHours() == date.getHours()) &&
|
|
766
|
+
(this.getMinutes() == date.getMinutes()));
|
|
767
|
+
};
|
|
768
|
+
|
|
769
|
+
/** Set only the year, month, date parts (keep existing time) */
|
|
770
|
+
Date.prototype.setDateOnly = function(date) {
|
|
771
|
+
var tmp = new Date(date);
|
|
772
|
+
this.setDate(1);
|
|
773
|
+
this.setFullYear(tmp.getFullYear());
|
|
774
|
+
this.setMonth(tmp.getMonth());
|
|
775
|
+
this.setDate(tmp.getDate());
|
|
776
|
+
};
|
|
777
|
+
|
|
778
|
+
/** Prints the date in a string according to the given format. */
|
|
779
|
+
Date.prototype.print = function (str) {
|
|
780
|
+
var m = this.getMonth();
|
|
781
|
+
var d = this.getDate();
|
|
782
|
+
var y = this.getFullYear();
|
|
783
|
+
var wn = this.getWeekNumber();
|
|
784
|
+
var w = this.getDay();
|
|
785
|
+
var s = {};
|
|
786
|
+
var hr = this.getHours();
|
|
787
|
+
var pm = (hr >= 12);
|
|
788
|
+
var ir = (pm) ? (hr - 12) : hr;
|
|
789
|
+
var dy = this.getDayOfYear();
|
|
790
|
+
if (ir == 0)
|
|
791
|
+
ir = 12;
|
|
792
|
+
var min = this.getMinutes();
|
|
793
|
+
var sec = this.getSeconds();
|
|
794
|
+
s["%a"] = Calendar.SHORT_DAY_NAMES[w]; // abbreviated weekday name [FIXME: I18N]
|
|
795
|
+
s["%A"] = Calendar.DAY_NAMES[w]; // full weekday name
|
|
796
|
+
s["%b"] = Calendar.SHORT_MONTH_NAMES[m]; // abbreviated month name [FIXME: I18N]
|
|
797
|
+
s["%B"] = Calendar.MONTH_NAMES[m]; // full month name
|
|
798
|
+
// FIXME: %c : preferred date and time representation for the current locale
|
|
799
|
+
s["%C"] = 1 + Math.floor(y / 100); // the century number
|
|
800
|
+
s["%d"] = (d < 10) ? ("0" + d) : d; // the day of the month (range 01 to 31)
|
|
801
|
+
s["%e"] = d; // the day of the month (range 1 to 31)
|
|
802
|
+
// FIXME: %D : american date style: %m/%d/%y
|
|
803
|
+
// FIXME: %E, %F, %G, %g, %h (man strftime)
|
|
804
|
+
s["%H"] = (hr < 10) ? ("0" + hr) : hr; // hour, range 00 to 23 (24h format)
|
|
805
|
+
s["%I"] = (ir < 10) ? ("0" + ir) : ir; // hour, range 01 to 12 (12h format)
|
|
806
|
+
s["%j"] = (dy < 100) ? ((dy < 10) ? ("00" + dy) : ("0" + dy)) : dy; // day of the year (range 001 to 366)
|
|
807
|
+
s["%k"] = hr; // hour, range 0 to 23 (24h format)
|
|
808
|
+
s["%l"] = ir; // hour, range 1 to 12 (12h format)
|
|
809
|
+
s["%m"] = (m < 9) ? ("0" + (1+m)) : (1+m); // month, range 01 to 12
|
|
810
|
+
s["%M"] = (min < 10) ? ("0" + min) : min; // minute, range 00 to 59
|
|
811
|
+
s["%n"] = "\n"; // a newline character
|
|
812
|
+
s["%p"] = pm ? "PM" : "AM";
|
|
813
|
+
s["%P"] = pm ? "pm" : "am";
|
|
814
|
+
// FIXME: %r : the time in am/pm notation %I:%M:%S %p
|
|
815
|
+
// FIXME: %R : the time in 24-hour notation %H:%M
|
|
816
|
+
s["%s"] = Math.floor(this.getTime() / 1000);
|
|
817
|
+
s["%S"] = (sec < 10) ? ("0" + sec) : sec; // seconds, range 00 to 59
|
|
818
|
+
s["%t"] = "\t"; // a tab character
|
|
819
|
+
// FIXME: %T : the time in 24-hour notation (%H:%M:%S)
|
|
820
|
+
s["%U"] = s["%W"] = s["%V"] = (wn < 10) ? ("0" + wn) : wn;
|
|
821
|
+
s["%u"] = w + 1; // the day of the week (range 1 to 7, 1 = MON)
|
|
822
|
+
s["%w"] = w; // the day of the week (range 0 to 6, 0 = SUN)
|
|
823
|
+
// FIXME: %x : preferred date representation for the current locale without the time
|
|
824
|
+
// FIXME: %X : preferred time representation for the current locale without the date
|
|
825
|
+
s["%y"] = ('' + y).substr(2, 2); // year without the century (range 00 to 99)
|
|
826
|
+
s["%Y"] = y; // year with the century
|
|
827
|
+
s["%%"] = "%"; // a literal '%' character
|
|
828
|
+
|
|
829
|
+
return str.gsub(/%./, function(match) { return s[match] || match });
|
|
830
|
+
};
|
|
831
|
+
|
|
832
|
+
Date.prototype.__msh_oldSetFullYear = Date.prototype.setFullYear;
|
|
833
|
+
Date.prototype.setFullYear = function(y) {
|
|
834
|
+
var d = new Date(this);
|
|
835
|
+
d.__msh_oldSetFullYear(y);
|
|
836
|
+
if (d.getMonth() != this.getMonth())
|
|
837
|
+
this.setDate(28);
|
|
838
|
+
this.__msh_oldSetFullYear(y);
|
|
839
|
+
}
|