|
|
|
@1395
|
[1395]
|
08/29/08 13:36:43 |
cito@online.de |
Make table cell test a bit more robust and symmetrical. |
|
|
|
@1393
|
[1393]
|
08/29/08 09:12:38 |
cito@online.de |
Calculate correct content width for table cells (#315). |
|
|
|
@1392
|
[1392]
|
07/16/08 04:32:00 |
cederberg@gmail.com |
Fixed elem.filters test for IE (fixes #314). |
|
|
|
@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 … |
|
|
|
@1385
|
[1385]
|
06/11/08 01:18:20 |
cederberg@gmail.com |
Corrected throw statements in MochiKit.Visual. |
|
|
|
@1384
|
[1384]
|
06/10/08 23:49:56 |
cederberg@gmail.com |
Corrected indentation to spaces (patch from machineghost at gmail dot … |
|
|
|
@1383
|
[1383]
|
05/24/08 18:17:56 |
cito@online.de |
Fixed problems with wrong sizes in visual effects, improved main visual … |
|
|
|
@1382
|
[1382]
|
05/22/08 01:34:09 |
cederberg@gmail.com |
Fixed [1373] and #301 again. Empty strings caused problems in FF for Mac. |
|
|
|
@1381
|
[1381]
|
05/21/08 23:43:46 |
cederberg@gmail.com |
More fixes to #309 in other places in MochiKit.DOM where "className" was … |
|
|
|
@1380
|
[1380]
|
05/21/08 23:24:16 |
cederberg@gmail.com |
Fixed #309 by adding check for "className" property not being a string … |
|
|
|
@1379
|
[1379]
|
05/21/08 05:38:08 |
cederberg@gmail.com |
Fixed [1377] bug in regex character class. |
|
|
|
@1378
|
[1378]
|
05/20/08 03:24:01 |
cederberg@gmail.com |
Added MochiKit.Signal support for src.disconnect methods (see #253). |
|
|
|
@1377
|
[1377]
|
05/20/08 01:49:36 |
cederberg@gmail.com |
Fixed LoggingPane? name to avoid problems in IE with % in name (see #277). |
|
|
|
@1376
|
[1376]
|
05/18/08 12:38:49 |
cederberg@gmail.com |
Fixed MochiKit.Visual.shake effect options (see #295). |
|
|
|
@1374
|
[1374]
|
05/18/08 11:54:55 |
cederberg@gmail.com |
Added MochiKit.Visual.Sequence class to fix switchOff effect options (see … |
|
|
|
@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 … |
|
|
|
@1368
|
[1368]
|
04/25/08 03:41:56 |
cederberg@gmail.com |
Fixed MochiKit.DOM to create correct functions for all deprecations (this … |
|
|
|
@1367
|
[1367]
|
04/25/08 02:04:35 |
cederberg@gmail.com |
Fixed iteration bug in MochiKit.DOM causing all deprecations to be … |
|
|
|
@1365
|
[1365]
|
04/19/08 22:57:13 |
cederberg@gmail.com |
Fixed issue with Opera 9 not inserting spaces between arguments in … |
|
|
|
@1363
|
[1363]
|
04/19/08 19:14:24 |
bob@redivi.com |
fix regression in isoDate |
|
|
|
@1362
|
[1362]
|
04/19/08 09:29:33 |
cederberg@gmail.com |
Re-implemented MochiKit.Format.truncToFixed() to avoid weird … |
|
|
|
@1360
|
[1360]
|
04/19/08 03:48:18 |
cederberg@gmail.com |
Added MochiKit.Visual.Transitions.parabolic (patch from Christoph … |
|
|
|
@1359
|
[1359]
|
04/19/08 03:43:28 |
cederberg@gmail.com |
Updated MochiKit.Visual.Transitions to clarify the code and fix issues in … |
|
|
|
@1355
|
[1355]
|
04/01/08 11:40:05 |
cederberg@gmail.com |
Fixed #274 in getElementDimensions where style.display was sometimes … |
|
|
|
@1352
|
[1352]
|
03/31/08 09:48:43 |
jay |
added H4-H6 to DOM functions |
|
|
|
@1351
|
[1351]
|
03/31/08 09:37:01 |
jay |
added support and testing for pre-1900 dates |
|
|
|
@1350
|
[1350]
|
03/30/08 10:09:00 |
cederberg@gmail.com |
Fixed #265 by moving the Opera bug fix code to the correct if-block (and … |
|
|
|
@1348
|
[1348]
|
03/30/08 08:32:20 |
cederberg@gmail.com |
Fixed Dojo 0.9 integration issue with dojo.require("MochiKit.*") that is … |
|
|
|
@1347
|
[1347]
|
03/27/08 09:36:42 |
cederberg@gmail.com |
Fixed #297 (again). |
|
|
|
@1346
|
[1346]
|
03/26/08 11:54:50 |
cederberg@gmail.com |
Fixed MochiKit.DOM.getFirstParentByTagAndClassName for case when no … |
|
|
|
@1345
|
[1345]
|
03/26/08 11:28:23 |
cederberg@gmail.com |
Fixed isColor predicate for non-exported Color symbol (see #296). |
|
|
|
@1340
|
[1340]
|
03/24/08 02:07:07 |
cederberg@gmail.com |
Fixed issue with uninitialized 'oldStyle' variable in … |
|
|
|
@1339
|
[1339]
|
03/24/08 01:17:48 |
cederberg@gmail.com |
Fix for #294. |
|
|
|
@1335
|
[1335]
|
03/19/08 11:44:22 |
bob@redivi.com |
fix loader |
|
|
|
@1334
|
[1334]
|
03/19/08 07:55:47 |
bob@redivi.com |
svg support in loader |
|
|
|
@1333
|
[1333]
|
03/16/08 23:59:02 |
cederberg@gmail.com |
Added fix for text nodes in isChildNode (see #283).
Also refactored the … |
|
|
|
@1325
|
[1325]
|
02/24/08 11:04:19 |
bob@redivi.com |
move comment to appropriate branch #288 |
|
|
|
@1323
|
[1323]
|
12/14/07 12:10:52 |
bob@redivi.com |
fix for parseQueryString bug #284 |
|
|
|
@1321
|
[1321]
|
12/07/07 10:23:45 |
bob@redivi.com |
weird fix for Adobe InDesign?'s scripting engine |
|
|
|
@1319
|
[1319]
|
11/15/07 14:09:54 |
beau@hartshornesoftware.com |
Refactor dependency code. |
|
|
|
@1318
|
[1318]
|
11/01/07 15:36:04 |
beau@hartshornesoftware.com |
Fix #263. |
|
|
|
@1317
|
[1317]
|
11/01/07 14:34:05 |
beau@hartshornesoftware.com |
Fix dependencies. |
|
|
|
@1316
|
[1316]
|
11/01/07 14:22:50 |
beau@hartshornesoftware.com |
Update Sortable and DragAndDrop dependencies. |
|
|
|
@1314
|
[1314]
|
08/28/07 02:04:35 |
therve@gmail.com |
Add a fix for Format.twoDigitFloat for number inferior to 0.1.
Close … |
|
|
|
@1313
|
[1313]
|
08/28/07 01:52:06 |
therve@gmail.com |
Add a check for CDATA nodes in isArrayLike.
Fix #267 |
|
|
|
@1312
|
[1312]
|
08/13/07 23:13:57 |
bob@redivi.com |
DL, DT, DD |
|
|
|
@1311
|
[1311]
|
08/09/07 03:19:06 |
therve@gmail.com |
Fix for getElementPosition for IE from latest YUI.
Close #262. |
|
|
|
@1310
|
[1310]
|
08/09/07 03:14:47 |
therve@gmail.com |
Fix for getElementPosition for Opera, for latest YUI.
Close #259. |
|
|
|
@1309
|
[1309]
|
08/08/07 00:45:26 |
therve@gmail.com |
Fix bug in D&D scroll management. Doc fix.
Close #260 |
|
|
|
@1307
|
[1307]
|
07/19/07 01:20:21 |
therve@gmail.com |
Same cleanups |
|
|
|
@1306
|
[1306]
|
07/19/07 01:19:28 |
therve@gmail.com |
Remove useless checks in Visual. |
|
|
|
@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 |
|
|
|
@1300
|
[1300]
|
07/18/07 13:05:02 |
therve@gmail.com |
Remove Autocompleter from trunk for now |
|
|
|
@1297
|
[1297]
|
07/11/07 19:56:02 |
beau@hartshornesoftware.com |
fix #113 |
|
|
|
@1292
|
[1292]
|
05/16/07 11:23:24 |
bob@redivi.com |
Added pt_BR to MochiKit.Format.LOCALE |
|
|
|
@1291
|
[1291]
|
05/15/07 15:20:00 |
bob@redivi.com |
X-Requested-With |
|
|
|
@1290
|
[1290]
|
05/11/07 07:52:03 |
bob@redivi.com |
fix trailing comma |
|
|
|
@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 |
|
|
|
@1286
|
[1286]
|
05/03/07 11:37:02 |
arnarbi@gmail.com |
Revised [1285], used exported function |
|
|
|
@1285
|
[1285]
|
05/03/07 10:51:42 |
arnarbi@gmail.com |
Fix queryString with null values. See [1284]. |
|
|
|
@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 |
|
|
|
@1272
|
[1272]
|
03/12/07 19:38:05 |
bob@redivi.com |
work around a strange firefox bug with XHR |
|
|
|
@1270
|
[1270]
|
03/07/07 10:11:47 |
arnarbi@gmail.com |
Fix a bug with the ~= attribute tester in Selector. |
|
|
|
@1269
|
[1269]
|
02/15/07 12:22:47 |
beau@hartshornesoftware.com |
fix #231 |
|
|
|
@1267
|
[1267]
|
02/13/07 03:32:15 |
therve@gmail.com |
Add pulses option to pulsate. Fix #227. |
|
|
|
@1266
|
[1266]
|
02/09/07 17:01:22 |
beau@hartshornesoftware.com |
tweak Ident definition, use _disconnect so we can delete _observers in … |
|
|
|
@1264
|
[1264]
|
02/07/07 03:34:41 |
therve@gmail.com |
Remove use of some remaining exported methods |
|
|
|
@1263
|
[1263]
|
02/07/07 03:33:06 |
therve@gmail.com |
Add cellspacing and cellpadding to attribute renames |
|
|
|
@1262
|
[1262]
|
02/06/07 14:31:23 |
bob@redivi.com |
parseQueryString #223 |
|
|
|
@1261
|
[1261]
|
02/06/07 05:27:22 |
therve@gmail.com |
Create the SignalIdentifier? object. |
|
|
|
@1260
|
[1260]
|
02/05/07 14:08:57 |
beau@hartshornesoftware.com |
fix #222 |
|
|
|
@1256
|
[1256]
|
01/24/07 09:49:18 |
therve@gmail.com |
Add JSAN dependancy for Style. Fix #218. |
|
|
|
@1255
|
[1255]
|
01/23/07 17:20:06 |
beau@hartshornesoftware.com |
fix #113, pack, make docs |
|
|
|
@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 |
|
|
|
@1251
|
[1251]
|
01/20/07 19:04:30 |
beau@hartshornesoftware.com |
fix #208 |
|
|
|
@1250
|
[1250]
|
01/12/07 19:11:26 |
bob@redivi.com |
fix Safari sending authentication headers when not specified |
|
|
|
@1247
|
[1247]
|
01/08/07 05:09:38 |
therve@gmail.com |
Correct a bug in withWindow, add a test for it. |
|
|
|
@1244
|
[1244]
|
12/22/06 13:32:50 |
therve@gmail.com |
Add class infos to Visual classes |
|
|
|
@1242
|
[1242]
|
12/20/06 13:40:42 |
therve@gmail.com |
Add scaleContent option to grow/shrink/puff |
|
|
|
@1238
|
[1238]
|
12/13/06 09:54:52 |
beau@hartshornesoftware.com |
Safari -> AppleWebKit?, http://webkit.org/blog/?p=84 |
|
|
|
@1236
|
[1236]
|
12/13/06 02:05:45 |
therve@gmail.com |
Correct typo in Color dependencies. Fix #207. |
|
|
|
@1234
|
[1234]
|
12/08/06 02:38:46 |
therve@gmail.com |
Workaround Opera bug in getElementPosition, some lint. |
|
|
|
@1233
|
[1233]
|
12/06/06 09:39:02 |
therve@gmail.com |
Some more lint |
|
|
|
@1232
|
[1232]
|
12/06/06 09:27:01 |
therve@gmail.com |
Some lint |
|
|
|
@1231
|
[1231]
|
12/06/06 04:00:42 |
therve@gmail.com |
Add the Morph effect |
|
|
|
@1228
|
[1228]
|
12/03/06 07:15:40 |
therve@gmail.com |
Make Selector more export friendly. |
|
|
|
@1227
|
[1227]
|
12/03/06 07:04:27 |
therve@gmail.com |
setOpacity was not working standalone anymore. |