| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-15 | chore(.idea): remove all obsolete idea files | Igor Minar | |
| 2011-08-14 | feat(i18n): add i18n/locale rule set files | Igor Minar | |
| 2011-08-14 | break(date): remove support for 'long', 'longtime' date formats and 'z' flag | Igor Minar | |
| The support for the 'z' formatting flag was removed becase the timezone info can't be retrieved from the browser apis (except for en-US locale on some but not all browsers). For this reason we don't want to support this flag at all. Related to this, since the 'long' and 'longtime' datetime formats require the 'z' flag in the formatting string, we are removing support for this format as well. | |||
| 2011-08-14 | feat(i18n): collect and convert locale info from closure | Di Peng | |
| - add i18n/closure directory with closure i18n files and update-closure.sh script to update them - generate.sh script runs node.js scripts that extract localization rules from the closure library, transform them to a more suitable format and dumps them into i18n/locale directory as angular's $locale services - update Rakefile to copy i18n files to build/ and pkg/ dirs - copy i18n stuff during rake build - e2e tests for several locales | |||
| 2011-08-14 | refactor(date,curreny,number): inject and use $locale in filters | Di Peng | |
| - filter.number, filter.currency and filter.date are injected with $locale service so that we can just swap the service to localize these - date filter was beefed up in order to support literal strings found in localization rules | |||
| 2011-08-14 | feat($locale): add default locale service for en-US | Di Peng | |
| 2011-08-14 | fix(directives): make ng:class-even/odd work with ng:class | Di Peng | |
| Closes #508 | |||
| 2011-08-14 | refactor(scope): non-recursive $digest method | Misko Hevery | |
| 2011-08-14 | refactor(scope): use double-linked-list for children | Misko Hevery | |
| Much faster $destroy operations for large ng:repeat sets. | |||
| 2011-08-12 | feat(scope): $evalAsync support | Misko Hevery | |
| 2011-08-12 | perf(scope): re-enable statement cacheing | Misko Hevery | |
| 2011-08-12 | refactor(scope): remove $flush/$observe ng:eval/ng:eval-order | Misko Hevery | |
| 2011-08-12 | fix(scope): rerun $digest from root, rather then per scope. | Misko Hevery | |
| 2011-08-12 | fix(bootstrap): missing var failed strict mode boot | Misko Hevery | |
| 2011-08-10 | doc($browser): remove duplication of $browser to docs | Vojta Jina | |
| This was causing to show up the "$browser" twice in the menu. | |||
| 2011-08-10 | doc($browser): hide $browser.notifyWhenNoOustandingRequest method | Vojta Jina | |
| Closes #506 | |||
| 2011-08-06 | style($function): replace $function with 'function' | Igor Minar | |
| 2011-08-06 | 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-06 | 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-06 | 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-04 | doc(tutorial): updates needed for 0.9.18 rebase | Igor Minar | |
| 2011-08-03 | 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-02 | 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-02 | refactor(angular): remove unnecessary parameter for slice function | DiPeng | |
| - the end index for slice, if not specified, is default to the end of the array it operates on. | |||
| 2011-08-02 | feat(scope): new and improved scope implementation | Misko Hevery | |
| - Speed improvements (about 4x on flush phase) - Memory improvements (uses no function closures) - Break $eval into $apply, $dispatch, $flush - Introduced $watch and $observe Breaks angular.equals() use === instead of == Breaks angular.scope() does not take parent as first argument Breaks scope.$watch() takes scope as first argument Breaks scope.$set(), scope.$get are removed Breaks scope.$config is removed Breaks $route.onChange callback has not "this" bounded | |||
| 2011-07-30 | 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-07-29 | prepare the 0.9.19 canine-psychokinesis iteration | Igor Minar | |
| 2011-07-29 | fix(Rakefile): index-jq.html needs to be rewritten like index.html | Igor Minar | |
| 2011-07-29 | 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 | |||
