| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-18 | fix all closure compilation warnings due to invalid function types | Igor Minar | |
| 2010-11-18 | add @workInProgress tag and mark all @ngdocs as work in progress | Igor Minar | |
| 2010-11-18 | make @param type and description non-optional | Igor Minar | |
| 2010-11-15 | Added basic Services, which support @memberOf and @methodOf | Vojta Jina | |
| 2010-10-19 | fix issue where script calls back before callback registered. | Misko Hevery | |
| 2010-10-18 | inline all images into css | Igor Minar | |
| * embedded images as data URIs * rake task to generate multipart js file with embeded images for IE * move images into a separate directory outside of src or css and keep them there for reference * clean up Rakefile and ruby code * .gitignore update * don't penalize IE 8+ with an extra request to the ie-compat.js file | |||
| 2010-09-27 | Reworked the cookie synchronization between cookie service, $browser and ↵ | Igor Minar | |
| document.cookie. Now we finally correctly handle situations when browser refuses to set a cookie, due to storage quota or other (file:// protocol) limitations. | |||
| 2010-09-26 | Properly initialize cookie service in order to preserve existing cookies | Igor Minar | |
| - previously the poller initialized the cookie cache too late which was causing previously existing cookies to be deleted by cookie service - refactored the poller api so that the addPollFn returns the added fn - fixed older cookie service tests - removed "this.$onEval(PRIORITY_LAST, update);" because it is not needed | |||
| 2010-09-23 | $cookies service refactoring | Igor Minar | |
| - remove obsolete code in tests - add warning logs when maximum cookie limits (as specified via RFC 2965) were reached - non-string values will now get dropped - after each update $cookies hash will reflect the actual state of browser cookies this means that if browser drops some cookies due to cookie overflow, $cookies will reflect that - $sessionStore got renamed to $cookieStore to avoid name conflicts with html5's sessionStore | |||
| 2010-09-22 | Refactored the Browser: | Misko Hevery | |
| - change from using prototype to inner functions to help with better compression - removed watchers (url/cookie) and introduced a poller concept - moved the checking of URL and cookie into services which register with poolers Benefits: - Smaller minified file - can call $browser.poll() from tests to simulate polling - single place where setTimeout needs to be tested - More testable $browser | |||
| 2010-09-14 | Adding cookie service | Misko Hevery | |
| - Browser.cookies() - MockBrowser - $cookie service - $sessionStore | |||
| 2010-08-18 | stringify names for better compression, remove dead functions, removed ↵ | Misko Hevery | |
| underscore.js compatibility | |||
| 2010-08-03 | added RequestHeaders to XHR | Misko Hevery | |
| 2010-07-23 | fixed some of the IE bugs | Misko Hevery | |
| 2010-07-23 | fixed some of the IE bugs | Misko Hevery | |
| 2010-07-22 | fix howers which were accidently broken | Misko Hevery | |
| 2010-07-22 | added jsonp to resources | Misko Hevery | |
| 2010-05-30 | improve error handling with elements | Misko Hevery | |
| 2010-05-26 | added outstanding request queue | Andres Ornelas | |
| 2010-05-26 | fixed broken jstd conf file | Andres Ornelas | |
| 2010-05-07 | xhr bulk fixes | Misko Hevery | |
| 2010-04-30 | make xhr post optional | Misko Hevery | |
| 2010-04-29 | added $xhr service with bulk and cache, hooked up $resource | Misko Hevery | |
| 2010-04-21 | ie6 now passes | Misko Hevery | |
| 2010-04-20 | fixes to enable ie | Misko Hevery | |
| 2010-04-16 | lots of small fixes | Misko Hevery | |
| 2010-04-05 | added hover service | Misko Hevery | |
| 2010-04-05 | added ng:switch widget | Misko Hevery | |
| 2010-04-03 | browser is now injectable into the system | Misko Hevery | |
| 2010-04-03 | injection is now working | Misko Hevery | |
