| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-21 | chore(version.yaml): preparing version.yaml for 0.9.20 | Igor Minar | |
| 2011-08-21 | cutting the 0.9.19 canine-psychokinesis releasev0.9.19 | Igor Minar | |
| 2011-08-21 | fix(docs): work around the lame ng:show directive | Igor Minar | |
| 2011-08-21 | fix(docs): change docs.css to avoid css clashes in buzz example | Igor Minar | |
| 2011-08-21 | fix(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-19 | fix(sample): Fix for jsFiddle integration | Di Peng | |
| 2011-08-19 | feat($route): add reloadOnSearch route param to avoid reloads | Igor 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-19 | feat($xhr,$resource): expose response headers in callbacks | Karl Seamon | |
| all $xhr*, $resource and related mocks now have access to headers from their callbacks | |||
| 2011-08-19 | fix($resource): properly call error callback when resource is called with ↵ | Karl Seamon | |
| two arguments | |||
| 2011-08-19 | feat(test): toHaveBeenCalledOnce jasmine matcher | Vojta Jina | |
| 2011-08-19 | doc(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-19 | refactor(jqLite): remove jqLite show/hide support | Igor 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-19 | chore(jasmine): disable 'Jasmine waiting for..' msg | Igor Minar | |
| 2011-08-19 | fix(directives): make ng:class-even/odd work with ng:class | Di Peng | |
| Closes #508 | |||
| 2011-08-18 | fix(bootstrap): missing var failed strict mode boot | Misko Hevery | |
| 2011-08-18 | doc($browser): remove duplication of $browser to docs | Vojta Jina | |
| This was causing to show up the "$browser" twice in the menu. | |||
| 2011-08-18 | doc($browser): hide $browser.notifyWhenNoOustandingRequest method | Vojta Jina | |
| Closes #506 | |||
| 2011-08-18 | refactor(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-18 | doc(xhr): add e2e test for JSONP error handling | Di Peng | |
| - add e2e tests - refactor the example by removing clear button and simplifying the code | |||
| 2011-08-18 | feat($browser): JSONP error handling | Di 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-18 | doc(tutorial): updates needed for 0.9.18 rebase | Igor Minar | |
| 2011-08-18 | fix(docs): fix qfs.read() encoding issue | DiPeng | |
| - must use binary reading when using read function in q-fs module otherwise some unicode character may be garbled. Closes #497 | |||
| 2011-08-18 | fix($xhr.error): fix docs and add missed breaking change | Vojta 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-18 | doc(typos): fix couple of typos in the docs | dandoyon | |
| Minor documentation fixes. Should not be any code changes. One test changed due to dependency on text in documentation. | |||
| 2011-08-18 | prepare the 0.9.19 canine-psychokinesis iteration | Igor Minar | |
| 2011-08-18 | fix(Rakefile): index-jq.html needs to be rewritten like index.html | Igor Minar | |
| 2011-08-18 | doc(release notes): small fixes for the 0.9.18 release | Igor Minar | |
| 2011-07-29 | cutting the 0.9.18 jiggling-armfat releasev0.9.18 | Igor Minar | |
| 2011-07-29 | doc(release notes): release notes for the 0.9.18 jiggling-armfat release | Igor Minar | |
| 2011-07-29 | doc(date filter): fix dashes in api docs | Igor Minar | |
| 2011-07-29 | doc(contribute): add npm & q dependencies to setup instructions | Igor Minar | |
| 2011-07-29 | doc(index.html): change the order of elements in the navbar | Igor 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-29 | doc(css): make all navbar links bold | Igor Minar | |
| 2011-07-29 | doc(started): fixing up the doc and adding link to the tutorial | Igor Minar | |
| 2011-07-29 | doc(guide): various fixes and improvements | Igor Minar | |
| 2011-07-29 | doc(tutorial): fixes and improvements from Toni and Ben | Igor Minar | |
| 2011-07-29 | feat(tutorial): add an arrow to 'Workspace Reset Instructions' links | Igor 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-27 | feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resource | Karl Seamon | |
| Closes #408 | |||
| 2011-07-27 | style(): fix couple of missing semi-colons | Vojta Jina | |
| 2011-07-27 | test(filter.date): fix e2e test to pass on different time zones | Vojta Jina | |
| 2011-07-26 | feat(docs): add full offline support | Di Peng | |
| 2011-07-26 | feat(docs): add a changelog link to the footer | Di Peng | |
| 2011-07-26 | fix(ng:show/ng:hide): use jqLite.show/jqLite.hide | Di 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-26 | doc(tutorial): fix navigation widget to work without jQuery | Vojta Jina | |
| jqLite doesn't support class selectors, can find only by tag name... | |||
| 2011-07-26 | feat(number/currency filter): format numbers and currency using pattern | Di Peng | |
| both numbers and currency need to be formatted using a generic pattern which can be replaced for a different pattern when angular is working in a non en-US locale for now only en-US locale is supported, but that will change in the future | |||
| 2011-07-26 | style(ng:options): fix style and some docs | Igor Minar | |
| 2011-07-26 | fix(ng:options): add support for option groups | Misko Hevery | |
| Closes# 450 | |||
| 2011-07-26 | fix(directive): ng:options to support ng:change | Misko Hevery | |
| Closes #463 | |||
| 2011-07-26 | fix(directive): ng:options to support iterating over objects | Misko Hevery | |
| Closes #448 | |||
| 2011-07-26 | fix(directive): ng:options incorrectly re-grew options on datasource change | Misko Hevery | |
| Closes #464 | |||
