pickles/classes
2010-11-27 21:42:50 -05:00
..
Database Removed commented code from the Model and added a note about how experimental and unusable the Mongo class is. 2010-11-27 21:42:50 -05:00
Display Added in RSS display class. 2010-11-26 22:35:06 -05:00
Config.php Convert defined security levels into defined constants prefixed with SECURITY_LEVEL_*. Also documented the flatten method. 2010-11-21 21:44:46 -05:00
Controller.php Added support for passing in a .rss extension to force the rendering engine RSS. 2010-11-26 23:16:30 -05:00
Convert.php Cleaned up arrayToXML method. 2010-11-25 00:37:05 -05:00
Database.php Removed SimpleTest. 2010-10-16 00:18:56 -04:00
Dynamic.php Removed internal() method to generate references to PICKLES files. Should use existing methods, but make sure to include the PICKLES path (e.g. /__pickles/js/core.js). 2010-11-26 13:50:48 -05:00
Error.php Updated licensing to use the [better suited] MIT License. 2010-10-14 20:12:40 -04:00
Form.php Removed the salt argument as the salts are driven solely by the config in this use case scenario. 2010-11-26 02:32:01 -05:00
Log.php Updated licensing to use the [better suited] MIT License. 2010-10-14 20:12:40 -04:00
Model.php Removed commented code from the Model and added a note about how experimental and unusable the Mongo class is. 2010-11-27 21:42:50 -05:00
Module.php Added optional security hash check. 2010-11-26 02:43:41 -05:00
Object.php Added profiler options. 2010-10-22 00:31:26 -04:00
Profiler.php Added timer capabilities to the profiler, refactored a bunch of the sanity checks associated with the profiler. 2010-10-22 22:26:45 -04:00
Security.php Moved hash generation into the Security class so it can be accessed outside of the input generation. 2010-11-26 02:28:07 -05:00
String.php Made the format of the phone number a passable argument. 2010-11-26 00:10:42 -05:00