6
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 11, 2024 — Nov 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The beginnings of full object support for functions has begun.
GaelDesign
as gaeldesign
More... about 20 years ago
Added a couple of new tests: Large Response and Register Object
GaelDesign
as gaeldesign
More... about 20 years ago
Added a couple of new tests: Large Response and Register Object
GaelDesign
as gaeldesign
More... about 20 years ago
Modifed detectURI based on a patch by Gilles vd Hoven and added a bExitAllowed flag so users can turn off xajax's default behavior of exiting after outputting a response
GaelDesign
as gaeldesign
More... about 20 years ago
Modifed detectURI based on a patch by Gilles vd Hoven and added a bExitAllowed flag so users can turn off xajax's default behavior of exiting after outputting a response
GaelDesign
as gaeldesign
More... about 20 years ago
Added addRedirect method (courtesy of Gilles vd Hoven)
GaelDesign
as gaeldesign
More... about 20 years ago
Added addRedirect method (courtesy of Gilles vd Hoven)
GaelDesign
as gaeldesign
More... about 20 years ago
Renamed registerSpecialFunction to registerPreFunction and registerCatchAllFunction, allowed a pre-function's return value to be an array with the first value being false to end the request right there, added some documentation
GaelDesign
as gaeldesign
More... about 20 years ago
Renamed registerSpecialFunction to registerPreFunction and registerCatchAllFunction, allowed a pre-function's return value to be an array with the first value being false to end the request right there, added some documentation
GaelDesign
as gaeldesign
More... about 20 years ago
Minor tweaks to use renamed xajax pre-function and catch-all registering methods
GaelDesign
as gaeldesign
More... about 20 years ago
Minor tweaks to use renamed xajax pre-function and catch-all registering methods
GaelDesign
as gaeldesign
More... about 20 years ago
Added method: More... about 20 years ago
Added method: More... about 20 years ago
Added automatic Javascript compression support to xajax 0.2. If debug mode is on, xajax_uncompressed.js is always copied to xajax.js -- otherwise, xajax_uncompressed.js is compressed and saved to xajax.js ONLY if xajax.js doesn't exist.
GaelDesign
as gaeldesign
More... about 20 years ago
Added automatic Javascript compression support to xajax 0.2. If debug mode is on, xajax_uncompressed.js is always copied to xajax.js -- otherwise, xajax_uncompressed.js is compressed and saved to xajax.js ONLY if xajax.js doesn't exist.
GaelDesign
as gaeldesign
More... about 20 years ago
* Added XAJAX_ prefix to all the constant names
GaelDesign
as gaeldesign
More... about 20 years ago
* Added XAJAX_ prefix to all the constant names
GaelDesign
as gaeldesign
More... about 20 years ago
Renamed the encoding constant and added a new loadXML() method
GaelDesign
as gaeldesign
More... about 20 years ago
Renamed the encoding constant and added a new loadXML() method
GaelDesign
as gaeldesign
More... about 20 years ago
Changed xajax.call so the request type is optional and defaults to post
GaelDesign
as gaeldesign
More... about 20 years ago
Changed xajax.call so the request type is optional and defaults to post
GaelDesign
as gaeldesign
More... about 20 years ago
New round of tests
GaelDesign
as gaeldesign
More... about 20 years ago
New round of tests
GaelDesign
as gaeldesign
More... about 20 years ago
Added a check for magic quotes being on, in which case single quotes in an incoming XML query are decoded before being reencoded by the parse_str function
GaelDesign
as gaeldesign
More... about 20 years ago
Added a check for magic quotes being on, in which case single quotes in an incoming XML query are decoded before being reencoded by the parse_str function
GaelDesign
as gaeldesign
More... about 20 years ago
Added DEFAULT_CHAR_ENCODING define that is used in both xajax.inc.php and xajaxResponse.inc.php More... about 20 years ago
Added DEFAULT_CHAR_ENCODING define that is used in both xajax.inc.php and xajaxResponse.inc.php More... about 20 years ago
Changed the getFormValues method so it doesn't submit disabled form elements, unless you pass a second argument of true
GaelDesign
as gaeldesign
More... about 20 years ago
Changed the getFormValues method so it doesn't submit disabled form elements, unless you pass a second argument of true
GaelDesign
as gaeldesign
More... about 20 years ago
Fixed a bug with the request mode detection, and added more flexibility to the Javascript file paths
GaelDesign
as gaeldesign
More... about 20 years ago