From 3e87925a35f73aa2261eb66df3ef4ca11b64eeea Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 30 Jun 2026 17:11:32 +0200 Subject: Replace Shadowbox with GLightbox, drop jQuery from public site Vendors GLightbox 3.3.1 (MIT, dependency-free) as static files in public/javascripts and public/stylesheets, replacing the Shadowbox 2009 vendor tree and its jQuery adapter. Public site no longer loads jQuery at all. - app/views/layouts/application.html.erb: swap Shadowbox script/style includes and the public_bundle (jQuery) include for GLightbox's CSS/JS - app/views/content/_headline_image.html.erb: headline image is now itself a GLightbox trigger; additional images are direct a.glightbox links sharing a per-page data-gallery group, replacing the hidden shadowbox_images div and its click-forwarding trigger - public/javascripts/public.js: replace Shadowbox.init/setup and the click-forwarding handler with a single GLightbox() init call; remove the unused image_handler object - Remove public/javascripts/shadowbox/ (including vendored Sizzle, swfobject, and unused video/Flash players) and public/stylesheets/shadowbox.css - Remove app/assets/javascripts/public_bundle.js (jquery require) --- public/javascripts/shadowbox/languages/shadowbox-he.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 public/javascripts/shadowbox/languages/shadowbox-he.js (limited to 'public/javascripts/shadowbox/languages/shadowbox-he.js') diff --git a/public/javascripts/shadowbox/languages/shadowbox-he.js b/public/javascripts/shadowbox/languages/shadowbox-he.js deleted file mode 100644 index 96f0246..0000000 --- a/public/javascripts/shadowbox/languages/shadowbox-he.js +++ /dev/null @@ -1 +0,0 @@ -if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"he",of:"מתוך",loading:"טוען",cancel:"ביטול",next:"הבא",previous:"הקודם",play:"נגן",pause:"השהה",close:"סגור",errors:{single:'על גבי הדפדפן על מנת לצפות בתוכן{1} עליך להתקין את התקן ה.',shared:'על גבי הדפדפן על מנת לצפות בתוכן {1} and {3} עליך להתקין את שני ההתקנים.',either:'על מנת לצפות בתוכן {1} או {3} עליך להתקין התקן.'}}; \ No newline at end of file -- cgit v1.3