<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib, branch v0.9.4</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>Add test coverage analysis.</title>
<updated>2010-11-13T00:13:53+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2010-11-05T17:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=c51273b1fbae1d7cf1de105dca09d3db7fd84bec'/>
<id>c51273b1fbae1d7cf1de105dca09d3db7fd84bec</id>
<content type='text'>
- jstd upgrade to head from 2010-11-11
- coverage plugin from the same head as jstd
- test-coverage.sh and server-coverage.sh scripts
- jstd configuration

Generate html by installing lconv (brew or port) and run:

genhtml tmp/lcov/jsTestDriver.conf-coverage.dat

to generate html docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- jstd upgrade to head from 2010-11-11
- coverage plugin from the same head as jstd
- test-coverage.sh and server-coverage.sh scripts
- jstd configuration

Generate html by installing lconv (brew or port) and run:

genhtml tmp/lcov/jsTestDriver.conf-coverage.dat

to generate html docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>changed to showdown from markup. added validator overview</title>
<updated>2010-11-05T20:32:37+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-11-05T00:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=3d6a099d6e40f1e12f6349843218987d472d0f3c'/>
<id>3d6a099d6e40f1e12f6349843218987d472d0f3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added documentation for ng:include and ng:widget and test for doc collector.</title>
<updated>2010-11-04T21:24:31+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-11-04T21:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=47066e70e1621ff74bd2cd6b5853ca3c5841aba6'/>
<id>47066e70e1621ff74bd2cd6b5853ca3c5841aba6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename Index.js to index.js</title>
<updated>2010-11-04T18:02:45+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-11-04T18:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b246d6e2ab203f12cfc2ca239bc11393bae087a2'/>
<id>b246d6e2ab203f12cfc2ca239bc11393bae087a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>jsdoc parser + generator + viewer + scenario runner</title>
<updated>2010-11-03T16:47:22+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-27T22:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=659af29adbd041fbbbaf041ead53266210a61f4e'/>
<id>659af29adbd041fbbbaf041ead53266210a61f4e</id>
<content type='text'>
- parse jsdocs from source code
- generate prerendered (markdown + mustache) partials
- generate json
- generate scenario runner for examples in docs
- basic angular doc viewer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- parse jsdocs from source code
- generate prerendered (markdown + mustache) partials
- generate json
- generate scenario runner for examples in docs
- basic angular doc viewer
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if file exists (not a 404) and that document is accessible and not using file:// URLs in Application</title>
<updated>2010-10-29T18:40:56+00:00</updated>
<author>
<name>Elliott Sprehn</name>
</author>
<published>2010-10-28T02:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5524d2b0fb9b87ef0d1beec092337f836a1043a8'/>
<id>5524d2b0fb9b87ef0d1beec092337f836a1043a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.</title>
<updated>2010-10-26T20:41:07+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-19T04:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4fdab3765919e9fffc6d2f84e74754b1012997be'/>
<id>4fdab3765919e9fffc6d2f84e74754b1012997be</id>
<content type='text'>
Sanitization works in two phases:
 1) We parse the HTML into sax-like events (start, end, chars).
    HTML parsing is very complex, and so it may very well be that what
    most browser consider valid HTML may not pares properly here,
    but we do best effort. We treat this parser as untrusted.
 2) We have safe sanitizeWriter which treats its input (start, end, chars)
    as untrusted content and escapes everything. It only allows elements
    in the whitelist and only allows attributes which are whitelisted.
    Any attribute value must not start with 'javascript:'. This check
    is performed after escaping for entity (&amp;xAB; etc..) and ignoring
    any whitespace.

 - Correct linky filter to use safeHtmlWriter
 - Correct html filter to use safeHtmlWriter

Close #33; Close #34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sanitization works in two phases:
 1) We parse the HTML into sax-like events (start, end, chars).
    HTML parsing is very complex, and so it may very well be that what
    most browser consider valid HTML may not pares properly here,
    but we do best effort. We treat this parser as untrusted.
 2) We have safe sanitizeWriter which treats its input (start, end, chars)
    as untrusted content and escapes everything. It only allows elements
    in the whitelist and only allows attributes which are whitelisted.
    Any attribute value must not start with 'javascript:'. This check
    is performed after escaping for entity (&amp;xAB; etc..) and ignoring
    any whitespace.

 - Correct linky filter to use safeHtmlWriter
 - Correct html filter to use safeHtmlWriter

Close #33; Close #34
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue where directories don't have a slash on the end and allow specifying a different port</title>
<updated>2010-10-23T21:22:54+00:00</updated>
<author>
<name>Elliott Sprehn</name>
</author>
<published>2010-10-22T02:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=64063b5d41c5ebac2835a83d9da40974da4d4820'/>
<id>64063b5d41c5ebac2835a83d9da40974da4d4820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test which was causing the Chrome runner to fail. Upgraded JSTD to latest. Cleanup whitespace.</title>
<updated>2010-10-23T20:12:45+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-23T20:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6ddcf918610c1dd094a964fc03e129a67f17dfaa'/>
<id>6ddcf918610c1dd094a964fc03e129a67f17dfaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for http://bugs.jquery.com/ticket/7292</title>
<updated>2010-10-23T05:46:51+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-23T05:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8a867cee229b78f5bfde6a05fdbe0d7d3d608e11'/>
<id>8a867cee229b78f5bfde6a05fdbe0d7d3d608e11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
