Commit graph

366 commits

Author SHA1 Message Date
Igor Minar
9dfdac2be2 Upgrade JsTestDriver to 1.2.2 sans annoying 'runTestConfiguration' logging 2010-09-21 10:06:49 +02:00
Igor Minar
558f22138c Upgrade closure compiler to the latest version 2010-09-21 10:05:11 +02:00
Alkis Evlogimenos
9627c4b50e Add ng:src and ng:href markup. 2010-09-20 11:57:50 +02:00
Alkis Evlogimenos
293f34cd64 Expose GET operations on resources as well. This allows us to read
"partials". The pattern is demostrated in the unittest:

Resource.query returns a list of "keys" to resources, which are
partially defined. They have enough data to allow $get to fetch the
whole gamout. Then $get fetches all the details of the resource.
2010-09-16 00:23:22 +02:00
Alkis Evlogimenos
b798ee80c2 Allow angular to be included with query parameters. This is a common
pattern for forcing a reload of the script in the browser irrespective
of the cache settings the host has.
2010-09-16 00:22:55 +02:00
Misko Hevery
21e78c443f Delete requests on resources pass this as data. Delete requests should not be passing data in the body of the response. The bug is here:
http://github.com/angular/angular.js/blob/master/src/Resource.js#L119

Instead of checking for !isGet you should be checking for !isPost. Also isPost should be isPostOrPut since only on those two methods should be sending a payload if I am not mistaken.
2010-09-16 00:20:35 +02:00
Misko Hevery
2acce6a334 removed unneeded comment 2010-09-16 00:20:35 +02:00
Misko Hevery
2a3a449c6d merge 2010-09-14 23:42:43 +02:00
Misko Hevery
894ffadc8c Fixed all trivial jslint violations 2010-09-14 23:22:15 +02:00
Misko Hevery
e3f760fbad Adding cookie service
- Browser.cookies()
  - MockBrowser
  - $cookie service
  - $sessionStore
2010-09-14 22:51:01 +02:00
Misko Hevery
07699b1a70 removed accidental assignment of $element to glabal space 2010-09-06 07:46:28 -07:00
Misko Hevery
9878355df7 remove Parser static 2010-08-18 18:15:19 -07:00
Misko Hevery
625f32b7eb converted lexer from function to closure 2010-08-18 17:50:21 -07:00
Misko Hevery
9632c99b0a move static field from Lexer to hidden namespace 2010-08-18 17:34:14 -07:00
Misko Hevery
5ddd8d9586 stringify names for better compression, remove dead functions, removed underscore.js compatibility 2010-08-18 17:26:33 -07:00
Misko Hevery
1087270c95 added better handling of ng:format=number 2010-08-18 16:04:40 -07:00
Igor Minar
d8e86291c4 adding an expectation to widgetsSpec.js for ng:include 2010-08-16 22:56:12 -07:00
Igor Minar
0df7329a6a fix for ng:include does not remove partial if src goes to undefined 2010-08-16 16:47:39 -07:00
Igor Minar
59401b80ee Merge remote branch 'upstream/master' 2010-08-16 10:56:03 -07:00
iminar
9899959d69 removing useless catch that causes troubles when FF throws exceptions within the loop but outside of the try/catch clause 2010-08-16 10:48:00 -07:00
Misko Hevery
f09415d0de merge kai/master 2010-08-14 12:50:39 -07:00
Misko Hevery
91104f878d add ftp script to auto deploy to angularjs.org 2010-08-14 11:03:36 -07:00
Misko Hevery
26b5ae4109 fix __proto__ for ie. 2010-08-14 10:29:50 -07:00
Misko Hevery
14fe8cff2d Merge remote branch 'igor/master' 2010-08-14 10:26:09 -07:00
Misko Hevery
791b13d161 pull shyam 2010-08-14 10:25:16 -07:00
Misko Hevery
550e5f8ce9 change from using console to printing the timing data onto the screen 2010-08-14 10:09:52 -07:00
Shyam Seshadri
aa656253b9 Fix issue with jquery not being visible in production 2010-08-13 18:23:39 -07:00
Igor Minar
7159b30752 Serialize only own properties to avoid infinite loops when serializing scopes (this) 2010-08-13 15:14:41 -07:00
Shyam Seshadri
60eeeb9f20 Provide all jquery functions as futures 2010-08-14 03:24:09 +08:00
Shyam Seshadri
675978f41f Provide all jquery functions as futures 2010-08-13 12:05:50 -07:00
Shyam Seshadri
9260f4867a Fix broken tests for element dsl 2010-08-14 01:16:27 +08:00
Misko Hevery
867826c3de Merge branch 'master' of github.com:angular/angular.js 2010-08-13 10:15:17 -07:00
Shyam Seshadri
1f230bf3f5 Revert click dsl, since what is returned by element is a jquery object 2010-08-13 10:13:03 -07:00
Shyam Seshadri
669d8241b2 Pull in Rajat's changes to add click and url checking dsl 2010-08-13 10:13:03 -07:00
Shyam Seshadri
275f036c1f Fix broken tests for element dsl 2010-08-13 10:11:11 -07:00
Misko Hevery
7cb5a0cca2 learning about git head take 2 2010-08-13 10:05:59 -07:00
Misko Hevery
68900e2039 learning about git head 2010-08-13 10:05:25 -07:00
Misko Hevery
f6ff0521ad Merge branch 'master' of github.com:angular/angular.js 2010-08-13 10:01:53 -07:00
Shyam Seshadri
f6527bd53c Revert click dsl, since what is returned by element is a jquery object 2010-08-14 01:01:16 +08:00
Shyam Seshadri
449d2ef724 Pull in Rajat's changes to add click and url checking dsl 2010-08-14 01:01:08 +08:00
Misko Hevery
5c14a35e62 initial perf testing 2010-08-13 09:50:03 -07:00
Misko Hevery
0bd7e4fe75 Merge branch 'master' of github.com:angular/angular.js 2010-08-13 09:49:20 -07:00
Shyam Seshadri
2767d7773f Revert click dsl, since what is returned by element is a jquery object 2010-08-13 09:45:56 -07:00
Shyam Seshadri
577ddaa539 Pull in Rajat's changes to add click and url checking dsl 2010-08-13 09:31:06 -07:00
Shyam Seshadri
84b3a1774e fix the other jstest driver conf 2010-08-12 04:34:13 +08:00
Shyam Seshadri
946b5284cd fix the other jstest driver conf 2010-08-11 13:33:21 -07:00
Misko Hevery
0c2dd09e78 Merge branch 'master' of github.com:angular/angular.js 2010-08-11 12:04:11 -07:00
Misko Hevery
044ecb91c1 clean up for better obfuscation 2010-08-11 12:04:02 -07:00
Shyam Seshadri
cf33105011 Fix toEqual matcher to use angular.equals instead of simple == comparison, which breaks down for arrays and objects 2010-08-12 02:45:22 +08:00
Misko Hevery
3d5719cd44 removed undocumented/unneeded methods from Array API 2010-08-11 11:44:12 -07:00