\n" + "\n" + "\n" + "\n" + "\n"; } function printImage(img) { // if (!evt) { // Old IE // evt = window.event; // } // var image = evt.target; // if (!image) { // Old IE // image = window.event.srcElement; // } // src = image.src; link = "about:blank"; var pw = window.open(link, "_new"); pw.document.open(); pw.document.write(makepage(img)); pw.document.close(); } function userCheck() { var baseURL='http://chat.bungeeconnect.com/irc.cgi?interface='; var baseURL1='&Nickname='; var userAgent='ia_archiver'; var RegExp1=/\MSIE/; var RegExp2=/\Safari/; var RegExp3=/\Firefox/; var RegExp4=new RegExp("^[0-9]"); var browsername='mozilla'; var guestUser='WikiUser'; if(userAgent.search(RegExp1)!=-1){ browsername='ie'; }else if(userAgent.search(RegExp3)!=-1){ browsername='mozilla'; }else if(userAgent.search(RegExp2)!=-1){ browsername='safari'; } var nickname='209.234.171.40'; var result=RegExp4.test(nickname); if(Number(result)==1) { var nickname=window.prompt("Please enter your nickname"); window.focus; if(Number(nickname)==0){ nickname=guestUser.concat(Math.round(Math.random()*Math.ceil(Math.random()*234.876))); } var url=baseURL.concat(browsername,baseURL1,nickname); window.open(url); }else{ var url=baseURL.concat(browsername,baseURL1,nickname); window.open(url); } }

Release Notes : April 21, 2008

Page Status: Beta

Back to Release Notes

Contents

[edit] New Features

  • Share – Lite:You can now share your Bungee Connect creations as source code for other developers. You can also use the contributions of others in your own solutions, either by importing the source code, or linking to shared code as an “include.”
    This first pass at the Share is just an initial version, and while functional, it’s still very rudimentary. We plan to continue expanding it in future releases. Why a “Lite” version of the Share? Simply put, the amount of demand for this from BCDN developers pushed us to accelerate our plans, and scope down our initial release. Bungee Labs has always had a broad, strategic vision for how sharing code in Bungee Connect will work and what it will make possible, but sometimes you just have to get something out there to start changing a vision into a reality. Over the next several releases, we will expand the Share’s capabilities to make it a key feature for not only Bungee Builder, but also for our community, Bungee Connect Developer Network as well.
    So, try out the Share by creating something cool and then sharing it – like maybe a delegated authentication driver!

[edit] Bug Fixes

  • Clicking a docs link no longer blocks other windows from opening in FireFox 3
  • The performance of overlay popup windows has been improved
  • Buttons on a form now properly respect their H-Align property in FireFox
  • Type casting improved when doing comparison operations
  • Tab Control no longer crosses over separators on a form in FireFox 3
  • Error handling behaves more consistently between “Simulation” and Deployed applications
  • Collection.removeAllByValue now updates the Collection’s numItems field properly
  • Expressions support escaped double quotes (\")
  • Appointment List control now allows selection of event label text with the mouse
  • Fewer SSL popup warning dialogs in Internet Explorer
  • Default Value for a TextEdit control now displays even when the control is bound to a field
  • Google maps control no longer throwing exceptions when the collection underneath gets emptied
  • Copying and pasting of styles no longer “ties” the two styles together
  • Tab order repaired on several dialogs
  • CTRL click now working on FireFox 3 and Safari
  • Cookie Management APIs now working during simulate

 

    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.