| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-06 | gdocs.js should store files under docs/content/[collection]/ | Igor Minar | |
| 2011-06-06 | make docs/writer.js copyDir recursive | Igor Minar | |
| 2011-06-06 | add the tutorial collection to gdocs.js | Igor Minar | |
| 2011-06-06 | ignore non .ngdoc files | Igor Minar | |
| 2011-06-06 | Don't forget the_end... | Kenneth R. Culp | |
| 2011-06-06 | Latest greatest tutorial udpates. | Kenneth R. Culp | |
| 2011-06-06 | temporary hack to strip all the extra chars from google docs | Igor Minar | |
| 2011-06-06 | fix link to the tutorial page | Igor Minar | |
| 2011-06-06 | new batch of tutorial docs | Igor Minar | |
| 2011-06-06 | Move documentation under individual headings | Misko Hevery | |
| 2011-06-06 | fix syntax highlighting on the javascript | Misko Hevery | |
| 2011-06-06 | renamed tutorial so that it would sort properly | Misko Hevery | |
| 2011-06-06 | Update tutorial docs. | Kenneth R. Culp | |
| 2011-06-06 | process only tutorial files | Igor Minar | |
| 2011-06-06 | Tutorial files for your perusal. | Kenneth R. Culp | |
| 2011-06-06 | new skin WIP | Igor Minar | |
| 2011-06-06 | added input#val method | Di Peng | |
| Closes #237 | |||
| 2011-06-05 | renamed $pause to $sleep AND $wait to $pause | Di Peng | |
| Closes #207 | |||
| 2011-06-03 | fixed opera date.toISOString issue | Di Peng | |
| Closes #365 | |||
| 2011-06-02 | Fix CSS tests on Opera | Vojta Jina | |
| Opera translates name colors to numbers (red -> #ff0000) Other browsers like FF or Chrome translate number to rgb (#ff0000 -> rgb(255, 0, 0) So avoiding colors in tests is probably the easiest solution... | |||
| 2011-06-02 | Fix formatError for FF4 and Opera | Vojta Jina | |
| Other browsers prepend "Error: <Exception name>" to stack, but FF4 and Opera do not. So when formatting error we prepend it by hand, when not present... | |||
| 2011-06-02 | Fix IE bug - ng:href | Vojta Jina | |
| ng:href was producing unclickable links, as the event propagation was stopped by 'a' widget All links in regression/issue-352.html were tested in: * Chrome 11 * Opera 11 * Firefox 4 * IE7, IE8 Closes #352 | |||
| 2011-06-02 | Refactor $browser's lazy start polling | Vojta Jina | |
| + unit tests | |||
| 2011-06-02 | Fix hashchange event on IE8 compatibility mode | Vojta Jina | |
| Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event. Closes #353 | |||
| 2011-06-02 | Fix unit test in IE7 | Vojta Jina | |
| 2011-05-31 | Rename deprecated wasCalled() -> toHaveBeenCalled() in all specs | Vojta Jina | |
| As well as wasNotCalled(), wasCalledWith(), wasNotCalledWith() | |||
| 2011-05-31 | Normalize IE XHR bug (status code 1223 to 204) | Vojta Jina | |
| See http://bugs.jquery.com/ticket/1450 | |||
| 2011-05-19 | Remove trailing white spaces from all source files | Vojta Jina | |
| find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$// | |||
| 2011-05-19 | JSTD adapter for running e2e tests | Vojta Jina | |
| Couple of changes into angular.scenario runner: - add autotest config (runs tests when document ready) - update ObjectModel (forwards events) - use only one ObjectModel instance for all outputters - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step - fix generating spec.ids - fix 'html' output so that it does not mutate ObjectModel Couple of changes into docs / generator: - rename copy -> copyTpl - move docs/static into docs/examples (to avoid conflict with jstd proxy) Running all docs e2e tests: ======================================================== 1/ compile angular-scenario, jstd-scenario-adapter >> rake compile 2/ build docs >> rake docs 3/ start jstd server >> ./server-scenario.sh 4/ capture some browser 5/ run node server to serve static content >> node ../lib/nodeserver/server.js 6/ run tests >> ./test-scenario.sh | |||
| 2011-05-19 | XHR should add Content-type header only for POST | Vojta Jina | |
| Sending Content-type header causes JSTD (Jetty) proxy to change GET methods into POST. | |||
| 2011-05-19 | Don't check url (by HEAD request) before navigateTo | Vojta Jina | |
| Removed angular.scenario.Application.checkUrlStatus_ method and these tests: * should call error handler if status check fails * should perform a HEAD request to verify file existence * should call error handler if status code is less than 200 * should call error handler if status code is greater than 299 * should call error handler if status code is greater than 299 | |||
| 2011-05-13 | fix widget example code | Igor Minar | |
| 2011-05-02 | fix broken link $xhr docs | Igor Minar | |
| 2011-04-26 | fix url validator example | Igor Minar | |
| 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-22 | fix typo in scenario jsdocs | Igor Minar | |
| 2011-04-20 | fix Cookbook link in getting started doc | Igor Minar | |
| 2011-04-16 | Added a bit more documentation to ng:autobind to explain some of the semantics | Craig Tataryn | |
| 2011-04-15 | spelling fix | Anthony Lieuallen | |
| 2011-04-12 | Have iit have higher priority then ddesrcibe | Misko Hevery | |
| 2011-04-12 | preparing the 0.9.16 weather-control iteration | Igor Minar | |
| 2011-04-11 | cutting the 0.9.15 lethal-stutter releasev0.9.15 | Igor Minar | |
| 2011-04-11 | release notes for 0.9.15 lethal-stutter release | Igor Minar | |
| 2011-04-11 | fix indentation in angular.filter.html examples | Igor Minar | |
| 2011-04-11 | fix e2e runner's navigateTo when url contains # fragment | Igor Minar | |
| 2011-04-11 | add test for ng:view sync cache regression | Igor Minar | |
| test for 9bd2c396 | |||
| 2011-04-11 | doc fix - ng:autobind, ng:controller and more | Kenneth R. Culp | |
| 2011-04-10 | fix typo in angular.widget docs | Igor Minar | |
| 2011-04-09 | fix build for IE9 | Igor Minar | |
| all unit tests now pass under IE9 | |||
| 2011-04-08 | fix e2e runner tests | Igor Minar | |
