pickles/classes
2011-05-05 12:42:18 -04:00
..
Database Resolved error in Profiler resulting from fetchAll() being removed. 2011-05-03 23:30:07 -04:00
Display Cleaned up stray whitespace. 2010-12-09 20:12:05 -05:00
Config.php Added logic to traverse the filesystem in an attempt to locate the configuration. Errors if it gets to /. Comes into play when using command line scripts that may live in sub-directories of the ./scripts directory. 2011-05-03 23:14:37 -04:00
Controller.php Fixed missing Content-Type headers when loading internal static assets (e.g. /__pickles/css/reset.css) 2011-04-09 16:34:49 -04:00
Convert.php Cleaned up stray whitespace. 2010-12-09 20:12:05 -05:00
Database.php Cleaned up stray whitespace. 2010-12-09 20:12:05 -05:00
Dynamic.php Fixed RegEx checking if we're dealing with internal files. 2010-12-11 13:41:09 -05:00
Error.php Updated website URL. 2011-05-03 22:33:48 -04:00
Form.php Fixed selected attribute issue in option generation method. 2011-01-31 00:01:50 -05:00
Log.php Cleaned up stray whitespace. 2010-12-09 20:12:05 -05:00
Model.php Added reset to the walk() to save from calling reset() when iterating a record set more than once (hey, that shit happens!) 2011-04-02 12:55:29 -04:00
Module.php Added private module functionality. 2010-12-09 22:52:26 -05:00
Object.php Cleaned up stray whitespace. 2010-12-09 20:12:05 -05:00
Profiler.php Fixed issue with profiler when configuration is set to queries or explains and there are no queries on the page. 2011-05-05 12:42:18 -04:00
Security.php Cleaned up stray whitespace. 2010-12-09 20:12:05 -05:00
Session.php Fixed issue with session_destroy() 2011-01-20 22:14:33 -05:00
String.php Stripped white space between folds, I found it too hard to read. 2011-01-02 01:06:32 -05:00