| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-07 | Revert "Issue #51: Update extensionMap()" | Igor Minar | |
| This reverts commit 00ca67e4befffed00ecee81bd1ce903fe01f542a. Now that we don't have published services, we don't need to worryi about this any more and in fact this behavior is confusing because to override a service that has dependencies with a services with no dependencies one must specify $inject:[] or else the old dependencies will be injected. Conflicts: src/Angular.js test/AngularSpec.js | |||
| 2011-01-07 | rename nodeName due to conflicts with jquery | Igor Minar | |
| 2011-01-07 | add global namespace clobbering check to angular-bootstrap | Igor Minar | |
| 2011-01-07 | remove unused jquery ui lib | Igor Minar | |
| 2011-01-06 | removed dissabled tests which are now outdated | Misko Hevery | |
| 2011-01-06 | converted last of tests to specs | Misko Hevery | |
| 2011-01-06 | upgrade to latest jasmine adapter | Misko Hevery | |
| 2011-01-04 | avoid namespace conflicts between jqLite and window when running in ↵ | Igor Minar | |
| bootstrap mode | |||
| 2011-01-04 | fixing up personalLog app | Igor Minar | |
| 2011-01-04 | rename scope.$inject to scope.$service | Igor Minar | |
| see changelog diff for more info | |||
| 2011-01-04 | renaming service property $creation to $eager | Igor Minar | |
| see changelog diff for more info | |||
| 2011-01-04 | removing support for 'eager-published' services | Igor Minar | |
| 2011-01-04 | Remove many eager-publish services, lazy polling | Misko Hevery | |
| - Browser now starts the poller on first call to addPollFn() - Many services ($location, $cookies, $router) are no longer eager-publish. The result is that unless someone needs the $cookies, they will not cause the Browser to start polling for them. | |||
| 2011-01-04 | Added an extra security check to make sure that the parser can not execute ↵ | Misko Hevery | |
| anything while evaluting JSON. | |||
| 2010-12-28 | upgrading JSTD to r788 | Igor Minar | |
| 2010-12-23 | preparing the 0.9.9 time-shift iteration | Igor Minar | |
| 2010-12-23 | cutting the 0.9.8 astral-projection release | Igor Minar | |
| 2010-12-23 | release notes for the 0.9.8 release | Igor Minar | |
| 2010-12-23 | fixing invalid json strings in ResourceSpec | Igor Minar | |
| 2010-12-22 | fromJson delegation to native JSON parser if available | Igor Minar | |
| - native parser delegation - $xhr change to use native parser | |||
| 2010-12-22 | simple perf testing harness with JSON parsing tests | Igor Minar | |
| - all tests should be under perf/ - all payloads should be under perf/data - run tests with ./server.sh + ./test-perf.sh We still lack a way to compare results against a baseline, but this is better than nothing. | |||
| 2010-12-22 | Revert "Refactor lexer to use regular expressions" | Igor Minar | |
| We came across a major performance regression due to this change. I'm reverting it until we find a better solution. This reverts commit 23fc73081feb640164615930b36ef185c23a3526. | |||
| 2010-12-11 | Stricter JSON parsing, for security | Misko Hevery | |
| 2010-12-11 | Closes #153: input widgets without name are ignored | Misko Hevery | |
| 2010-12-11 | Fire $eval only if the value has actually changed on input | Misko Hevery | |
| 2010-12-10 | preparing the 0.9.8 astral-projection iteration | Igor Minar | |
| 2010-12-10 | cutting the 0.9.7 sonic-scream releasev0.9.7 | Igor Minar | |
| 2010-12-10 | fixing release notes | Igor Minar | |
| 2010-12-10 | improve doc app scrollbars | Igor Minar | |
| 2010-12-10 | updating release notes | Igor Minar | |
| 2010-12-10 | $defer service should always call $eval after callback finished | Igor Minar | |
| Closes #189 | |||
| 2010-12-08 | Refactor lexer to use regular expressions | Misko Hevery | |
| 2010-12-08 | Remove RegExp parser | Misko Hevery | |
| - RegExp parser is rearly used, feature, and one should not have RegExps in views anyways, so we are removing it BACKWARD INCOMPATIBLE CHANGE!!! | |||
| 2010-12-08 | Fixed failed assignments of form abj[0].name=value | Misko Hevery | |
| Closes #169 | |||
| 2010-12-07 | make the docs angular 'logo' link filename agnostic | Igor Minar | |
| 2010-12-07 | @returns tag should allow the content to be split into multiple lines | Igor Minar | |
| 2010-12-07 | improving $resource docs | Igor Minar | |
| 2010-12-06 | preparations for the 0.9.7 sonic-scream iteration | Igor Minar | |
| 2010-12-06 | cutting the 0.9.6 night-vision releasev0.9.6 | Igor Minar | |
| 2010-12-06 | fixing release notes | Igor Minar | |
| 2010-12-06 | fixing closure compiler warnings | Igor Minar | |
| 2010-12-06 | fix the angular.Array.orderBy example + add docs | Igor Minar | |
| 2010-12-06 | updating release notes for the 0.9.6 release | Igor Minar | |
| 2010-12-06 | fixing lint warnings in older code | Igor Minar | |
| 2010-12-06 | add $browser.defer and $defer service and fix async xhr cache issue | Igor Minar | |
| - Closes #152 ($resource().query() sometimes calls callback before returning, and it shouldn't) - add $browser.defer method - add $defer service - integrate $browser.defer with outstandingRequests counter in $browser - fix all old tests that relied on buggy behavior | |||
| 2010-12-06 | allow documentation to be in external file | Misko Hevery | |
| * Load templates once instead of per request * show timing information * load files ending in .ngdoc and process them | |||
| 2010-12-03 | Fix sanitization issues as suggested by evn | Misko Hevery | |
| 2010-12-02 | Closes #170. Corrected the behavior of select when options are ng:repeated | Misko Hevery | |
| - Delete $postEval method, as it was a hack | |||
| 2010-11-29 | Fixed sanitization | Misko Hevery | |
| * explicitly require full URLs (ftp|https?://...) * list the URI attributes * remove a lot of unneeded attributes | |||
| 2010-11-29 | fix typo in searchbox placeholder | Igor Minar | |
