0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
index.html: HsvPicker example page: Fix error. index.html: Slider example page: Fix error. More... about 14 years ago
added purgeEvent. More... about 14 years ago
Assign DomEventPublisher prototype methods back to DomEventPublisher.prototype, not to each instance! Remove alert statement. More... about 14 years ago
Narrowed scope for cleanUp and other variables. More... about 14 years ago
remove the unload handler correctly for IE. Needs test. YUI Test doesn't support window un/load events. More... about 14 years ago
Replace _get with get in scope of get. Replace other calls to get with Event.get. More... about 14 years ago
BUGFIX IE6 cleanUp callstack -> callStack. Removed publisher in unbind loop using publisherList.length-- More... about 14 years ago
BUGFIX for IE6 cleanUp, closure optimization, code cleanup. More... about 14 years ago
* Issue 5. Reintroduce APE.createFactory as a static method, rename Package.prototype.createFactory to defineFactory. * Create DelegateFactory.js to wrap a Factory with methods addDelegateFor, removeDelegateFor, and removeAllDelegates. * Event.js: Allow binding for window objects that are not self, but don't unbind, plus BUGFIX for IE with context. * Forgotten check-ins. More... about 14 years ago
Issue 4. Change APE.dom.Event to match EventPublsiher Interface. More... about 14 years ago
BUGFIX: EventPublisher-test, testRemove: Corrected the falsely passing test and fixed the bug in EventPublisher.js. remove(callback) now correctly *removes* callback (instead of adding it). Event-coords, from last checkin (ape-ep-dom rollup checking pending; APE core refector underway) More... about 14 years ago
BUGFIX - Event -> dom.Event. More... about 14 years ago
Last push failed, or? Changed: jsonp : function(data) { return data; } More... about 14 years ago
APE-test - added missing tests. AsyncRequest.js - (1) clear poll timer before executing callback. That way, if an error occurs in the callback, the timer is not going to fire again. (2) Change default jsonp function to return its argument. More... over 14 years ago
remove unused loadedForImage. More... over 14 years ago
Avoid the unlikely race condition where script onload fires first, then Image onload fires. Retested More... over 14 years ago
ajax-base: BUGFIX: appendToURI - when baseURI is falsish, use "". build.xml - remove filterchains (as they are useless now). Event-coords - moved function up in scope, removed outer closure. keys.js, shorten assignment viewport.js - replace static `this` with `dom`. Event-coords-test.html - named test. More... over 14 years ago
ScriptLoader: Perform double-load first time only (script + image). ajax.appendToURI - simple string util function, not for use with hashes. Tested IE5.5-8, Chrome 2, FF 3.6, Safari 2.0.4. More... over 14 years ago
Add ScriptLoader-test to suite. More... over 14 years ago
Clean up unused files. More... over 14 years ago
ScriptLoader.js - tested in Safari 2.0.4, Safari 3, Safari 4 (win), Firefox 3.5 (W), Seamonkey 1.1 (W), IE5.5-IE8. Calendar.js - remove unused INPUT_CLASS variable. More... over 14 years ago
AsyncRequest: get and post methods ScriptLoader: get method More... over 14 years ago
Implement get and post methods. More... over 14 years ago
Test error fix: Added mouseup events to testSelectDateInFuture. More... over 14 years ago
Removed unused matcher (for the time being). This may come back. More... over 14 years ago
Calendar.js: addDelegateFor(id, config, filter) (plus minor cleanup elsewhere). More... over 14 years ago
Refactor APE Core: APE is a Package, Packages now have: IoC createFactory, createCustomFactory (static initializer), and mixin. More... over 14 years ago
Refactor getById and getByNode to accept one or two arguments (id[, config]). Hidden function newApply was removed as dead code. Tested Safari 2, 3; Opera 10.10; Firefox 3.5; IE5.5, IE6, IE7. Tested suite in Saf 3, 4; IE 6, 7. More... over 14 years ago
Refactor to use config. In trackbarMousedown, call sliderEl.focus() onmousedown, in case focus has not occured (and it doesn't in Firefox). Replace constants HORZ, VERT to match Draggable constraints "x", "y". Minor focus issues remaining in Safari 3 and below (visual, non-functional). More... over 14 years ago
BUGFIX: isSupported() where ActiveX enabled now returns true (incl IE5.5). Removed config property (useless). Allow formConfig param as a string value type (in addition to {}). Use "application/x-www-form-urlencoded" for "get" as well as "post". More... over 14 years ago