Commit Graph

1910 Commits

Author SHA1 Message Date
Taylor Otwell e828b6c0c3 all database exceptions now include SQL and bindings in message for easier debugging. 2012-02-16 22:32:09 -06:00
Taylor Otwell dd6402c648 prefix built-in events with laravel. 2012-02-16 16:26:39 -06:00
Taylor Otwell 7aa78e1a3c change done event name. 2012-02-16 16:24:52 -06:00
Taylor Otwell 0e63717be9 use default index names on implicit indexes. 2012-02-16 15:37:06 -06:00
Taylor Otwell 62d8c09cce trim a long ling. 2012-02-16 15:31:07 -06:00
Taylor Otwell 851db1703e dont register session in ioc. 2012-02-16 15:14:31 -06:00
Taylor Otwell 0e4f726874 cleaning up code before release. 2012-02-16 15:12:42 -06:00
Taylor Otwell bb0967cceb throw exception if padding is invalid. 2012-02-16 14:53:22 -06:00
Taylor Otwell 1324ba368c tweak provider to use temp directory to avoid latest confusions. 2012-02-16 14:35:32 -06:00
Taylor Otwell ab5ce2a7eb added pkcs7 compliant padding to encryption class instead of default 0 padding. 2012-02-16 14:31:11 -06:00
Taylor Otwell 49d9666958 final code cleanup 2012-02-16 13:59:48 -06:00
Taylor Otwell f41717dcb1 dont try to guess the bundle of classes. 2012-02-16 13:53:19 -06:00
Taylor Otwell 5cfe371360 null should return default bundle path. 2012-02-16 13:02:40 -06:00
Taylor Otwell 86102ac417 update test runner. 2012-02-16 10:32:39 -06:00
Taylor Otwell 317e8db81f change query event name. 2012-02-16 09:08:00 -06:00
Taylor Otwell 36834c1118 add database.profile config option. 2012-02-16 08:46:48 -06:00
Taylor Otwell b29f8a88fe add default value for index names. 2012-02-15 16:17:47 -06:00
Taylor Otwell b73a60de2a rearrange str class. 2012-02-15 13:51:18 -06:00
Taylor Otwell ab17ea674a fix bug in db profiling. 2012-02-15 13:29:37 -06:00
Taylor Otwell 6e83add76f tweaking key setting. 2012-02-15 13:17:45 -06:00
Taylor Otwell 82315f31d5 added configurable automatic key generation. 2012-02-15 13:02:38 -06:00
Taylor Otwell 6b14bd394e change psr method to directories. 2012-02-15 11:12:23 -06:00
Taylor Otwell 188394bae1 added url::home 2012-02-15 08:27:10 -06:00
Taylor Otwell 75280a9fea cleaning up validator method. 2012-02-14 16:53:08 -06:00
Taylor Otwell e1c8928550 added passes and fails method to validtor. 2012-02-14 15:19:01 -06:00
Taylor Otwell 642b0f17f0 link_to_secure_route no longer needed. 2012-02-14 11:35:22 -06:00
Taylor Otwell 9f60c5e15a https option no longer needed on path helpers. 2012-02-14 11:34:43 -06:00
Taylor Otwell 3f44103760 added redirect::home 2012-02-14 09:38:08 -06:00
Taylor Otwell 14c9d38270 add facade for filter::register. 2012-02-14 08:22:10 -06:00
Taylor Otwell 479b3f6773 cleaning up various codes. 2012-02-13 23:51:33 -06:00
Taylor Otwell f27ec7ab95 cleaning up the session cli task. 2012-02-13 23:26:17 -06:00
Taylor Otwell 6ced385d20 use 'as' instead of 'name'. 2012-02-13 16:50:41 -06:00
Taylor Otwell 86e109b7bc simplify route parameter parsing and fix default value bug. 2012-02-13 14:42:38 -06:00
Taylor Otwell 2713ee9b87 use is_callable instead of method_exists. 2012-02-13 11:06:27 -06:00
Taylor Otwell 09da91501d update comment and add check to command metho_exists. 2012-02-13 09:19:02 -06:00
Taylor Otwell 53a20533f1 Merge pull request #335 from daylerees/develop
Show an error when an artisan task's method cannot be found.
2012-02-13 07:16:32 -08:00
Dayle Rees 29d062da75 better handling of undefined task methods 2012-02-13 15:07:52 +00:00
Taylor Otwell 620f3ba91f fixing a bug and cleaning. 2012-02-12 21:52:28 -06:00
Taylor Otwell b0a223aa4b cleaning up comment. 2012-02-12 21:27:07 -06:00
Taylor Otwell b353afdc79 fixing router bugs. 2012-02-12 20:09:27 -06:00
Taylor Otwell 0438c69648 added better random sources in crypter, seed random number generator on every call. 2012-02-12 19:45:04 -06:00
Taylor Otwell 74887986a7 fixing bugs in router. 2012-02-12 19:26:16 -06:00
Taylor Otwell 775b97ee76 load controller file before checking in ioc container. 2012-02-12 19:15:13 -06:00
Taylor Otwell 3d1a44028a added route::share method. 2012-02-12 16:41:03 -06:00
Taylor Otwell 0f2d311739 cleaning up some code. 2012-02-12 16:34:11 -06:00
Taylor Otwell aed1443bf1 cleaning up the cookie class. 2012-02-12 16:15:17 -06:00
Taylor Otwell ae544b85da fix bug in router::route method. 2012-02-12 15:39:53 -06:00
Taylor Otwell 597feed4a7 fix bug with root routing. 2012-02-12 15:23:20 -06:00
Taylor Otwell 89ea17d9d9 fleshed out redirect::to_action 2012-02-12 14:53:54 -06:00
Taylor Otwell 5af190cca7 removed misleading comment in home controller. 2012-02-12 14:51:53 -06:00