Commit Graph

7074 Commits

Author SHA1 Message Date
Taylor Otwell a9c14b3db5 Tweaking Auth config comments. 2011-07-11 12:45:04 -07:00
Taylor Otwell 0d2cfd2417 Refactor Auth class to use Auth config closures. 2011-07-11 12:42:19 -07:00
Taylor Otwell 9ec8f4a5b6 Refactor Auth config to use closures. 2011-07-11 12:41:50 -07:00
Taylor Otwell 757e1280a8 Refactor Auth class to use new bcrypt hashing. 2011-07-11 12:25:12 -07:00
Taylor Otwell 427fe62568 Refactor hash class to use PHPass. 2011-07-11 12:15:06 -07:00
Taylor Otwell d2d5127fcf Fix default error config values. 2011-07-11 12:14:06 -07:00
Taylor Otwell a6d1449b40 deprecated log class. removed from aliases. added storage/log.txt. 2011-07-11 12:33:22 -05:00
Taylor Otwell 8053d8e954 Call the configuration "logger" when writing logs in the error class. 2011-07-11 09:57:20 -07:00
Taylor Otwell f54ef2b4c9 Added "logger" option to error configuration. 2011-07-11 09:56:47 -07:00
Taylor Otwell 3f20c10d02 Order the exception CSS. 2011-07-11 09:18:59 -07:00
Taylor Otwell 44d14df331 Added note to Route\Finder. 2011-07-11 09:17:30 -07:00
Taylor Otwell 9249ab7d40 Improved the generic error view and made it consistent with other system views. 2011-07-11 09:08:46 -07:00
Taylor Otwell d60772e534 Improved the default 404 page and made it consistent with other system views. 2011-07-11 09:08:04 -07:00
Taylor Otwell 3adfe6407a Turned off display_errors runtime directive. 2011-07-11 08:40:53 -07:00
Taylor Otwell 4b25d9e4d2 Refactor exception view. 2011-07-11 08:40:11 -07:00
Taylor Otwell 4fc4d04028 Improved error exception view. 2011-07-11 08:39:20 -07:00
Taylor Otwell 54311a41ce Added file context to error class. 2011-07-11 08:38:49 -07:00
Taylor Otwell f6ff5370ef Tweaking error handlers in the front controller. 2011-07-11 07:47:54 -07:00
Taylor Otwell 69d1377fd4 Refactoring the error class. 2011-07-11 07:47:23 -07:00
Taylor Otwell bb2a231749 Pass session ID into session::load. 2011-07-11 07:06:20 -07:00
Taylor Otwell 5eb379d6cc Refactoring the session class. 2011-07-11 07:05:46 -07:00
Taylor Otwell 15328afa4d refactoring auto-loader. 2011-07-10 23:45:38 -05:00
Taylor Otwell 9624d275a4 removed comment bloat from index.php. 2011-07-10 23:40:05 -05:00
Taylor Otwell c75f298c34 fix typo in error class. 2011-07-10 23:36:49 -05:00
Taylor Otwell c30185eb27 refactoring eloquent. 2011-07-10 23:31:37 -05:00
Taylor Otwell 48419ad321 tweaking routes. 2011-07-10 23:21:33 -05:00
Taylor Otwell 95528adab5 fix syntax error in error class. 2011-07-10 23:16:11 -05:00
Taylor Otwell 063cde50c0 removed file context from error messages. 2011-07-10 23:08:14 -05:00
Taylor Otwell 46b0a7d8ad removed some comment bloat from the Form class. 2011-07-10 22:59:05 -05:00
Taylor Otwell da8c412dbc deprecated text class. 2011-07-10 22:38:55 -05:00
Taylor Otwell d0ba4719d8 extracted the route wildcard translation to a separate method. 2011-07-09 23:54:07 -05:00
Taylor Otwell 8277694693 refactoring router. 2011-07-09 23:41:27 -05:00
Taylor Otwell 141bed3916 cleaning up Request::uri method. 2011-07-09 22:31:06 -05:00
Taylor Otwell ca58f80b22 removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class. 2011-07-09 22:15:42 -05:00
Taylor Otwell ceb0e1a807 added check for array in Request::spoofed. 2011-07-09 17:15:23 -05:00
Taylor Otwell 9608a0dee7 Removed comment bloat from View class. 2011-07-08 12:57:32 -07:00
Taylor Otwell 924ecf879c Added __toString method to Response. 2011-07-08 12:57:11 -07:00
Taylor Otwell e48d611149 Remove comment bloat from URL class. 2011-07-08 12:48:44 -07:00
Taylor Otwell 5ea2974bd6 Trim comment bloat from Route class. 2011-07-08 12:46:21 -07:00
Taylor Otwell 0dd06ad314 Remove comment bloat from Response class. 2011-07-08 12:45:06 -07:00
Taylor Otwell 9fc8c36b94 Removing comment bloat from Redirect class. 2011-07-08 12:44:25 -07:00
Taylor Otwell 5bea9121af Refactoring input class to use Request::spoofed when hydrating input. 2011-07-08 12:41:03 -07:00
Taylor Otwell 5bb5adcf9c Added Request::spoofed method. 2011-07-08 12:38:54 -07:00
Taylor Otwell d0fafd1301 Formatting DB class. 2011-07-08 12:16:30 -07:00
Taylor Otwell 8056e0d1a7 Moved Session\Factory functionality into the Session class. 2011-07-08 09:48:01 -07:00
Taylor Otwell b1b2b932cc Moved Cache\Factory functionality into Cache class. 2011-07-08 09:43:04 -07:00
Taylor Otwell c5a2752e8a Refactoring Input class. 2011-07-08 08:24:57 -07:00
Taylor Otwell c2b7e60bdd Cleaning up DB session driver. 2011-07-08 08:19:40 -07:00
Taylor Otwell 7af9e08a60 Refactoring Eloquent. 2011-07-08 08:00:04 -07:00
Taylor Otwell c4eb994fbc Refactoring Eloquent. 2011-07-08 07:58:28 -07:00