<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v0.9.14</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>cutting the 0.9.14 key-maker release</title>
<updated>2011-04-01T19:26:04+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-01T17:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0b8cf8539ddaced216a7350fe5824e9e2bc7106e'/>
<id>0b8cf8539ddaced216a7350fe5824e9e2bc7106e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release notes for the 0.9.14 key-maker iteration</title>
<updated>2011-04-01T19:26:00+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-01T17:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f1096043157a4e80c78b2bfa692c9f5680e82e7c'/>
<id>f1096043157a4e80c78b2bfa692c9f5680e82e7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade jstd to 1.3.2 + improve test-coverage.sh script</title>
<updated>2011-04-01T16:59:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-23T22:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ac3dbae37056ee9dbf53e4b027ae7b4ac645948e'/>
<id>ac3dbae37056ee9dbf53e4b027ae7b4ac645948e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix infinite loop in elementError when working with detached elements</title>
<updated>2011-04-01T04:48:52+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-01T04:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cf1d365f577a99e11c0a619ab621564f258df299'/>
<id>cf1d365f577a99e11c0a619ab621564f258df299</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>encode query params correctly but not too agressively</title>
<updated>2011-04-01T04:45:28+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-04-01T04:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=78a0f41058a3c8094cf3b8979baa212a3b88b2a6'/>
<id>78a0f41058a3c8094cf3b8979baa212a3b88b2a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add much needed whitespace to jqLiteSpec.js</title>
<updated>2011-03-31T08:42:42+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-31T08:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=eccd9bfbb3d63731814941789089e1c799005fb4'/>
<id>eccd9bfbb3d63731814941789089e1c799005fb4</id>
<content type='text'>
can we agree to put more white space into our code?

I follow there rules for specs:

- 1 blank line between sections of nontrivial it block
- 2 blank lines between it blocks
- 2 blank lines between describe blocks
- 2 blank lines between beforeEach and afterEach
- no blank line between describe and the first child it
- no blank lines between two or more closing }); lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can we agree to put more white space into our code?

I follow there rules for specs:

- 1 blank line between sections of nontrivial it block
- 2 blank lines between it blocks
- 2 blank lines between describe blocks
- 2 blank lines between beforeEach and afterEach
- no blank line between describe and the first child it
- no blank lines between two or more closing }); lines
</pre>
</div>
</content>
</entry>
<entry>
<title>add specs for jqLite wrapping/node creation</title>
<updated>2011-03-31T08:20:20+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-31T08:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2d9dd1c17270d8300b909fcb2f36964662000acf'/>
<id>2d9dd1c17270d8300b909fcb2f36964662000acf</id>
<content type='text'>
tests cover:
- creating comment tags from a string
- creating script tag from a string
- wrapping document fragment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests cover:
- creating comment tags from a string
- creating script tag from a string
- wrapping document fragment
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore jqLite#append for doc fragment</title>
<updated>2011-03-31T08:19:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-31T08:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a2c42711281d6ec61b73190b47743f79143c5bb1'/>
<id>a2c42711281d6ec61b73190b47743f79143c5bb1</id>
<content type='text'>
this is needed to be compatible with jqQuery 1.5.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is needed to be compatible with jqQuery 1.5.1
</pre>
</div>
</content>
</entry>
<entry>
<title>fix jqLite#parent to be compatible with jQuery</title>
<updated>2011-03-31T08:17:34+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-31T08:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=56c00800c78d3d896fa6cb97ab97b974805152c4'/>
<id>56c00800c78d3d896fa6cb97ab97b974805152c4</id>
<content type='text'>
our original implementation doesn't work with
document fragments on IE

- tests were added to cover missing cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
our original implementation doesn't work with
document fragments on IE

- tests were added to cover missing cases
</pre>
</div>
</content>
</entry>
<entry>
<title>use document fragments to grow repeaters</title>
<updated>2011-03-30T22:24:03+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-03-29T00:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=15ec78f5eff3f8fa74714fe10986be094915c800'/>
<id>15ec78f5eff3f8fa74714fe10986be094915c800</id>
<content type='text'>
- unless we are repeating OPTION elements, buffer new nodes in document
  fragment and append them to the DOM in one go at the end
- for OPTION elements we have to keep on using the old way
  because of how option widget communicates with select widget
  this should be change, but that change is out of scope of this CL
- modify jqLite to support wrapping of document fragments
- fix jqLite documentation typo

This change unintentionally avoids the following webkit bug that
that affects repeater growth:
https://bugs.webkit.org/show_bug.cgi?id=57059

However the following bug affecting shrining of repeaters is still
unresolved https://bugs.webkit.org/show_bug.cgi?id=57061
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- unless we are repeating OPTION elements, buffer new nodes in document
  fragment and append them to the DOM in one go at the end
- for OPTION elements we have to keep on using the old way
  because of how option widget communicates with select widget
  this should be change, but that change is out of scope of this CL
- modify jqLite to support wrapping of document fragments
- fix jqLite documentation typo

This change unintentionally avoids the following webkit bug that
that affects repeater growth:
https://bugs.webkit.org/show_bug.cgi?id=57059

However the following bug affecting shrining of repeaters is still
unresolved https://bugs.webkit.org/show_bug.cgi?id=57061
</pre>
</div>
</content>
</entry>
</feed>
