My favorites | Sign in
Logo
                
Details: Show all Hide all

Earlier this year

  • Sep 09, 2009
    issue 2 (Add support for rel="lightbox" without options) reported by leo.feyer   -   Mediabox is an almost perfect replacement for slimbox, however, it does not support single images with only a rel="lightbox" attribute. You have to define at least one option like e.g. rel="lightbox[set1]". Error: images[imageIndex][2] not defined in line 289 To gain even more compatibility with the slimbox HTML markup, I suggest adding the following code snippet in line 289: if (!$defined(images[imageIndex][2])) { images[imageIndex][2] = ''; } WH = images[imageIndex][2].split(' '); This will allow single images to be displayed in the lightbox. Since slimbox supports that kind of simple rel attribute, I think mediabox should, too.
    Mediabox is an almost perfect replacement for slimbox, however, it does not support single images with only a rel="lightbox" attribute. You have to define at least one option like e.g. rel="lightbox[set1]". Error: images[imageIndex][2] not defined in line 289 To gain even more compatibility with the slimbox HTML markup, I suggest adding the following code snippet in line 289: if (!$defined(images[imageIndex][2])) { images[imageIndex][2] = ''; } WH = images[imageIndex][2].split(' '); This will allow single images to be displayed in the lightbox. Since slimbox supports that kind of simple rel attribute, I think mediabox should, too.
  • Jun 12, 2009
    r37 (Uploading folder basis for mediaboxShade) committed by john.einselen   -   Uploading folder basis for mediaboxShade
    Uploading folder basis for mediaboxShade
  • May 29, 2009
    r36 (Added index.html - prepping for easier demo setup) committed by john.einselen   -   Added index.html - prepping for easier demo setup
    Added index.html - prepping for easier demo setup
  • May 27, 2009
    History (Version history and future plans.) Wiki page edited by john.einselen
  • May 27, 2009
    r34 (mediaboxAdvanced 0.9.9g - Added Viddyou support and new YouT...) committed by john.einselen   -   mediaboxAdvanced 0.9.9g - Added Viddyou support and new YouTube options.
    mediaboxAdvanced 0.9.9g - Added Viddyou support and new YouTube options.
  • May 27, 2009
    r33 (mediaboxAdvanced 0.9.9f - Added Facebook video support.) committed by john.einselen   -   mediaboxAdvanced 0.9.9f - Added Facebook video support.
    mediaboxAdvanced 0.9.9f - Added Facebook video support.
  • May 27, 2009
    r32 (mediaboxAdvanced 0.9.9b - Added YouTube playlist support (an...) committed by john.einselen   -   mediaboxAdvanced 0.9.9b - Added YouTube playlist support (and yes, I'm running out of numbers), v0.9.9d - Fixed auto play for Metacafe, MySpace, Revver, and Vimeo, v0.9.9c - Added Megavideo and Quietube support, fixed NonverBlaster loop.
    mediaboxAdvanced 0.9.9b - Added YouTube playlist support (and yes, I'm running out of numbers), v0.9.9d - Fixed auto play for Metacafe, MySpace, Revver, and Vimeo, v0.9.9c - Added Megavideo and Quietube support, fixed NonverBlaster loop.
  • May 27, 2009
    r31 (mediaboxAdvanced 0.9.9b - Added Blip.tv support and removed ...) committed by john.einselen   -   mediaboxAdvanced 0.9.9b - Added Blip.tv support and removed IE6 transparency hack.
    mediaboxAdvanced 0.9.9b - Added Blip.tv support and removed IE6 transparency hack.
  • May 27, 2009
    r30 (mediaboxAdvanced 0.9.9 - Duplicate link consolidation, added...) committed by john.einselen   -   mediaboxAdvanced 0.9.9 - Duplicate link consolidation, added key option, fixed javascript API
    mediaboxAdvanced 0.9.9 - Duplicate link consolidation, added key option, fixed javascript API
  • May 27, 2009
    r29 (mediaboxAdvanced 0.9.8 - Added NonverBlaster (JW alternative...) committed by john.einselen   -   mediaboxAdvanced 0.9.8 - Added NonverBlaster (JW alternative) and RuTube.ru support, 0.9.7c - Fixed background colour options on several social media formats, v0.9.7b - Fixed IE support, streamlined Gecko detection
    mediaboxAdvanced 0.9.8 - Added NonverBlaster (JW alternative) and RuTube.ru support, 0.9.7c - Fixed background colour options on several social media formats, v0.9.7b - Fixed IE support, streamlined Gecko detection
  • May 27, 2009
    r28 (mediaboxAdvanced 0.9.7 - Added default sizes for social medi...) committed by john.einselen   -   mediaboxAdvanced 0.9.7 - Added default sizes for social media and percentage support
    mediaboxAdvanced 0.9.7 - Added default sizes for social media and percentage support
  • May 27, 2009
    r27 (mediaboxAdvanced 0.9.5 - Fixed Viddler support, fixed captio...) committed by john.einselen   -   mediaboxAdvanced 0.9.5 - Fixed Viddler support, fixed captions
    mediaboxAdvanced 0.9.5 - Fixed Viddler support, fixed captions
  • May 27, 2009
    r26 (mediaboxAdvanced 0.9.4 - Added Tudou and YouKu support) committed by john.einselen   -   mediaboxAdvanced 0.9.4 - Added Tudou and YouKu support
    mediaboxAdvanced 0.9.4 - Added Tudou and YouKu support

Older

  • Dec 15, 2008
    issue 1 (Mediavox Advanced v.0.9.0) reported by Maxmike   -   What steps will reproduce the problem? 1. Create one set called "ab" 2. Create two more sets, one called "ab123" and one called "ababababab" 3. All these sets are treated as the same set. What is the expected output? What do you see instead? ab, ab123 and ababababab should be three seperate sets. What version of the product are you using? On what operating system? v.0.9.0 Mediabox Advanced Please provide any additional information below. this also occurs with a numeric set name like "1" when using id's from a database this is especially apparent as set "1" will link to set "11" and "12" and "13" etc. A simple but imperfect solution is to MD5 the id and hope for the best. This is more of a work-around.
    What steps will reproduce the problem? 1. Create one set called "ab" 2. Create two more sets, one called "ab123" and one called "ababababab" 3. All these sets are treated as the same set. What is the expected output? What do you see instead? ab, ab123 and ababababab should be three seperate sets. What version of the product are you using? On what operating system? v.0.9.0 Mediabox Advanced Please provide any additional information below. this also occurs with a numeric set name like "1" when using id's from a database this is especially apparent as set "1" will link to set "11" and "12" and "13" etc. A simple but imperfect solution is to MD5 the id and hope for the best. This is more of a work-around.
  • Nov 12, 2008
    r25 (Updating mediaboxAdv.js to version 0.9.1) committed by john.einselen   -   Updating mediaboxAdv.js to version 0.9.1
    Updating mediaboxAdv.js to version 0.9.1
  • Oct 20, 2008
    History (Version history and future plans.) Wiki page edited by john.einselen
  • Oct 03, 2008
    History (Version history and future plans.) Wiki page edited by john.einselen
  • Oct 03, 2008
    History (Version history and future plans.) Wiki page edited by john.einselen
  • Oct 03, 2008
    History (Version history and future plans.) Wiki page edited by john.einselen
  • Oct 03, 2008
    History (Version history and future plans.) Wiki page edited by john.einselen
  • Sep 27, 2008
    r19 (mediaboxAdvanced, version 0.9.0) committed by john.einselen   -   mediaboxAdvanced, version 0.9.0
    mediaboxAdvanced, version 0.9.0
  • Sep 25, 2008
    r18 (mediaboxAdvanced, version 0.8.9) committed by john.einselen   -   mediaboxAdvanced, version 0.8.9
    mediaboxAdvanced, version 0.8.9
  • Sep 24, 2008
    r17 (mediaboxAdvanced, version 0.8.8) committed by john.einselen   -   mediaboxAdvanced, version 0.8.8
    mediaboxAdvanced, version 0.8.8
  • Sep 24, 2008
    r16 (mediaboxAdvanced, version 0.8.6) committed by john.einselen   -   mediaboxAdvanced, version 0.8.6
    mediaboxAdvanced, version 0.8.6
  • Sep 24, 2008
    r15 (mediaboxStandard, CSS update) committed by john.einselen   -   mediaboxStandard, CSS update
    mediaboxStandard, CSS update
  • Sep 24, 2008
    r14 (mediaboxAdvanced, version 0.7.3, support files) committed by john.einselen   -   mediaboxAdvanced, version 0.7.3, support files
    mediaboxAdvanced, version 0.7.3, support files
  • Sep 24, 2008
    r13 (mediaboxStandard, version 0.7.3) committed by john.einselen   -   mediaboxStandard, version 0.7.3
    mediaboxStandard, version 0.7.3
  • Sep 24, 2008
    r12 (mediaboxStandard, version 0.7.2) committed by john.einselen   -   mediaboxStandard, version 0.7.2
    mediaboxStandard, version 0.7.2
  • Sep 24, 2008
    r11 (mediaboxStandard, version 0.7.0) committed by john.einselen   -   mediaboxStandard, version 0.7.0
    mediaboxStandard, version 0.7.0
  • Sep 24, 2008
    r10 (mediaboxStandard, version 0.6.8) committed by john.einselen   -   mediaboxStandard, version 0.6.8
    mediaboxStandard, version 0.6.8
  • Sep 24, 2008
    r9 (mediaboxStandard, version 0.6.7) committed by john.einselen   -   mediaboxStandard, version 0.6.7
    mediaboxStandard, version 0.6.7
  • Sep 24, 2008
    r8 (mediaboxStandard, version 0.6.6) committed by john.einselen   -   mediaboxStandard, version 0.6.6
    mediaboxStandard, version 0.6.6
  • Sep 24, 2008
    r7 (mediaboxStandard, version 0.6.5) committed by john.einselen   -   mediaboxStandard, version 0.6.5
    mediaboxStandard, version 0.6.5
  • Sep 24, 2008
    r6 (mediaboxStandard, version 0.6.4) committed by john.einselen   -   mediaboxStandard, version 0.6.4
    mediaboxStandard, version 0.6.4
  • Sep 24, 2008
    r5 (Added first wave of files) committed by john.einselen   -   Added first wave of files
    Added first wave of files
 
Hosted by Google Code