Igor Minar
c51273b1fb
Add test coverage analysis.
...
- 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.
2010-11-12 16:13:53 -08:00
Misko Hevery
3d6a099d6e
changed to showdown from markup. added validator overview
2010-11-05 13:32:37 -07:00
Misko Hevery
47066e70e1
added documentation for ng:include and ng:widget and test for doc collector.
2010-11-04 14:24:31 -07:00
Misko Hevery
b246d6e2ab
rename Index.js to index.js
2010-11-04 11:02:45 -07:00
Misko Hevery
659af29adb
jsdoc parser + generator + viewer + scenario runner
...
- parse jsdocs from source code
- generate prerendered (markdown + mustache) partials
- generate json
- generate scenario runner for examples in docs
- basic angular doc viewer
2010-11-03 09:47:22 -07:00
Elliott Sprehn
5524d2b0fb
Check if file exists (not a 404) and that document is accessible and not using file:// URLs in Application
2010-10-29 11:40:56 -07:00
Misko Hevery
4fdab37659
create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.
...
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 (&xAB; etc..) and ignoring
any whitespace.
- Correct linky filter to use safeHtmlWriter
- Correct html filter to use safeHtmlWriter
Close #33 ; Close #34
2010-10-26 13:41:07 -07:00
Elliott Sprehn
64063b5d41
Fix issue where directories don't have a slash on the end and allow specifying a different port
2010-10-23 14:22:54 -07:00
Misko Hevery
6ddcf91861
Fix test which was causing the Chrome runner to fail. Upgraded JSTD to latest. Cleanup whitespace.
2010-10-23 13:12:45 -07:00
Misko Hevery
8a867cee22
Workaround for http://bugs.jquery.com/ticket/7292
2010-10-22 22:46:51 -07:00
Elliott Sprehn
b41bc98c54
Better nodeserver that implements an HTTP server more completely
2010-10-22 00:26:05 +08:00
Misko Hevery
05d4971abb
fix some of the failing ie tests
2010-10-20 23:17:59 -07:00
Misko Hevery
977cb7e03e
upgrade jstd
2010-10-19 16:02:41 -07:00
Misko Hevery
352dbfa38f
upgraded jasmine to 1.0.1
...
Close #63
2010-10-17 21:13:28 -07:00
Misko Hevery
a36964799b
fixed lint warnings and one flaky test
2010-10-15 13:44:53 -07:00
Misko Hevery
d320e3d2c3
Updated JSTD
2010-10-15 11:58:55 -07:00
Bolek Szewczyk
af030b888e
delete unused files (e.g. swfobject and underscore libs)
2010-09-23 12:38:28 +02:00
Igor Minar
9dfdac2be2
Upgrade JsTestDriver to 1.2.2 sans annoying 'runTestConfiguration' logging
2010-09-21 10:06:49 +02:00
Igor Minar
558f22138c
Upgrade closure compiler to the latest version
2010-09-21 10:05:11 +02:00
Misko Hevery
5dda723185
improved handling of text fields when formater fails to prevent clobering of field
2010-05-10 20:24:20 -07:00
Misko Hevery
e78405f6ed
more if tests pass
2010-04-21 12:50:05 -07:00
Misko Hevery
22d93e0a3b
fixes to enable ie
2010-04-20 18:14:13 -07:00
Misko Hevery
9f9bdcf3d1
lint
2010-04-19 14:41:36 -07:00
Misko Hevery
843bd355d2
various bug fixes
2010-04-09 16:20:15 -07:00
Misko Hevery
c4ef1f2fdd
tests failing jstd to show cory
2010-04-08 13:43:40 -07:00
Misko Hevery
1c670b2a7c
added ng:include
2010-04-05 14:09:25 -07:00
Misko Hevery
a80a61839a
injection is now working
2010-04-03 17:04:36 -07:00
Misko Hevery
c655b884e2
tests broken, but bootstrap works
2010-03-29 10:40:57 -07:00
Misko Hevery
3d36942400
merge
2010-03-24 12:08:48 -07:00
Misko Hevery
7c87c17d08
upgraded jquery to 1.4.2 and made ng-action work with jquery
2010-03-22 18:20:49 -07:00
Misko Hevery
df607da0d1
support for templates
2010-03-18 14:43:49 -07:00
Adam Abrons
f9f181a33e
copy response into resource on save. update jstestdriver
2010-03-15 15:02:52 -07:00
Misko Hevery
cc71b745c3
added resources; removed compiled code
2010-03-15 14:36:50 -07:00
Misko Hevery
97c02c9def
upgraded underscore.js for ie compatibility
2010-02-20 14:56:06 -08:00
Misko Hevery
a2540fd581
fixes to make it pass on IE
2010-01-25 23:49:52 -08:00
Misko Hevery
efad9ec5be
changes to make it closure compiler compatible
2010-01-24 17:10:58 -08:00
Misko Hevery
a12b81773f
added jquery 1.4 and mute to twitter client
2010-01-20 07:24:30 -08:00
Misko Hevery
595b4ea097
checkpoint for integration with angular
2010-01-18 10:47:03 -08:00
Misko Hevery
9b9a0dadcc
removed nglr namespace
2010-01-09 15:02:43 -08:00
Adam Abrons
c9c176a53b
angular.js
2010-01-05 16:36:58 -08:00