pickles/classes
Josh Sherman 8f57077ef6 Created a validation class to handle validation
Instead of making the Module the keeper of validation, moved the actual sanity checks to another class. This makes it stupid easy to use one module's validation (some or all) to validate arbitrary values elsewhere in your system.
2013-09-29 15:51:45 -04:00
..
API Hardcoded email, whoops. 2013-09-12 09:49:19 -04:00
Database Removed unnecessary sanity checks when calling Log 2013-09-15 12:02:07 -04:00
Display Added the template variable to the new scope logic 2013-09-10 19:57:23 -04:00
Browser.php Added method to pull the user's IP 2013-02-16 17:13:19 -05:00
Cache.php Moved default cache expiration to 1 day 2013-09-15 12:38:32 -04:00
Config.php Updated copyright, website and contact email 2012-09-30 12:40:29 -04:00
Controller.php Removed unnecessary sanity checks when calling Log 2013-09-15 12:02:07 -04:00
Convert.php Distance class 2012-12-14 15:55:49 -05:00
Database.php Revert "Reworked Database stuff to be Datastore stuff" 2013-02-26 15:14:17 -05:00
Date.php Time class 2012-10-10 22:09:37 -04:00
Distance.php Controller bug and Distance class 2012-12-18 13:24:19 -05:00
Dynamic.php Removed unnecessary sanity checks when calling Log 2013-09-15 12:02:07 -04:00
Error.php Removed unnecessary sanity checks when calling Log 2013-09-15 12:02:07 -04:00
File.php Updated copyright, website and contact email 2012-09-30 12:40:29 -04:00
Form.php Added HTML class 2013-01-30 22:16:55 -05:00
HTML.php Contents weren't being passed in when a label was present 2013-02-03 15:44:52 -05:00
Log.php Added sanity check if logging was enabled 2013-09-15 11:55:56 -04:00
Model.php Updated to not store empty cache 2013-09-27 13:40:44 -04:00
Module.php Created a validation class to handle validation 2013-09-29 15:51:45 -04:00
Number.php Added number utility class and a method to add ordinal indicators to a number (and without the need of PHP 5.3 which has some new class for that) 2012-11-17 12:27:00 -05:00
Object.php Updated copyright, website and contact email 2012-09-30 12:40:29 -04:00
Profiler.php Updated copyright, website and contact email 2012-09-30 12:40:29 -04:00
Security.php Removed session_start in controller, removed exception from Security class 2013-02-20 11:38:16 -05:00
Session.php Added dynamic prefix to the Redis session handler 2013-06-17 18:09:26 -04:00
Sort.php Sort class!!~! 2013-09-22 19:40:49 -04:00
String.php Dropped cursor:help and swapped ellipsis 2013-04-27 17:50:22 -04:00
Time.php Added relative time function 2012-12-29 11:41:23 -05:00
Validate.php Created a validation class to handle validation 2013-09-29 15:51:45 -04:00