| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-25 | Fix some typos, missing semi-colons, etc... | Vojta Jina | |
| This is a combination of 4 commits: * Fix some small typos, missing semi-colons, etc. * Fix comment for angular.scenario.SpecRunner.run method * Fixed some missing semi-colons in cookbook * Fixed missing semi-colon in nodeserver/server.js | |||
| 2011-04-12 | Have iit have higher priority then ddesrcibe | Misko Hevery | |
| 2011-04-01 | upgrade jstd to 1.3.2 + improve test-coverage.sh script | Igor Minar | |
| 2011-03-26 | upgrade closure compiler to version 20110322 | Igor Minar | |
| the new version minifies our js better: before | after | diff ----------------------------------------- min | 62161 | 60868 | -2.1% min+gzip | 25176 | 24552 | -2.5% | |||
| 2011-03-26 | renaming lib/compiler-closure to lib/closure-compiler | Igor Minar | |
| 2011-03-07 | upgrading jasmin-jstd-adapter to 1ade1ad7cad4caadb3a3 11-03-07 | Igor Minar | |
| 2011-03-07 | jstd r899 2011-02-18 (post 1.3.1) + fix for jasmine adapter. | Igor Minar | |
| 2011-02-15 | split up services into individual files | Igor Minar | |
| - split up services into files under src/service - split up specs into files under test/service - rewrite all specs so that they don't depend on one global forEach - get rid of obsolete code and tests in ng:switch - rename mock $log spec from "$log" to "$log mock" | |||
| 2011-02-01 | upgrading jstd to r845 | Igor Minar | |
| 2011-01-31 | upgrading jstd to r844 2011-01-31 | Igor Minar | |
| 2011-01-10 | complete rewrite of documentation generation | Misko Hevery | |
| - romeved mustache.js - unified templates - improved testability of the code | |||
| 2011-01-07 | jasmine adapter with better stack traces | Igor Minar | |
| 2011-01-07 | remove unused jquery ui lib | Igor Minar | |
| 2011-01-06 | upgrade to latest jasmine adapter | Misko Hevery | |
| 2010-12-28 | upgrading JSTD to r788 | Igor Minar | |
| 2010-11-12 | Add test coverage analysis. | Igor Minar | |
| - 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-05 | changed to showdown from markup. added validator overview | Misko Hevery | |
| 2010-11-04 | added documentation for ng:include and ng:widget and test for doc collector. | Misko Hevery | |
| 2010-11-04 | rename Index.js to index.js | Misko Hevery | |
| 2010-11-03 | jsdoc parser + generator + viewer + scenario runner | Misko Hevery | |
| - parse jsdocs from source code - generate prerendered (markdown + mustache) partials - generate json - generate scenario runner for examples in docs - basic angular doc viewer | |||
| 2010-10-29 | Check if file exists (not a 404) and that document is accessible and not ↵ | Elliott Sprehn | |
| using file:// URLs in Application | |||
| 2010-10-26 | create HTML sanitizer to allow inclusion of untrusted HTML in safe manner. | Misko Hevery | |
| 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-23 | Fix issue where directories don't have a slash on the end and allow ↵ | Elliott Sprehn | |
| specifying a different port | |||
| 2010-10-23 | Fix test which was causing the Chrome runner to fail. Upgraded JSTD to ↵ | Misko Hevery | |
| latest. Cleanup whitespace. | |||
| 2010-10-22 | Workaround for http://bugs.jquery.com/ticket/7292 | Misko Hevery | |
| 2010-10-22 | Better nodeserver that implements an HTTP server more completely | Elliott Sprehn | |
| 2010-10-20 | fix some of the failing ie tests | Misko Hevery | |
| 2010-10-19 | upgrade jstd | Misko Hevery | |
| 2010-10-17 | upgraded jasmine to 1.0.1 | Misko Hevery | |
| Close #63 | |||
| 2010-10-15 | fixed lint warnings and one flaky test | Misko Hevery | |
| 2010-10-15 | Updated JSTD | Misko Hevery | |
| 2010-09-23 | delete unused files (e.g. swfobject and underscore libs) | Bolek Szewczyk | |
| 2010-09-21 | Upgrade JsTestDriver to 1.2.2 sans annoying 'runTestConfiguration' logging | Igor Minar | |
| 2010-09-21 | Upgrade closure compiler to the latest version | Igor Minar | |
| 2010-05-10 | improved handling of text fields when formater fails to prevent clobering of ↵ | Misko Hevery | |
| field | |||
| 2010-04-21 | more if tests pass | Misko Hevery | |
| 2010-04-20 | fixes to enable ie | Misko Hevery | |
| 2010-04-19 | lint | Misko Hevery | |
| 2010-04-09 | various bug fixes | Misko Hevery | |
| 2010-04-08 | tests failing jstd to show cory | Misko Hevery | |
| 2010-04-05 | added ng:include | Misko Hevery | |
| 2010-04-03 | injection is now working | Misko Hevery | |
| 2010-03-29 | tests broken, but bootstrap works | Misko Hevery | |
| 2010-03-24 | merge | Misko Hevery | |
| 2010-03-22 | upgraded jquery to 1.4.2 and made ng-action work with jquery | Misko Hevery | |
| 2010-03-18 | support for templates | Misko Hevery | |
| 2010-03-15 | copy response into resource on save. update jstestdriver | Adam Abrons | |
| 2010-03-15 | added resources; removed compiled code | Misko Hevery | |
| 2010-02-20 | upgraded underscore.js for ie compatibility | Misko Hevery | |
| 2010-01-25 | fixes to make it pass on IE | Misko Hevery | |
