muck-engine 3.3.5 → 3.3.6
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/Rakefile +11 -14
- data/VERSION +1 -1
- data/lib/muck-engine/config.rb +4 -7
- data/lib/muck-engine/engine.rb +1 -1
- data/muck-engine.gemspec +631 -4
- data/test/app/controllers/admin/default_controller.rb +7 -0
- data/test/app/controllers/application_controller.rb +5 -0
- data/test/app/controllers/default_controller.rb +7 -0
- data/test/app/helpers/application_helper.rb +3 -0
- data/test/app/models/.keep +0 -0
- data/test/app/models/country.rb +13 -0
- data/test/app/models/language.rb +15 -0
- data/test/app/models/state.rb +13 -0
- data/test/app/models/user.rb +4 -0
- data/test/app/models/user_session.rb +2 -0
- data/test/app/views/admin/default/index.html.erb +1 -0
- data/test/app/views/default/index.html.erb +1 -0
- data/test/app/views/layouts/default.html.erb +22 -0
- data/test/autotest/discover.rb +2 -0
- data/test/config/application.rb +42 -0
- data/test/config/assets.yml +34 -0
- data/test/config/boot.rb +13 -0
- data/test/config/cucumber.yml +8 -0
- data/test/config/database.yml +23 -0
- data/test/config/environment.rb +5 -0
- data/test/config/environments/development.rb +26 -0
- data/test/config/environments/production.rb +49 -0
- data/test/config/environments/test.rb +35 -0
- data/test/config/initializers/backtrace_silencers.rb +7 -0
- data/test/config/initializers/inflections.rb +10 -0
- data/test/config/initializers/mime_types.rb +5 -0
- data/test/config/initializers/muck.rb +33 -0
- data/test/config/initializers/secret_token.rb +7 -0
- data/test/config/initializers/session_store.rb +8 -0
- data/test/config/routes.rb +4 -0
- data/test/db/.keep +0 -0
- data/test/db/migrate/20090320174818_create_muck_permissions_and_roles.rb +16 -0
- data/test/db/migrate/20090327231918_create_users.rb +40 -0
- data/test/db/migrate/20090402234137_create_languages.rb +18 -0
- data/test/db/migrate/20090426041056_create_countries.rb +15 -0
- data/test/db/migrate/20090426041103_create_states.rb +18 -0
- data/test/db/migrate/20090530170040_create_themes.rb +11 -0
- data/test/db/migrate/20090606153236_create_domain_themes.rb +13 -0
- data/test/db/migrate/20100123035450_create_access_codes.rb +19 -0
- data/test/db/migrate/20100123233654_create_access_code_requests.rb +14 -0
- data/test/db/migrate/20101117172951_add_name_to_access_code_requests.rb +9 -0
- data/test/db/migrate/20110303183433_add_sent_to_to_access_codes.rb +9 -0
- data/test/db/schema.rb +125 -0
- data/test/features/step_definitions/web_steps.rb +219 -0
- data/test/features/support/custom_env.rb +19 -0
- data/test/features/support/env.rb +58 -0
- data/test/features/support/paths.rb +33 -0
- data/test/lib/tasks/cucumber.rake +53 -0
- data/test/public/.htaccess +40 -0
- data/test/public/404.html +30 -0
- data/test/public/422.html +30 -0
- data/test/public/500.html +30 -0
- data/test/public/dispatch.rb +10 -0
- data/test/public/favicon.ico +0 -0
- data/test/public/images/admin/Home.gif +0 -0
- data/test/public/images/admin/roles.gif +0 -0
- data/test/public/images/admin/source/Home.png +0 -0
- data/test/public/images/admin/source/roles.png +0 -0
- data/test/public/images/admin/source/user.png +0 -0
- data/test/public/images/admin/user.gif +0 -0
- data/test/public/images/arrow_down.gif +0 -0
- data/test/public/images/arrow_left.gif +0 -0
- data/test/public/images/arrow_right.gif +0 -0
- data/test/public/images/arrow_up.gif +0 -0
- data/test/public/images/fancybox/blank.gif +0 -0
- data/test/public/images/fancybox/fancy_close.png +0 -0
- data/test/public/images/fancybox/fancy_closebox.png +0 -0
- data/test/public/images/fancybox/fancy_left.png +0 -0
- data/test/public/images/fancybox/fancy_loading.png +0 -0
- data/test/public/images/fancybox/fancy_nav_left.png +0 -0
- data/test/public/images/fancybox/fancy_nav_right.png +0 -0
- data/test/public/images/fancybox/fancy_progress.png +0 -0
- data/test/public/images/fancybox/fancy_right.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_e.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_n.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_ne.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_nw.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_s.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_se.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_sw.png +0 -0
- data/test/public/images/fancybox/fancy_shadow_w.png +0 -0
- data/test/public/images/fancybox/fancy_title_left.png +0 -0
- data/test/public/images/fancybox/fancy_title_main.png +0 -0
- data/test/public/images/fancybox/fancy_title_over.png +0 -0
- data/test/public/images/fancybox/fancy_title_right.png +0 -0
- data/test/public/images/fancybox/fancybox-x.png +0 -0
- data/test/public/images/fancybox/fancybox-y.png +0 -0
- data/test/public/images/fancybox/fancybox.png +0 -0
- data/test/public/images/icon_no.gif +0 -0
- data/test/public/images/icon_success.gif +0 -0
- data/test/public/images/icons/accept.png +0 -0
- data/test/public/images/icons/add.png +0 -0
- data/test/public/images/icons/blue_guy.png +0 -0
- data/test/public/images/icons/button_background.png +0 -0
- data/test/public/images/icons/cancel.png +0 -0
- data/test/public/images/icons/close.png +0 -0
- data/test/public/images/icons/comment.png +0 -0
- data/test/public/images/icons/delete.png +0 -0
- data/test/public/images/icons/exclaim.png +0 -0
- data/test/public/images/icons/external.png +0 -0
- data/test/public/images/icons/feed.png +0 -0
- data/test/public/images/icons/grey_guy.png +0 -0
- data/test/public/images/icons/hide.png +0 -0
- data/test/public/images/icons/information.png +0 -0
- data/test/public/images/icons/minus.png +0 -0
- data/test/public/images/icons/pending.png +0 -0
- data/test/public/images/icons/question.png +0 -0
- data/test/public/images/icons/search_box.png +0 -0
- data/test/public/images/icons/star.png +0 -0
- data/test/public/images/icons/stop.png +0 -0
- data/test/public/images/icons/thumb_down.png +0 -0
- data/test/public/images/icons/thumb_up.png +0 -0
- data/test/public/images/icons/vote.png +0 -0
- data/test/public/images/loading.gif +0 -0
- data/test/public/images/nothing.png +0 -0
- data/test/public/images/profile_default.jpg +0 -0
- data/test/public/images/service_icons/16/amazon.png +0 -0
- data/test/public/images/service_icons/16/ask.png +0 -0
- data/test/public/images/service_icons/16/bibsonomy.png +0 -0
- data/test/public/images/service_icons/16/bing.png +0 -0
- data/test/public/images/service_icons/16/blogger.png +0 -0
- data/test/public/images/service_icons/16/bloglines.png +0 -0
- data/test/public/images/service_icons/16/citeulike.png +0 -0
- data/test/public/images/service_icons/16/clipmarks.png +0 -0
- data/test/public/images/service_icons/16/connotea.png +0 -0
- data/test/public/images/service_icons/16/dailymotion.png +0 -0
- data/test/public/images/service_icons/16/delicious.png +0 -0
- data/test/public/images/service_icons/16/digg.png +0 -0
- data/test/public/images/service_icons/16/diigo.png +0 -0
- data/test/public/images/service_icons/16/facebook.png +0 -0
- data/test/public/images/service_icons/16/feed.png +0 -0
- data/test/public/images/service_icons/16/fireeagle.png +0 -0
- data/test/public/images/service_icons/16/flickr.png +0 -0
- data/test/public/images/service_icons/16/fotolog.png +0 -0
- data/test/public/images/service_icons/16/friendfeed.png +0 -0
- data/test/public/images/service_icons/16/friendster.png +0 -0
- data/test/public/images/service_icons/16/furl.png +0 -0
- data/test/public/images/service_icons/16/goodreads.png +0 -0
- data/test/public/images/service_icons/16/google.png +0 -0
- data/test/public/images/service_icons/16/googleblog.png +0 -0
- data/test/public/images/service_icons/16/googlenews.png +0 -0
- data/test/public/images/service_icons/16/icerocket.png +0 -0
- data/test/public/images/service_icons/16/identica.png +0 -0
- data/test/public/images/service_icons/16/joost.png +0 -0
- data/test/public/images/service_icons/16/lastfm.png +0 -0
- data/test/public/images/service_icons/16/librarything.png +0 -0
- data/test/public/images/service_icons/16/linkedin.png +0 -0
- data/test/public/images/service_icons/16/livejournal.png +0 -0
- data/test/public/images/service_icons/16/magnolia.png +0 -0
- data/test/public/images/service_icons/16/mendeley.png +0 -0
- data/test/public/images/service_icons/16/metacafe.png +0 -0
- data/test/public/images/service_icons/16/mixx.png +0 -0
- data/test/public/images/service_icons/16/myspace.png +0 -0
- data/test/public/images/service_icons/16/netflix.png +0 -0
- data/test/public/images/service_icons/16/netvibes.png +0 -0
- data/test/public/images/service_icons/16/newsvine.png +0 -0
- data/test/public/images/service_icons/16/oai.png +0 -0
- data/test/public/images/service_icons/16/odeo.png +0 -0
- data/test/public/images/service_icons/16/opml.png +0 -0
- data/test/public/images/service_icons/16/pandora.png +0 -0
- data/test/public/images/service_icons/16/photobucket.png +0 -0
- data/test/public/images/service_icons/16/picasa.png +0 -0
- data/test/public/images/service_icons/16/polyvore.png +0 -0
- data/test/public/images/service_icons/16/pownce.png +0 -0
- data/test/public/images/service_icons/16/reddit.png +0 -0
- data/test/public/images/service_icons/16/simpy.png +0 -0
- data/test/public/images/service_icons/16/smugmug.png +0 -0
- data/test/public/images/service_icons/16/stumbleupon.png +0 -0
- data/test/public/images/service_icons/16/tag.png +0 -0
- data/test/public/images/service_icons/16/technorati.png +0 -0
- data/test/public/images/service_icons/16/tumblr.png +0 -0
- data/test/public/images/service_icons/16/twine.png +0 -0
- data/test/public/images/service_icons/16/twitter.png +0 -0
- data/test/public/images/service_icons/16/vimeo.png +0 -0
- data/test/public/images/service_icons/16/webshots.png +0 -0
- data/test/public/images/service_icons/16/wordpress.png +0 -0
- data/test/public/images/service_icons/16/xanga.png +0 -0
- data/test/public/images/service_icons/16/yahoo.png +0 -0
- data/test/public/images/service_icons/16/yelp.png +0 -0
- data/test/public/images/service_icons/16/youtube.png +0 -0
- data/test/public/images/service_icons/16/zooomr.png +0 -0
- data/test/public/images/service_icons/16/zotero.png +0 -0
- data/test/public/images/service_icons/24/amazon.png +0 -0
- data/test/public/images/service_icons/24/ask.png +0 -0
- data/test/public/images/service_icons/24/bibsonomy.png +0 -0
- data/test/public/images/service_icons/24/bing.png +0 -0
- data/test/public/images/service_icons/24/blogger.png +0 -0
- data/test/public/images/service_icons/24/bloglines.png +0 -0
- data/test/public/images/service_icons/24/citeulike.png +0 -0
- data/test/public/images/service_icons/24/clipmarks.png +0 -0
- data/test/public/images/service_icons/24/connotea.png +0 -0
- data/test/public/images/service_icons/24/dailymotion.png +0 -0
- data/test/public/images/service_icons/24/delicious.png +0 -0
- data/test/public/images/service_icons/24/digg.png +0 -0
- data/test/public/images/service_icons/24/diigo.png +0 -0
- data/test/public/images/service_icons/24/facebook.png +0 -0
- data/test/public/images/service_icons/24/feed.png +0 -0
- data/test/public/images/service_icons/24/fireeagle.png +0 -0
- data/test/public/images/service_icons/24/flickr.png +0 -0
- data/test/public/images/service_icons/24/fotolog.png +0 -0
- data/test/public/images/service_icons/24/friendfeed.png +0 -0
- data/test/public/images/service_icons/24/friendster.png +0 -0
- data/test/public/images/service_icons/24/furl.png +0 -0
- data/test/public/images/service_icons/24/goodreads.png +0 -0
- data/test/public/images/service_icons/24/google.png +0 -0
- data/test/public/images/service_icons/24/googleblog.png +0 -0
- data/test/public/images/service_icons/24/googlenews.png +0 -0
- data/test/public/images/service_icons/24/icerocket.png +0 -0
- data/test/public/images/service_icons/24/identica.png +0 -0
- data/test/public/images/service_icons/24/joost.png +0 -0
- data/test/public/images/service_icons/24/lastfm.png +0 -0
- data/test/public/images/service_icons/24/librarything.png +0 -0
- data/test/public/images/service_icons/24/linkedin.png +0 -0
- data/test/public/images/service_icons/24/livejournal.png +0 -0
- data/test/public/images/service_icons/24/magnolia.png +0 -0
- data/test/public/images/service_icons/24/mendeley.png +0 -0
- data/test/public/images/service_icons/24/metacafe.png +0 -0
- data/test/public/images/service_icons/24/mixx.png +0 -0
- data/test/public/images/service_icons/24/myspace.png +0 -0
- data/test/public/images/service_icons/24/netflix.png +0 -0
- data/test/public/images/service_icons/24/netvibes.png +0 -0
- data/test/public/images/service_icons/24/newsvine.png +0 -0
- data/test/public/images/service_icons/24/oai.png +0 -0
- data/test/public/images/service_icons/24/odeo.png +0 -0
- data/test/public/images/service_icons/24/opml.png +0 -0
- data/test/public/images/service_icons/24/pandora.png +0 -0
- data/test/public/images/service_icons/24/photobucket.png +0 -0
- data/test/public/images/service_icons/24/picasa.png +0 -0
- data/test/public/images/service_icons/24/polyvore.png +0 -0
- data/test/public/images/service_icons/24/pownce.png +0 -0
- data/test/public/images/service_icons/24/reddit.png +0 -0
- data/test/public/images/service_icons/24/simpy.png +0 -0
- data/test/public/images/service_icons/24/smugmug.png +0 -0
- data/test/public/images/service_icons/24/stumbleupon.png +0 -0
- data/test/public/images/service_icons/24/tag.png +0 -0
- data/test/public/images/service_icons/24/technorati.png +0 -0
- data/test/public/images/service_icons/24/tumblr.png +0 -0
- data/test/public/images/service_icons/24/twine.png +0 -0
- data/test/public/images/service_icons/24/twitter.png +0 -0
- data/test/public/images/service_icons/24/vimeo.png +0 -0
- data/test/public/images/service_icons/24/webshots.png +0 -0
- data/test/public/images/service_icons/24/wordpress.png +0 -0
- data/test/public/images/service_icons/24/xanga.png +0 -0
- data/test/public/images/service_icons/24/yahoo.png +0 -0
- data/test/public/images/service_icons/24/yelp.png +0 -0
- data/test/public/images/service_icons/24/youtube.png +0 -0
- data/test/public/images/service_icons/24/zooomr.png +0 -0
- data/test/public/images/service_icons/24/zotero.png +0 -0
- data/test/public/images/service_icons/48/amazon.png +0 -0
- data/test/public/images/service_icons/48/ask.png +0 -0
- data/test/public/images/service_icons/48/bibsonomy.png +0 -0
- data/test/public/images/service_icons/48/bing.png +0 -0
- data/test/public/images/service_icons/48/blogger.png +0 -0
- data/test/public/images/service_icons/48/bloglines.png +0 -0
- data/test/public/images/service_icons/48/citeulike.png +0 -0
- data/test/public/images/service_icons/48/clipmarks.png +0 -0
- data/test/public/images/service_icons/48/connotea.png +0 -0
- data/test/public/images/service_icons/48/dailymotion.png +0 -0
- data/test/public/images/service_icons/48/delicious.png +0 -0
- data/test/public/images/service_icons/48/digg.png +0 -0
- data/test/public/images/service_icons/48/diigo.png +0 -0
- data/test/public/images/service_icons/48/facebook.png +0 -0
- data/test/public/images/service_icons/48/feed.png +0 -0
- data/test/public/images/service_icons/48/fireeagle.png +0 -0
- data/test/public/images/service_icons/48/flickr.png +0 -0
- data/test/public/images/service_icons/48/fotolog.png +0 -0
- data/test/public/images/service_icons/48/friendfeed.png +0 -0
- data/test/public/images/service_icons/48/friendster.png +0 -0
- data/test/public/images/service_icons/48/furl.png +0 -0
- data/test/public/images/service_icons/48/goodreads.png +0 -0
- data/test/public/images/service_icons/48/google.png +0 -0
- data/test/public/images/service_icons/48/googleblog.png +0 -0
- data/test/public/images/service_icons/48/googlenews.png +0 -0
- data/test/public/images/service_icons/48/icerocket.png +0 -0
- data/test/public/images/service_icons/48/identica.png +0 -0
- data/test/public/images/service_icons/48/joost.png +0 -0
- data/test/public/images/service_icons/48/lastfm.png +0 -0
- data/test/public/images/service_icons/48/librarything.png +0 -0
- data/test/public/images/service_icons/48/linkedin.png +0 -0
- data/test/public/images/service_icons/48/livejournal.png +0 -0
- data/test/public/images/service_icons/48/magnolia.png +0 -0
- data/test/public/images/service_icons/48/mendeley.png +0 -0
- data/test/public/images/service_icons/48/metacafe.png +0 -0
- data/test/public/images/service_icons/48/mixx.png +0 -0
- data/test/public/images/service_icons/48/myspace.png +0 -0
- data/test/public/images/service_icons/48/netflix.png +0 -0
- data/test/public/images/service_icons/48/netvibes.png +0 -0
- data/test/public/images/service_icons/48/newsvine.png +0 -0
- data/test/public/images/service_icons/48/oai.png +0 -0
- data/test/public/images/service_icons/48/odeo.png +0 -0
- data/test/public/images/service_icons/48/opml.png +0 -0
- data/test/public/images/service_icons/48/pandora.png +0 -0
- data/test/public/images/service_icons/48/photobucket.png +0 -0
- data/test/public/images/service_icons/48/picasa.png +0 -0
- data/test/public/images/service_icons/48/polyvore.png +0 -0
- data/test/public/images/service_icons/48/pownce.png +0 -0
- data/test/public/images/service_icons/48/reddit.png +0 -0
- data/test/public/images/service_icons/48/simpy.png +0 -0
- data/test/public/images/service_icons/48/smugmug.png +0 -0
- data/test/public/images/service_icons/48/stumbleupon.png +0 -0
- data/test/public/images/service_icons/48/tag.png +0 -0
- data/test/public/images/service_icons/48/technorati.png +0 -0
- data/test/public/images/service_icons/48/tumblr.png +0 -0
- data/test/public/images/service_icons/48/twine.png +0 -0
- data/test/public/images/service_icons/48/twitter.png +0 -0
- data/test/public/images/service_icons/48/vimeo.png +0 -0
- data/test/public/images/service_icons/48/webshots.png +0 -0
- data/test/public/images/service_icons/48/wordpress.png +0 -0
- data/test/public/images/service_icons/48/xanga.png +0 -0
- data/test/public/images/service_icons/48/yahoo.png +0 -0
- data/test/public/images/service_icons/48/yelp.png +0 -0
- data/test/public/images/service_icons/48/youtube.png +0 -0
- data/test/public/images/service_icons/48/zooomr.png +0 -0
- data/test/public/images/service_icons/48/zotero.png +0 -0
- data/test/public/images/service_icons/60/amazon.png +0 -0
- data/test/public/images/service_icons/60/ask.png +0 -0
- data/test/public/images/service_icons/60/bibsonomy.png +0 -0
- data/test/public/images/service_icons/60/bing.png +0 -0
- data/test/public/images/service_icons/60/blogger.png +0 -0
- data/test/public/images/service_icons/60/bloglines.png +0 -0
- data/test/public/images/service_icons/60/citeulike.png +0 -0
- data/test/public/images/service_icons/60/clipmarks.png +0 -0
- data/test/public/images/service_icons/60/connotea.png +0 -0
- data/test/public/images/service_icons/60/dailymotion.png +0 -0
- data/test/public/images/service_icons/60/delicious.png +0 -0
- data/test/public/images/service_icons/60/digg.png +0 -0
- data/test/public/images/service_icons/60/diigo.png +0 -0
- data/test/public/images/service_icons/60/facebook.png +0 -0
- data/test/public/images/service_icons/60/feed.png +0 -0
- data/test/public/images/service_icons/60/fireeagle.png +0 -0
- data/test/public/images/service_icons/60/flickr.png +0 -0
- data/test/public/images/service_icons/60/fotolog.png +0 -0
- data/test/public/images/service_icons/60/friendfeed.png +0 -0
- data/test/public/images/service_icons/60/friendster.png +0 -0
- data/test/public/images/service_icons/60/furl.png +0 -0
- data/test/public/images/service_icons/60/goodreads.png +0 -0
- data/test/public/images/service_icons/60/google.png +0 -0
- data/test/public/images/service_icons/60/googleblog.png +0 -0
- data/test/public/images/service_icons/60/googlenews.png +0 -0
- data/test/public/images/service_icons/60/icerocket.png +0 -0
- data/test/public/images/service_icons/60/identica.png +0 -0
- data/test/public/images/service_icons/60/joost.png +0 -0
- data/test/public/images/service_icons/60/lastfm.png +0 -0
- data/test/public/images/service_icons/60/librarything.png +0 -0
- data/test/public/images/service_icons/60/linkedin.png +0 -0
- data/test/public/images/service_icons/60/livejournal.png +0 -0
- data/test/public/images/service_icons/60/magnolia.png +0 -0
- data/test/public/images/service_icons/60/mendeley.png +0 -0
- data/test/public/images/service_icons/60/metacafe.png +0 -0
- data/test/public/images/service_icons/60/mixx.png +0 -0
- data/test/public/images/service_icons/60/myspace.png +0 -0
- data/test/public/images/service_icons/60/netflix.png +0 -0
- data/test/public/images/service_icons/60/netvibes.png +0 -0
- data/test/public/images/service_icons/60/newsvine.png +0 -0
- data/test/public/images/service_icons/60/oai.png +0 -0
- data/test/public/images/service_icons/60/odeo.png +0 -0
- data/test/public/images/service_icons/60/opml.png +0 -0
- data/test/public/images/service_icons/60/pandora.png +0 -0
- data/test/public/images/service_icons/60/photobucket.png +0 -0
- data/test/public/images/service_icons/60/picasa.png +0 -0
- data/test/public/images/service_icons/60/polyvore.png +0 -0
- data/test/public/images/service_icons/60/pownce.png +0 -0
- data/test/public/images/service_icons/60/reddit.png +0 -0
- data/test/public/images/service_icons/60/simpy.png +0 -0
- data/test/public/images/service_icons/60/smugmug.png +0 -0
- data/test/public/images/service_icons/60/stumbleupon.png +0 -0
- data/test/public/images/service_icons/60/tag.png +0 -0
- data/test/public/images/service_icons/60/technorati.png +0 -0
- data/test/public/images/service_icons/60/tumblr.png +0 -0
- data/test/public/images/service_icons/60/twine.png +0 -0
- data/test/public/images/service_icons/60/twitter.png +0 -0
- data/test/public/images/service_icons/60/vimeo.png +0 -0
- data/test/public/images/service_icons/60/webshots.png +0 -0
- data/test/public/images/service_icons/60/wordpress.png +0 -0
- data/test/public/images/service_icons/60/xanga.png +0 -0
- data/test/public/images/service_icons/60/yahoo.png +0 -0
- data/test/public/images/service_icons/60/yelp.png +0 -0
- data/test/public/images/service_icons/60/youtube.png +0 -0
- data/test/public/images/service_icons/60/zooomr.png +0 -0
- data/test/public/images/service_icons/60/zotero.png +0 -0
- data/test/public/images/service_icons/facebook_friend_links.jpg +0 -0
- data/test/public/images/service_icons/facebook_my_links.jpg +0 -0
- data/test/public/images/service_icons/source/Aquaticus_Social_Icon_template_by_jwloh.psd +0 -0
- data/test/public/images/service_icons/source/Google.psd +0 -0
- data/test/public/images/service_icons/source/Quake 9 Design.webloc b/data/test/public/images/service_icons/source/Quake 9 → Design.webloc +0 -0
- data/test/public/images/service_icons/source/ReadMe.rtf +52 -0
- data/test/public/images/service_icons/source/amazon.png +0 -0
- data/test/public/images/service_icons/source/aquaticus.social.png +0 -0
- data/test/public/images/service_icons/source/ask.png +0 -0
- data/test/public/images/service_icons/source/ask.psd +0 -0
- data/test/public/images/service_icons/source/bibsonomy.png +0 -0
- data/test/public/images/service_icons/source/bibsonomy.psd +0 -0
- data/test/public/images/service_icons/source/bing.png +0 -0
- data/test/public/images/service_icons/source/bing.psd +0 -0
- data/test/public/images/service_icons/source/blogger.png +0 -0
- data/test/public/images/service_icons/source/bloglines.png +0 -0
- data/test/public/images/service_icons/source/bloglines.psd +0 -0
- data/test/public/images/service_icons/source/citeulike.png +0 -0
- data/test/public/images/service_icons/source/clipmarks.png +0 -0
- data/test/public/images/service_icons/source/connotea.png +0 -0
- data/test/public/images/service_icons/source/connotea.psd +0 -0
- data/test/public/images/service_icons/source/dailymotion.png +0 -0
- data/test/public/images/service_icons/source/delicious.png +0 -0
- data/test/public/images/service_icons/source/digg.png +0 -0
- data/test/public/images/service_icons/source/diigo.png +0 -0
- data/test/public/images/service_icons/source/facebook.png +0 -0
- data/test/public/images/service_icons/source/feed.png +0 -0
- data/test/public/images/service_icons/source/fireeagle.psd +0 -0
- data/test/public/images/service_icons/source/flickr.png +0 -0
- data/test/public/images/service_icons/source/fotolog.png +0 -0
- data/test/public/images/service_icons/source/friendfeed.png +0 -0
- data/test/public/images/service_icons/source/friendster.png +0 -0
- data/test/public/images/service_icons/source/furl.png +0 -0
- data/test/public/images/service_icons/source/goodreads.png +0 -0
- data/test/public/images/service_icons/source/google.png +0 -0
- data/test/public/images/service_icons/source/googleblog.png +0 -0
- data/test/public/images/service_icons/source/googlenews.png +0 -0
- data/test/public/images/service_icons/source/icerocket.png +0 -0
- data/test/public/images/service_icons/source/icerocket.psd +0 -0
- data/test/public/images/service_icons/source/identica.png +0 -0
- data/test/public/images/service_icons/source/joost.png +0 -0
- data/test/public/images/service_icons/source/lastfm.png +0 -0
- data/test/public/images/service_icons/source/librarything.png +0 -0
- data/test/public/images/service_icons/source/linkedin.png +0 -0
- data/test/public/images/service_icons/source/livejournal.png +0 -0
- data/test/public/images/service_icons/source/magnolia.png +0 -0
- data/test/public/images/service_icons/source/mendeley.png +0 -0
- data/test/public/images/service_icons/source/metacafe.png +0 -0
- data/test/public/images/service_icons/source/metacafe.psd +0 -0
- data/test/public/images/service_icons/source/mixx.png +0 -0
- data/test/public/images/service_icons/source/myspace.png +0 -0
- data/test/public/images/service_icons/source/netflix.png +0 -0
- data/test/public/images/service_icons/source/netvibes.png +0 -0
- data/test/public/images/service_icons/source/newsvine.png +0 -0
- data/test/public/images/service_icons/source/oai.png +0 -0
- data/test/public/images/service_icons/source/odeo.png +0 -0
- data/test/public/images/service_icons/source/opml.png +0 -0
- data/test/public/images/service_icons/source/pandora.png +0 -0
- data/test/public/images/service_icons/source/photobucket.png +0 -0
- data/test/public/images/service_icons/source/picasa.png +0 -0
- data/test/public/images/service_icons/source/polyvore.png +0 -0
- data/test/public/images/service_icons/source/pownce.png +0 -0
- data/test/public/images/service_icons/source/reddit.png +0 -0
- data/test/public/images/service_icons/source/simpy.png +0 -0
- data/test/public/images/service_icons/source/smugmug.png +0 -0
- data/test/public/images/service_icons/source/stumbleupon.png +0 -0
- data/test/public/images/service_icons/source/tag.png +0 -0
- data/test/public/images/service_icons/source/technorati.png +0 -0
- data/test/public/images/service_icons/source/template.png +0 -0
- data/test/public/images/service_icons/source/tumblr.png +0 -0
- data/test/public/images/service_icons/source/twine.png +0 -0
- data/test/public/images/service_icons/source/twine.psd +0 -0
- data/test/public/images/service_icons/source/twitter.png +0 -0
- data/test/public/images/service_icons/source/vimeo.png +0 -0
- data/test/public/images/service_icons/source/webshots.png +0 -0
- data/test/public/images/service_icons/source/wordpress.png +0 -0
- data/test/public/images/service_icons/source/xanga.png +0 -0
- data/test/public/images/service_icons/source/yahoo.png +0 -0
- data/test/public/images/service_icons/source/yelp.png +0 -0
- data/test/public/images/service_icons/source/youtube.png +0 -0
- data/test/public/images/service_icons/source/zooomr.png +0 -0
- data/test/public/images/service_icons/source/zotero.png +0 -0
- data/test/public/images/spinner.gif +0 -0
- data/test/public/images/sprites.png +0 -0
- data/test/public/javascripts/application.js +2 -0
- data/test/public/javascripts/fancyzoom.min.js +1 -0
- data/test/public/javascripts/jquery/colorpicker.js +450 -0
- data/test/public/javascripts/jquery/jquery-ui-1.8.9.custom.min.js +781 -0
- data/test/public/javascripts/jquery/jquery-ui.js +781 -0
- data/test/public/javascripts/jquery/jquery.easing.js +46 -0
- data/test/public/javascripts/jquery/jquery.fancybox.js +44 -0
- data/test/public/javascripts/jquery/jquery.form.js +675 -0
- data/test/public/javascripts/jquery/jquery.jgrowl.js +9 -0
- data/test/public/javascripts/jquery/jquery.js +16 -0
- data/test/public/javascripts/jquery/jquery.metadata.min.js +13 -0
- data/test/public/javascripts/jquery/jquery.mousewheel.js +13 -0
- data/test/public/javascripts/jquery/jquery.queryString.js +33 -0
- data/test/public/javascripts/jquery/jquery.swapimage.js +66 -0
- data/test/public/javascripts/jquery/jquery.swapimage.min.js +11 -0
- data/test/public/javascripts/jquery/jquery.timers.js +138 -0
- data/test/public/javascripts/jquery/jquery.tips.js +75 -0
- data/test/public/javascripts/muck-countries.js +50 -0
- data/test/public/javascripts/muck-src.js +147 -0
- data/test/public/javascripts/muck-users.js +24 -0
- data/test/public/javascripts/muck.js +149 -0
- data/test/public/javascripts/muck_admin.js +0 -0
- data/test/public/javascripts/muck_countries.js +50 -0
- data/test/public/javascripts/muck_time/en.js +53 -0
- data/test/public/javascripts/tree.js +107 -0
- data/test/public/robots.txt +1 -0
- data/test/public/stylesheets/.keep +0 -0
- data/test/public/stylesheets/admin.css +73 -0
- data/test/public/stylesheets/application.css +0 -0
- data/test/public/stylesheets/blueprint/ie.css +26 -0
- data/test/public/stylesheets/blueprint/liquid_screen.css +203 -0
- data/test/public/stylesheets/blueprint/plugins/buttons/icons/cross.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/buttons/icons/key.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/buttons/icons/tick.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/buttons/readme.txt +32 -0
- data/test/public/stylesheets/blueprint/plugins/buttons/screen.css +97 -0
- data/test/public/stylesheets/blueprint/plugins/fancy-type/readme.txt +14 -0
- data/test/public/stylesheets/blueprint/plugins/fancy-type/screen.css +71 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/doc.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/email.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/external.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/feed.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/im.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/pdf.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/visited.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/icons/xls.png +0 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/readme.txt +18 -0
- data/test/public/stylesheets/blueprint/plugins/link-icons/screen.css +40 -0
- data/test/public/stylesheets/blueprint/plugins/liquid/liquid.css +134 -0
- data/test/public/stylesheets/blueprint/plugins/liquid/src/liquid.css +197 -0
- data/test/public/stylesheets/blueprint/plugins/rtl/readme.txt +10 -0
- data/test/public/stylesheets/blueprint/plugins/rtl/screen.css +109 -0
- data/test/public/stylesheets/blueprint/print.css +30 -0
- data/test/public/stylesheets/blueprint/screen.css +251 -0
- data/test/public/stylesheets/blueprint/sprite.css +1 -0
- data/test/public/stylesheets/blueprint/src/forms.css +49 -0
- data/test/public/stylesheets/blueprint/src/grid.css +213 -0
- data/test/public/stylesheets/blueprint/src/grid.png +0 -0
- data/test/public/stylesheets/blueprint/src/ie.css +59 -0
- data/test/public/stylesheets/blueprint/src/print.css +85 -0
- data/test/public/stylesheets/blueprint/src/reset.css +38 -0
- data/test/public/stylesheets/blueprint/src/typography.css +105 -0
- data/test/public/stylesheets/flick/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_0073ea_256x240.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_454545_256x240.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_666666_256x240.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_ff0084_256x240.png +0 -0
- data/test/public/stylesheets/flick/images/ui-icons_ffffff_256x240.png +0 -0
- data/test/public/stylesheets/flick/jquery-ui-1.8.1.custom.css +486 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_100_f0f0f0_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_50_99c2ff_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_80_e6e6e6_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-soft_100_e7eef3_1x100.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_222222_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_888888_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/cupertino/jquery-ui-1.7.1.custom.css +404 -0
- data/test/public/stylesheets/jquery/cupertino/jquery-ui-1.7.2.custom.css +160 -0
- data/test/public/stylesheets/jquery/jquery.autocomplete.css +15 -0
- data/test/public/stylesheets/jquery/jquery.fancybox.css +77 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_217bc0_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_469bdd_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
- data/test/public/stylesheets/jquery/redmond/jquery-ui-1.7.1.custom.css +404 -0
- data/test/public/stylesheets/jquery/redmond/jquery-ui-1.7.2.custom.css +160 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/test/public/stylesheets/jquery/smoothness/jquery-ui-1.7.1.custom.css +404 -0
- data/test/public/stylesheets/jquery/smoothness/jquery-ui-1.7.2.custom.css +160 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.1.custom.css +404 -0
- data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.2.custom.css +160 -0
- data/test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.8.4.custom.css +572 -0
- data/test/public/stylesheets/muck-users.css +10 -0
- data/test/public/stylesheets/reset.css +0 -0
- data/test/public/stylesheets/styles.css +94 -0
- data/test/public/stylesheets/themes/blue/styles.css +1 -0
- data/test/public/stylesheets/themes/red/styles.css +1 -0
- data/test/script/cucumber +10 -0
- data/test/script/rails +6 -0
- data/test/spec/controllers/admin/default_controller_spec.rb +39 -0
- data/test/spec/controllers/default_controller_spec.rb +189 -0
- data/test/spec/controllers/helper_controller_spec.rb +29 -0
- data/test/spec/helpers/muck_admin_helper_spec.rb +19 -0
- data/test/spec/helpers/muck_engine_helper_spec.rb +169 -0
- data/test/spec/mailers/basic_mailer_spec.rb +24 -0
- data/test/spec/models/country_spec.rb +84 -0
- data/test/spec/models/language_spec.rb +29 -0
- data/test/spec/models/state_spec.rb +12 -0
- data/test/spec/spec_helper.rb +5 -0
- data/test/test/fixtures/rails.png +0 -0
- metadata +668 -41
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
require File.dirname(__FILE__) + '/../spec_helper'
|
|
2
|
+
|
|
3
|
+
describe BasicMailer do
|
|
4
|
+
|
|
5
|
+
before(:each) do
|
|
6
|
+
ActionMailer::Base.delivery_method = :test
|
|
7
|
+
ActionMailer::Base.perform_deliveries = true
|
|
8
|
+
ActionMailer::Base.deliveries = []
|
|
9
|
+
end
|
|
10
|
+
|
|
11
|
+
it "should send email" do
|
|
12
|
+
body = 'test body'
|
|
13
|
+
to = 'to@example.com'
|
|
14
|
+
from = 'from@example.com'
|
|
15
|
+
subject = 'test message'
|
|
16
|
+
options = {:to => to, :from => from, :subject => subject, :body => body}
|
|
17
|
+
email = BasicMailer.mail_from_params(options).deliver
|
|
18
|
+
ActionMailer::Base.deliveries.should_not be_empty
|
|
19
|
+
email.body.should include(body)
|
|
20
|
+
email.to.should include(to)
|
|
21
|
+
email.from.should include(from)
|
|
22
|
+
email.subject.should == subject
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
require File.dirname(__FILE__) + '/../spec_helper'
|
|
2
|
+
|
|
3
|
+
describe Country do
|
|
4
|
+
|
|
5
|
+
before(:all) do
|
|
6
|
+
@country = Factory(:country)
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
it { should have_many :states }
|
|
10
|
+
it { should scope_by_name }
|
|
11
|
+
|
|
12
|
+
describe "us" do
|
|
13
|
+
before(:all) do
|
|
14
|
+
Country.destroy_all
|
|
15
|
+
@us_country = Factory(:country, :abbreviation => 'US')
|
|
16
|
+
@other_country = Factory(:country)
|
|
17
|
+
end
|
|
18
|
+
it "should find countries with abbreviation 'US'" do
|
|
19
|
+
Country.us.should == @us_country
|
|
20
|
+
end
|
|
21
|
+
it "should not find other countries" do
|
|
22
|
+
Country.us.should_not == @other_country
|
|
23
|
+
end
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
describe "uk_country?" do
|
|
27
|
+
before(:all) do
|
|
28
|
+
Country.destroy_all
|
|
29
|
+
@eng_country = Factory(:country, :abbreviation => 'ENG')
|
|
30
|
+
@ie_country = Factory(:country, :abbreviation => 'IE')
|
|
31
|
+
@wal_country = Factory(:country, :abbreviation => 'WAL')
|
|
32
|
+
@sct_country = Factory(:country, :abbreviation => 'SCT')
|
|
33
|
+
@other_country = Factory(:country)
|
|
34
|
+
end
|
|
35
|
+
it "should determine if the country is a UK country" do
|
|
36
|
+
Country.uk_country?(@eng_country.id, true).should be_true
|
|
37
|
+
Country.uk_country?(@ie_country.id, true).should be_true
|
|
38
|
+
Country.uk_country?(@wal_country.id, true).should be_true
|
|
39
|
+
Country.uk_country?(@sct_country.id, true).should be_true
|
|
40
|
+
Country.uk_country?(@other_country.id, true).should_not be_true
|
|
41
|
+
end
|
|
42
|
+
it "should be able to use country object or id" do
|
|
43
|
+
Country.uk_country?(@eng_country, true).should be_true
|
|
44
|
+
Country.uk_country?(@eng_country.id, true).should be_true
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
describe "canada?" do
|
|
49
|
+
before(:all) do
|
|
50
|
+
Country.destroy_all
|
|
51
|
+
@canada = Factory(:country, :abbreviation => 'CA')
|
|
52
|
+
@other_country = Factory(:country)
|
|
53
|
+
end
|
|
54
|
+
it "should determine if the country is canada" do
|
|
55
|
+
Country.canada?(@canada.id, true).should be_true
|
|
56
|
+
!Country.canada?(@other_country.id, true).should_not be_true
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
describe "build_state_prompts" do
|
|
61
|
+
before(:all) do
|
|
62
|
+
Country.destroy_all
|
|
63
|
+
@us_country = Factory(:country, :abbreviation => 'US')
|
|
64
|
+
@eng_country = Factory(:country, :abbreviation => 'ENG')
|
|
65
|
+
@canada = Factory(:country, :abbreviation => 'CA')
|
|
66
|
+
end
|
|
67
|
+
it "should return county for UK" do
|
|
68
|
+
label, prompt = Country.build_state_prompts(@eng_country, false, true)
|
|
69
|
+
prompt.should include('county')
|
|
70
|
+
label.should include('County')
|
|
71
|
+
end
|
|
72
|
+
it "should return province for canada" do
|
|
73
|
+
label, prompt = Country.build_state_prompts(@canada, false, true)
|
|
74
|
+
prompt.should include('province')
|
|
75
|
+
label.should include('Province')
|
|
76
|
+
end
|
|
77
|
+
it "should return state for other" do
|
|
78
|
+
label, prompt = Country.build_state_prompts(@us_country, false, true)
|
|
79
|
+
prompt.should include('state')
|
|
80
|
+
label.should include('State')
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
end
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
require File.dirname(__FILE__) + '/../spec_helper'
|
|
2
|
+
|
|
3
|
+
describe Language do
|
|
4
|
+
|
|
5
|
+
describe "locale_id" do
|
|
6
|
+
before(:all) do
|
|
7
|
+
@language = Factory(:unmodified_language, :locale => 'zz', :supported => true)
|
|
8
|
+
end
|
|
9
|
+
it "should find the language id for the current locale" do
|
|
10
|
+
I18n.should_receive(:locale).and_return(:zz)
|
|
11
|
+
Language.locale_id(true).should == @language.id
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
describe "supported_locale?" do
|
|
16
|
+
before(:all) do
|
|
17
|
+
@supported_locale = 'zz'
|
|
18
|
+
@not_supported_locale = 'aa'
|
|
19
|
+
@supported_language = Factory(:unmodified_language, :locale => @supported_locale, :supported => true)
|
|
20
|
+
end
|
|
21
|
+
it "should indicate the locale is supported" do
|
|
22
|
+
Language.supported_locale?(@supported_locale, true).should be_true
|
|
23
|
+
end
|
|
24
|
+
it "should indicate the locale is not supported" do
|
|
25
|
+
Language.supported_locale?(@not_supported_locale, true).should_not be_true
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
end
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: muck-engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 3.3.
|
|
9
|
+
- 6
|
|
10
|
+
version: 3.3.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Ball
|
|
@@ -16,12 +16,12 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-
|
|
19
|
+
date: 2011-05-24 00:00:00 -06:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
|
-
name: validation_reflection
|
|
24
23
|
prerelease: false
|
|
24
|
+
type: :runtime
|
|
25
25
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
26
26
|
none: false
|
|
27
27
|
requirements:
|
|
@@ -31,11 +31,11 @@ dependencies:
|
|
|
31
31
|
segments:
|
|
32
32
|
- 0
|
|
33
33
|
version: "0"
|
|
34
|
-
|
|
34
|
+
name: validation_reflection
|
|
35
35
|
version_requirements: *id001
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
|
-
name: will_paginate
|
|
38
37
|
prerelease: false
|
|
38
|
+
type: :runtime
|
|
39
39
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
40
40
|
none: false
|
|
41
41
|
requirements:
|
|
@@ -48,11 +48,11 @@ dependencies:
|
|
|
48
48
|
- pre
|
|
49
49
|
- 2
|
|
50
50
|
version: 3.0.pre2
|
|
51
|
-
|
|
51
|
+
name: will_paginate
|
|
52
52
|
version_requirements: *id002
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
|
-
name: overlord
|
|
55
54
|
prerelease: false
|
|
55
|
+
type: :runtime
|
|
56
56
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
57
57
|
none: false
|
|
58
58
|
requirements:
|
|
@@ -62,11 +62,11 @@ dependencies:
|
|
|
62
62
|
segments:
|
|
63
63
|
- 0
|
|
64
64
|
version: "0"
|
|
65
|
-
|
|
65
|
+
name: overlord
|
|
66
66
|
version_requirements: *id003
|
|
67
67
|
- !ruby/object:Gem::Dependency
|
|
68
|
-
name: shoulda
|
|
69
68
|
prerelease: false
|
|
69
|
+
type: :development
|
|
70
70
|
requirement: &id004 !ruby/object:Gem::Requirement
|
|
71
71
|
none: false
|
|
72
72
|
requirements:
|
|
@@ -76,11 +76,11 @@ dependencies:
|
|
|
76
76
|
segments:
|
|
77
77
|
- 0
|
|
78
78
|
version: "0"
|
|
79
|
-
|
|
79
|
+
name: shoulda
|
|
80
80
|
version_requirements: *id004
|
|
81
81
|
- !ruby/object:Gem::Dependency
|
|
82
|
-
name: rspec-rails
|
|
83
82
|
prerelease: false
|
|
83
|
+
type: :development
|
|
84
84
|
requirement: &id005 !ruby/object:Gem::Requirement
|
|
85
85
|
none: false
|
|
86
86
|
requirements:
|
|
@@ -90,11 +90,11 @@ dependencies:
|
|
|
90
90
|
segments:
|
|
91
91
|
- 0
|
|
92
92
|
version: "0"
|
|
93
|
-
|
|
93
|
+
name: rspec-rails
|
|
94
94
|
version_requirements: *id005
|
|
95
95
|
- !ruby/object:Gem::Dependency
|
|
96
|
-
name: cucumber-rails
|
|
97
96
|
prerelease: false
|
|
97
|
+
type: :development
|
|
98
98
|
requirement: &id006 !ruby/object:Gem::Requirement
|
|
99
99
|
none: false
|
|
100
100
|
requirements:
|
|
@@ -104,11 +104,11 @@ dependencies:
|
|
|
104
104
|
segments:
|
|
105
105
|
- 0
|
|
106
106
|
version: "0"
|
|
107
|
-
|
|
107
|
+
name: cucumber-rails
|
|
108
108
|
version_requirements: *id006
|
|
109
109
|
- !ruby/object:Gem::Dependency
|
|
110
|
-
name: autotest
|
|
111
110
|
prerelease: false
|
|
111
|
+
type: :development
|
|
112
112
|
requirement: &id007 !ruby/object:Gem::Requirement
|
|
113
113
|
none: false
|
|
114
114
|
requirements:
|
|
@@ -118,11 +118,11 @@ dependencies:
|
|
|
118
118
|
segments:
|
|
119
119
|
- 0
|
|
120
120
|
version: "0"
|
|
121
|
-
|
|
121
|
+
name: autotest
|
|
122
122
|
version_requirements: *id007
|
|
123
123
|
- !ruby/object:Gem::Dependency
|
|
124
|
-
name: capybara
|
|
125
124
|
prerelease: false
|
|
125
|
+
type: :development
|
|
126
126
|
requirement: &id008 !ruby/object:Gem::Requirement
|
|
127
127
|
none: false
|
|
128
128
|
requirements:
|
|
@@ -132,11 +132,11 @@ dependencies:
|
|
|
132
132
|
segments:
|
|
133
133
|
- 0
|
|
134
134
|
version: "0"
|
|
135
|
-
|
|
135
|
+
name: capybara
|
|
136
136
|
version_requirements: *id008
|
|
137
137
|
- !ruby/object:Gem::Dependency
|
|
138
|
-
name: shoulda
|
|
139
138
|
prerelease: false
|
|
139
|
+
type: :development
|
|
140
140
|
requirement: &id009 !ruby/object:Gem::Requirement
|
|
141
141
|
none: false
|
|
142
142
|
requirements:
|
|
@@ -146,11 +146,11 @@ dependencies:
|
|
|
146
146
|
segments:
|
|
147
147
|
- 0
|
|
148
148
|
version: "0"
|
|
149
|
-
|
|
149
|
+
name: shoulda
|
|
150
150
|
version_requirements: *id009
|
|
151
151
|
- !ruby/object:Gem::Dependency
|
|
152
|
-
name: factory_girl
|
|
153
152
|
prerelease: false
|
|
153
|
+
type: :development
|
|
154
154
|
requirement: &id010 !ruby/object:Gem::Requirement
|
|
155
155
|
none: false
|
|
156
156
|
requirements:
|
|
@@ -160,11 +160,11 @@ dependencies:
|
|
|
160
160
|
segments:
|
|
161
161
|
- 0
|
|
162
162
|
version: "0"
|
|
163
|
-
|
|
163
|
+
name: factory_girl
|
|
164
164
|
version_requirements: *id010
|
|
165
165
|
- !ruby/object:Gem::Dependency
|
|
166
|
-
name: cucumber
|
|
167
166
|
prerelease: false
|
|
167
|
+
type: :development
|
|
168
168
|
requirement: &id011 !ruby/object:Gem::Requirement
|
|
169
169
|
none: false
|
|
170
170
|
requirements:
|
|
@@ -174,11 +174,11 @@ dependencies:
|
|
|
174
174
|
segments:
|
|
175
175
|
- 0
|
|
176
176
|
version: "0"
|
|
177
|
-
|
|
177
|
+
name: cucumber
|
|
178
178
|
version_requirements: *id011
|
|
179
179
|
- !ruby/object:Gem::Dependency
|
|
180
|
-
name: rcov
|
|
181
180
|
prerelease: false
|
|
181
|
+
type: :development
|
|
182
182
|
requirement: &id012 !ruby/object:Gem::Requirement
|
|
183
183
|
none: false
|
|
184
184
|
requirements:
|
|
@@ -188,11 +188,11 @@ dependencies:
|
|
|
188
188
|
segments:
|
|
189
189
|
- 0
|
|
190
190
|
version: "0"
|
|
191
|
-
|
|
191
|
+
name: rcov
|
|
192
192
|
version_requirements: *id012
|
|
193
193
|
- !ruby/object:Gem::Dependency
|
|
194
|
-
name: rspec
|
|
195
194
|
prerelease: false
|
|
195
|
+
type: :development
|
|
196
196
|
requirement: &id013 !ruby/object:Gem::Requirement
|
|
197
197
|
none: false
|
|
198
198
|
requirements:
|
|
@@ -202,11 +202,11 @@ dependencies:
|
|
|
202
202
|
segments:
|
|
203
203
|
- 0
|
|
204
204
|
version: "0"
|
|
205
|
-
|
|
205
|
+
name: rspec
|
|
206
206
|
version_requirements: *id013
|
|
207
207
|
- !ruby/object:Gem::Dependency
|
|
208
|
-
name: database_cleaner
|
|
209
208
|
prerelease: false
|
|
209
|
+
type: :development
|
|
210
210
|
requirement: &id014 !ruby/object:Gem::Requirement
|
|
211
211
|
none: false
|
|
212
212
|
requirements:
|
|
@@ -216,11 +216,11 @@ dependencies:
|
|
|
216
216
|
segments:
|
|
217
217
|
- 0
|
|
218
218
|
version: "0"
|
|
219
|
-
|
|
219
|
+
name: database_cleaner
|
|
220
220
|
version_requirements: *id014
|
|
221
221
|
- !ruby/object:Gem::Dependency
|
|
222
|
-
name: spork
|
|
223
222
|
prerelease: false
|
|
223
|
+
type: :development
|
|
224
224
|
requirement: &id015 !ruby/object:Gem::Requirement
|
|
225
225
|
none: false
|
|
226
226
|
requirements:
|
|
@@ -230,11 +230,11 @@ dependencies:
|
|
|
230
230
|
segments:
|
|
231
231
|
- 0
|
|
232
232
|
version: "0"
|
|
233
|
-
|
|
233
|
+
name: spork
|
|
234
234
|
version_requirements: *id015
|
|
235
235
|
- !ruby/object:Gem::Dependency
|
|
236
|
-
name: launchy
|
|
237
236
|
prerelease: false
|
|
237
|
+
type: :development
|
|
238
238
|
requirement: &id016 !ruby/object:Gem::Requirement
|
|
239
239
|
none: false
|
|
240
240
|
requirements:
|
|
@@ -244,11 +244,11 @@ dependencies:
|
|
|
244
244
|
segments:
|
|
245
245
|
- 0
|
|
246
246
|
version: "0"
|
|
247
|
-
|
|
247
|
+
name: launchy
|
|
248
248
|
version_requirements: *id016
|
|
249
249
|
- !ruby/object:Gem::Dependency
|
|
250
|
-
name: muck-users
|
|
251
250
|
prerelease: false
|
|
251
|
+
type: :development
|
|
252
252
|
requirement: &id017 !ruby/object:Gem::Requirement
|
|
253
253
|
none: false
|
|
254
254
|
requirements:
|
|
@@ -258,11 +258,11 @@ dependencies:
|
|
|
258
258
|
segments:
|
|
259
259
|
- 0
|
|
260
260
|
version: "0"
|
|
261
|
-
|
|
261
|
+
name: muck-users
|
|
262
262
|
version_requirements: *id017
|
|
263
263
|
- !ruby/object:Gem::Dependency
|
|
264
|
-
name: git
|
|
265
264
|
prerelease: false
|
|
265
|
+
type: :development
|
|
266
266
|
requirement: &id018 !ruby/object:Gem::Requirement
|
|
267
267
|
none: false
|
|
268
268
|
requirements:
|
|
@@ -272,7 +272,7 @@ dependencies:
|
|
|
272
272
|
segments:
|
|
273
273
|
- 0
|
|
274
274
|
version: "0"
|
|
275
|
-
|
|
275
|
+
name: git
|
|
276
276
|
version_requirements: *id018
|
|
277
277
|
description: The base engine for the muck system. Contains common tables, custom for, css and javascript.
|
|
278
278
|
email: justin@tatemae.com
|
|
@@ -484,6 +484,633 @@ files:
|
|
|
484
484
|
- rails_i18n/zh-CN.yml
|
|
485
485
|
- rails_i18n/zh-TW.yml
|
|
486
486
|
- rails_i18n/zh.yml
|
|
487
|
+
- test/app/controllers/admin/default_controller.rb
|
|
488
|
+
- test/app/controllers/application_controller.rb
|
|
489
|
+
- test/app/controllers/default_controller.rb
|
|
490
|
+
- test/app/helpers/application_helper.rb
|
|
491
|
+
- test/app/models/.keep
|
|
492
|
+
- test/app/models/country.rb
|
|
493
|
+
- test/app/models/language.rb
|
|
494
|
+
- test/app/models/state.rb
|
|
495
|
+
- test/app/models/user.rb
|
|
496
|
+
- test/app/models/user_session.rb
|
|
497
|
+
- test/app/views/admin/default/index.html.erb
|
|
498
|
+
- test/app/views/default/index.html.erb
|
|
499
|
+
- test/app/views/layouts/default.html.erb
|
|
500
|
+
- test/autotest/discover.rb
|
|
501
|
+
- test/config/application.rb
|
|
502
|
+
- test/config/assets.yml
|
|
503
|
+
- test/config/boot.rb
|
|
504
|
+
- test/config/cucumber.yml
|
|
505
|
+
- test/config/database.yml
|
|
506
|
+
- test/config/environment.rb
|
|
507
|
+
- test/config/environments/development.rb
|
|
508
|
+
- test/config/environments/production.rb
|
|
509
|
+
- test/config/environments/test.rb
|
|
510
|
+
- test/config/initializers/backtrace_silencers.rb
|
|
511
|
+
- test/config/initializers/inflections.rb
|
|
512
|
+
- test/config/initializers/mime_types.rb
|
|
513
|
+
- test/config/initializers/muck.rb
|
|
514
|
+
- test/config/initializers/secret_token.rb
|
|
515
|
+
- test/config/initializers/session_store.rb
|
|
516
|
+
- test/config/routes.rb
|
|
517
|
+
- test/db/.keep
|
|
518
|
+
- test/db/migrate/20090320174818_create_muck_permissions_and_roles.rb
|
|
519
|
+
- test/db/migrate/20090327231918_create_users.rb
|
|
520
|
+
- test/db/migrate/20090402234137_create_languages.rb
|
|
521
|
+
- test/db/migrate/20090426041056_create_countries.rb
|
|
522
|
+
- test/db/migrate/20090426041103_create_states.rb
|
|
523
|
+
- test/db/migrate/20090530170040_create_themes.rb
|
|
524
|
+
- test/db/migrate/20090606153236_create_domain_themes.rb
|
|
525
|
+
- test/db/migrate/20100123035450_create_access_codes.rb
|
|
526
|
+
- test/db/migrate/20100123233654_create_access_code_requests.rb
|
|
527
|
+
- test/db/migrate/20101117172951_add_name_to_access_code_requests.rb
|
|
528
|
+
- test/db/migrate/20110303183433_add_sent_to_to_access_codes.rb
|
|
529
|
+
- test/db/schema.rb
|
|
530
|
+
- test/features/step_definitions/web_steps.rb
|
|
531
|
+
- test/features/support/custom_env.rb
|
|
532
|
+
- test/features/support/env.rb
|
|
533
|
+
- test/features/support/paths.rb
|
|
534
|
+
- test/lib/tasks/cucumber.rake
|
|
535
|
+
- test/public/.htaccess
|
|
536
|
+
- test/public/404.html
|
|
537
|
+
- test/public/422.html
|
|
538
|
+
- test/public/500.html
|
|
539
|
+
- test/public/dispatch.rb
|
|
540
|
+
- test/public/favicon.ico
|
|
541
|
+
- test/public/images/admin/Home.gif
|
|
542
|
+
- test/public/images/admin/roles.gif
|
|
543
|
+
- test/public/images/admin/source/Home.png
|
|
544
|
+
- test/public/images/admin/source/roles.png
|
|
545
|
+
- test/public/images/admin/source/user.png
|
|
546
|
+
- test/public/images/admin/user.gif
|
|
547
|
+
- test/public/images/arrow_down.gif
|
|
548
|
+
- test/public/images/arrow_left.gif
|
|
549
|
+
- test/public/images/arrow_right.gif
|
|
550
|
+
- test/public/images/arrow_up.gif
|
|
551
|
+
- test/public/images/fancybox/blank.gif
|
|
552
|
+
- test/public/images/fancybox/fancy_close.png
|
|
553
|
+
- test/public/images/fancybox/fancy_closebox.png
|
|
554
|
+
- test/public/images/fancybox/fancy_left.png
|
|
555
|
+
- test/public/images/fancybox/fancy_loading.png
|
|
556
|
+
- test/public/images/fancybox/fancy_nav_left.png
|
|
557
|
+
- test/public/images/fancybox/fancy_nav_right.png
|
|
558
|
+
- test/public/images/fancybox/fancy_progress.png
|
|
559
|
+
- test/public/images/fancybox/fancy_right.png
|
|
560
|
+
- test/public/images/fancybox/fancy_shadow_e.png
|
|
561
|
+
- test/public/images/fancybox/fancy_shadow_n.png
|
|
562
|
+
- test/public/images/fancybox/fancy_shadow_ne.png
|
|
563
|
+
- test/public/images/fancybox/fancy_shadow_nw.png
|
|
564
|
+
- test/public/images/fancybox/fancy_shadow_s.png
|
|
565
|
+
- test/public/images/fancybox/fancy_shadow_se.png
|
|
566
|
+
- test/public/images/fancybox/fancy_shadow_sw.png
|
|
567
|
+
- test/public/images/fancybox/fancy_shadow_w.png
|
|
568
|
+
- test/public/images/fancybox/fancy_title_left.png
|
|
569
|
+
- test/public/images/fancybox/fancy_title_main.png
|
|
570
|
+
- test/public/images/fancybox/fancy_title_over.png
|
|
571
|
+
- test/public/images/fancybox/fancy_title_right.png
|
|
572
|
+
- test/public/images/fancybox/fancybox-x.png
|
|
573
|
+
- test/public/images/fancybox/fancybox-y.png
|
|
574
|
+
- test/public/images/fancybox/fancybox.png
|
|
575
|
+
- test/public/images/icon_no.gif
|
|
576
|
+
- test/public/images/icon_success.gif
|
|
577
|
+
- test/public/images/icons/accept.png
|
|
578
|
+
- test/public/images/icons/add.png
|
|
579
|
+
- test/public/images/icons/blue_guy.png
|
|
580
|
+
- test/public/images/icons/button_background.png
|
|
581
|
+
- test/public/images/icons/cancel.png
|
|
582
|
+
- test/public/images/icons/close.png
|
|
583
|
+
- test/public/images/icons/comment.png
|
|
584
|
+
- test/public/images/icons/delete.png
|
|
585
|
+
- test/public/images/icons/exclaim.png
|
|
586
|
+
- test/public/images/icons/external.png
|
|
587
|
+
- test/public/images/icons/feed.png
|
|
588
|
+
- test/public/images/icons/grey_guy.png
|
|
589
|
+
- test/public/images/icons/hide.png
|
|
590
|
+
- test/public/images/icons/information.png
|
|
591
|
+
- test/public/images/icons/minus.png
|
|
592
|
+
- test/public/images/icons/pending.png
|
|
593
|
+
- test/public/images/icons/question.png
|
|
594
|
+
- test/public/images/icons/search_box.png
|
|
595
|
+
- test/public/images/icons/star.png
|
|
596
|
+
- test/public/images/icons/stop.png
|
|
597
|
+
- test/public/images/icons/thumb_down.png
|
|
598
|
+
- test/public/images/icons/thumb_up.png
|
|
599
|
+
- test/public/images/icons/vote.png
|
|
600
|
+
- test/public/images/loading.gif
|
|
601
|
+
- test/public/images/nothing.png
|
|
602
|
+
- test/public/images/profile_default.jpg
|
|
603
|
+
- test/public/images/service_icons/16/amazon.png
|
|
604
|
+
- test/public/images/service_icons/16/ask.png
|
|
605
|
+
- test/public/images/service_icons/16/bibsonomy.png
|
|
606
|
+
- test/public/images/service_icons/16/bing.png
|
|
607
|
+
- test/public/images/service_icons/16/blogger.png
|
|
608
|
+
- test/public/images/service_icons/16/bloglines.png
|
|
609
|
+
- test/public/images/service_icons/16/citeulike.png
|
|
610
|
+
- test/public/images/service_icons/16/clipmarks.png
|
|
611
|
+
- test/public/images/service_icons/16/connotea.png
|
|
612
|
+
- test/public/images/service_icons/16/dailymotion.png
|
|
613
|
+
- test/public/images/service_icons/16/delicious.png
|
|
614
|
+
- test/public/images/service_icons/16/digg.png
|
|
615
|
+
- test/public/images/service_icons/16/diigo.png
|
|
616
|
+
- test/public/images/service_icons/16/facebook.png
|
|
617
|
+
- test/public/images/service_icons/16/feed.png
|
|
618
|
+
- test/public/images/service_icons/16/fireeagle.png
|
|
619
|
+
- test/public/images/service_icons/16/flickr.png
|
|
620
|
+
- test/public/images/service_icons/16/fotolog.png
|
|
621
|
+
- test/public/images/service_icons/16/friendfeed.png
|
|
622
|
+
- test/public/images/service_icons/16/friendster.png
|
|
623
|
+
- test/public/images/service_icons/16/furl.png
|
|
624
|
+
- test/public/images/service_icons/16/goodreads.png
|
|
625
|
+
- test/public/images/service_icons/16/google.png
|
|
626
|
+
- test/public/images/service_icons/16/googleblog.png
|
|
627
|
+
- test/public/images/service_icons/16/googlenews.png
|
|
628
|
+
- test/public/images/service_icons/16/icerocket.png
|
|
629
|
+
- test/public/images/service_icons/16/identica.png
|
|
630
|
+
- test/public/images/service_icons/16/joost.png
|
|
631
|
+
- test/public/images/service_icons/16/lastfm.png
|
|
632
|
+
- test/public/images/service_icons/16/librarything.png
|
|
633
|
+
- test/public/images/service_icons/16/linkedin.png
|
|
634
|
+
- test/public/images/service_icons/16/livejournal.png
|
|
635
|
+
- test/public/images/service_icons/16/magnolia.png
|
|
636
|
+
- test/public/images/service_icons/16/mendeley.png
|
|
637
|
+
- test/public/images/service_icons/16/metacafe.png
|
|
638
|
+
- test/public/images/service_icons/16/mixx.png
|
|
639
|
+
- test/public/images/service_icons/16/myspace.png
|
|
640
|
+
- test/public/images/service_icons/16/netflix.png
|
|
641
|
+
- test/public/images/service_icons/16/netvibes.png
|
|
642
|
+
- test/public/images/service_icons/16/newsvine.png
|
|
643
|
+
- test/public/images/service_icons/16/oai.png
|
|
644
|
+
- test/public/images/service_icons/16/odeo.png
|
|
645
|
+
- test/public/images/service_icons/16/opml.png
|
|
646
|
+
- test/public/images/service_icons/16/pandora.png
|
|
647
|
+
- test/public/images/service_icons/16/photobucket.png
|
|
648
|
+
- test/public/images/service_icons/16/picasa.png
|
|
649
|
+
- test/public/images/service_icons/16/polyvore.png
|
|
650
|
+
- test/public/images/service_icons/16/pownce.png
|
|
651
|
+
- test/public/images/service_icons/16/reddit.png
|
|
652
|
+
- test/public/images/service_icons/16/simpy.png
|
|
653
|
+
- test/public/images/service_icons/16/smugmug.png
|
|
654
|
+
- test/public/images/service_icons/16/stumbleupon.png
|
|
655
|
+
- test/public/images/service_icons/16/tag.png
|
|
656
|
+
- test/public/images/service_icons/16/technorati.png
|
|
657
|
+
- test/public/images/service_icons/16/tumblr.png
|
|
658
|
+
- test/public/images/service_icons/16/twine.png
|
|
659
|
+
- test/public/images/service_icons/16/twitter.png
|
|
660
|
+
- test/public/images/service_icons/16/vimeo.png
|
|
661
|
+
- test/public/images/service_icons/16/webshots.png
|
|
662
|
+
- test/public/images/service_icons/16/wordpress.png
|
|
663
|
+
- test/public/images/service_icons/16/xanga.png
|
|
664
|
+
- test/public/images/service_icons/16/yahoo.png
|
|
665
|
+
- test/public/images/service_icons/16/yelp.png
|
|
666
|
+
- test/public/images/service_icons/16/youtube.png
|
|
667
|
+
- test/public/images/service_icons/16/zooomr.png
|
|
668
|
+
- test/public/images/service_icons/16/zotero.png
|
|
669
|
+
- test/public/images/service_icons/24/amazon.png
|
|
670
|
+
- test/public/images/service_icons/24/ask.png
|
|
671
|
+
- test/public/images/service_icons/24/bibsonomy.png
|
|
672
|
+
- test/public/images/service_icons/24/bing.png
|
|
673
|
+
- test/public/images/service_icons/24/blogger.png
|
|
674
|
+
- test/public/images/service_icons/24/bloglines.png
|
|
675
|
+
- test/public/images/service_icons/24/citeulike.png
|
|
676
|
+
- test/public/images/service_icons/24/clipmarks.png
|
|
677
|
+
- test/public/images/service_icons/24/connotea.png
|
|
678
|
+
- test/public/images/service_icons/24/dailymotion.png
|
|
679
|
+
- test/public/images/service_icons/24/delicious.png
|
|
680
|
+
- test/public/images/service_icons/24/digg.png
|
|
681
|
+
- test/public/images/service_icons/24/diigo.png
|
|
682
|
+
- test/public/images/service_icons/24/facebook.png
|
|
683
|
+
- test/public/images/service_icons/24/feed.png
|
|
684
|
+
- test/public/images/service_icons/24/fireeagle.png
|
|
685
|
+
- test/public/images/service_icons/24/flickr.png
|
|
686
|
+
- test/public/images/service_icons/24/fotolog.png
|
|
687
|
+
- test/public/images/service_icons/24/friendfeed.png
|
|
688
|
+
- test/public/images/service_icons/24/friendster.png
|
|
689
|
+
- test/public/images/service_icons/24/furl.png
|
|
690
|
+
- test/public/images/service_icons/24/goodreads.png
|
|
691
|
+
- test/public/images/service_icons/24/google.png
|
|
692
|
+
- test/public/images/service_icons/24/googleblog.png
|
|
693
|
+
- test/public/images/service_icons/24/googlenews.png
|
|
694
|
+
- test/public/images/service_icons/24/icerocket.png
|
|
695
|
+
- test/public/images/service_icons/24/identica.png
|
|
696
|
+
- test/public/images/service_icons/24/joost.png
|
|
697
|
+
- test/public/images/service_icons/24/lastfm.png
|
|
698
|
+
- test/public/images/service_icons/24/librarything.png
|
|
699
|
+
- test/public/images/service_icons/24/linkedin.png
|
|
700
|
+
- test/public/images/service_icons/24/livejournal.png
|
|
701
|
+
- test/public/images/service_icons/24/magnolia.png
|
|
702
|
+
- test/public/images/service_icons/24/mendeley.png
|
|
703
|
+
- test/public/images/service_icons/24/metacafe.png
|
|
704
|
+
- test/public/images/service_icons/24/mixx.png
|
|
705
|
+
- test/public/images/service_icons/24/myspace.png
|
|
706
|
+
- test/public/images/service_icons/24/netflix.png
|
|
707
|
+
- test/public/images/service_icons/24/netvibes.png
|
|
708
|
+
- test/public/images/service_icons/24/newsvine.png
|
|
709
|
+
- test/public/images/service_icons/24/oai.png
|
|
710
|
+
- test/public/images/service_icons/24/odeo.png
|
|
711
|
+
- test/public/images/service_icons/24/opml.png
|
|
712
|
+
- test/public/images/service_icons/24/pandora.png
|
|
713
|
+
- test/public/images/service_icons/24/photobucket.png
|
|
714
|
+
- test/public/images/service_icons/24/picasa.png
|
|
715
|
+
- test/public/images/service_icons/24/polyvore.png
|
|
716
|
+
- test/public/images/service_icons/24/pownce.png
|
|
717
|
+
- test/public/images/service_icons/24/reddit.png
|
|
718
|
+
- test/public/images/service_icons/24/simpy.png
|
|
719
|
+
- test/public/images/service_icons/24/smugmug.png
|
|
720
|
+
- test/public/images/service_icons/24/stumbleupon.png
|
|
721
|
+
- test/public/images/service_icons/24/tag.png
|
|
722
|
+
- test/public/images/service_icons/24/technorati.png
|
|
723
|
+
- test/public/images/service_icons/24/tumblr.png
|
|
724
|
+
- test/public/images/service_icons/24/twine.png
|
|
725
|
+
- test/public/images/service_icons/24/twitter.png
|
|
726
|
+
- test/public/images/service_icons/24/vimeo.png
|
|
727
|
+
- test/public/images/service_icons/24/webshots.png
|
|
728
|
+
- test/public/images/service_icons/24/wordpress.png
|
|
729
|
+
- test/public/images/service_icons/24/xanga.png
|
|
730
|
+
- test/public/images/service_icons/24/yahoo.png
|
|
731
|
+
- test/public/images/service_icons/24/yelp.png
|
|
732
|
+
- test/public/images/service_icons/24/youtube.png
|
|
733
|
+
- test/public/images/service_icons/24/zooomr.png
|
|
734
|
+
- test/public/images/service_icons/24/zotero.png
|
|
735
|
+
- test/public/images/service_icons/48/amazon.png
|
|
736
|
+
- test/public/images/service_icons/48/ask.png
|
|
737
|
+
- test/public/images/service_icons/48/bibsonomy.png
|
|
738
|
+
- test/public/images/service_icons/48/bing.png
|
|
739
|
+
- test/public/images/service_icons/48/blogger.png
|
|
740
|
+
- test/public/images/service_icons/48/bloglines.png
|
|
741
|
+
- test/public/images/service_icons/48/citeulike.png
|
|
742
|
+
- test/public/images/service_icons/48/clipmarks.png
|
|
743
|
+
- test/public/images/service_icons/48/connotea.png
|
|
744
|
+
- test/public/images/service_icons/48/dailymotion.png
|
|
745
|
+
- test/public/images/service_icons/48/delicious.png
|
|
746
|
+
- test/public/images/service_icons/48/digg.png
|
|
747
|
+
- test/public/images/service_icons/48/diigo.png
|
|
748
|
+
- test/public/images/service_icons/48/facebook.png
|
|
749
|
+
- test/public/images/service_icons/48/feed.png
|
|
750
|
+
- test/public/images/service_icons/48/fireeagle.png
|
|
751
|
+
- test/public/images/service_icons/48/flickr.png
|
|
752
|
+
- test/public/images/service_icons/48/fotolog.png
|
|
753
|
+
- test/public/images/service_icons/48/friendfeed.png
|
|
754
|
+
- test/public/images/service_icons/48/friendster.png
|
|
755
|
+
- test/public/images/service_icons/48/furl.png
|
|
756
|
+
- test/public/images/service_icons/48/goodreads.png
|
|
757
|
+
- test/public/images/service_icons/48/google.png
|
|
758
|
+
- test/public/images/service_icons/48/googleblog.png
|
|
759
|
+
- test/public/images/service_icons/48/googlenews.png
|
|
760
|
+
- test/public/images/service_icons/48/icerocket.png
|
|
761
|
+
- test/public/images/service_icons/48/identica.png
|
|
762
|
+
- test/public/images/service_icons/48/joost.png
|
|
763
|
+
- test/public/images/service_icons/48/lastfm.png
|
|
764
|
+
- test/public/images/service_icons/48/librarything.png
|
|
765
|
+
- test/public/images/service_icons/48/linkedin.png
|
|
766
|
+
- test/public/images/service_icons/48/livejournal.png
|
|
767
|
+
- test/public/images/service_icons/48/magnolia.png
|
|
768
|
+
- test/public/images/service_icons/48/mendeley.png
|
|
769
|
+
- test/public/images/service_icons/48/metacafe.png
|
|
770
|
+
- test/public/images/service_icons/48/mixx.png
|
|
771
|
+
- test/public/images/service_icons/48/myspace.png
|
|
772
|
+
- test/public/images/service_icons/48/netflix.png
|
|
773
|
+
- test/public/images/service_icons/48/netvibes.png
|
|
774
|
+
- test/public/images/service_icons/48/newsvine.png
|
|
775
|
+
- test/public/images/service_icons/48/oai.png
|
|
776
|
+
- test/public/images/service_icons/48/odeo.png
|
|
777
|
+
- test/public/images/service_icons/48/opml.png
|
|
778
|
+
- test/public/images/service_icons/48/pandora.png
|
|
779
|
+
- test/public/images/service_icons/48/photobucket.png
|
|
780
|
+
- test/public/images/service_icons/48/picasa.png
|
|
781
|
+
- test/public/images/service_icons/48/polyvore.png
|
|
782
|
+
- test/public/images/service_icons/48/pownce.png
|
|
783
|
+
- test/public/images/service_icons/48/reddit.png
|
|
784
|
+
- test/public/images/service_icons/48/simpy.png
|
|
785
|
+
- test/public/images/service_icons/48/smugmug.png
|
|
786
|
+
- test/public/images/service_icons/48/stumbleupon.png
|
|
787
|
+
- test/public/images/service_icons/48/tag.png
|
|
788
|
+
- test/public/images/service_icons/48/technorati.png
|
|
789
|
+
- test/public/images/service_icons/48/tumblr.png
|
|
790
|
+
- test/public/images/service_icons/48/twine.png
|
|
791
|
+
- test/public/images/service_icons/48/twitter.png
|
|
792
|
+
- test/public/images/service_icons/48/vimeo.png
|
|
793
|
+
- test/public/images/service_icons/48/webshots.png
|
|
794
|
+
- test/public/images/service_icons/48/wordpress.png
|
|
795
|
+
- test/public/images/service_icons/48/xanga.png
|
|
796
|
+
- test/public/images/service_icons/48/yahoo.png
|
|
797
|
+
- test/public/images/service_icons/48/yelp.png
|
|
798
|
+
- test/public/images/service_icons/48/youtube.png
|
|
799
|
+
- test/public/images/service_icons/48/zooomr.png
|
|
800
|
+
- test/public/images/service_icons/48/zotero.png
|
|
801
|
+
- test/public/images/service_icons/60/amazon.png
|
|
802
|
+
- test/public/images/service_icons/60/ask.png
|
|
803
|
+
- test/public/images/service_icons/60/bibsonomy.png
|
|
804
|
+
- test/public/images/service_icons/60/bing.png
|
|
805
|
+
- test/public/images/service_icons/60/blogger.png
|
|
806
|
+
- test/public/images/service_icons/60/bloglines.png
|
|
807
|
+
- test/public/images/service_icons/60/citeulike.png
|
|
808
|
+
- test/public/images/service_icons/60/clipmarks.png
|
|
809
|
+
- test/public/images/service_icons/60/connotea.png
|
|
810
|
+
- test/public/images/service_icons/60/dailymotion.png
|
|
811
|
+
- test/public/images/service_icons/60/delicious.png
|
|
812
|
+
- test/public/images/service_icons/60/digg.png
|
|
813
|
+
- test/public/images/service_icons/60/diigo.png
|
|
814
|
+
- test/public/images/service_icons/60/facebook.png
|
|
815
|
+
- test/public/images/service_icons/60/feed.png
|
|
816
|
+
- test/public/images/service_icons/60/fireeagle.png
|
|
817
|
+
- test/public/images/service_icons/60/flickr.png
|
|
818
|
+
- test/public/images/service_icons/60/fotolog.png
|
|
819
|
+
- test/public/images/service_icons/60/friendfeed.png
|
|
820
|
+
- test/public/images/service_icons/60/friendster.png
|
|
821
|
+
- test/public/images/service_icons/60/furl.png
|
|
822
|
+
- test/public/images/service_icons/60/goodreads.png
|
|
823
|
+
- test/public/images/service_icons/60/google.png
|
|
824
|
+
- test/public/images/service_icons/60/googleblog.png
|
|
825
|
+
- test/public/images/service_icons/60/googlenews.png
|
|
826
|
+
- test/public/images/service_icons/60/icerocket.png
|
|
827
|
+
- test/public/images/service_icons/60/identica.png
|
|
828
|
+
- test/public/images/service_icons/60/joost.png
|
|
829
|
+
- test/public/images/service_icons/60/lastfm.png
|
|
830
|
+
- test/public/images/service_icons/60/librarything.png
|
|
831
|
+
- test/public/images/service_icons/60/linkedin.png
|
|
832
|
+
- test/public/images/service_icons/60/livejournal.png
|
|
833
|
+
- test/public/images/service_icons/60/magnolia.png
|
|
834
|
+
- test/public/images/service_icons/60/mendeley.png
|
|
835
|
+
- test/public/images/service_icons/60/metacafe.png
|
|
836
|
+
- test/public/images/service_icons/60/mixx.png
|
|
837
|
+
- test/public/images/service_icons/60/myspace.png
|
|
838
|
+
- test/public/images/service_icons/60/netflix.png
|
|
839
|
+
- test/public/images/service_icons/60/netvibes.png
|
|
840
|
+
- test/public/images/service_icons/60/newsvine.png
|
|
841
|
+
- test/public/images/service_icons/60/oai.png
|
|
842
|
+
- test/public/images/service_icons/60/odeo.png
|
|
843
|
+
- test/public/images/service_icons/60/opml.png
|
|
844
|
+
- test/public/images/service_icons/60/pandora.png
|
|
845
|
+
- test/public/images/service_icons/60/photobucket.png
|
|
846
|
+
- test/public/images/service_icons/60/picasa.png
|
|
847
|
+
- test/public/images/service_icons/60/polyvore.png
|
|
848
|
+
- test/public/images/service_icons/60/pownce.png
|
|
849
|
+
- test/public/images/service_icons/60/reddit.png
|
|
850
|
+
- test/public/images/service_icons/60/simpy.png
|
|
851
|
+
- test/public/images/service_icons/60/smugmug.png
|
|
852
|
+
- test/public/images/service_icons/60/stumbleupon.png
|
|
853
|
+
- test/public/images/service_icons/60/tag.png
|
|
854
|
+
- test/public/images/service_icons/60/technorati.png
|
|
855
|
+
- test/public/images/service_icons/60/tumblr.png
|
|
856
|
+
- test/public/images/service_icons/60/twine.png
|
|
857
|
+
- test/public/images/service_icons/60/twitter.png
|
|
858
|
+
- test/public/images/service_icons/60/vimeo.png
|
|
859
|
+
- test/public/images/service_icons/60/webshots.png
|
|
860
|
+
- test/public/images/service_icons/60/wordpress.png
|
|
861
|
+
- test/public/images/service_icons/60/xanga.png
|
|
862
|
+
- test/public/images/service_icons/60/yahoo.png
|
|
863
|
+
- test/public/images/service_icons/60/yelp.png
|
|
864
|
+
- test/public/images/service_icons/60/youtube.png
|
|
865
|
+
- test/public/images/service_icons/60/zooomr.png
|
|
866
|
+
- test/public/images/service_icons/60/zotero.png
|
|
867
|
+
- test/public/images/service_icons/facebook_friend_links.jpg
|
|
868
|
+
- test/public/images/service_icons/facebook_my_links.jpg
|
|
869
|
+
- test/public/images/service_icons/source/Aquaticus_Social_Icon_template_by_jwloh.psd
|
|
870
|
+
- test/public/images/service_icons/source/Google.psd
|
|
871
|
+
- test/public/images/service_icons/source/Quake 9 Design.webloc
|
|
872
|
+
- test/public/images/service_icons/source/ReadMe.rtf
|
|
873
|
+
- test/public/images/service_icons/source/amazon.png
|
|
874
|
+
- test/public/images/service_icons/source/aquaticus.social.png
|
|
875
|
+
- test/public/images/service_icons/source/ask.png
|
|
876
|
+
- test/public/images/service_icons/source/ask.psd
|
|
877
|
+
- test/public/images/service_icons/source/bibsonomy.png
|
|
878
|
+
- test/public/images/service_icons/source/bibsonomy.psd
|
|
879
|
+
- test/public/images/service_icons/source/bing.png
|
|
880
|
+
- test/public/images/service_icons/source/bing.psd
|
|
881
|
+
- test/public/images/service_icons/source/blogger.png
|
|
882
|
+
- test/public/images/service_icons/source/bloglines.png
|
|
883
|
+
- test/public/images/service_icons/source/bloglines.psd
|
|
884
|
+
- test/public/images/service_icons/source/citeulike.png
|
|
885
|
+
- test/public/images/service_icons/source/clipmarks.png
|
|
886
|
+
- test/public/images/service_icons/source/connotea.png
|
|
887
|
+
- test/public/images/service_icons/source/connotea.psd
|
|
888
|
+
- test/public/images/service_icons/source/dailymotion.png
|
|
889
|
+
- test/public/images/service_icons/source/delicious.png
|
|
890
|
+
- test/public/images/service_icons/source/digg.png
|
|
891
|
+
- test/public/images/service_icons/source/diigo.png
|
|
892
|
+
- test/public/images/service_icons/source/facebook.png
|
|
893
|
+
- test/public/images/service_icons/source/feed.png
|
|
894
|
+
- test/public/images/service_icons/source/fireeagle.psd
|
|
895
|
+
- test/public/images/service_icons/source/flickr.png
|
|
896
|
+
- test/public/images/service_icons/source/fotolog.png
|
|
897
|
+
- test/public/images/service_icons/source/friendfeed.png
|
|
898
|
+
- test/public/images/service_icons/source/friendster.png
|
|
899
|
+
- test/public/images/service_icons/source/furl.png
|
|
900
|
+
- test/public/images/service_icons/source/goodreads.png
|
|
901
|
+
- test/public/images/service_icons/source/google.png
|
|
902
|
+
- test/public/images/service_icons/source/googleblog.png
|
|
903
|
+
- test/public/images/service_icons/source/googlenews.png
|
|
904
|
+
- test/public/images/service_icons/source/icerocket.png
|
|
905
|
+
- test/public/images/service_icons/source/icerocket.psd
|
|
906
|
+
- test/public/images/service_icons/source/identica.png
|
|
907
|
+
- test/public/images/service_icons/source/joost.png
|
|
908
|
+
- test/public/images/service_icons/source/lastfm.png
|
|
909
|
+
- test/public/images/service_icons/source/librarything.png
|
|
910
|
+
- test/public/images/service_icons/source/linkedin.png
|
|
911
|
+
- test/public/images/service_icons/source/livejournal.png
|
|
912
|
+
- test/public/images/service_icons/source/magnolia.png
|
|
913
|
+
- test/public/images/service_icons/source/mendeley.png
|
|
914
|
+
- test/public/images/service_icons/source/metacafe.png
|
|
915
|
+
- test/public/images/service_icons/source/metacafe.psd
|
|
916
|
+
- test/public/images/service_icons/source/mixx.png
|
|
917
|
+
- test/public/images/service_icons/source/myspace.png
|
|
918
|
+
- test/public/images/service_icons/source/netflix.png
|
|
919
|
+
- test/public/images/service_icons/source/netvibes.png
|
|
920
|
+
- test/public/images/service_icons/source/newsvine.png
|
|
921
|
+
- test/public/images/service_icons/source/oai.png
|
|
922
|
+
- test/public/images/service_icons/source/odeo.png
|
|
923
|
+
- test/public/images/service_icons/source/opml.png
|
|
924
|
+
- test/public/images/service_icons/source/pandora.png
|
|
925
|
+
- test/public/images/service_icons/source/photobucket.png
|
|
926
|
+
- test/public/images/service_icons/source/picasa.png
|
|
927
|
+
- test/public/images/service_icons/source/polyvore.png
|
|
928
|
+
- test/public/images/service_icons/source/pownce.png
|
|
929
|
+
- test/public/images/service_icons/source/reddit.png
|
|
930
|
+
- test/public/images/service_icons/source/simpy.png
|
|
931
|
+
- test/public/images/service_icons/source/smugmug.png
|
|
932
|
+
- test/public/images/service_icons/source/stumbleupon.png
|
|
933
|
+
- test/public/images/service_icons/source/tag.png
|
|
934
|
+
- test/public/images/service_icons/source/technorati.png
|
|
935
|
+
- test/public/images/service_icons/source/template.png
|
|
936
|
+
- test/public/images/service_icons/source/tumblr.png
|
|
937
|
+
- test/public/images/service_icons/source/twine.png
|
|
938
|
+
- test/public/images/service_icons/source/twine.psd
|
|
939
|
+
- test/public/images/service_icons/source/twitter.png
|
|
940
|
+
- test/public/images/service_icons/source/vimeo.png
|
|
941
|
+
- test/public/images/service_icons/source/webshots.png
|
|
942
|
+
- test/public/images/service_icons/source/wordpress.png
|
|
943
|
+
- test/public/images/service_icons/source/xanga.png
|
|
944
|
+
- test/public/images/service_icons/source/yahoo.png
|
|
945
|
+
- test/public/images/service_icons/source/yelp.png
|
|
946
|
+
- test/public/images/service_icons/source/youtube.png
|
|
947
|
+
- test/public/images/service_icons/source/zooomr.png
|
|
948
|
+
- test/public/images/service_icons/source/zotero.png
|
|
949
|
+
- test/public/images/spinner.gif
|
|
950
|
+
- test/public/images/sprites.png
|
|
951
|
+
- test/public/javascripts/application.js
|
|
952
|
+
- test/public/javascripts/fancyzoom.min.js
|
|
953
|
+
- test/public/javascripts/jquery/colorpicker.js
|
|
954
|
+
- test/public/javascripts/jquery/jquery-ui-1.8.9.custom.min.js
|
|
955
|
+
- test/public/javascripts/jquery/jquery-ui.js
|
|
956
|
+
- test/public/javascripts/jquery/jquery.easing.js
|
|
957
|
+
- test/public/javascripts/jquery/jquery.fancybox.js
|
|
958
|
+
- test/public/javascripts/jquery/jquery.form.js
|
|
959
|
+
- test/public/javascripts/jquery/jquery.jgrowl.js
|
|
960
|
+
- test/public/javascripts/jquery/jquery.js
|
|
961
|
+
- test/public/javascripts/jquery/jquery.metadata.min.js
|
|
962
|
+
- test/public/javascripts/jquery/jquery.mousewheel.js
|
|
963
|
+
- test/public/javascripts/jquery/jquery.queryString.js
|
|
964
|
+
- test/public/javascripts/jquery/jquery.swapimage.js
|
|
965
|
+
- test/public/javascripts/jquery/jquery.swapimage.min.js
|
|
966
|
+
- test/public/javascripts/jquery/jquery.timers.js
|
|
967
|
+
- test/public/javascripts/jquery/jquery.tips.js
|
|
968
|
+
- test/public/javascripts/muck-countries.js
|
|
969
|
+
- test/public/javascripts/muck-src.js
|
|
970
|
+
- test/public/javascripts/muck-users.js
|
|
971
|
+
- test/public/javascripts/muck.js
|
|
972
|
+
- test/public/javascripts/muck_admin.js
|
|
973
|
+
- test/public/javascripts/muck_countries.js
|
|
974
|
+
- test/public/javascripts/muck_time/en.js
|
|
975
|
+
- test/public/javascripts/tree.js
|
|
976
|
+
- test/public/robots.txt
|
|
977
|
+
- test/public/stylesheets/.keep
|
|
978
|
+
- test/public/stylesheets/admin.css
|
|
979
|
+
- test/public/stylesheets/application.css
|
|
980
|
+
- test/public/stylesheets/blueprint/ie.css
|
|
981
|
+
- test/public/stylesheets/blueprint/liquid_screen.css
|
|
982
|
+
- test/public/stylesheets/blueprint/plugins/buttons/icons/cross.png
|
|
983
|
+
- test/public/stylesheets/blueprint/plugins/buttons/icons/key.png
|
|
984
|
+
- test/public/stylesheets/blueprint/plugins/buttons/icons/tick.png
|
|
985
|
+
- test/public/stylesheets/blueprint/plugins/buttons/readme.txt
|
|
986
|
+
- test/public/stylesheets/blueprint/plugins/buttons/screen.css
|
|
987
|
+
- test/public/stylesheets/blueprint/plugins/fancy-type/readme.txt
|
|
988
|
+
- test/public/stylesheets/blueprint/plugins/fancy-type/screen.css
|
|
989
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/icons/doc.png
|
|
990
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/icons/email.png
|
|
991
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/icons/external.png
|
|
992
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/icons/feed.png
|
|
993
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/icons/im.png
|
|
994
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/icons/pdf.png
|
|
995
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/icons/visited.png
|
|
996
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/icons/xls.png
|
|
997
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/readme.txt
|
|
998
|
+
- test/public/stylesheets/blueprint/plugins/link-icons/screen.css
|
|
999
|
+
- test/public/stylesheets/blueprint/plugins/liquid/liquid.css
|
|
1000
|
+
- test/public/stylesheets/blueprint/plugins/liquid/src/liquid.css
|
|
1001
|
+
- test/public/stylesheets/blueprint/plugins/rtl/readme.txt
|
|
1002
|
+
- test/public/stylesheets/blueprint/plugins/rtl/screen.css
|
|
1003
|
+
- test/public/stylesheets/blueprint/print.css
|
|
1004
|
+
- test/public/stylesheets/blueprint/screen.css
|
|
1005
|
+
- test/public/stylesheets/blueprint/sprite.css
|
|
1006
|
+
- test/public/stylesheets/blueprint/src/forms.css
|
|
1007
|
+
- test/public/stylesheets/blueprint/src/grid.css
|
|
1008
|
+
- test/public/stylesheets/blueprint/src/grid.png
|
|
1009
|
+
- test/public/stylesheets/blueprint/src/ie.css
|
|
1010
|
+
- test/public/stylesheets/blueprint/src/print.css
|
|
1011
|
+
- test/public/stylesheets/blueprint/src/reset.css
|
|
1012
|
+
- test/public/stylesheets/blueprint/src/typography.css
|
|
1013
|
+
- test/public/stylesheets/flick/images/ui-bg_flat_0_aaaaaa_40x100.png
|
|
1014
|
+
- test/public/stylesheets/flick/images/ui-bg_flat_0_eeeeee_40x100.png
|
|
1015
|
+
- test/public/stylesheets/flick/images/ui-bg_flat_55_ffffff_40x100.png
|
|
1016
|
+
- test/public/stylesheets/flick/images/ui-bg_flat_75_ffffff_40x100.png
|
|
1017
|
+
- test/public/stylesheets/flick/images/ui-bg_glass_65_ffffff_1x400.png
|
|
1018
|
+
- test/public/stylesheets/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png
|
|
1019
|
+
- test/public/stylesheets/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png
|
|
1020
|
+
- test/public/stylesheets/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png
|
|
1021
|
+
- test/public/stylesheets/flick/images/ui-icons_0073ea_256x240.png
|
|
1022
|
+
- test/public/stylesheets/flick/images/ui-icons_454545_256x240.png
|
|
1023
|
+
- test/public/stylesheets/flick/images/ui-icons_666666_256x240.png
|
|
1024
|
+
- test/public/stylesheets/flick/images/ui-icons_ff0084_256x240.png
|
|
1025
|
+
- test/public/stylesheets/flick/images/ui-icons_ffffff_256x240.png
|
|
1026
|
+
- test/public/stylesheets/flick/jquery-ui-1.8.1.custom.css
|
|
1027
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png
|
|
1028
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-bg_diagonals-thick_15_444444_40x40.png
|
|
1029
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_100_f0f0f0_1x400.png
|
|
1030
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_50_99c2ff_1x400.png
|
|
1031
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_55_fbf5d0_1x400.png
|
|
1032
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_80_e6e6e6_1x400.png
|
|
1033
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-bg_glass_95_fef1ec_1x400.png
|
|
1034
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png
|
|
1035
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-bg_highlight-soft_100_e7eef3_1x100.png
|
|
1036
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-icons_222222_256x240.png
|
|
1037
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-icons_2694e8_256x240.png
|
|
1038
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-icons_2e83ff_256x240.png
|
|
1039
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-icons_72a7cf_256x240.png
|
|
1040
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-icons_888888_256x240.png
|
|
1041
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-icons_cd0a0a_256x240.png
|
|
1042
|
+
- test/public/stylesheets/jquery/cupertino/images/ui-icons_ffffff_256x240.png
|
|
1043
|
+
- test/public/stylesheets/jquery/cupertino/jquery-ui-1.7.1.custom.css
|
|
1044
|
+
- test/public/stylesheets/jquery/cupertino/jquery-ui-1.7.2.custom.css
|
|
1045
|
+
- test/public/stylesheets/jquery/jquery.autocomplete.css
|
|
1046
|
+
- test/public/stylesheets/jquery/jquery.fancybox.css
|
|
1047
|
+
- test/public/stylesheets/jquery/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
|
|
1048
|
+
- test/public/stylesheets/jquery/redmond/images/ui-bg_flat_55_fbec88_40x100.png
|
|
1049
|
+
- test/public/stylesheets/jquery/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
|
|
1050
|
+
- test/public/stylesheets/jquery/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
|
|
1051
|
+
- test/public/stylesheets/jquery/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
|
|
1052
|
+
- test/public/stylesheets/jquery/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
|
|
1053
|
+
- test/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
|
|
1054
|
+
- test/public/stylesheets/jquery/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
|
|
1055
|
+
- test/public/stylesheets/jquery/redmond/images/ui-icons_217bc0_256x240.png
|
|
1056
|
+
- test/public/stylesheets/jquery/redmond/images/ui-icons_2e83ff_256x240.png
|
|
1057
|
+
- test/public/stylesheets/jquery/redmond/images/ui-icons_469bdd_256x240.png
|
|
1058
|
+
- test/public/stylesheets/jquery/redmond/images/ui-icons_6da8d5_256x240.png
|
|
1059
|
+
- test/public/stylesheets/jquery/redmond/images/ui-icons_cd0a0a_256x240.png
|
|
1060
|
+
- test/public/stylesheets/jquery/redmond/images/ui-icons_d8e7f3_256x240.png
|
|
1061
|
+
- test/public/stylesheets/jquery/redmond/images/ui-icons_f9bd01_256x240.png
|
|
1062
|
+
- test/public/stylesheets/jquery/redmond/jquery-ui-1.7.1.custom.css
|
|
1063
|
+
- test/public/stylesheets/jquery/redmond/jquery-ui-1.7.2.custom.css
|
|
1064
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
|
|
1065
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
|
1066
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
|
|
1067
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
|
1068
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png
|
|
1069
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
|
|
1070
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
|
|
1071
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
|
1072
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-icons_222222_256x240.png
|
|
1073
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-icons_2e83ff_256x240.png
|
|
1074
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-icons_454545_256x240.png
|
|
1075
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-icons_888888_256x240.png
|
|
1076
|
+
- test/public/stylesheets/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png
|
|
1077
|
+
- test/public/stylesheets/jquery/smoothness/jquery-ui-1.7.1.custom.css
|
|
1078
|
+
- test/public/stylesheets/jquery/smoothness/jquery-ui-1.7.2.custom.css
|
|
1079
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
|
|
1080
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
|
|
1081
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
|
|
1082
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
|
|
1083
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
|
|
1084
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
|
|
1085
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
|
|
1086
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
|
|
1087
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
|
|
1088
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-icons_222222_256x240.png
|
|
1089
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-icons_228ef1_256x240.png
|
|
1090
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ef8c08_256x240.png
|
|
1091
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffd27a_256x240.png
|
|
1092
|
+
- test/public/stylesheets/jquery/ui-lightness/images/ui-icons_ffffff_256x240.png
|
|
1093
|
+
- test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.1.custom.css
|
|
1094
|
+
- test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.2.custom.css
|
|
1095
|
+
- test/public/stylesheets/jquery/ui-lightness/jquery-ui-1.8.4.custom.css
|
|
1096
|
+
- test/public/stylesheets/muck-users.css
|
|
1097
|
+
- test/public/stylesheets/reset.css
|
|
1098
|
+
- test/public/stylesheets/styles.css
|
|
1099
|
+
- test/public/stylesheets/themes/blue/styles.css
|
|
1100
|
+
- test/public/stylesheets/themes/red/styles.css
|
|
1101
|
+
- test/script/cucumber
|
|
1102
|
+
- test/script/rails
|
|
1103
|
+
- test/spec/controllers/admin/default_controller_spec.rb
|
|
1104
|
+
- test/spec/controllers/default_controller_spec.rb
|
|
1105
|
+
- test/spec/controllers/helper_controller_spec.rb
|
|
1106
|
+
- test/spec/helpers/muck_admin_helper_spec.rb
|
|
1107
|
+
- test/spec/helpers/muck_engine_helper_spec.rb
|
|
1108
|
+
- test/spec/mailers/basic_mailer_spec.rb
|
|
1109
|
+
- test/spec/models/country_spec.rb
|
|
1110
|
+
- test/spec/models/language_spec.rb
|
|
1111
|
+
- test/spec/models/state_spec.rb
|
|
1112
|
+
- test/spec/spec_helper.rb
|
|
1113
|
+
- test/test/fixtures/rails.png
|
|
487
1114
|
has_rdoc: true
|
|
488
1115
|
homepage: http://github.com/tatemae/muck-engine
|
|
489
1116
|
licenses: []
|
|
@@ -514,7 +1141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
514
1141
|
requirements: []
|
|
515
1142
|
|
|
516
1143
|
rubyforge_project:
|
|
517
|
-
rubygems_version: 1.6.
|
|
1144
|
+
rubygems_version: 1.6.2
|
|
518
1145
|
signing_key:
|
|
519
1146
|
specification_version: 3
|
|
520
1147
|
summary: The base engine for the muck system.
|