6
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We don't need CVS root in the Subversion tree
GaelDesign
as gaeldesign
More... over 19 years ago
removed cvs ignore file after migration to SVN More... over 19 years ago
removed cvs ignore file after migration to SVN More... over 19 years ago
Added test for decoding multi-dimensional arrays to the charEncodingTest.php More... over 19 years ago
Added test for decoding multi-dimensional arrays to the charEncodingTest.php More... over 19 years ago
Fixed another bug with the encoding functionality. When using character sets other than UTF-8 with the decodeUTF8InputOn(), only the first dimension of multi-dimensional arrays was being decoded. Now all strings are recursively decoded at all depths of the array. More... over 19 years ago
Fixed another bug with the encoding functionality. When using character sets other than UTF-8 with the decodeUTF8InputOn(), only the first dimension of multi-dimensional arrays was being decoded. Now all strings are recursively decoded at all depths of the array. More... over 19 years ago
Minor fix so that addRedirect() works with improperly formed queries (eg ones like "http://host.com/file.html?query1234")
Eion Robb
as bigbrownchunx
More... over 19 years ago
Minor fix so that addRedirect() works with improperly formed queries (eg ones like "http://host.com/file.html?query1234")
Eion Robb
as bigbrownchunx
More... over 19 years ago
Minor fix for letting xajax.inc.php include xajaxResponse.inc.php when the two files are out of the scope of the main xajax server file
Eion Robb
as bigbrownchunx
More... over 19 years ago
Minor fix for letting xajax.inc.php include xajaxResponse.inc.php when the two files are out of the scope of the main xajax server file
Eion Robb
as bigbrownchunx
More... over 19 years ago
Add a transliteration option to the iconv-based UTF-8 decoding
GaelDesign
as gaeldesign
More... over 19 years ago
Add a transliteration option to the iconv-based UTF-8 decoding
GaelDesign
as gaeldesign
More... over 19 years ago
Updated source version number to 0.2.3
GaelDesign
as gaeldesign
More... over 19 years ago
Updated source version number to 0.2.3
GaelDesign
as gaeldesign
More... over 19 years ago
For a slight performance improvement, modified individual value decoding so that the function is only called if bDecodeUTF8Input is true. More... over 19 years ago
For a slight performance improvement, modified individual value decoding so that the function is only called if bDecodeUTF8Input is true. More... over 19 years ago
Fixed encoding test to test individual data as well as array encoding More... over 19 years ago
Fixed encoding test to test individual data as well as array encoding More... over 19 years ago
Fixed problem with new decoding functionality. The decoding was being called on array data passed to the function, but it was not being called on individual values More... over 19 years ago
Fixed problem with new decoding functionality. The decoding was being called on array data passed to the function, but it was not being called on individual values More... over 19 years ago
Changed path in xajaxResponstTest to use a relative path so that users wont have to modify it before it will work when first downloaded More... over 19 years ago
Changed path in xajaxResponstTest to use a relative path so that users wont have to modify it before it will work when first downloaded More... over 19 years ago
Latest build of the compressed JS
GaelDesign
as gaeldesign
More... over 19 years ago
Latest build of the compressed JS
GaelDesign
as gaeldesign
More... over 19 years ago
Updated source version number to 0.2.2
GaelDesign
as gaeldesign
More... over 19 years ago
Updated source version number to 0.2.2
GaelDesign
as gaeldesign
More... over 19 years ago
Fixing a couple of quick variable irregularities
GaelDesign
as gaeldesign
More... over 19 years ago
Fixing a couple of quick variable irregularities
GaelDesign
as gaeldesign
More... over 19 years ago
Changed the cleanBuffer option to default to FALSE, so it must be manually enabled. This is something that we had intended to do after 0.2 was released, but it somehow got neglected. More... over 19 years ago