tdiary-contrib 3.2.2.20130518
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +1 -0
- data/.travis.yml +7 -0
- data/Gemfile +13 -0
- data/Gemfile.lock +35 -0
- data/README.en.md +12 -0
- data/README.md +13 -0
- data/Rakefile +41 -0
- data/doc/en/filter/spambayes.txt +3 -0
- data/doc/en/plugin.txt +1 -0
- data/doc/en/style/hatena.txt +10 -0
- data/doc/en/style/markdown.txt +16 -0
- data/doc/en/util.txt +1 -0
- data/doc/ja/filter/antirefspam.history.txt +59 -0
- data/doc/ja/filter/antirefspam.txt +86 -0
- data/doc/ja/filter/comment_key.ja.html +182 -0
- data/doc/ja/filter/spambayes.txt +3 -0
- data/doc/ja/plugin/add_bookmark.txt +50 -0
- data/doc/ja/plugin/category_to_tag.txt +21 -0
- data/doc/ja/plugin/cocoment.txt +31 -0
- data/doc/ja/plugin/google_adsense.txt +25 -0
- data/doc/ja/plugin/google_analytics.txt +7 -0
- data/doc/ja/plugin/image_detail.txt +69 -0
- data/doc/ja/plugin/image_gps.txt +36 -0
- data/doc/ja/plugin/image_gps2.txt +41 -0
- data/doc/ja/plugin/livedoor_weather.txt +105 -0
- data/doc/ja/plugin/opensearch_ad.txt +16 -0
- data/doc/ja/plugin/section_footer.txt +84 -0
- data/doc/ja/plugin/select_theme.txt +1 -0
- data/doc/ja/plugin.txt +13 -0
- data/doc/ja/style/hatena.txt +10 -0
- data/doc/ja/style/markdown.txt +13 -0
- data/doc/ja/util.txt +12 -0
- data/filter/antirefspam.rb +263 -0
- data/filter/commentkey.rb +29 -0
- data/filter/commentsize.rb +18 -0
- data/filter/hidecomment.rb +13 -0
- data/filter/iplookup.rb +55 -0
- data/filter/plugin/antirefspam.rb +59 -0
- data/filter/plugin/commentkey.rb +58 -0
- data/filter/plugin/commentsize.rb +12 -0
- data/filter/plugin/en/iplookup.rb +9 -0
- data/filter/plugin/en/spambayes.rb +123 -0
- data/filter/plugin/iplookup.rb +39 -0
- data/filter/plugin/ja/antirefspam.rb +91 -0
- data/filter/plugin/ja/commentkey.rb +17 -0
- data/filter/plugin/ja/commentsize.rb +6 -0
- data/filter/plugin/ja/iplookup.rb +9 -0
- data/filter/plugin/ja/spambayes.rb +124 -0
- data/filter/plugin/spambayes.rb +501 -0
- data/filter/plugin/zh/iplookup.rb +9 -0
- data/filter/rblcheck.rb +36 -0
- data/filter/spambayes.rb +535 -0
- data/filter/spamlookup.rb +37 -0
- data/io/dbi_io/ChangeLog +19 -0
- data/io/dbi_io/README.ja +39 -0
- data/io/dbi_io/dbi_io.rb +181 -0
- data/io/dbi_io/plugin/refererDbiIO.rb +76 -0
- data/io/dbi_io/tdiary_table.sql +42 -0
- data/js/appstore.js +109 -0
- data/js/datepicker.js +69 -0
- data/js/editor.js +82 -0
- data/js/flickr.js +157 -0
- data/js/image_ex.js +79 -0
- data/js/jquery.socialbutton.js +842 -0
- data/js/nicovideo.js +17 -0
- data/js/picasa.js +322 -0
- data/js/plugin_checker.js +71 -0
- data/js/prettify/lang-apollo.js +2 -0
- data/js/prettify/lang-clj.js +18 -0
- data/js/prettify/lang-css.js +2 -0
- data/js/prettify/lang-go.js +1 -0
- data/js/prettify/lang-hs.js +2 -0
- data/js/prettify/lang-lisp.js +3 -0
- data/js/prettify/lang-lua.js +2 -0
- data/js/prettify/lang-ml.js +2 -0
- data/js/prettify/lang-n.js +4 -0
- data/js/prettify/lang-proto.js +1 -0
- data/js/prettify/lang-scala.js +2 -0
- data/js/prettify/lang-sql.js +2 -0
- data/js/prettify/lang-tex.js +1 -0
- data/js/prettify/lang-vb.js +2 -0
- data/js/prettify/lang-vhdl.js +3 -0
- data/js/prettify/lang-wiki.js +2 -0
- data/js/prettify/lang-xq.js +3 -0
- data/js/prettify/lang-yaml.js +2 -0
- data/js/prettify/prettify.css +1 -0
- data/js/prettify/prettify.js +28 -0
- data/js/referer.js +17 -0
- data/js/show_and_hide.js +39 -0
- data/js/socialbutton.js +126 -0
- data/js/twitter_anywhere.js +28 -0
- data/js/yahoo_kousei.js +21 -0
- data/lib/bayes/convert.rb +34 -0
- data/lib/bayes.rb +232 -0
- data/lib/exifparser/BUGS +1 -0
- data/lib/exifparser/ChangeLog +169 -0
- data/lib/exifparser/README +15 -0
- data/lib/exifparser/install.rb +1015 -0
- data/lib/exifparser/lib/exifparser/makernote/canon.rb +502 -0
- data/lib/exifparser/lib/exifparser/makernote/fujifilm.rb +415 -0
- data/lib/exifparser/lib/exifparser/makernote/minolta.rb +84 -0
- data/lib/exifparser/lib/exifparser/makernote/mk_nikonflensname.rb +39 -0
- data/lib/exifparser/lib/exifparser/makernote/nikon.rb +267 -0
- data/lib/exifparser/lib/exifparser/makernote/nikon2.rb +581 -0
- data/lib/exifparser/lib/exifparser/makernote/nikonflensname.rb +438 -0
- data/lib/exifparser/lib/exifparser/makernote/olympus.rb +225 -0
- data/lib/exifparser/lib/exifparser/makernote/prove.rb +84 -0
- data/lib/exifparser/lib/exifparser/makernote/sigma.rb +237 -0
- data/lib/exifparser/lib/exifparser/pre-setup.rb +1 -0
- data/lib/exifparser/lib/exifparser/scan.rb +278 -0
- data/lib/exifparser/lib/exifparser/tag.rb +2298 -0
- data/lib/exifparser/lib/exifparser/thumbnail.rb +76 -0
- data/lib/exifparser/lib/exifparser/utils.rb +88 -0
- data/lib/exifparser/lib/exifparser.rb +265 -0
- data/lib/exifparser/sample/exifview.rb +279 -0
- data/lib/tdiary-contrib.rb +19 -0
- data/lib/wgs2tky.rb +93 -0
- data/misc/section_footer2/buzzurl.yaml +6 -0
- data/misc/section_footer2/fc2.yaml +6 -0
- data/misc/section_footer2/ldc.yaml +6 -0
- data/misc/section_footer2/retweet.yaml +7 -0
- data/misc/section_footer2/twitter.yaml +7 -0
- data/misc/section_footer2/yahoo.yaml +6 -0
- data/misc/tdiarygraph/tdiarygraph120x90e.swf +0 -0
- data/misc/tdiarygraph/tdiarygraph125x125e.swf +0 -0
- data/misc/tdiarygraph/tdiarygraph240x180e.swf +0 -0
- data/misc/tdiarygraph/tdiarygraph468x60e.swf +0 -0
- data/misc/tdiarygraph/tdiarygraph728x90e.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes125x125r.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes125x125r7.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes125x125s.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes125x30.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes234x30.swf +0 -0
- data/misc/tdiarytimes/tdiarytimes468x30.swf +0 -0
- data/plugin/add_bookmark.rb +89 -0
- data/plugin/apple_webclip.rb +26 -0
- data/plugin/appstore.rb +47 -0
- data/plugin/bigpresen.rb +86 -0
- data/plugin/bitly.rb +39 -0
- data/plugin/bootstrap-navi.rb +54 -0
- data/plugin/canonical.rb +9 -0
- data/plugin/category_similar.rb +73 -0
- data/plugin/category_to_tag.rb +60 -0
- data/plugin/category_to_tagcloud.rb +172 -0
- data/plugin/cocomment.rb +37 -0
- data/plugin/code-prettify.rb +23 -0
- data/plugin/coderwall.rb +34 -0
- data/plugin/datepicker.rb +28 -0
- data/plugin/day2section.rb +20 -0
- data/plugin/del_footer.rb +111 -0
- data/plugin/description_from_body.rb +23 -0
- data/plugin/development.rb +16 -0
- data/plugin/editor.rb +11 -0
- data/plugin/en/add_bookmark.rb +20 -0
- data/plugin/en/del_footer.rb +10 -0
- data/plugin/en/git-register.rb +3 -0
- data/plugin/en/livedoor_weather.rb +25 -0
- data/plugin/en/microsummary.rb +18 -0
- data/plugin/en/nicovideo.rb +38 -0
- data/plugin/en/openid.rb +8 -0
- data/plugin/en/section_footer.rb +6 -0
- data/plugin/en/section_footer2.rb +3 -0
- data/plugin/en/socialbutton.rb +5 -0
- data/plugin/everytrail.rb +39 -0
- data/plugin/facebook_comments.rb +59 -0
- data/plugin/flickr.rb +209 -0
- data/plugin/gist.rb +16 -0
- data/plugin/git-register.rb +240 -0
- data/plugin/github_badge.rb +27 -0
- data/plugin/github_link.rb +9 -0
- data/plugin/goo_gl.rb +42 -0
- data/plugin/google_adsense.rb +132 -0
- data/plugin/google_analytics.rb +39 -0
- data/plugin/google_map.rb +168 -0
- data/plugin/google_sitemaps.rb +60 -0
- data/plugin/google_webmaster.rb +22 -0
- data/plugin/hatena_bookmark_nocomment.rb +9 -0
- data/plugin/hatena_star.rb +66 -0
- data/plugin/hb_footer.rb +255 -0
- data/plugin/hb_footer4sec.rb +244 -0
- data/plugin/hb_footer4sec_js.rb +30 -0
- data/plugin/hide_comment_form.rb +4 -0
- data/plugin/hide_sidebar_iphone.rb +21 -0
- data/plugin/iddy.rb +81 -0
- data/plugin/image_detail.rb +143 -0
- data/plugin/image_ex.rb +462 -0
- data/plugin/image_gps.rb +128 -0
- data/plugin/inline_wiki.rb +6 -0
- data/plugin/instagr.rb +64 -0
- data/plugin/ja/add_bookmark.rb +20 -0
- data/plugin/ja/del_footer.rb +10 -0
- data/plugin/ja/flickr.rb +62 -0
- data/plugin/ja/git-register.rb +3 -0
- data/plugin/ja/google_sitemaps.rb +35 -0
- data/plugin/ja/livedoor_weather.rb +25 -0
- data/plugin/ja/microsummary.rb +18 -0
- data/plugin/ja/nicovideo.rb +41 -0
- data/plugin/ja/openid.rb +7 -0
- data/plugin/ja/section_footer.rb +6 -0
- data/plugin/ja/section_footer2.rb +4 -0
- data/plugin/ja/socialbutton.rb +6 -0
- data/plugin/jdate.rb +20 -0
- data/plugin/jholiday.rb +16 -0
- data/plugin/jmonth.rb +20 -0
- data/plugin/jquery_ui_theme.rb +55 -0
- data/plugin/jroku.rb +28 -0
- data/plugin/jyear.rb +37 -0
- data/plugin/latlonglab_route.rb +25 -0
- data/plugin/lazy_referer.rb +38 -0
- data/plugin/livedoor_weather.rb +180 -0
- data/plugin/make_link.rb +44 -0
- data/plugin/makerss_category.rb +43 -0
- data/plugin/makerss_comment.rb +35 -0
- data/plugin/microsummary.rb +62 -0
- data/plugin/mm_footer.rb +215 -0
- data/plugin/monthly_autopagerize.rb +67 -0
- data/plugin/my_hotentry.rb +132 -0
- data/plugin/navi_day.rb +118 -0
- data/plugin/navi_this_month.rb +15 -0
- data/plugin/nicovideo.rb +115 -0
- data/plugin/notify_miniblog.rb +134 -0
- data/plugin/ogp.rb +55 -0
- data/plugin/ohmsha_estore.rb +71 -0
- data/plugin/openid.rb +90 -0
- data/plugin/opensearch_ad.rb +33 -0
- data/plugin/picasa.rb +56 -0
- data/plugin/plugin_checker.rb +41 -0
- data/plugin/popit.rb +22 -0
- data/plugin/prettify.rb +19 -0
- data/plugin/prezi.rb +10 -0
- data/plugin/profile.rb +222 -0
- data/plugin/puboo.rb +93 -0
- data/plugin/pygments_css.rb +76 -0
- data/plugin/rating.rb +419 -0
- data/plugin/recent_estraier.rb +50 -0
- data/plugin/recent_tweet.rb +71 -0
- data/plugin/retweet.rb +86 -0
- data/plugin/rubykaigi.rb +99 -0
- data/plugin/search-bing.rb +87 -0
- data/plugin/search-default.rb +264 -0
- data/plugin/search-google-custom.rb +60 -0
- data/plugin/search-yahoo-websearch.rb +121 -0
- data/plugin/search-yahoo.rb +109 -0
- data/plugin/section_footer.rb +195 -0
- data/plugin/section_footer2.rb +278 -0
- data/plugin/section_permalink.rb +73 -0
- data/plugin/section_permalink_anchor.rb +39 -0
- data/plugin/select_style.rb +42 -0
- data/plugin/select_theme.rb +90 -0
- data/plugin/show_and_hide.rb +77 -0
- data/plugin/slideshare.rb +10 -0
- data/plugin/socialbutton.rb +60 -0
- data/plugin/tatsu_zine.rb +93 -0
- data/plugin/tdiarygraph_flashstyle.rb +296 -0
- data/plugin/tdiarytimes.rb +166 -0
- data/plugin/tdiarytimes2.rb +406 -0
- data/plugin/tdiarytimes_flashstyle.rb +263 -0
- data/plugin/tdiarytimes_textstyle.rb +290 -0
- data/plugin/title_anchor.rb +16 -0
- data/plugin/tweet_quote.rb +106 -0
- data/plugin/twitpic.rb +10 -0
- data/plugin/twitter.rb +46 -0
- data/plugin/twitter_anywhere.rb +209 -0
- data/plugin/twitter_badge.rb +42 -0
- data/plugin/twitter_js.rb +59 -0
- data/plugin/ustream.rb +19 -0
- data/plugin/vimeo.rb +14 -0
- data/plugin/volatile.rb +89 -0
- data/plugin/vote.rb +100 -0
- data/plugin/wikiloc.rb +27 -0
- data/plugin/windex.rb +512 -0
- data/plugin/yahoo_kousei.rb +79 -0
- data/plugin/yahoo_map.rb +97 -0
- data/plugin/youtube.rb +33 -0
- data/plugin/yshop.rb +189 -0
- data/plugin/zenback.rb +46 -0
- data/spec/apple_webclip_spec.rb +46 -0
- data/spec/fixtures/friendfeed.xml +2 -0
- data/spec/fixtures/github.json +1 -0
- data/spec/fixtures/twitter.xml +73 -0
- data/spec/gist_spec.rb +16 -0
- data/spec/github_link_spec.rb +39 -0
- data/spec/google_analytics_spec.rb +60 -0
- data/spec/jdate_spec.rb +23 -0
- data/spec/jmonth_spec.rb +28 -0
- data/spec/jyear_spec.rb +21 -0
- data/spec/my_hotentry_spec.rb +78 -0
- data/spec/openid_spec.rb +246 -0
- data/spec/opensearch_ad_spec.rb +50 -0
- data/spec/profile_spec.rb +88 -0
- data/spec/rcov.opts +2 -0
- data/spec/spec_helper.rb +223 -0
- data/spec/title_anchor_spec.rb +39 -0
- data/spec/twitter_js_spec.rb +116 -0
- data/spec/youtube_spec.rb +20 -0
- data/style/hatena_style.rb +1011 -0
- data/style/markdown_style.rb +239 -0
- data/style/wikiext_style.rb +21 -0
- data/tdiary-contrib.gemspec +25 -0
- data/util/clean-spam/README.ja +1 -0
- data/util/clean-spam/tdiary-comment-clean +46 -0
- data/util/clean-spam/tdiary-comment-clean2 +81 -0
- data/util/clean-spam/tdiary-referer-clean +46 -0
- data/util/convert_pstore.rb +82 -0
- data/util/estraier-search/ChangeLog +36 -0
- data/util/estraier-search/README.ja +114 -0
- data/util/estraier-search/en/estraier-register.rb +3 -0
- data/util/estraier-search/estraier-register.rb +298 -0
- data/util/estraier-search/estraier-search.rb +273 -0
- data/util/estraier-search/estraier.rhtml +73 -0
- data/util/estraier-search/estraier.rxml +23 -0
- data/util/estraier-search/i.estraier.rhtml +31 -0
- data/util/estraier-search/ja/estraier-register.rb +3 -0
- data/util/image-gallery/README.ja +27 -0
- data/util/image-gallery/image-gallery.rb +523 -0
- data/util/image-gallery/image-gallery.rb.euc-jp +523 -0
- data/util/image-gallery/js/SmoothGallery/Changelog +52 -0
- data/util/image-gallery/js/SmoothGallery/css/ReMooz.css +186 -0
- data/util/image-gallery/js/SmoothGallery/css/img/carrow1.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/carrow2.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/closebox.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/closebox.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/fleche1.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/fleche1.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/fleche2.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/fleche2.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/loading-bar-black.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/open.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/open.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_e.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_n.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_ne.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_nw.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_s.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_se.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_sw.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/remo_bg_w.png +0 -0
- data/util/image-gallery/js/SmoothGallery/css/img/spinner.gif +0 -0
- data/util/image-gallery/js/SmoothGallery/css/jd.gallery.css +371 -0
- data/util/image-gallery/js/SmoothGallery/css/layout.css +91 -0
- data/util/image-gallery/js/SmoothGallery/license.txt +621 -0
- data/util/image-gallery/js/SmoothGallery/resizer.php +113 -0
- data/util/image-gallery/js/SmoothGallery/scripts/Changelog +52 -0
- data/util/image-gallery/js/SmoothGallery/scripts/History.Routing.js +126 -0
- data/util/image-gallery/js/SmoothGallery/scripts/History.js +109 -0
- data/util/image-gallery/js/SmoothGallery/scripts/ReMooz.js +364 -0
- data/util/image-gallery/js/SmoothGallery/scripts/jd.gallery.js +843 -0
- data/util/image-gallery/js/SmoothGallery/scripts/jd.gallery.set.js +183 -0
- data/util/image-gallery/js/SmoothGallery/scripts/jd.gallery.transitions.js +90 -0
- data/util/image-gallery/js/SmoothGallery/scripts/jdgalleryresize.js +828 -0
- data/util/image-gallery/js/SmoothGallery/scripts/license.txt +621 -0
- data/util/image-gallery/js/SmoothGallery/scripts/mootools-1.2-more.js +103 -0
- data/util/image-gallery/js/SmoothGallery/scripts/mootools-1.2.1-core-yc.js +349 -0
- data/util/image-gallery/js/SmoothGallery/scripts/resizer.php +113 -0
- data/util/image-gallery/misc/plugin/recent_image.rb +406 -0
- data/util/image-gallery/skel/gallery.rhtml +154 -0
- data/util/image-gallery/skel/gallery.rhtml.euc-jp +154 -0
- data/util/image-gallery/tdiary.conf.igsample +8 -0
- data/util/image-gallery/theme/image-gallery.css +85 -0
- data/util/image2flickr.rb +282 -0
- data/util/posttdiary/README.ja +12 -0
- data/util/posttdiary/posttdiary-ex.rb +1155 -0
- data/util/posttdiary/posttdiary.rb +245 -0
- data/util/rast-search/ChangeLog +55 -0
- data/util/rast-search/README.ja +99 -0
- data/util/rast-search/en/rast-register.rb +3 -0
- data/util/rast-search/i.rast.rhtml +33 -0
- data/util/rast-search/ja/rast-register.rb +3 -0
- data/util/rast-search/rast-register.rb +326 -0
- data/util/rast-search/rast-search.rb +249 -0
- data/util/rast-search/rast.rhtml +66 -0
- data/util/rast-search/rast.rxml +21 -0
- data/util/section_link/README +11 -0
- data/util/section_link/misc/plugin/section_link.rb +68 -0
- data/util/section_link/misc/plugin/section_link_anchor.rb +38 -0
- data/util/section_link/tdiary/tdiary_day_ext.rb +21 -0
- data/util/section_link/tdiary/tdiaryext_style.rb +36 -0
- data/util/section_link/tdiary/wikiext_style.rb +36 -0
- data/util/tdiary-for-ruby1.9/compatible.rb +97 -0
- data/util/tdiary-for-ruby1.9/tdiary-2.2.0.patch +98 -0
- data/util/tdiary-for-ruby1.9/tdiary-2.3.1.patch +212 -0
- data/util/tdiary-grep/README +4 -0
- data/util/tdiary-grep/grep.rb +445 -0
- data/util/tdiary-mode/http.el +130 -0
- data/util/tdiary-mode/tdiary-mode.el +613 -0
- data/util/tdiary-vim/ChangeLog +25 -0
- data/util/tdiary-vim/README +60 -0
- data/util/tdiary-vim/tdiary.vim +350 -0
- data/util/tdiarysearch/README.en +53 -0
- data/util/tdiarysearch/README.ja +99 -0
- data/util/tdiarysearch/search.rb +504 -0
- metadata +497 -0
@@ -0,0 +1,828 @@
|
|
1
|
+
/*
|
2
|
+
This file is part of JonDesign's SmoothGallery v2.1beta1.
|
3
|
+
|
4
|
+
JonDesign's SmoothGallery is free software; you can redistribute it and/or modify
|
5
|
+
it under the terms of the GNU General Public License as published by
|
6
|
+
the Free Software Foundation; either version 3 of the License, or
|
7
|
+
(at your option) any later version.
|
8
|
+
|
9
|
+
JonDesign's SmoothGallery is distributed in the hope that it will be useful,
|
10
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
12
|
+
GNU General Public License for more details.
|
13
|
+
|
14
|
+
You should have received a copy of the GNU General Public License
|
15
|
+
along with JonDesign's SmoothGallery; if not, write to the Free Software
|
16
|
+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
17
|
+
|
18
|
+
Main Developer: Jonathan Schemoul (JonDesign: http://www.jondesign.net/)
|
19
|
+
Contributed code by:
|
20
|
+
- Christian Ehret (bugfix)
|
21
|
+
- Nitrix (bugfix)
|
22
|
+
- Valerio from Mad4Milk for his great help with the carousel scrolling and many other things.
|
23
|
+
- Archie Cowan for helping me find a bugfix on carousel inner width problem.
|
24
|
+
- Tomocchino from #mootools for the preloader class
|
25
|
+
Many thanks to:
|
26
|
+
- The mootools team for the great mootools lib, and it's help and support throughout the project.
|
27
|
+
- Harald Kirschner (digitarald: http://digitarald.de/) for all his great libs. Some used here as plugins.
|
28
|
+
*/
|
29
|
+
|
30
|
+
/* some quirks to circumvent broken stuff in mt1.2 */
|
31
|
+
function isBody(element){
|
32
|
+
return (/^(?:body|html)$/i).test(element.tagName);
|
33
|
+
};
|
34
|
+
Element.implement({
|
35
|
+
getPosition: function(relative){
|
36
|
+
if (isBody(this)) return {x: 0, y: 0};
|
37
|
+
var el = this, position = {x: 0, y: 0};
|
38
|
+
while (el){
|
39
|
+
position.x += el.offsetLeft;
|
40
|
+
position.y += el.offsetTop;
|
41
|
+
el = el.offsetParent;
|
42
|
+
}
|
43
|
+
var rpos = (relative) ? $(relative).getPosition() : {x: 0, y: 0};
|
44
|
+
return {x: position.x - rpos.x, y: position.y - rpos.y};
|
45
|
+
}
|
46
|
+
});
|
47
|
+
|
48
|
+
// declaring the class
|
49
|
+
var gallery = {
|
50
|
+
Implements: [Events, Options],
|
51
|
+
options: {
|
52
|
+
showArrows: true,
|
53
|
+
showCarousel: true,
|
54
|
+
showInfopane: true,
|
55
|
+
embedLinks: true,
|
56
|
+
fadeDuration: 500,
|
57
|
+
timed: false,
|
58
|
+
delay: 9000,
|
59
|
+
preloader: true,
|
60
|
+
preloaderImage: true,
|
61
|
+
preloaderErrorImage: true,
|
62
|
+
/* Data retrieval */
|
63
|
+
manualData: [],
|
64
|
+
populateFrom: false,
|
65
|
+
populateData: true,
|
66
|
+
destroyAfterPopulate: true,
|
67
|
+
elementSelector: "div.imageElement",
|
68
|
+
titleSelector: "h3",
|
69
|
+
subtitleSelector: "p",
|
70
|
+
linkSelector: "a.open",
|
71
|
+
imageSelector: "img.full",
|
72
|
+
thumbnailSelector: "img.thumbnail",
|
73
|
+
defaultTransition: "fade",
|
74
|
+
/* InfoPane options */
|
75
|
+
slideInfoZoneOpacity: 0.7,
|
76
|
+
slideInfoZoneSlide: true,
|
77
|
+
/* Carousel options */
|
78
|
+
carouselMinimizedOpacity: 0.4,
|
79
|
+
carouselMinimizedHeight: 20,
|
80
|
+
carouselMaximizedOpacity: 0.9,
|
81
|
+
thumbHeight: 75,
|
82
|
+
thumbWidth: 100,
|
83
|
+
thumbSpacing: 10,
|
84
|
+
thumbIdleOpacity: 0.2,
|
85
|
+
textShowCarousel: 'Pictures',
|
86
|
+
showCarouselLabel: true,
|
87
|
+
thumbCloseCarousel: true,
|
88
|
+
useThumbGenerator: false,
|
89
|
+
thumbGenerator: 'resizer.php',
|
90
|
+
useExternalCarousel: false,
|
91
|
+
carouselElement: false,
|
92
|
+
carouselHorizontal: true,
|
93
|
+
activateCarouselScroller: true,
|
94
|
+
carouselPreloader: true,
|
95
|
+
textPreloadingCarousel: 'Loading...',
|
96
|
+
/* CSS Classes */
|
97
|
+
baseClass: 'jdGallery',
|
98
|
+
withArrowsClass: 'withArrows',
|
99
|
+
/* Plugins: HistoryManager */
|
100
|
+
useHistoryManager: false,
|
101
|
+
customHistoryKey: false,
|
102
|
+
/* Plugins: ReMooz */
|
103
|
+
useReMooz: false,
|
104
|
+
useMediaboxAdvanced: false
|
105
|
+
},
|
106
|
+
initialize: function(element, options) {
|
107
|
+
this.setOptions(options);
|
108
|
+
this.fireEvent('onInit');
|
109
|
+
this.currentIter = 0;
|
110
|
+
this.lastIter = 0;
|
111
|
+
this.maxIter = 0;
|
112
|
+
this.galleryElement = element;
|
113
|
+
this.topElement = element;
|
114
|
+
this.galleryData = this.options.manualData;
|
115
|
+
this.galleryInit = 1;
|
116
|
+
this.galleryElements = Array();
|
117
|
+
this.thumbnailElements = Array();
|
118
|
+
this.galleryElement.addClass(this.options.baseClass);
|
119
|
+
|
120
|
+
if (this.options.useReMooz&&(this.options.defaultTransition=="fade"))
|
121
|
+
this.options.defaultTransition="crossfade";
|
122
|
+
|
123
|
+
this.populateFrom = element;
|
124
|
+
if (this.options.populateFrom)
|
125
|
+
this.populateFrom = this.options.populateFrom;
|
126
|
+
if (this.options.populateData)
|
127
|
+
this.populateData();
|
128
|
+
element.style.display="block";
|
129
|
+
|
130
|
+
if (this.options.useHistoryManager)
|
131
|
+
this.initHistory();
|
132
|
+
|
133
|
+
if ((this.options.embedLinks)|(this.options.useReMooz)|(this.options.useMediaboxAdvanced))
|
134
|
+
{
|
135
|
+
this.currentLink = new Element('a').addClass('open').setProperties({
|
136
|
+
href: '#',
|
137
|
+
title: '',
|
138
|
+
rel: 'lightbox'
|
139
|
+
}).injectInside(element);
|
140
|
+
if ((!this.options.showArrows) && (!this.options.showCarousel))
|
141
|
+
this.galleryElement = element = this.currentLink;
|
142
|
+
else
|
143
|
+
this.currentLink.setStyle('display', 'none');
|
144
|
+
}
|
145
|
+
|
146
|
+
this.constructElements();
|
147
|
+
if ((this.galleryData.length>1)&&(this.options.showArrows))
|
148
|
+
{
|
149
|
+
var leftArrow = new Element('a').addClass('left').addEvent(
|
150
|
+
'click',
|
151
|
+
this.prevItem.bind(this)
|
152
|
+
).injectInside(element);
|
153
|
+
var rightArrow = new Element('a').addClass('right').addEvent(
|
154
|
+
'click',
|
155
|
+
this.nextItem.bind(this)
|
156
|
+
).injectInside(element);
|
157
|
+
this.galleryElement.addClass(this.options.withArrowsClass);
|
158
|
+
}
|
159
|
+
this.loadingElement = new Element('div').addClass('loadingElement').injectInside(element);
|
160
|
+
if (this.options.showInfopane) this.initInfoSlideshow();
|
161
|
+
if (this.options.showCarousel) this.initCarousel();
|
162
|
+
this.doSlideShow(1);
|
163
|
+
},
|
164
|
+
populateData: function() {
|
165
|
+
currentArrayPlace = this.galleryData.length;
|
166
|
+
options = this.options;
|
167
|
+
var data = $A(this.galleryData);
|
168
|
+
data.extend(this.populateGallery(this.populateFrom, currentArrayPlace));
|
169
|
+
this.galleryData = data;
|
170
|
+
this.fireEvent('onPopulated');
|
171
|
+
},
|
172
|
+
populateGallery: function(element, startNumber) {
|
173
|
+
var data = [];
|
174
|
+
options = this.options;
|
175
|
+
currentArrayPlace = startNumber;
|
176
|
+
element.getElements(options.elementSelector).each(function(el) {
|
177
|
+
elementDict = $H({
|
178
|
+
image: el.getElement(options.imageSelector).getProperty('src'),
|
179
|
+
number: currentArrayPlace,
|
180
|
+
transition: this.options.defaultTransition
|
181
|
+
});
|
182
|
+
if ((options.showInfopane) | (options.showCarousel))
|
183
|
+
elementDict.extend({
|
184
|
+
title: el.getElement(options.titleSelector).innerHTML,
|
185
|
+
description: el.getElement(options.subtitleSelector).innerHTML
|
186
|
+
});
|
187
|
+
if ((options.embedLinks) | (options.useReMooz))
|
188
|
+
elementDict.extend({
|
189
|
+
link: el.getElement(options.linkSelector).href||false,
|
190
|
+
linkTitle: el.getElement(options.linkSelector).title||false,
|
191
|
+
linkTarget: el.getElement(options.linkSelector).getProperty('target')||false
|
192
|
+
});
|
193
|
+
if ((!options.useThumbGenerator) && (options.showCarousel))
|
194
|
+
elementDict.extend({
|
195
|
+
thumbnail: el.getElement(options.thumbnailSelector).getProperty('src')
|
196
|
+
});
|
197
|
+
else if (options.useThumbGenerator)
|
198
|
+
elementDict.extend({
|
199
|
+
thumbnail: options.thumbGenerator + '?imgfile=' + elementDict.image + '&max_width=' + options.thumbWidth + '&max_height=' + options.thumbHeight
|
200
|
+
});
|
201
|
+
|
202
|
+
data.extend([elementDict]);
|
203
|
+
currentArrayPlace++;
|
204
|
+
if (this.options.destroyAfterPopulate)
|
205
|
+
el.dispose();
|
206
|
+
});
|
207
|
+
return data;
|
208
|
+
},
|
209
|
+
constructElements: function() {
|
210
|
+
el = this.galleryElement;
|
211
|
+
top_el = this.galleryElement;
|
212
|
+
if (this.options.embedLinks && (!this.options.showArrows))
|
213
|
+
el = this.currentLink;
|
214
|
+
this.maxIter = this.galleryData.length;
|
215
|
+
var currentImg;
|
216
|
+
for(i=0;i<this.galleryData.length;i++)
|
217
|
+
{
|
218
|
+
var currentImg = new Fx.Morph(
|
219
|
+
new Element('div').addClass('slideElement').setStyles({
|
220
|
+
'position':'absolute',
|
221
|
+
'left':'0px',
|
222
|
+
'right':'0px',
|
223
|
+
'margin':'0px',
|
224
|
+
'padding':'0px',
|
225
|
+
'backgroundPosition':"center center",
|
226
|
+
'opacity':'0'
|
227
|
+
}).injectInside(el),
|
228
|
+
{duration: this.options.fadeDuration}
|
229
|
+
);
|
230
|
+
if (this.options.preloader)
|
231
|
+
{
|
232
|
+
currentImg.source = this.galleryData[i].image;
|
233
|
+
currentImg.loaded = false;
|
234
|
+
currentImg.load = function(imageStyle, i) {
|
235
|
+
if (!imageStyle.loaded) {
|
236
|
+
this.galleryData[i].imgloader = new Asset.image(imageStyle.source, {
|
237
|
+
'onload' : function(img, i){
|
238
|
+
img.loaded = true;
|
239
|
+
img.width = this.galleryData[i].imgloader.width;
|
240
|
+
img.height = this.galleryData[i].imgloader.height;
|
241
|
+
top_height = this.topElement.getStyle('height').toInt();
|
242
|
+
top_width = this.topElement.getStyle('width').toInt();
|
243
|
+
new_width = img.width;
|
244
|
+
new_height = img.height;
|
245
|
+
margin_top = 0;
|
246
|
+
if(top_height < img.height && img.height >= img.width){
|
247
|
+
new_height = top_height;
|
248
|
+
new_width = Math.round(top_height*img.width/img.height);
|
249
|
+
} else if(top_width < img.width && img.height <= img.width) {
|
250
|
+
new_width = top_width;
|
251
|
+
new_height = Math.round(top_width*img.height/img.width);
|
252
|
+
margin_top = Math.round((top_height - new_height)/2);
|
253
|
+
} else {
|
254
|
+
margin_top = Math.round((top_height - img.height)/2);
|
255
|
+
}
|
256
|
+
img.element.appendChild(new Element('img').set('src',img.source).setStyles({
|
257
|
+
'margin':'0 auto',
|
258
|
+
'display':'block',
|
259
|
+
'width':new_width+'px',
|
260
|
+
'height':new_height+'px',
|
261
|
+
'margin-top':margin_top+'px'
|
262
|
+
}));
|
263
|
+
}.pass([imageStyle, i], this)
|
264
|
+
});
|
265
|
+
}
|
266
|
+
}.pass([currentImg, i], this);
|
267
|
+
} else {
|
268
|
+
currentImg.element.appendChild(new Element('img').set('src',this.galleryData[i].image).setStyles({
|
269
|
+
'margin':'0 auto',
|
270
|
+
'display':'block'
|
271
|
+
}));
|
272
|
+
}
|
273
|
+
this.galleryElements[parseInt(i)] = currentImg;
|
274
|
+
}
|
275
|
+
},
|
276
|
+
destroySlideShow: function(element) {
|
277
|
+
var myClassName = element.className;
|
278
|
+
var newElement = new Element('div').addClass('myClassName');
|
279
|
+
element.parentNode.replaceChild(newElement, element);
|
280
|
+
},
|
281
|
+
startSlideShow: function() {
|
282
|
+
this.fireEvent('onStart');
|
283
|
+
this.loadingElement.style.display = "none";
|
284
|
+
this.lastIter = this.maxIter - 1;
|
285
|
+
this.currentIter = 0;
|
286
|
+
this.galleryInit = 0;
|
287
|
+
this.galleryElements[parseInt(this.currentIter)].set({opacity: 1});
|
288
|
+
if (this.options.showInfopane)
|
289
|
+
this.showInfoSlideShow.delay(1000, this);
|
290
|
+
if (this.options.useReMooz)
|
291
|
+
this.makeReMooz.delay(1000, this);
|
292
|
+
var textShowCarousel = formatString(this.options.textShowCarousel, this.currentIter+1, this.maxIter);
|
293
|
+
if (this.options.showCarousel&&(!this.options.carouselPreloader)&&(!this.options.useExternalCarousel))
|
294
|
+
this.carouselBtn.set('html', textShowCarousel).setProperty('title', textShowCarousel);
|
295
|
+
this.prepareTimer();
|
296
|
+
if (this.options.embedLinks)
|
297
|
+
this.makeLink(this.currentIter);
|
298
|
+
},
|
299
|
+
nextItem: function() {
|
300
|
+
this.fireEvent('onNextCalled');
|
301
|
+
this.nextIter = this.currentIter+1;
|
302
|
+
if (this.nextIter >= this.maxIter)
|
303
|
+
this.nextIter = 0;
|
304
|
+
this.galleryInit = 0;
|
305
|
+
this.goTo(this.nextIter);
|
306
|
+
},
|
307
|
+
prevItem: function() {
|
308
|
+
this.fireEvent('onPreviousCalled');
|
309
|
+
this.nextIter = this.currentIter-1;
|
310
|
+
if (this.nextIter <= -1)
|
311
|
+
this.nextIter = this.maxIter - 1;
|
312
|
+
this.galleryInit = 0;
|
313
|
+
this.goTo(this.nextIter);
|
314
|
+
},
|
315
|
+
goTo: function(num) {
|
316
|
+
this.clearTimer();
|
317
|
+
if(this.options.preloader)
|
318
|
+
{
|
319
|
+
this.galleryElements[num].load();
|
320
|
+
if (num==0)
|
321
|
+
this.galleryElements[this.maxIter - 1].load();
|
322
|
+
else
|
323
|
+
this.galleryElements[num - 1].load();
|
324
|
+
if (num==(this.maxIter - 1))
|
325
|
+
this.galleryElements[0].load();
|
326
|
+
else
|
327
|
+
this.galleryElements[num + 1].load();
|
328
|
+
|
329
|
+
}
|
330
|
+
if (this.options.embedLinks)
|
331
|
+
this.clearLink();
|
332
|
+
if (this.options.showInfopane)
|
333
|
+
{
|
334
|
+
this.slideInfoZone.clearChain();
|
335
|
+
this.hideInfoSlideShow().chain(this.changeItem.pass(num, this));
|
336
|
+
} else
|
337
|
+
this.currentChangeDelay = this.changeItem.delay(500, this, num);
|
338
|
+
if (this.options.embedLinks)
|
339
|
+
this.makeLink(num);
|
340
|
+
this.prepareTimer();
|
341
|
+
/*if (this.options.showCarousel)
|
342
|
+
this.clearThumbnailsHighlights();*/
|
343
|
+
},
|
344
|
+
changeItem: function(num) {
|
345
|
+
this.fireEvent('onStartChanging');
|
346
|
+
this.galleryInit = 0;
|
347
|
+
if (this.currentIter != num)
|
348
|
+
{
|
349
|
+
for(i=0;i<this.maxIter;i++)
|
350
|
+
{
|
351
|
+
if ((i != this.currentIter)) this.galleryElements[i].set({opacity: 0});
|
352
|
+
}
|
353
|
+
gallery.Transitions[this.galleryData[num].transition].pass([
|
354
|
+
this.galleryElements[this.currentIter],
|
355
|
+
this.galleryElements[num],
|
356
|
+
this.currentIter,
|
357
|
+
num], this)();
|
358
|
+
this.currentIter = num;
|
359
|
+
if (this.options.useReMooz)
|
360
|
+
this.makeReMooz();
|
361
|
+
}
|
362
|
+
var textShowCarousel = formatString(this.options.textShowCarousel, num+1, this.maxIter);
|
363
|
+
if ((this.options.showCarousel)&&(!this.options.useExternalCarousel))
|
364
|
+
this.carouselBtn.set('html', textShowCarousel).setProperty('title', textShowCarousel);
|
365
|
+
this.doSlideShow.bind(this)();
|
366
|
+
this.fireEvent('onChanged');
|
367
|
+
},
|
368
|
+
clearTimer: function() {
|
369
|
+
if (this.options.timed)
|
370
|
+
$clear(this.timer);
|
371
|
+
},
|
372
|
+
prepareTimer: function() {
|
373
|
+
if (this.options.timed)
|
374
|
+
this.timer = this.nextItem.delay(this.options.delay, this);
|
375
|
+
},
|
376
|
+
doSlideShow: function(position) {
|
377
|
+
if (this.galleryInit == 1)
|
378
|
+
{
|
379
|
+
imgPreloader = new Image();
|
380
|
+
imgPreloader.onload=function(){
|
381
|
+
this.startSlideShow.delay(10, this);
|
382
|
+
}.bind(this);
|
383
|
+
imgPreloader.src = this.galleryData[0].image;
|
384
|
+
if(this.options.preloader)
|
385
|
+
this.galleryElements[0].load();
|
386
|
+
} else {
|
387
|
+
if (this.options.showInfopane)
|
388
|
+
{
|
389
|
+
if (this.options.showInfopane)
|
390
|
+
{
|
391
|
+
this.showInfoSlideShow.delay((500 + this.options.fadeDuration), this);
|
392
|
+
} else
|
393
|
+
if ((this.options.showCarousel)&&(this.options.activateCarouselScroller))
|
394
|
+
this.centerCarouselOn(position);
|
395
|
+
}
|
396
|
+
}
|
397
|
+
},
|
398
|
+
createCarousel: function() {
|
399
|
+
var carouselElement;
|
400
|
+
if (!this.options.useExternalCarousel)
|
401
|
+
{
|
402
|
+
var carouselContainerElement = new Element('div').addClass('carouselContainer').injectInside(this.galleryElement);
|
403
|
+
this.carouselContainer = new Fx.Morph(carouselContainerElement, {transition: Fx.Transitions.Expo.easeOut});
|
404
|
+
this.carouselContainer.normalHeight = carouselContainerElement.offsetHeight;
|
405
|
+
this.carouselContainer.set({'opacity': this.options.carouselMinimizedOpacity, 'top': (this.options.carouselMinimizedHeight - this.carouselContainer.normalHeight)});
|
406
|
+
this.carouselBtn = new Element('a').addClass('carouselBtn').setProperties({
|
407
|
+
title: this.options.textShowCarousel
|
408
|
+
}).injectInside(carouselContainerElement);
|
409
|
+
if(this.options.carouselPreloader)
|
410
|
+
this.carouselBtn.set('html', this.options.textPreloadingCarousel);
|
411
|
+
else
|
412
|
+
this.carouselBtn.set('html', this.options.textShowCarousel);
|
413
|
+
this.carouselBtn.addEvent(
|
414
|
+
'click',
|
415
|
+
function () {
|
416
|
+
this.carouselContainer.cancel();
|
417
|
+
this.toggleCarousel();
|
418
|
+
}.bind(this)
|
419
|
+
);
|
420
|
+
this.carouselActive = false;
|
421
|
+
|
422
|
+
carouselElement = new Element('div').addClass('carousel').injectInside(carouselContainerElement);
|
423
|
+
this.carousel = new Fx.Morph(carouselElement);
|
424
|
+
} else {
|
425
|
+
carouselElement = $(this.options.carouselElement).addClass('jdExtCarousel');
|
426
|
+
}
|
427
|
+
this.carouselElement = new Fx.Morph(carouselElement, {transition: Fx.Transitions.Expo.easeOut});
|
428
|
+
this.carouselElement.normalHeight = carouselElement.offsetHeight;
|
429
|
+
if (this.options.showCarouselLabel)
|
430
|
+
this.carouselLabel = new Element('p').addClass('label').injectInside(carouselElement);
|
431
|
+
carouselWrapper = new Element('div').addClass('carouselWrapper').injectInside(carouselElement);
|
432
|
+
this.carouselWrapper = new Fx.Morph(carouselWrapper, {transition: Fx.Transitions.Expo.easeOut});
|
433
|
+
this.carouselWrapper.normalHeight = carouselWrapper.offsetHeight;
|
434
|
+
this.carouselInner = new Element('div').addClass('carouselInner').injectInside(carouselWrapper);
|
435
|
+
if (this.options.activateCarouselScroller)
|
436
|
+
{
|
437
|
+
this.carouselWrapper.scroller = new Scroller(carouselWrapper, {
|
438
|
+
area: 100,
|
439
|
+
velocity: 0.2
|
440
|
+
})
|
441
|
+
|
442
|
+
this.carouselWrapper.elementScroller = new Fx.Scroll(carouselWrapper, {
|
443
|
+
duration: 400,
|
444
|
+
onStart: this.carouselWrapper.scroller.stop.bind(this.carouselWrapper.scroller),
|
445
|
+
onComplete: this.carouselWrapper.scroller.start.bind(this.carouselWrapper.scroller)
|
446
|
+
});
|
447
|
+
}
|
448
|
+
},
|
449
|
+
fillCarousel: function() {
|
450
|
+
this.constructThumbnails();
|
451
|
+
this.carouselInner.normalWidth = ((this.maxIter * (this.options.thumbWidth + this.options.thumbSpacing + 2))+this.options.thumbSpacing) + "px";
|
452
|
+
if (this.options.carouselHorizontal)
|
453
|
+
this.carouselInner.style.width = this.carouselInner.normalWidth;
|
454
|
+
},
|
455
|
+
initCarousel: function () {
|
456
|
+
this.createCarousel();
|
457
|
+
this.fillCarousel();
|
458
|
+
if (this.options.carouselPreloader)
|
459
|
+
this.preloadThumbnails();
|
460
|
+
},
|
461
|
+
flushCarousel: function() {
|
462
|
+
this.thumbnailElements.each(function(myFx) {
|
463
|
+
myFx.element.dispose();
|
464
|
+
myFx = myFx.element = null;
|
465
|
+
});
|
466
|
+
this.thumbnailElements = [];
|
467
|
+
},
|
468
|
+
toggleCarousel: function() {
|
469
|
+
if (this.carouselActive)
|
470
|
+
this.hideCarousel();
|
471
|
+
else
|
472
|
+
this.showCarousel();
|
473
|
+
},
|
474
|
+
showCarousel: function () {
|
475
|
+
this.fireEvent('onShowCarousel');
|
476
|
+
this.carouselContainer.start({
|
477
|
+
'opacity': this.options.carouselMaximizedOpacity,
|
478
|
+
'top': 0
|
479
|
+
}).chain(function() {
|
480
|
+
this.carouselActive = true;
|
481
|
+
this.carouselWrapper.scroller.start();
|
482
|
+
this.fireEvent('onCarouselShown');
|
483
|
+
this.carouselContainer.options.onComplete = null;
|
484
|
+
}.bind(this));
|
485
|
+
},
|
486
|
+
hideCarousel: function () {
|
487
|
+
this.fireEvent('onHideCarousel');
|
488
|
+
var targetTop = this.options.carouselMinimizedHeight - this.carouselContainer.normalHeight;
|
489
|
+
this.carouselContainer.start({
|
490
|
+
'opacity': this.options.carouselMinimizedOpacity,
|
491
|
+
'top': targetTop
|
492
|
+
}).chain(function() {
|
493
|
+
this.carouselActive = false;
|
494
|
+
this.carouselWrapper.scroller.stop();
|
495
|
+
this.fireEvent('onCarouselHidden');
|
496
|
+
this.carouselContainer.options.onComplete = null;
|
497
|
+
}.bind(this));
|
498
|
+
},
|
499
|
+
constructThumbnails: function () {
|
500
|
+
element = this.carouselInner;
|
501
|
+
for(i=0;i<this.galleryData.length;i++)
|
502
|
+
{
|
503
|
+
var currentImg = new Fx.Morph(new Element ('div').addClass("thumbnail").setStyles({
|
504
|
+
backgroundImage: "url('" + this.galleryData[i].thumbnail + "')",
|
505
|
+
backgroundPosition: "center center",
|
506
|
+
backgroundRepeat: 'no-repeat',
|
507
|
+
marginLeft: this.options.thumbSpacing + "px",
|
508
|
+
width: this.options.thumbWidth + "px",
|
509
|
+
height: this.options.thumbHeight + "px"
|
510
|
+
}).injectInside(element), {duration: 200}).start({
|
511
|
+
'opacity': this.options.thumbIdleOpacity
|
512
|
+
});
|
513
|
+
currentImg.element.addEvents({
|
514
|
+
'mouseover': function (myself) {
|
515
|
+
myself.cancel();
|
516
|
+
myself.start({'opacity': 0.99});
|
517
|
+
if (this.options.showCarouselLabel)
|
518
|
+
$(this.carouselLabel).set('html', '<span class="number">' + (myself.relatedImage.number + 1) + "/" + this.maxIter + ":</span> " + myself.relatedImage.title);
|
519
|
+
}.pass(currentImg, this),
|
520
|
+
'mouseout': function (myself) {
|
521
|
+
myself.cancel();
|
522
|
+
myself.start({'opacity': this.options.thumbIdleOpacity});
|
523
|
+
}.pass(currentImg, this),
|
524
|
+
'click': function (myself) {
|
525
|
+
this.goTo(myself.relatedImage.number);
|
526
|
+
if (this.options.thumbCloseCarousel&&(!this.options.useExternalCarousel))
|
527
|
+
this.hideCarousel();
|
528
|
+
}.pass(currentImg, this)
|
529
|
+
});
|
530
|
+
|
531
|
+
currentImg.relatedImage = this.galleryData[i];
|
532
|
+
this.thumbnailElements[parseInt(i)] = currentImg;
|
533
|
+
}
|
534
|
+
},
|
535
|
+
log: function(value) {
|
536
|
+
if(console.log)
|
537
|
+
console.log(value);
|
538
|
+
},
|
539
|
+
preloadThumbnails: function() {
|
540
|
+
var thumbnails = [];
|
541
|
+
for(i=0;i<this.galleryData.length;i++)
|
542
|
+
{
|
543
|
+
thumbnails[parseInt(i)] = this.galleryData[i].thumbnail;
|
544
|
+
}
|
545
|
+
this.thumbnailPreloader = new Preloader();
|
546
|
+
if (!this.options.useExternalCarousel)
|
547
|
+
this.thumbnailPreloader.addEvent('onComplete', function() {
|
548
|
+
var textShowCarousel = formatString(this.options.textShowCarousel, this.currentIter+1, this.maxIter);
|
549
|
+
this.carouselBtn.set('html', textShowCarousel).setProperty('title', textShowCarousel);
|
550
|
+
}.bind(this));
|
551
|
+
this.thumbnailPreloader.load(thumbnails);
|
552
|
+
},
|
553
|
+
clearThumbnailsHighlights: function()
|
554
|
+
{
|
555
|
+
for(i=0;i<this.galleryData.length;i++)
|
556
|
+
{
|
557
|
+
this.thumbnailElements[i].cancel();
|
558
|
+
this.thumbnailElements[i].start(0.2);
|
559
|
+
}
|
560
|
+
},
|
561
|
+
changeThumbnailsSize: function(width, height)
|
562
|
+
{
|
563
|
+
for(i=0;i<this.galleryData.length;i++)
|
564
|
+
{
|
565
|
+
this.thumbnailElements[i].cancel();
|
566
|
+
this.thumbnailElements[i].element.setStyles({
|
567
|
+
'width': width + "px",
|
568
|
+
'height': height + "px"
|
569
|
+
});
|
570
|
+
}
|
571
|
+
},
|
572
|
+
centerCarouselOn: function(num) {
|
573
|
+
if (!this.carouselWallMode)
|
574
|
+
{
|
575
|
+
var carouselElement = this.thumbnailElements[num];
|
576
|
+
var position = carouselElement.element.offsetLeft + (carouselElement.element.offsetWidth / 2);
|
577
|
+
var carouselWidth = this.carouselWrapper.element.offsetWidth;
|
578
|
+
var carouselInnerWidth = this.carouselInner.offsetWidth;
|
579
|
+
var diffWidth = carouselWidth / 2;
|
580
|
+
var scrollPos = position-diffWidth;
|
581
|
+
this.carouselWrapper.elementScroller.start(scrollPos,0);
|
582
|
+
}
|
583
|
+
},
|
584
|
+
initInfoSlideshow: function() {
|
585
|
+
/*if (this.slideInfoZone.element)
|
586
|
+
this.slideInfoZone.element.remove();*/
|
587
|
+
this.slideInfoZone = new Fx.Morph(new Element('div').addClass('slideInfoZone').injectInside($(this.galleryElement))).set({'opacity':0});
|
588
|
+
var slideInfoZoneTitle = new Element('h2').injectInside(this.slideInfoZone.element);
|
589
|
+
var slideInfoZoneDescription = new Element('p').injectInside(this.slideInfoZone.element);
|
590
|
+
this.slideInfoZone.normalHeight = this.slideInfoZone.element.offsetHeight;
|
591
|
+
this.slideInfoZone.element.setStyle('opacity',0);
|
592
|
+
},
|
593
|
+
changeInfoSlideShow: function()
|
594
|
+
{
|
595
|
+
this.hideInfoSlideShow.delay(10, this);
|
596
|
+
this.showInfoSlideShow.delay(500, this);
|
597
|
+
},
|
598
|
+
showInfoSlideShow: function() {
|
599
|
+
this.fireEvent('onShowInfopane');
|
600
|
+
this.slideInfoZone.cancel();
|
601
|
+
element = this.slideInfoZone.element;
|
602
|
+
element.getElement('h2').set('html', this.galleryData[this.currentIter].title);
|
603
|
+
element.getElement('p').set('html', this.galleryData[this.currentIter].description);
|
604
|
+
if(this.options.slideInfoZoneSlide)
|
605
|
+
this.slideInfoZone.start({'opacity': [0, this.options.slideInfoZoneOpacity], 'height': [0, this.slideInfoZone.normalHeight]});
|
606
|
+
else
|
607
|
+
this.slideInfoZone.start({'opacity': [0, this.options.slideInfoZoneOpacity]});
|
608
|
+
if (this.options.showCarousel)
|
609
|
+
this.slideInfoZone.chain(this.centerCarouselOn.pass(this.currentIter, this));
|
610
|
+
return this.slideInfoZone;
|
611
|
+
},
|
612
|
+
hideInfoSlideShow: function() {
|
613
|
+
this.fireEvent('onHideInfopane');
|
614
|
+
this.slideInfoZone.cancel();
|
615
|
+
if(this.options.slideInfoZoneSlide)
|
616
|
+
this.slideInfoZone.start({'opacity': 0, 'height': 0});
|
617
|
+
else
|
618
|
+
this.slideInfoZone.start({'opacity': 0});
|
619
|
+
return this.slideInfoZone;
|
620
|
+
},
|
621
|
+
makeLink: function(num) {
|
622
|
+
if(this.options.useMediaboxAdvanced){
|
623
|
+
this.currentLink.setProperties({
|
624
|
+
href: this.galleryData[num].link,
|
625
|
+
title: this.galleryData[num].description,
|
626
|
+
rel: 'lightbox[gal]'
|
627
|
+
});
|
628
|
+
if (!((this.options.embedLinks) && (!this.options.showArrows) && (!this.options.showCarousel)))
|
629
|
+
this.currentLink.setStyle('display', 'block');
|
630
|
+
this.currentLink.mediabox({}, null, function(el) {
|
631
|
+
return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
|
632
|
+
});
|
633
|
+
}
|
634
|
+
else{
|
635
|
+
this.currentLink.setProperties({
|
636
|
+
href: this.galleryData[num].link,
|
637
|
+
title: this.galleryData[num].linkTitle
|
638
|
+
})
|
639
|
+
if (!((this.options.embedLinks) && (!this.options.showArrows) && (!this.options.showCarousel)))
|
640
|
+
this.currentLink.setStyle('display', 'block');
|
641
|
+
}
|
642
|
+
},
|
643
|
+
clearLink: function() {
|
644
|
+
this.currentLink.setProperties({href: '', title: ''});
|
645
|
+
if (!((this.options.embedLinks) && (!this.options.showArrows) && (!this.options.showCarousel)))
|
646
|
+
this.currentLink.setStyle('display', 'none');
|
647
|
+
},
|
648
|
+
makeReMooz: function() {
|
649
|
+
this.currentLink.setProperties({
|
650
|
+
href: '#'
|
651
|
+
});
|
652
|
+
this.currentLink.setStyles({
|
653
|
+
'display': 'block'
|
654
|
+
});
|
655
|
+
|
656
|
+
this.galleryElements[this.currentIter].element.set('title', this.galleryData[this.currentIter].title + ' :: ' + this.galleryData[this.currentIter].description);
|
657
|
+
this.ReMooz = new ReMooz(this.galleryElements[this.currentIter].element, {
|
658
|
+
link: this.galleryData[this.currentIter].link,
|
659
|
+
shadow: false,
|
660
|
+
dragging: false,
|
661
|
+
addClick: false,
|
662
|
+
resizeOpacity: 1
|
663
|
+
});
|
664
|
+
var img = this.galleryElements[this.currentIter];
|
665
|
+
var coords = img.element.getCoordinates();
|
666
|
+
delete coords.right;
|
667
|
+
delete coords.bottom;
|
668
|
+
|
669
|
+
widthDiff = coords.width - img.width;
|
670
|
+
heightDiff = coords.height - img.height;
|
671
|
+
|
672
|
+
coords.width = img.width;
|
673
|
+
coords.height = img.height;
|
674
|
+
|
675
|
+
coords.left += Math.ceil(widthDiff/2)+1;
|
676
|
+
coords.top += Math.ceil(heightDiff/2)+1;
|
677
|
+
|
678
|
+
this.ReMooz.getOriginCoordinates = function(coords) {
|
679
|
+
return coords;
|
680
|
+
}.bind(this, coords);
|
681
|
+
this.currentLink.onclick = function () {
|
682
|
+
this.ReMooz.open.bind(this.ReMooz)();
|
683
|
+
return false;
|
684
|
+
}.bind(this);
|
685
|
+
},
|
686
|
+
/* To change the gallery data, those two functions : */
|
687
|
+
flushGallery: function() {
|
688
|
+
this.galleryElements.each(function(myFx) {
|
689
|
+
myFx.element.dispose();
|
690
|
+
myFx = myFx.element = null;
|
691
|
+
});
|
692
|
+
this.galleryElements = [];
|
693
|
+
},
|
694
|
+
changeData: function(data) {
|
695
|
+
this.galleryData = data;
|
696
|
+
this.clearTimer();
|
697
|
+
this.flushGallery();
|
698
|
+
if (this.options.showCarousel) this.flushCarousel();
|
699
|
+
this.constructElements();
|
700
|
+
if (this.options.showCarousel) this.fillCarousel();
|
701
|
+
if (this.options.showInfopane) this.hideInfoSlideShow();
|
702
|
+
this.galleryInit=1;
|
703
|
+
this.lastIter=0;
|
704
|
+
this.currentIter=0;
|
705
|
+
this.doSlideShow(1);
|
706
|
+
},
|
707
|
+
/* Plugins: HistoryManager */
|
708
|
+
initHistory: function() {
|
709
|
+
this.fireEvent('onHistoryInit');
|
710
|
+
this.historyKey = this.galleryElement.id + '-picture';
|
711
|
+
if (this.options.customHistoryKey)
|
712
|
+
this.historyKey = this.options.customHistoryKey;
|
713
|
+
|
714
|
+
this.history = new History.Route({
|
715
|
+
defaults: [1],
|
716
|
+
pattern: this.historyKey + '\\((\\d+)\\)',
|
717
|
+
generate: function(values) {
|
718
|
+
return [this.historyKey, '(', values[0], ')'].join('')
|
719
|
+
}.bind(this),
|
720
|
+
onMatch: function(values, defaults) {
|
721
|
+
if (parseInt(values[0])-1 < this.maxIter)
|
722
|
+
this.goTo(parseInt(values[0])-1);
|
723
|
+
}.bind(this)
|
724
|
+
});
|
725
|
+
this.addEvent('onChanged', function(){
|
726
|
+
this.history.setValue(0, this.currentIter+1);
|
727
|
+
this.history.defaults=[this.currentIter+1];
|
728
|
+
}.bind(this));
|
729
|
+
this.fireEvent('onHistoryInited');
|
730
|
+
}
|
731
|
+
};
|
732
|
+
gallery = new Class(gallery);
|
733
|
+
|
734
|
+
gallery.Transitions = new Hash ({
|
735
|
+
fade: function(oldFx, newFx, oldPos, newPos){
|
736
|
+
oldFx.options.transition = newFx.options.transition = Fx.Transitions.linear;
|
737
|
+
oldFx.options.duration = newFx.options.duration = this.options.fadeDuration;
|
738
|
+
if (newPos > oldPos) newFx.start({opacity: 1});
|
739
|
+
else
|
740
|
+
{
|
741
|
+
newFx.set({opacity: 1});
|
742
|
+
oldFx.start({opacity: 0});
|
743
|
+
}
|
744
|
+
},
|
745
|
+
crossfade: function(oldFx, newFx, oldPos, newPos){
|
746
|
+
oldFx.options.transition = newFx.options.transition = Fx.Transitions.linear;
|
747
|
+
oldFx.options.duration = newFx.options.duration = this.options.fadeDuration;
|
748
|
+
newFx.start({opacity: 1});
|
749
|
+
oldFx.start({opacity: 0});
|
750
|
+
},
|
751
|
+
fadebg: function(oldFx, newFx, oldPos, newPos){
|
752
|
+
oldFx.options.transition = newFx.options.transition = Fx.Transitions.linear;
|
753
|
+
oldFx.options.duration = newFx.options.duration = this.options.fadeDuration / 2;
|
754
|
+
oldFx.start({opacity: 0}).chain(newFx.start.pass([{opacity: 1}], newFx));
|
755
|
+
}
|
756
|
+
});
|
757
|
+
|
758
|
+
/* All code copyright 2007 Jonathan Schemoul */
|
759
|
+
|
760
|
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
761
|
+
* Follows: Preloader (class)
|
762
|
+
* Simple class for preloading images with support for progress reporting
|
763
|
+
* Copyright 2007 Tomocchino.
|
764
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
765
|
+
|
766
|
+
var Preloader = new Class({
|
767
|
+
|
768
|
+
Implements: [Events, Options],
|
769
|
+
|
770
|
+
options: {
|
771
|
+
root : '',
|
772
|
+
period : 100
|
773
|
+
},
|
774
|
+
|
775
|
+
initialize: function(options){
|
776
|
+
this.setOptions(options);
|
777
|
+
},
|
778
|
+
|
779
|
+
load: function(sources) {
|
780
|
+
this.index = 0;
|
781
|
+
this.images = [];
|
782
|
+
this.sources = this.temps = sources;
|
783
|
+
this.total = this. sources.length;
|
784
|
+
|
785
|
+
this.fireEvent('onStart', [this.index, this.total]);
|
786
|
+
this.timer = this.progress.periodical(this.options.period, this);
|
787
|
+
|
788
|
+
this.sources.each(function(source, index){
|
789
|
+
this.images[index] = new Asset.image(this.options.root + source, {
|
790
|
+
'onload' : function(){ this.index++; if(this.images[index]) this.fireEvent('onLoad', [this.images[index], index, source]); }.bind(this),
|
791
|
+
'onerror' : function(){ this.index++; this.fireEvent('onError', [this.images.splice(index, 1), index, source]); }.bind(this),
|
792
|
+
'onabort' : function(){ this.index++; this.fireEvent('onError', [this.images.splice(index, 1), index, source]); }.bind(this)
|
793
|
+
});
|
794
|
+
}, this);
|
795
|
+
},
|
796
|
+
|
797
|
+
progress: function() {
|
798
|
+
this.fireEvent('onProgress', [Math.min(this.index, this.total), this.total]);
|
799
|
+
if(this.index >= this.total) this.complete();
|
800
|
+
},
|
801
|
+
|
802
|
+
complete: function(){
|
803
|
+
$clear(this.timer);
|
804
|
+
this.fireEvent('onComplete', [this.images]);
|
805
|
+
},
|
806
|
+
|
807
|
+
cancel: function(){
|
808
|
+
$clear(this.timer);
|
809
|
+
}
|
810
|
+
|
811
|
+
});
|
812
|
+
|
813
|
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
814
|
+
* Follows: formatString (function)
|
815
|
+
* Original name: Yahoo.Tools.printf
|
816
|
+
* Copyright Yahoo.
|
817
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
818
|
+
|
819
|
+
function formatString() {
|
820
|
+
var num = arguments.length;
|
821
|
+
var oStr = arguments[0];
|
822
|
+
for (var i = 1; i < num; i++) {
|
823
|
+
var pattern = "\\{" + (i-1) + "\\}";
|
824
|
+
var re = new RegExp(pattern, "g");
|
825
|
+
oStr = oStr.replace(re, arguments[i]);
|
826
|
+
}
|
827
|
+
return oStr;
|
828
|
+
}
|