<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/Rakefile, branch v0.10.3</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>feat(forms): new and improved forms</title>
<updated>2011-10-11T18:01:45+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-09-08T20:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4f78fd692c0ec51241476e6be9a4df06cd62fdd6'/>
<id>4f78fd692c0ec51241476e6be9a4df06cd62fdd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(e2e): add index-nocache.html to run e2e tests without cache</title>
<updated>2011-09-26T21:51:55+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-21T00:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2e9fed7b6c5f8c738406c4e9e65300e5d69a113a'/>
<id>2e9fed7b6c5f8c738406c4e9e65300e5d69a113a</id>
<content type='text'>
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(docs): use html5 history api for all routing in the docs app</title>
<updated>2011-09-26T21:51:53+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-08-30T09:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=13f92de6246a0af8450fde84b209211a56397fda'/>
<id>13f92de6246a0af8450fde84b209211a56397fda</id>
<content type='text'>
- Configure our docs app to use new $location with html5 history api!

- Update simple node web server to serve index.html for all links
  (rewritting).

- Update .htaccess file to serve index.html for all links (rewritting).

- At runtime determine the base href path and attach it to the DOM. We
  needed the absolute URL to get all browsers to work well.

- Because of the above, we also need to dynamically determine all needed
  js/css resources and add them to the DOM. This was needed because FF6
  would eagerly fetch resources with wrong URL since the base element is
  added to the dom at runtime.

- All content html files were moved to the partials directory, because
  with the new html5 urls it was impossible to tell if request for
  http://domain/api/angular.filter.html was an html5 url for the html
  filter doc page, or an xhr/appcache request for the content html file
  for the html filter.

f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Configure our docs app to use new $location with html5 history api!

- Update simple node web server to serve index.html for all links
  (rewritting).

- Update .htaccess file to serve index.html for all links (rewritting).

- At runtime determine the base href path and attach it to the DOM. We
  needed the absolute URL to get all browsers to work well.

- Because of the above, we also need to dynamically determine all needed
  js/css resources and add them to the DOM. This was needed because FF6
  would eagerly fetch resources with wrong URL since the base element is
  added to the dom at runtime.

- All content html files were moved to the partials directory, because
  with the new html5 urls it was impossible to tell if request for
  http://domain/api/angular.filter.html was an html5 url for the html
  filter doc page, or an xhr/appcache request for the content html file
  for the html filter.

f
</pre>
</div>
</content>
</entry>
<entry>
<title>feat (jquery): upgrade everything to jQuery 1.6.4</title>
<updated>2011-09-16T00:44:27+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-12T16:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a2a830e2273f2cb114d1889d6dece171621b046c'/>
<id>a2a830e2273f2cb114d1889d6dece171621b046c</id>
<content type='text'>
Closes #556
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #556
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(angular): externalize script load order into JSON</title>
<updated>2011-09-12T23:02:22+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-08-15T23:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a13653c81431bf51fed2a958514ebfb9aeb2dc14'/>
<id>a13653c81431bf51fed2a958514ebfb9aeb2dc14</id>
<content type='text'>
- move all script load order into angularFiles.js
- rakefile and angular-bootstrap.js use angularFiles.js to get script orders
- gen_jstd_configs.js uses angularFiles.js to generate various jstd config files
- run gen_jstd_configs.js whenever we run server.sh

Closes #470
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- move all script load order into angularFiles.js
- rakefile and angular-bootstrap.js use angularFiles.js to get script orders
- gen_jstd_configs.js uses angularFiles.js to generate various jstd config files
- run gen_jstd_configs.js whenever we run server.sh

Closes #470
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($sniffer): basic implementation of browser feature testing</title>
<updated>2011-09-08T18:37:28+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-06-23T18:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d0f459c56fdb3dae692c359a2915acb2fd063c79'/>
<id>d0f459c56fdb3dae692c359a2915acb2fd063c79</id>
<content type='text'>
This only extracts our 'hashchange' event and html5 history api detection from
$browser.

Closes #400
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This only extracts our 'hashchange' event and html5 history api detection from
$browser.

Closes #400
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($route): add events before/after route change</title>
<updated>2011-08-31T21:31:23+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-08-24T05:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ad3cc16eef0a13844e6e05abcb18c46a370f0814'/>
<id>ad3cc16eef0a13844e6e05abcb18c46a370f0814</id>
<content type='text'>
BREAKING CHANGE
* removing `onChange`

FEATURE
* adding three events: $beforeRouteChange, $afterRouteChange, $routeReload
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE
* removing `onChange`

FEATURE
* adding three events: $beforeRouteChange, $afterRouteChange, $routeReload
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(i18n): collect and convert locale info from closure</title>
<updated>2011-08-15T06:44:20+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-29T21:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=966cbd4cf8d795b1706ff400f604c6002d7e81f9'/>
<id>966cbd4cf8d795b1706ff400f604c6002d7e81f9</id>
<content type='text'>
- add i18n/closure directory with closure i18n files and
  update-closure.sh script to update them
- generate.sh script runs node.js scripts that extract localization
  rules from the closure library, transform them to a more suitable
format and dumps them into i18n/locale directory as angular's $locale
services
- update Rakefile to copy i18n files to build/ and pkg/ dirs
- copy i18n stuff during rake build
- e2e tests for several locales
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- add i18n/closure directory with closure i18n files and
  update-closure.sh script to update them
- generate.sh script runs node.js scripts that extract localization
  rules from the closure library, transform them to a more suitable
format and dumps them into i18n/locale directory as angular's $locale
services
- update Rakefile to copy i18n files to build/ and pkg/ dirs
- copy i18n stuff during rake build
- e2e tests for several locales
</pre>
</div>
</content>
</entry>
<entry>
<title>feat($locale): add default locale service for en-US</title>
<updated>2011-08-15T06:44:20+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-07-29T20:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6802a760078d9f8e305e41cc208383ca6415436f'/>
<id>6802a760078d9f8e305e41cc208383ca6415436f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(scope): remove $flush/$observe ng:eval/ng:eval-order</title>
<updated>2011-08-12T22:47:47+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2011-08-10T20:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=42062dab34192d2cb9ed66a720c0f791408c61c0'/>
<id>42062dab34192d2cb9ed66a720c0f791408c61c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
