0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*Typo bugfix More... about 14 years ago
2 parts to this change: 1. catching exception because we typically want page execution to be handled higher up (eg for a reject or redirect) when there's a failure 2. returning temp variable to avoid reference notices More... about 14 years ago
*Replacing deprecated function More... about 14 years ago
*Bugfix: too many parentheses More... about 14 years ago
*Removing PEAR/ZEND specific constants, replacing with integer value More... about 14 years ago
*Fixing bug - redirect may not work when using buffering More... about 14 years ago
*Removing assignment by reference since object identifier is used in php5. Return value of new by reference is deprecated. More... about 14 years ago
*Removed requirement to use PEAR Log class More... about 14 years ago
*Removing what must be a typo, but somehow didn't cause a syntax error? More... about 14 years ago
*Committing one bugfix in ImpPDO - call_user_func_array now requires second parameter to be array (in php 5.3) *Name changes from ImpPHP to CamelCased ImpPhp More... about 14 years ago
This was supposed to be included all along but apparently never made it into the official repository! More... almost 15 years ago
Removed a lingering remnant specific to my webhost's PHP install More... about 15 years ago
Initial import of existing documentation More... about 15 years ago
Renamed ImpUtils to ImpPHP More... about 15 years ago
Minor tweak for recent YUI versions More... about 15 years ago
Worked around the backwards-incompatible removal of abstract static functions in PHP 5.2 More... over 15 years ago
Fixed a bug in ImpDB's delayed rendering code which would occur if used on a page which already used a YUI Loader and ImpTable Added support for custom renderer names to ImpTable More... almost 16 years ago
Improved the error message thrown when the constructor is called with an invalid ID to include the class name and database table queried More... almost 16 years ago
Added __sleep and __wakeup methods to DBObject which cause each object to be reloaded from the database rather than relying on possibly stale information More... almost 16 years ago
Improved generated profiling display More... almost 16 years ago
Added __clone() for DBObjects More... almost 16 years ago
Updated ImpDB->queryValue() to work around a PHP change which caused reset() to fail when given something other than a variable (e.g. the result of another function) More... about 16 years ago
Added CDATA comments to generated script tags so we should be XHTML-safe More... about 16 years ago
Added a link to the documentation More... about 16 years ago
Removed the dependency on ImpHTML since it was used in only one place More... about 16 years ago
Updated to YUI 2.5.1 Refactored the code substantially Added support for external data sources (http://improbable.org/chris/Software/ImpUtils/ImpTable/demos.php) using XML, JSON, Text and any DataSource you've already created More... about 16 years ago
Changed usort() to uasort() to preserve array indices More... about 16 years ago
Bumped up to YUI 2.4.1 to avoid an IE memory leak in YUI 2.4.0 More... over 16 years ago
Added better CSS for debugging Updated to YUI 2.4.0 More... over 16 years ago
Added default sorting when _getInstance() is called with an array More... over 16 years ago