[Pkg-javascript-commits] [SCM] Yahoo! User Interface Toolkit (yui) annotated tag, yui2-1612, created. yui2-1612

Tripp Bridges tripp.bridges at yahoo.com
Fri Dec 10 00:39:42 UTC 2010


The annotated tag, yui2-1612 has been created
        at  c76ff1f1c87aaa9cec223d40c47009c9e24e841e (tag)
   tagging  bf4397a6b1ffe48591d791139879772bf1cb833e (commit)
  replaces  yui2-1561
 tagged by  YUI Builder
        on  Fri Jan 23 17:42:33 2009 -0800

- Shortlog ------------------------------------------------------------
${gitcommitid}

Adam Moore (10):
      cookie expanded state problem test for sf2221151
      Merge branch 'master' of git at presentbright:yui2
      updated... looks like it has uncovered a regression.
      Merge branch 'master' of git://github.com/Satyam/yui2
      Fixed treeview regression [fix bug 2334367]
      Merge branch 'master' of git at presentbright:yui2
      added test for bug 2212404
      Merge branch 'master' of git at presentbright:yui2
      Fixed execution context for timeout handlers.
      Merge branch 'master' of git at presentbright:yui2

Daniel Barreiro (1):
      inner function expandParent in Node.focus actually expanded the node itself, not its parent

Dav Glass (1):
      Added multi.php test file

Eric Miraglia (1):
      Added second page with data flow diagram.

Gopal Venkatesan (14):
      [fix bug 2349561]
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Refactoring.
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Removed releasetype=beta
      Committing new build files.
      Have the rendered flag on prototype instead of having it within the instance
      Do not document the internal helper events
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Renamed the _reRender method to _refreshUi
      Update doc comments for syncUi() method
      Fix testSetNumItems() unit test and make it pass in IE6 as well :)
      Fix the getStyle() method.
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2

Jenny Han Donnelly (20):
      [fix bug 2399201] Implemented onDataReturnUpdateRows().
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Regression with updateRows not setting last row class and updateRow test not comparing object literals correctly.
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Merge branch 'master' into current
      [fix bug 2263558] Removed checks for 'is in this' in getTrEl(), getTdEl(), and getThEl().
      [fix bug 2138581] Empty progressively enhanced cells should display ''. parseNumber() now returns null for null, undefined, NaN, and ''. YAHOO.util.Number.format() now returns '' for null, undefined, NaN, and ''.
      Merge branch 'master' into current
      Post merge no-op differences, whitespace, etc.
      Defined draggable Column cursor after sortable Column cursor.
      [fix bug 2485891] fix #2485891 supress -> suppress.
      [fix bug 2483679] fix #2483679: IE6 col with sync regression.
      [fix bug 2366574] fix #2366574 : Column resizers broken in TabView. Need to reset resizers in onShow().
      [fix bug 2483307] fix #2483307 : Fixed cellUpdateEvent to pass along old and new values as expected. Removed unnessary cloning of data.
      [fix bug 2263771] fix #2263771 : BaseCellEditor.render() now clears out DOM elements first.
      [bug 2204313] #2204313 Adding calendarOptions support to DateCellEditor. For now, actually using this may require custom code to the editor.
      Updated READMEs for 2.7.0
      Merge branch 'master' into current
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2

Luke Smith (7):
      XHR DataSource with TYPE_HTMLTABLE now uses responseText as innerHTML on a temp div and captures div.getElementsByTagName('table')[0] prior to parseHTMLTable call.
      Workaround for Mac/FF3 bug killing click events [fix bug 2273056]
      Ported code updates from 3.x StyleSheet and updated test suite.  Moved back into /src
      removing sandbox/stylesheet files.  git pull restored them after mv cmd.
      API docs added. Changed to beta. Initial /build commit.
      Added support for additional JSON.parse params via instance property parseJSONArgs
      Added support for 'all' RowsPerPageDropdown option [fix bug 2375291]

Matt Sweeney (62):
      added return from createEvent()
      added return from createEvent()
      updated file paths
      prefilter query for descendant and child combinators only
      prefilter query for descendant and child combinators only
      moved private methods to prototype
      moved private methods to prototype
      prepend selector with root id to allow initial combinator with root
      prepend selector with root id to allow initial combinator with root
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      added missing color file
      added missing color file
      added missing computedStyle colors
      added missing computedStyle colors
      added missing computedStyle colors
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      fixed root queries with leading combinator; fixed IE case sensitivity; fixed overly aggressive shorthand conversion; rewrite className only for IE < 8;
      fixed root queries with leading combinator; fixed IE case sensitivity; fixed overly aggressive shorthand conversion; rewrite className only for IE < 8;
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      added @requires
      added @requires
      check for activeIndex in initTabs(); labelEl and contentEl now correctly udpate content when set
      updated yui-hidden to use visibility rather than display to better handle flash content
      updated yui-hidden to use visibility rather than display to better handle flash content
      updated build using Compressor
      updated build using Compressor
      check for activeIndex in initTabs(); labelEl and contentEl now correctly udpate content when set
      updated build using Compressor
      updated tests
      updated tests
      removed assets data
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      getClassRegEx -> getClasRegex; pulled extraneous 're' var
      getClassRegEx -> getClasRegex; pulled extraneous 're' var
      moved privates to prototype; lint cleanup; updates strings
      moved privates to prototype; lint cleanup; updates strings
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      converted some strings to constants
      converted some strings to constants
      var rollup and string constants
      var rollup and string constants
      more string constants
      more string constants
      switched to computedStyle for IE border lookup
      switched to computedStyle for IE border lookup
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      updated Dom.getRegion to use Dom._canPosition
      updated Dom.getRegion to use Dom._canPosition
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      broke out activationEvent handler
      broke out activationEvent handler
      moved tab activation handler to prototype; allow activeTab to be null
      moved tab activation handler to prototype; allow activeTab to be null
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      added yui-hidden rule to legacy tabview.css
      added yui-hidden rule to legacy tabview.css
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      document shorcut -> window.document; added selectTab, deselectTab
      document shorcut -> window.document; added selectTab, deselectTab
      added tab.fire('remove') with tabview in event payload
      added tab.fire('remove') with tabview in event payload
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2

Satyen Desai (12):
      CalendarGroup page construction modified to avoid setting the month twice, to fix issue with reset [fix bug 2437946]
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Fixed argument for deselectEvent when fired from deselectCell method [fix bug 2273064]
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Fixed incorrect tooltip width, for the case where we dynamically set the tooltip width, and the user moves from one context element to another, without the tooltip being hidden [fix bug 2197119]
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Attempt to fix CRLF eols in treeview source files. I haven't changed the EOLs manually. Expecting my autocrlf=true setting to take care of it. No code change.
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2
      Added yui-overlay-hidden marker class to Overlay element. No default properties are set using this selector, but examples/documentation will be provided to show how users can work around the IE Table caption and border-collapse:collapse glitches [fix bug 2403572]
      2.7.0 READMES for Container, Calendar
      No such thing as String.trim() in most browsers JS impls
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2

Todd Kloots (6):
      Fixed issue where clicking on the label for a lazy loaded submenu wouldn't result in the prevention of the default click behavior for the label's anchor element
      Reverted back to previous means of creating the HTML for each MenuItem
      Updates
      Fixed issue where clicking on the label for a lazy loaded submenu wouldn't result in the prevention of the default click behavior for the label's anchor element.  Also reverted back to previous means of creating the HTML for each MenuItem.
      Updates for 2.7.0
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2

Tripp Bridges (2):
      Added labelPadding, titleRotation and titleDistance. Consolidated non-unique dataprovider items in Cartesian Charts.
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2

YUI Builder (28):
      yui2-1562
      yui2-1563
      yui2-1564
      yui2-1565
      yui2-1566
      yui2-1567
      yui2-1571
      yui2-1573
      yui2-1576
      yui2-1578
      yui2-1580
      yui2-1584
      yui2-1585
      yui2-1587
      yui2-1589
      yui2-1591
      yui2-1592
      yui2-1595
      yui2-1597
      yui2-1598
      yui2-1599
      yui2-1601
      yui2-1602
      yui2-1604
      yui2-1607
      yui2-1608
      yui2-1610
      yui2-1611

tsha (2):
      Commit connection build files for 2.7.0.
      Merge branch 'master' of git at presentbright.corp.yahoo.com:yui2

-----------------------------------------------------------------------

-- 
Yahoo! User Interface Toolkit (yui)



More information about the Pkg-javascript-commits mailing list