6
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing an over-zealous memory leak change that stopped it working at all! Plus adding xajax.js -- yay!
GaelDesign
as gaeldesign
More... over 18 years ago
Fixing an over-zealous memory leak change that stopped it working at all! Plus adding xajax.js -- yay!
GaelDesign
as gaeldesign
More... over 18 years ago
Removed what appeared to be a duplicate Content-type header if the response output is in GET mode
GaelDesign
as gaeldesign
More... over 18 years ago
Removed what appeared to be a duplicate Content-type header if the response output is in GET mode
GaelDesign
as gaeldesign
More... over 18 years ago
* Added an additional layer of ActiveX checking for the request object and further IE memory leak fixes (thanks to BigBrownChunx)
GaelDesign
as gaeldesign
More... over 18 years ago
* Added an additional layer of ActiveX checking for the request object and further IE memory leak fixes (thanks to BigBrownChunx)
GaelDesign
as gaeldesign
More... over 18 years ago
Modified loadXML so that it can accept the XML string or a regular xajaxResponse (or subclassed) object
GaelDesign
as gaeldesign
More... over 18 years ago
Modified loadXML so that it can accept the XML string or a regular xajaxResponse (or subclassed) object
GaelDesign
as gaeldesign
More... over 18 years ago
A number of significant changes:
GaelDesign
as gaeldesign
More... over 18 years ago
A number of significant changes:
GaelDesign
as gaeldesign
More... over 18 years ago
Added Redirect Test
GaelDesign
as gaeldesign
More... over 18 years ago
Added Redirect Test
GaelDesign
as gaeldesign
More... over 18 years ago
First upload
GaelDesign
as gaeldesign
More... over 18 years ago
First upload
GaelDesign
as gaeldesign
More... over 18 years ago
fixed a typo (was $testResponse instead of $objResponse)
GaelDesign
as gaeldesign
More... over 18 years ago
fixed a typo (was $testResponse instead of $objResponse)
GaelDesign
as gaeldesign
More... over 18 years ago
fixed bug that prevented innerHTML from being set to 0 More... over 18 years ago
fixed bug that prevented innerHTML from being set to 0 More... over 18 years ago
Added javascript methods to add and strip the on- prefix in event names. Modified the addHandler() and removeHandler() and processResponse() javascript functions so that they will work properly regardless of whether the developer passes in an event name with the on- prefix or without it. "click" and "onclick" should both work interchangably. More... over 18 years ago
Added javascript methods to add and strip the on- prefix in event names. Modified the addHandler() and removeHandler() and processResponse() javascript functions so that they will work properly regardless of whether the developer passes in an event name with the on- prefix or without it. "click" and "onclick" should both work interchangably. More... over 18 years ago
Fixed the over-encoded bug in the addRedirect method
GaelDesign
as gaeldesign
More... over 18 years ago
Fixed the over-encoded bug in the addRedirect method
GaelDesign
as gaeldesign
More... over 18 years ago
Created getBrowserHTML() javascript function to handle the inherent problems with doing comparisons with innerHTML values. For instance if we assign the innerHTML of a div to a text containing HTML and then get the innerHTML and display it: More... over 18 years ago
Created getBrowserHTML() javascript function to handle the inherent problems with doing comparisons with innerHTML values. For instance if we assign the innerHTML of a div to a text containing HTML and then get the innerHTML and display it: More... over 18 years ago
removed test alert message that was accidentally left in javascript code during development (yikes!) More... over 18 years ago
removed test alert message that was accidentally left in javascript code during development (yikes!) More... over 18 years ago
Added bCleanBuffer (and setter/getter) so that the new ob_end_clean trick in processRequests can be turned off
GaelDesign
as gaeldesign
More... over 18 years ago
Added bCleanBuffer (and setter/getter) so that the new ob_end_clean trick in processRequests can be turned off
GaelDesign
as gaeldesign
More... over 18 years ago
Added a PHP whitespace test
GaelDesign
as gaeldesign
More... over 18 years ago
Added a PHP whitespace test
GaelDesign
as gaeldesign
More... over 18 years ago