aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-06-06gdocs.js should store files under docs/content/[collection]/Igor Minar
2011-06-06make docs/writer.js copyDir recursiveIgor Minar
2011-06-06add the tutorial collection to gdocs.jsIgor Minar
2011-06-06ignore non .ngdoc filesIgor Minar
2011-06-06Don't forget the_end...Kenneth R. Culp
2011-06-06Latest greatest tutorial udpates.Kenneth R. Culp
2011-06-06temporary hack to strip all the extra chars from google docsIgor Minar
2011-06-06fix link to the tutorial pageIgor Minar
2011-06-06new batch of tutorial docsIgor Minar
2011-06-06Move documentation under individual headingsMisko Hevery
2011-06-06fix syntax highlighting on the javascriptMisko Hevery
2011-06-06renamed tutorial so that it would sort properlyMisko Hevery
2011-06-06Update tutorial docs.Kenneth R. Culp
2011-06-06process only tutorial filesIgor Minar
2011-06-06Tutorial files for your perusal.Kenneth R. Culp
2011-06-06new skin WIPIgor Minar
2011-06-06added input#val methodDi Peng
Closes #237
2011-06-05renamed $pause to $sleep AND $wait to $pauseDi Peng
Closes #207
2011-06-03fixed opera date.toISOString issueDi Peng
Closes #365
2011-06-02Fix CSS tests on OperaVojta 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-02Fix formatError for FF4 and OperaVojta 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-02Fix IE bug - ng:hrefVojta 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-02Refactor $browser's lazy start pollingVojta Jina
+ unit tests
2011-06-02Fix hashchange event on IE8 compatibility modeVojta 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-02Fix unit test in IE7Vojta Jina
2011-05-31Rename deprecated wasCalled() -> toHaveBeenCalled() in all specsVojta Jina
As well as wasNotCalled(), wasCalledWith(), wasNotCalledWith()
2011-05-31Normalize IE XHR bug (status code 1223 to 204)Vojta Jina
See http://bugs.jquery.com/ticket/1450
2011-05-19Remove trailing white spaces from all source filesVojta Jina
find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$//
2011-05-19JSTD adapter for running e2e testsVojta 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-19XHR should add Content-type header only for POSTVojta Jina
Sending Content-type header causes JSTD (Jetty) proxy to change GET methods into POST.
2011-05-19Don't check url (by HEAD request) before navigateToVojta 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-13fix widget example codeIgor Minar
2011-05-02fix broken link $xhr docsIgor Minar
2011-04-26fix url validator exampleIgor Minar
2011-04-25Fix 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-22fix typo in scenario jsdocsIgor Minar
2011-04-20fix Cookbook link in getting started docIgor Minar
2011-04-16Added a bit more documentation to ng:autobind to explain some of the semanticsCraig Tataryn
2011-04-15spelling fixAnthony Lieuallen
2011-04-12Have iit have higher priority then ddesrcibeMisko Hevery
2011-04-12preparing the 0.9.16 weather-control iterationIgor Minar
2011-04-11cutting the 0.9.15 lethal-stutter releasev0.9.15Igor Minar
2011-04-11release notes for 0.9.15 lethal-stutter releaseIgor Minar
2011-04-11fix indentation in angular.filter.html examplesIgor Minar
2011-04-11fix e2e runner's navigateTo when url contains # fragmentIgor Minar
2011-04-11add test for ng:view sync cache regressionIgor Minar
test for 9bd2c396
2011-04-11doc fix - ng:autobind, ng:controller and moreKenneth R. Culp
2011-04-10fix typo in angular.widget docsIgor Minar
2011-04-09fix build for IE9Igor Minar
all unit tests now pass under IE9
2011-04-08fix e2e runner testsIgor Minar