| The beginnings of full object support for functions has begun. |
|
More...
|
about 20 years ago
|
| Added a couple of new tests: Large Response and Register Object |
|
More...
|
about 20 years ago
|
| Added a couple of new tests: Large Response and Register Object |
|
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 |
|
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 |
|
More...
|
about 20 years ago
|
| Added addRedirect method (courtesy of Gilles vd Hoven) |
|
More...
|
about 20 years ago
|
| Added addRedirect method (courtesy of Gilles vd Hoven) |
|
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 |
|
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 |
|
More...
|
about 20 years ago
|
| Minor tweaks to use renamed xajax pre-function and catch-all registering methods |
|
More...
|
about 20 years ago
|
| Minor tweaks to use renamed xajax pre-function and catch-all registering methods |
|
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. |
|
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. |
|
More...
|
about 20 years ago
|
| * Added XAJAX_ prefix to all the constant names |
|
More...
|
about 20 years ago
|
| * Added XAJAX_ prefix to all the constant names |
|
More...
|
about 20 years ago
|
| Renamed the encoding constant and added a new loadXML() method |
|
More...
|
about 20 years ago
|
| Renamed the encoding constant and added a new loadXML() method |
|
More...
|
about 20 years ago
|
| Changed xajax.call so the request type is optional and defaults to post |
|
More...
|
about 20 years ago
|
| Changed xajax.call so the request type is optional and defaults to post |
|
More...
|
about 20 years ago
|
| New round of tests |
|
More...
|
about 20 years ago
|
| New round of tests |
|
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 |
|
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 |
|
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 |
|
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 |
|
More...
|
about 20 years ago
|
| Fixed a bug with the request mode detection, and added more flexibility to the Javascript file paths |
|
More...
|
about 20 years ago
|