summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-13remove debug outputChristian Fowler1-2/+1
2009-07-12oops... accidentally removed comments.Max Kremmel1-32/+55
2009-07-12insert missing ';' to allow file packing again.Max Kremmel1-30/+7
2009-07-06change SimpleAjax.conect params to be more intuitive, with a default ↵Christian Fowler1-3/+11
sMethod; add SimpleAjax.update() for a quick and easy method to replace an element; add 'X_REQUESTED_WITH', 'XMLHttpRequest' to SimpleAjax so it 'just works'
2009-07-03removing uploadProgress scriptTyler Bello1-117/+0
2009-07-03Add uploadProgress scriptTyler Bello1-0/+117
2009-07-01clean up $ function to be in namespaceTyler Bello1-3/+3
2009-06-30move $() into BitBase name space, and use document.getElementById in ↵Christian Fowler1-41/+47
distro'ed packages
2009-05-29Fix for invalid (negative) css attributes that cause error in IE 7 & 8Tyler Bello1-3/+16
2009-05-29update jQuery to 1.3.2 and ui to 1.7.1Christian Fowler105-16020/+24003
2009-05-28wrapped iefix in if to check for null admin menuTyler Bello1-2/+3
2009-05-27update regex to handle mutple multi source objectswjames51-2/+2
2009-05-27add filter for cnbcwjames51-0/+56
2009-05-11attache host to SetErrorbitweaver.org1-1/+1
2009-05-05add extremely lightweight fixIEDropMenu function to support css drop menus ↵Christian Fowler1-1/+19
for all browsers without need for 30K of fixes/ie7.js baggage
2009-05-02IE7.js and IE8.js do not work for IE6, now need to modify ↵Lester Caine1-0/+6
/themes/template/header_inc.tpl to pick up the right fix file based on browser ( Not tested IE7 yet )
2009-03-31make the error handler a little more helpful, alert the error msgTekimaki1-2/+2
2009-03-31phpdoc updateLester Caine1-16/+24
2009-03-30mbGallery jquery javascriptLester Caine2-0/+450
Box file has the instance of mbGallery and needs moving to a more convenient place
2009-03-26add very basic SimpleAjax object so XMLHttpRequests can be made with loading ↵Christian Fowler1-1/+49
up a huge Ajax lib
2009-03-11restore globalishness of array used in flipMultiTekimaki1-4/+4
2009-02-25flip property check to account for lack of default value in htmlTekimaki1-2/+2
2009-02-19slightly better error handling - dont fatal on new or create list - let ↵Tekimaki1-3/+4
invoker know there is an error and it can do what it needs
2009-02-19shutup notice if just using default subscriptionTekimaki1-2/+2
2009-02-19rollback annoying acidental commitTekimaki1-1/+0
2009-02-19typoTekimaki2-2/+3
2009-02-02new lib for great circle calculationsTekimaki2-0/+378
2009-02-02i think this is how false must be representedTekimaki1-1/+1
2009-01-27typo in var name in log errorChristian Fowler1-1/+1
2009-01-27step one of moving base funcs into name space - todo is update all ↵wjames51-994/+1027
javascript through out bw to use the name space versions
2009-01-27add pidfile name to logChristian Fowler1-3/+3
2009-01-26rollback accidental commitTekimaki1-1/+0
2009-01-26only render listinfo if we have list info; mark selected content types in formTekimaki1-1/+2
2009-01-24include name of pidfile not found in warningR250Christian Fowler1-1/+1
2009-01-22clean up code and indent with tabsMax Kremmel1-427/+430
2009-01-21fix string assemblyTekimaki1-2/+3
2009-01-15add option to use swftools to convert pdfs to swf and display the PDF inlineMax Kremmel2-0/+0
2009-01-11rename setOpacity to _setOpacity to avoid conflicts with MochiKit and insert ↵Max Kremmel1-12/+19
missing ';' to make script packable.
2009-01-06remove use of $ alias in setFlip functions (which has conflicting ↵Christian Fowler1-17/+21
implementations in jQuery vs. everyone else, so use document.getElementById, also check the flipperName id actually exists before try to flip things
2009-01-01update fspp to new version (renamed to pan0), split swf player into new tpl ↵Max Kremmel2-0/+7
and clean up code.
2008-12-20we can look it up directly we dont need a ref to the fck objectTekimaki1-2/+2
2008-12-19add core element styling to BitBase; this file is going to receive some ↵wjames51-6/+29
bloat as we move toward replacing old functions
2008-12-19add dynarch jscalendarChristian Fowler88-0/+13601
2008-12-11fix ie bug where typeof can be unknownwjames51-2/+3
2008-12-10let users get mail from mailman as a digestTekimaki2-3/+58
2008-12-08add config_list handlerTekimaki1-1/+9
2008-12-05improve mailman config - still not perfect but getting thereTekimaki3-8/+37
2008-11-29Make sure all memebers are moderated and return status properly.Tekimaki2-1/+3
2008-11-29first pass at allowing size overrides on videos - handly for limited spaces ↵wjames51-6/+15
like modules or map windows - may need to use better math as aspect ratios may vary
2008-11-27Change how mailman lists are configured.Nick Palmer3-1/+30