aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-09-06fix(docs): use window.execScript instead of window.eval on IEIgor Minar
IE's window.eval doesn't execute in the global context, so we have to use window.execScript instead which works like window.eval on normal browsers. However execScript throws an exception when an empty string is passed in, so I created a workaround with a workaround.
2011-09-06fix($browser.xhr): not convert 0 status to 200Vojta Jina
2011-09-02test(coockbook/mvc): disable tic tac toe e2e testIgor Minar
it looks like under certain circumstances the location service doesn't propagate chages to window.loction. I'm disabling this test now, it is passing on the master branch (0.10.0)
2011-09-02test(jsonp): fixing jsonp e2e testsIgor Minar
- buzz api keeps on throttling our requests which makes our build fail so I'm disabling the buzz demo e2e test - the $xhr service jsonp test was modified to use jsonp on angularjs.org instead of buzz api for the same reason as mentioned above
2011-09-02fix(test): improve $cookie service test to work with Safari 5.1Igor Minar
the max size for safari cookies has changed sligtly so I had to adjust the test to make cookie creation fail on this browser
2011-08-21fix(docs): remove more unecessary use of hide() and show() methodDi Peng
- tutorial section of docs fails to render properly as doc:tutorial-instructions widget uses deprecated show and hide methods of jQlite.
2011-08-21chore(version.yaml): preparing version.yaml for 0.9.20Igor Minar
2011-08-21cutting the 0.9.19 canine-psychokinesis releasev0.9.19Igor Minar
2011-08-21fix(docs): work around the lame ng:show directiveIgor Minar
2011-08-21fix(docs): change docs.css to avoid css clashes in buzz exampleIgor Minar
2011-08-21fix(ng:options): remove memory leak caused by scope.Igor Minar
$new can't be used for creation of temporary scopes because it registers an onEval listener that doesn't go away and keeps the scope around, we must use inherit(scope) instead to avoid this issue. The issue does not apply to the master branch with the new scope which has a scope descructor to clean up this mess.
2011-08-19fix(sample): Fix for jsFiddle integrationDi Peng
2011-08-19feat($route): add reloadOnSearch route param to avoid reloadsIgor Minar
In order to avoid unnecesary route reloads when just hashSearch part of the url changes, it is now possible to disable this behavior by setting reloadOnSearch param of the route declaration to false. Closes #354
2011-08-19feat($xhr,$resource): expose response headers in callbacksKarl Seamon
all $xhr*, $resource and related mocks now have access to headers from their callbacks
2011-08-19fix($resource): properly call error callback when resource is called with ↵Karl Seamon
two arguments
2011-08-19feat(test): toHaveBeenCalledOnce jasmine matcherVojta Jina
2011-08-19doc(sample): Add javascript sandbox integration (jsFiddle)dandoyon
Change doc_widget.js to: - render "edit in jsfiddle" button next to all examples - make opt out certain examples by adding jsfiddle="false" attribute to doc:source element
2011-08-19refactor(jqLite): remove jqLite show/hide supportIgor Minar
it turns out that even with our tricks, jqLite#show is not usable in practice and definitely not on par with jQuery. so rather than introducing half-baked apis which introduce issues, I'm removing them. I also removed show/hide uses from docs, since they are not needed. Breaks jqLite.hide/jqLite.show which are no longer available.
2011-08-19chore(jasmine): disable 'Jasmine waiting for..' msgIgor Minar
2011-08-19fix(directives): make ng:class-even/odd work with ng:classDi Peng
Closes #508
2011-08-18fix(bootstrap): missing var failed strict mode bootMisko Hevery
2011-08-18doc($browser): remove duplication of $browser to docsVojta Jina
This was causing to show up the "$browser" twice in the menu.
2011-08-18doc($browser): hide $browser.notifyWhenNoOustandingRequest methodVojta Jina
Closes #506
2011-08-18refactor(widgets): remove input[button, submit, reset, image] and button ↵Di Peng
windgets These widgets are useless and only trigger extra $updateViews. The only reason we had them was to support ng:change on these widgets, but since there are no bindings present in these cases it doesn't make sense to support ng:change here. It's likely just a leftover from getangular.com Breaking change: ng:change for input[button], input[submit], input[reset], input[image] and button widgets is not supported any more
2011-08-18doc(xhr): add e2e test for JSONP error handlingDi Peng
- add e2e tests - refactor the example by removing clear button and simplifying the code
2011-08-18feat($browser): JSONP error handlingDi Peng
since we don't know if the error was due to a client error (4xx) or server error (5xx), we leave the status code as undefined.
2011-08-18doc(tutorial): updates needed for 0.9.18 rebaseIgor Minar
2011-08-18fix(docs): fix qfs.read() encoding issueDiPeng
- must use binary reading when using read function in q-fs module otherwise some unicode character may be garbled. Closes #497
2011-08-18fix($xhr.error): fix docs and add missed breaking changeVojta Jina
$xhr.error's first argument (request) has no callback property anymore, it's called success now... This breaking change was introduced by b5594a773a6f07dcba914aa385f92d3305285b24
2011-08-18doc(typos): fix couple of typos in the docsdandoyon
Minor documentation fixes. Should not be any code changes. One test changed due to dependency on text in documentation.
2011-08-18prepare the 0.9.19 canine-psychokinesis iterationIgor Minar
2011-08-18fix(Rakefile): index-jq.html needs to be rewritten like index.htmlIgor Minar
2011-08-18doc(release notes): small fixes for the 0.9.18 releaseIgor Minar
2011-07-29cutting the 0.9.18 jiggling-armfat releasev0.9.18Igor Minar
2011-07-29doc(release notes): release notes for the 0.9.18 jiggling-armfat releaseIgor Minar
2011-07-29doc(date filter): fix dashes in api docsIgor Minar
2011-07-29doc(contribute): add npm & q dependencies to setup instructionsIgor Minar
2011-07-29doc(index.html): change the order of elements in the navbarIgor Minar
Users often don't see Tutorial and go straight to crappy Dev Guide, changing the order should help find them right content in the right order.
2011-07-29doc(css): make all navbar links boldIgor Minar
2011-07-29doc(started): fixing up the doc and adding link to the tutorialIgor Minar
2011-07-29doc(guide): various fixes and improvementsIgor Minar
2011-07-29doc(tutorial): fixes and improvements from Toni and BenIgor Minar
2011-07-29feat(tutorial): add an arrow to 'Workspace Reset Instructions' linksIgor Minar
The arrow is a hint that user won't navigate to a new page, but instead the instructions will be displayed inline.
2011-07-27feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resourceKarl Seamon
Closes #408
2011-07-27style(): fix couple of missing semi-colonsVojta Jina
2011-07-27test(filter.date): fix e2e test to pass on different time zonesVojta Jina
2011-07-26feat(docs): add full offline supportDi Peng
2011-07-26feat(docs): add a changelog link to the footerDi Peng
2011-07-26fix(ng:show/ng:hide): use jqLite.show/jqLite.hideDi Peng
The previous implementation didn't handle situation when in css something was hidden with a cascaded display:none rule and then we wanted to show it. Unfortunatelly our test doesn't test this scenario because it's too complicated. :-/
2011-07-26doc(tutorial): fix navigation widget to work without jQueryVojta Jina
jqLite doesn't support class selectors, can find only by tag name...