Commit Graph

1382 Commits

Author SHA1 Message Date
Taylor Otwell 466ccdb96c throw an exception in the request forged method if no session driver has been specified. 2011-11-16 22:40:49 -06:00
Taylor Otwell 980caf31da added callStatic method to Memcached class. 2011-11-16 19:48:08 -06:00
Taylor Otwell 060e1f64b8 Added BadMethodCallException to view's __callStatic method. 2011-11-16 13:12:33 -06:00
Taylor Otwell 85936b3c20 Fix bug and shorten exception message. 2011-11-16 13:08:22 -06:00
Taylor Otwell 635ba52a69 Shorted a long exception message. 2011-11-16 12:58:24 -06:00
Taylor Otwell 2a1b5d55ae Shorten a long exception message. 2011-11-16 12:57:20 -06:00
Taylor Otwell 8c8ff5fac7 Shorten long exception message. 2011-11-16 12:56:28 -06:00
Taylor Otwell 2c2344c39f Shorten exception message. 2011-11-16 12:55:45 -06:00
Taylor Otwell fc8b30159e Refactor the ignored error logging. 2011-11-16 11:46:27 -06:00
Taylor Otwell beb44eb429 Merge pull request #157 from sparksp/develop/exception
Refactor error handling to log ignored errors
2011-11-16 08:40:22 -08:00
Phill Sparks 1d5fbab515 Refactor error handling to log ignored errors 2011-11-16 12:21:42 +00:00
Taylor Otwell d3f9391981 fixing some bugs. 2011-11-15 23:15:58 -06:00
Taylor Otwell 1acd66a247 turn off error logging. 2011-11-15 20:04:06 -06:00
Taylor Otwell 49901bab31 tweaking a comment. 2011-11-15 19:46:20 -06:00
Taylor Otwell f0d3589be4 changing a comment. 2011-11-15 19:36:48 -06:00
Taylor Otwell a6641130c4 fixing bugs in validator and file classes. 2011-11-15 19:32:32 -06:00
Taylor Otwell e226a463bf refactoring. 2011-11-15 19:15:31 -06:00
Taylor Otwell 6bd3dcb039 Update laravel/uri.php 2011-11-15 08:25:08 -06:00
Taylor Otwell 8b803fd356 Merge pull request #156 from sparksp/develop/exception
Better Exceptions
2011-11-15 06:08:02 -08:00
Phill Sparks 662bde8580 Merge branch 'develop' of http://github.com/laravel/laravel into develop/exception 2011-11-15 12:53:48 +00:00
Phill Sparks 58638216e8 Throw better Exceptions 2011-11-15 12:35:04 +00:00
Taylor Otwell bdbdd05b6a Merge pull request #155 from sparksp/develop/fix-uri
[develop] Fix URI class
2011-11-15 03:39:36 -08:00
Phill Sparks 02929f7fbd Fixed the new URI class 2011-11-15 11:30:34 +00:00
Taylor Otwell d643ec97dc incremented version. 2011-11-14 21:18:41 -06:00
Taylor Otwell d1a969bd29 added uri class. refactored. 2011-11-14 21:18:18 -06:00
Taylor Otwell 2758b4c16d some small refactoring and bug fixing. 2011-11-13 15:23:48 -06:00
Taylor Otwell 04f7661292 remove elapsed time from front controller. 2011-11-12 00:08:09 -06:00
Taylor Otwell a5aaf33fe5 fix error detail view. 2011-11-12 00:07:13 -06:00
Taylor Otwell 32684fa12e fixed router ioc bug. 2011-11-11 23:36:31 -06:00
Taylor Otwell 0e8432e373 fixed messages namespace in view. 2011-11-11 23:18:58 -06:00
Taylor Otwell 9281f04cdd minor refactorings. 2011-11-11 23:15:17 -06:00
Taylor Otwell 41ca816951 refactoring the blade class. 2011-11-11 22:58:24 -06:00
Taylor Otwell f9ec36d7f8 slight clean-up to uri method. 2011-11-11 22:50:41 -06:00
Taylor Otwell 6cbac0e064 add note about ssl option. 2011-11-11 22:06:51 -06:00
Taylor Otwell 270e0d4994 fixed a few bugs. 2011-11-11 21:42:36 -06:00
Taylor Otwell b6ab0b08ce moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file. 2011-11-11 21:27:30 -06:00
Taylor Otwell b625ebdcf3 Fix bug in redirect. 2011-11-11 11:55:47 -06:00
Taylor Otwell 0b3ecf8973 Pass status when redirecting to route. 2011-11-11 11:52:45 -06:00
Taylor Otwell c11ee76511 Merge pull request #151 from sparksp/develop/ioc-container
Got rid of all IoC::container() calls
2011-11-11 06:44:35 -08:00
Phill Sparks b4fe148de5 Got rid of all IoC::container() calls 2011-11-11 09:52:30 +00:00
Taylor Otwell 9dbe7a29e2 put back ini_set for errors. 2011-11-10 23:38:58 -06:00
Taylor Otwell 35d807ca2b git rid of some ioc::container calls. 2011-11-10 23:13:11 -06:00
Taylor Otwell 0a2c61ec29 refactoring error handling. 2011-11-10 22:46:01 -06:00
Taylor Otwell 0dc43490a6 moved functions to helpers file. 2011-11-10 22:10:18 -06:00
Taylor Otwell c67a010c5c refactoring some classes. 2011-11-10 20:25:17 -06:00
Taylor Otwell 8ae9324ce3 tweaked comment in auth class. 2011-11-10 20:11:45 -06:00
Taylor Otwell 8a94c9787a Merge pull request #147 from sparksp/develop/fix_inflector
Inflector updates
2011-11-10 05:21:33 -08:00
Taylor Otwell 968e80bcff Merge pull request #149 from jaysonic/develop
Paginator is no longer in the array of aliased classes
2011-11-10 05:19:28 -08:00
Jason Lewis 654a0b88f2 Added Paginator to the array of aliased classes. 2011-11-10 17:52:37 +11:00
Taylor Otwell fa6489be6c remove comment bloat from string class. 2011-11-09 23:02:11 -06:00