MIF_E31222691/system
Michael Hasselbring 6410e83377 Created File::upload() 2011-06-25 23:35:38 -05:00
..
cache moved cache, db, logs, and sessions to the storage directory. 2011-06-24 23:03:22 -05:00
db moved cache, db, logs, and sessions to the storage directory. 2011-06-24 23:03:22 -05:00
route fix bug in route loader that caused exception to be thrown when 404 should have been shown. 2011-06-18 09:34:52 -05:00
session moved cache, db, logs, and sessions to the storage directory. 2011-06-24 23:03:22 -05:00
validation removed error collector bloat, switched to plain array. thanks mikelbring. 2011-06-25 20:05:20 -05:00
views overall code refactoring. 2011-06-14 17:27:11 -05:00
arr.php fixed arr::get argument order. 2011-06-16 22:27:57 -05:00
auth.php improving auth class comments. 2011-06-16 19:51:32 -05:00
benchmark.php throw exception in benchmark class if one has not been defined. 2011-06-16 19:52:43 -05:00
cache.php improve cache class documentation. 2011-06-16 19:58:14 -05:00
config.php added Config::has and default value for Config::get. 2011-06-21 19:44:04 -05:00
cookie.php tweaking has methods. 2011-06-16 22:45:33 -05:00
crypt.php improve crypt class comments. 2011-06-16 20:33:15 -05:00
db.php Added "driver" method to System\DB. 2011-06-17 12:33:50 -07:00
error.php improve error class comments. 2011-06-16 21:00:27 -05:00
file.php Created File::upload() 2011-06-25 23:35:38 -05:00
filter.php improve comments in filter class. 2011-06-16 21:03:53 -05:00
form.php overall code refactoring, comment improvement. 2011-06-17 00:02:24 -05:00
hash.php overall code refactoring. 2011-06-14 17:27:11 -05:00
html.php removed error collector bloat, switched to plain array. thanks mikelbring. 2011-06-25 20:05:20 -05:00
inflector.php added arr class and tweaked input class. 2011-06-16 22:25:57 -05:00
input.php Tweaked Input::has to check for empty strings. Deprecated Input::filled. 2011-06-17 11:16:45 -07:00
lang.php Added default value to Lang::line()->get(). 2011-06-22 06:52:10 -07:00
loader.php changed loader to search in libraries instead of packages. 2011-06-24 23:42:53 -05:00
log.php moved cache, db, logs, and sessions to the storage directory. 2011-06-24 23:03:22 -05:00
memcached.php trimmed comment bloat. returning boolean on eloquent save. 2011-06-10 12:43:09 -05:00
redirect.php overall code refactoring, comment improvement. 2011-06-17 00:02:24 -05:00
request.php adjusted method order in request class. 2011-06-25 20:20:09 -05:00
response.php overall code refactoring, comment improvement. 2011-06-17 00:02:24 -05:00
route.php added dynamic Request::is_ method.. e.g. Request::is_login(). 2011-06-18 12:00:52 -05:00
router.php changed Request::is to Request::route_is. 2011-06-19 22:49:01 -05:00
session.php overall code refactoring, comment improvement. 2011-06-17 00:02:24 -05:00
str.php initial commit of validation classes. 2011-06-21 20:11:17 -05:00
text.php trimmed comment bloat. returning boolean on eloquent save. 2011-06-10 12:43:09 -05:00
url.php fixed bug in route parameterizer. 2011-06-17 00:16:55 -05:00
validator.php removed error collector bloat, switched to plain array. thanks mikelbring. 2011-06-25 20:05:20 -05:00
view.php removed error collector bloat, switched to plain array. thanks mikelbring. 2011-06-25 20:05:20 -05:00