|
|
|
@1423
|
[1423]
|
10/08/08 06:21:20 |
cederberg@gmail.com |
Fixed minor test issue in Opera for reading CSS font-weight property. |
|
|
|
@1422
|
[1422]
|
10/08/08 01:33:02 |
cederberg@gmail.com |
Fixed parent border width issue in MochiKit.Style.getElementPosition … |
|
|
|
@1419
|
[1419]
|
10/07/08 01:30:37 |
cederberg@gmail.com |
Added test to check MochiKit.Style.getElementPosition handling of parent … |
|
|
|
@1418
|
[1418]
|
10/06/08 05:55:42 |
cederberg@gmail.com |
Changed MochiKit.Signal.connect() to use late binding for non-DOM signals, … |
|
|
|
@1417
|
[1417]
|
10/06/08 05:53:22 |
cederberg@gmail.com |
Added new MochiKit.Base.bindLate() function to allow late binding of a … |
|
|
|
@1414
|
[1414]
|
10/06/08 03:28:09 |
cederberg@gmail.com |
Added null checks to MochiKit.DOM.getElementsByTagAndClassName, … |
|
|
|
@1413
|
[1413]
|
10/06/08 03:23:15 |
cederberg@gmail.com |
Fixed minor test result string formatting issue. |
|
|
|
@1412
|
[1412]
|
10/06/08 01:04:57 |
cederberg@gmail.com |
Fixed problem with DOM attributes being handled differently from DOM … |
|
|
|
@1411
|
[1411]
|
10/04/08 12:00:37 |
cederberg@gmail.com |
Fixed MochiKit.Visual.Morph handling of non-length and non-color … |
|
|
|
@1409
|
[1409]
|
10/04/08 10:59:25 |
cederberg@gmail.com |
Minor test fix for IE6 not properly recognizing \v in strings. |
|
|
|
@1408
|
[1408]
|
10/04/08 10:45:59 |
cederberg@gmail.com |
Fixed issue in MochiKit.DOM.getNodeAttribute() where some attribute values … |
|
|
|
@1406
|
[1406]
|
10/04/08 08:32:34 |
cederberg@gmail.com |
Fixed issues with isArrayList fast paths in MochiKit.Iter module (#268). |
|
|
|
@1404
|
[1404]
|
10/04/08 07:21:17 |
cederberg@gmail.com |
Added implicit checks for attribute existence when using attribute value … |
|
|
|
@1403
|
[1403]
|
10/04/08 06:42:28 |
cederberg@gmail.com |
Reordered the MochiKit.Base.isXxx() tests and added some extra tests for … |
|
|
|
@1402
|
[1402]
|
10/03/08 06:41:10 |
cederberg@gmail.com |
Fixed log level number conversion into string (#273). |
|
|
|
@1401
|
[1401]
|
10/03/08 05:41:38 |
cederberg@gmail.com |
Improved the SimpleTest? class to contain an eq() function using compare … |
|
|
|
@1393
|
[1393]
|
08/29/08 09:12:38 |
cito@online.de |
Calculate correct content width for table cells (#315). |
|
|
|
@1391
|
[1391]
|
06/24/08 05:41:41 |
cederberg@gmail.com |
Changed MochiKit.Base.serializeJSON string handling to follow the JSON … |
|
|
|
@1390
|
[1390]
|
06/23/08 23:58:15 |
cederberg@gmail.com |
Fixed escaping of vertical tab character in repr for strings (also … |
|
|
|
@1388
|
[1388]
|
06/21/08 11:48:04 |
cito@online.de |
Refactored patch in r1383 (wrong sizes in visual effects). Instead of … |
|
|
|
@1387
|
[1387]
|
06/12/08 12:04:51 |
cederberg@gmail.com |
Corrected MochiKit.Signal mouse wheel handling for Safari.
Also added … |
|
|
|
@1386
|
[1386]
|
06/12/08 06:16:51 |
cederberg@gmail.com |
Added initial support for 'onmousewheel' event in MochiKit.Signal. Based … |
|
|
|
@1378
|
[1378]
|
05/20/08 03:24:01 |
cederberg@gmail.com |
Added MochiKit.Signal support for src.disconnect methods (see #253). |
|
|
|
@1373
|
[1373]
|
05/13/08 13:23:43 |
cederberg@gmail.com |
Fixed getStyle() and setStyle() for CSS float property (see ticket #301). |
|
|
|
@1369
|
[1369]
|
05/06/08 01:21:54 |
cederberg@gmail.com |
Fixed issue with isChildNode() not correctly handling nodes outside the … |
|
|
|
@1366
|
[1366]
|
04/19/08 23:10:49 |
cederberg@gmail.com |
Modified svn file properties for some tests to enabled remote running of … |
|
|
|
@1364
|
[1364]
|
04/19/08 22:50:45 |
cederberg@gmail.com |
Removed two negative tests for truncToFixed that actually works on MSIE. |
|
|
|
@1362
|
[1362]
|
04/19/08 09:29:33 |
cederberg@gmail.com |
Re-implemented MochiKit.Format.truncToFixed() to avoid weird … |
|
|
|
@1355
|
[1355]
|
04/01/08 11:40:05 |
cederberg@gmail.com |
Fixed #274 in getElementDimensions where style.display was sometimes … |
|
|
|
@1351
|
[1351]
|
03/31/08 09:37:01 |
jay |
added support and testing for pre-1900 dates |
|
|
|
@1346
|
[1346]
|
03/26/08 11:54:50 |
cederberg@gmail.com |
Fixed MochiKit.DOM.getFirstParentByTagAndClassName for case when no … |
|
|
|
@1333
|
[1333]
|
03/16/08 23:59:02 |
cederberg@gmail.com |
Added fix for text nodes in isChildNode (see #283).
Also refactored the … |
|
|
|
@1323
|
[1323]
|
12/14/07 12:10:52 |
bob@redivi.com |
fix for parseQueryString bug #284 |
|
|
|
@1314
|
[1314]
|
08/28/07 02:04:35 |
therve@gmail.com |
Add a fix for Format.twoDigitFloat for number inferior to 0.1.
Close … |
|
|
|
@1305
|
[1305]
|
07/18/07 13:51:41 |
therve@gmail.com |
Actually fix it. |
|
|
|
@1304
|
[1304]
|
07/18/07 13:41:51 |
therve@gmail.com |
Fix Visual tests under IE. |
|
|
|
@1303
|
[1303]
|
07/18/07 13:35:12 |
therve@gmail.com |
Fix test failures under IE 7. |
|
|
|
@1302
|
[1302]
|
07/18/07 13:31:16 |
therve@gmail.com |
Apply Julien's patch, add a few tests. |
|
|
|
@1301
|
[1301]
|
07/18/07 13:09:19 |
therve@gmail.com |
Apply juhani's patch, fixes #226 |
|
|
|
@1288
|
[1288]
|
05/10/07 04:51:11 |
therve@gmail.com |
Fix repr of functions. |
|
|
|
@1287
|
[1287]
|
05/08/07 19:25:09 |
bob@redivi.com |
fix custom signal re-bind |
|
|
|
@1284
|
[1284]
|
05/03/07 10:42:12 |
arnarbi@gmail.com |
Test case for queryString with null values. Fails for queryString({key: … |
|
|
|
@1282
|
[1282]
|
04/06/07 20:34:52 |
bob@redivi.com |
Fixed MochiKit.Signal.signal re-entrancy bug |
|
|
|
@1279
|
[1279]
|
04/03/07 14:20:38 |
bob@redivi.com |
allow comment-wrapped JSON |
|
|
|
@1275
|
[1275]
|
03/16/07 07:10:39 |
therve@gmail.com |
Fix display detection in toggle, add test and fix some Visual tests. Fix … |
|
|
|
@1273
|
[1273]
|
03/12/07 19:49:56 |
bob@redivi.com |
#230 fix HSV bug |
|
|
|
@1270
|
[1270]
|
03/07/07 10:11:47 |
arnarbi@gmail.com |
Fix a bug with the ~= attribute tester in Selector. |
|
|
|
@1267
|
[1267]
|
02/13/07 03:32:15 |
therve@gmail.com |
Add pulses option to pulsate. Fix #227. |
|
|
|
@1262
|
[1262]
|
02/06/07 14:31:23 |
bob@redivi.com |
parseQueryString #223 |
|
|
|
@1254
|
[1254]
|
01/22/07 20:44:33 |
beau@hartshornesoftware.com |
New.js was empty |
|
|
|
@1253
|
[1253]
|
01/21/07 09:24:27 |
bob@redivi.com |
#213 - additional cases |
|
|
|
@1252
|
[1252]
|
01/20/07 19:40:27 |
bob@redivi.com |
workaround and test for Safari crash #213 |
|
|
|
@1247
|
[1247]
|
01/08/07 05:09:38 |
therve@gmail.com |
Correct a bug in withWindow, add a test for it. |
|
|
|
@1245
|
[1245]
|
12/22/06 14:28:44 |
therve@gmail.com |
Improve Visual test coverage. Fix #209. |
|
|
|
@1243
|
[1243]
|
12/22/06 13:24:23 |
therve@gmail.com |
Reorder imports |
|
|
|
@1231
|
[1231]
|
12/06/06 04:00:42 |
therve@gmail.com |
Add the Morph effect |
|
|
|
@1225
|
[1225]
|
11/29/06 03:04:28 |
therve@gmail.com |
Workaround getStyle on non linked DOM elements, add tests. |
|
|
|
@1224
|
[1224]
|
11/27/06 07:58:48 |
therve@gmail.com |
Fix getStyle background-color tests, add tests for selector case. |
|
|
|
@1220
|
[1220]
|
11/25/06 00:59:40 |
therve@gmail.com |
The great getStyle move: remove getOpacity, replace computedStyle by … |
|
|
|
@1219
|
[1219]
|
11/25/06 00:25:35 |
therve@gmail.com |
Add insertSiblingNodes* |
|
|
|
@1218
|
[1218]
|
11/24/06 12:07:53 |
beau@hartshornesoftware.com |
replaced getParentByTag with getFirstParentByTagAndClassName |
|
|
|
@1215
|
[1215]
|
11/24/06 01:58:50 |
therve@gmail.com |
Fix Style tests under Opera |
|
|
|
@1213
|
[1213]
|
11/23/06 09:04:10 |
therve@gmail.com |
Add getParentByTag (#157). |
|
|
|
@1209
|
[1209]
|
11/22/06 01:04:02 |
therve@gmail.com |
Add removeNodeAttribute. Fix #197. |
|
|
|
@1199
|
[1199]
|
11/15/06 14:29:04 |
bob@redivi.com |
formContents |
|
|
|
@1196
|
[1196]
|
11/14/06 05:17:53 |
therve@gmail.com |
Merge selector. Fix #195. |
|
|
|
@1191
|
[1191]
|
11/08/06 13:08:12 |
therve@gmail.com |
Typo in visual tests |
|
|
|
@1186
|
[1186]
|
11/08/06 10:25:43 |
bob@redivi.com |
add visual tests to index |
|
|
|
@1185
|
[1185]
|
11/08/06 06:31:53 |
therve@gmail.com |
Update Visual tests |
|
|
|
@1178
|
[1178]
|
10/28/06 09:51:53 |
bob@redivi.com |
#194 - connect |
|
|
|
@1177
|
[1177]
|
10/28/06 09:29:46 |
bob@redivi.com |
#175 |
|
|
|
@1176
|
[1176]
|
10/23/06 21:29:11 |
rsayre@mozilla.com |
Make test failures log as ERROR. |
|
|
|
@1174
|
[1174]
|
10/23/06 12:56:41 |
rsayre@mozilla.com |
make parseQueryString cope with a leading question mark. |
|
|
|
@1173
|
[1173]
|
10/23/06 10:50:11 |
rsayre@mozilla.com |
Add onComplete member to TestRunner?. Runs after makeSummary. |
|
|
|
@1172
|
[1172]
|
10/22/06 14:30:10 |
rsayre@mozilla.com |
Add MochiKit.Logging to SimpleTest?. Add TestRunner?.logger member. … |
|
|
|
@1171
|
[1171]
|
10/18/06 12:32:37 |
bob@redivi.com |
MochiKit.Base.values |
|
|
|
@1170
|
[1170]
|
10/18/06 12:23:47 |
bob@redivi.com |
harness *does* work in Safari |
|
|
|
@1169
|
[1169]
|
10/18/06 12:19:13 |
bob@redivi.com |
#147 - fix disconnect during explicit signal call |
|
|
|
@1167
|
[1167]
|
10/18/06 11:43:05 |
bob@redivi.com |
fix setOpactiy test |
|
|
|
@1150
|
[1150]
|
10/06/06 08:35:52 |
beau@hartshornesoftware.com |
test for #147 |
|
|
|
@1148
|
[1148]
|
09/30/06 01:26:50 |
therve@gmail.com |
Add check to the compose TypeError? |
|
|
|
@1147
|
[1147]
|
09/27/06 01:32:31 |
bob@redivi.com |
fix queryString string values |
|
|
|
@1143
|
[1143]
|
09/25/06 16:42:51 |
bob@redivi.com |
resolve #109 |
|
|
|
@1142
|
[1142]
|
09/25/06 16:30:29 |
bob@redivi.com |
resolve #185 |
|
|
|
@1141
|
[1141]
|
09/25/06 14:43:08 |
bob@redivi.com |
resolve #181 - option value="" |
|
|
|
@1120
|
[1120]
|
09/17/06 09:31:30 |
therve@gmail.com |
Add tests for getOpacity/setOpacity |
|
|
|
@1113
|
[1113]
|
09/11/06 03:29:42 |
therve@gmail.com |
Add facilities to test visual effects, and update the test suite to use it |
|
|
|
@1100
|
[1100]
|
09/07/06 11:37:19 |
therve@gmail.com |
Add another test, especially for KHTML (see #149) |
|
|
|
@1099
|
[1099]
|
09/07/06 10:26:46 |
therve@gmail.com |
Add the possibility to omit one of the properties for setElementDimensions … |
|
|
|
@1098
|
[1098]
|
09/07/06 09:38:54 |
therve@gmail.com |
Add dumb tests for viewport position/dimensions |
|
|
|
@1095
|
[1095]
|
08/29/06 07:12:30 |
therve@gmail.com |
Add a test to compose for wrong arguments, and correct a reference in … |
|
|
|
@1087
|
[1087]
|
08/20/06 14:42:39 |
therve@gmail.com |
Fix border line behaviour of DeferredList?, and add a test. Fix #141. |
|
|
|
@1066
|
[1066]
|
08/03/06 12:38:49 |
bob@redivi.com |
resolve #158 - serializeJSON should not serialize undefined |
|
|
|
@1057
|
[1057]
|
07/21/06 13:42:11 |
beau@hartshornesoftware.com |
#136 |
|
|
|
@1004
|
[1004]
|
06/14/06 16:54:28 |
bob@redivi.com |
move New.cleanWhitespace to DOM.removeEmptyTextNodes |
|
|
|
@1003
|
[1003]
|
06/14/06 16:36:39 |
bob@redivi.com |
move New.flatten to Base.flattenArray |
|
|
|
@964
|
[964]
|
06/13/06 15:50:26 |
beau@hartshornesoftware.com |
used MochiKit.Color to help get computedStyle tests to pass, updated … |
|
|
|
@963
|
[963]
|
06/13/06 15:13:24 |
beau@hartshornesoftware.com |
tweaked computedStyle to fix rounded_corners example, added Style … |
|
|
|
@933
|
[933]
|
06/10/06 11:14:37 |
beau@hartshornesoftware.com |
doc tweaks, mostly addresses #122 |
|
|
|
@930
|
[930]
|
06/09/06 17:44:53 |
beau@hartshornesoftware.com |
fixed camelize bug, replaced computedStyle |