Commit History

Author SHA1 Message Date
  Taylor Otwell de72602c0a Add cookie payload class constant. 12 years ago
  Taylor Otwell ba300e0233 Add some more comments to the session payload. 12 years ago
  Taylor Otwell ad9b49a23e Extract callback validation into method. 12 years ago
  Taylor Otwell 05e365d0d5 Clean up route loader. 12 years ago
  Taylor Otwell a6bb5f26a3 Trim exception message in database manager. 12 years ago
  Taylor Otwell 1b053815d3 Cleaning up comments in response class. 12 years ago
  Taylor Otwell f74d5ad2d4 Set timezone in core file. 12 years ago
  Taylor Otwell 1867f28ad6 Move the timezone setting into the core file. 12 years ago
  Taylor Otwell 3e90009263 Tweak the language line logic. 12 years ago
  Taylor Otwell 2a27e5d3e4 Tweak comment in ioc class. 12 years ago
  Taylor Otwell eab5e24883 Change scope of private inflector methods to protected. 12 years ago
  Taylor Otwell 55379a0adb Trim line of code in form class. 12 years ago
  Taylor Otwell d392365a1b Trim an exception message in the crypter. 12 years ago
  Taylor Otwell 9c6d4871b2 Trim comment in config class. 12 years ago
  Taylor Otwell 7ca6909fa9 Tweaking paginator comments. 12 years ago
  Taylor Otwell bcd590560f adding paginator commetns. 12 years ago
  Taylor Otwell d3d992d4b5 adding paginator comments. 12 years ago
  Taylor Otwell dfb3d35f16 add ability to specify the language on the paginator. 12 years ago
  Taylor Otwell 16a21422fb remove some comment bloat. 12 years ago
  Taylor Otwell 100ffb4ffe remove some comment bloat. 12 years ago
  Taylor Otwell 1cdfd5a8b0 remove some comment bloat. 12 years ago
  Taylor Otwell 216a38c574 remove some comment bloat. 12 years ago
  Taylor Otwell 3ccad7de60 fix bug in link_to_asset method. 12 years ago
  Taylor Otwell 74b65f74d1 tweaked link_to_asset https handling. 12 years ago
  Taylor Otwell 7cc591f901 tweaked comments. 12 years ago
  Taylor Otwell 8d8aa750d1 remove unnecessary paginator language lines. 12 years ago
  Taylor Otwell 927e675cb8 refactor the paginator to reincorporate the google style slider. 12 years ago
  Taylor Otwell fcf9cd3ccc Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell 1535eca1c9 refactoring pagination. 12 years ago
  Taylor Otwell 8508f1bb3a Merge pull request #175 from sparksp/fix/response 12 years ago
  Taylor Otwell f492c81aa8 added ability to filter flashed input data. 12 years ago
  Phill Sparks e994dffc51 Fix Response::of_something() calls 12 years ago
  Taylor Otwell 837b480231 remove the input flashing from filters. 12 years ago
  Taylor Otwell 783101cc7a fixed bug in autoloader. 12 years ago
  Taylor Otwell 5f348b2c6e refactoring various classes. 12 years ago
  Taylor Otwell 246434f4c7 load the session. whoops!. 12 years ago
  Taylor Otwell ccb6bc6b8a refactoring the input class. 12 years ago
  Taylor Otwell 937441d31b cleaning up more code. 12 years ago
  Taylor Otwell 64501dd097 remove unnecessary variable initialization in router method. 12 years ago
  Taylor Otwell da016744d0 cleaning up code. 12 years ago
  Taylor Otwell a675b05237 fixing some commits i accidently overwrote. 12 years ago
  Taylor Otwell 994949c6ce refactoring various classes. 12 years ago
  Taylor Otwell b0ffc0183a Merge pull request #171 from daniels0xff/develop 12 years ago
  Daniel Anechitoaie 0000ffc8c2 Double "for" in comment. 12 years ago
  Daniel Anechitoaie 2a5697c12c Added DS_Store to .gitignore 12 years ago
  Taylor Otwell 1746dbdb6c Merge pull request #170 from codler/patch-1 12 years ago
  Han Lin Yap ab5181e814 typo 12 years ago
  Taylor Otwell 01a4efa4b0 Fix bug in paginator appendage. 12 years ago
  Taylor Otwell 92a1c70918 Fix bug in query string construction. 12 years ago
  Taylor Otwell 4283e7ec98 moved error pages to application directory. 12 years ago
  Taylor Otwell 5e95f05d9b added more to comment. 12 years ago
  Taylor Otwell 10b9001e13 adjust how the response is rendered, as well as move input flashing to after filter. 12 years ago
  Taylor Otwell 7a9631975f dont return 404 error on null return from existing route. 12 years ago
  Taylor Otwell e55f9e9fad Added a helpful comment regarding expressions. 12 years ago
  Taylor Otwell 193396506e Fix bug in cookie class. 12 years ago
  Taylor Otwell 374f72f5e5 Provide immediate access to set cookies. 12 years ago
  Taylor Otwell 570b431c05 Merge pull request #159 from sparksp/develop/redis 12 years ago
  Taylor Otwell 5b9f6d1bd3 Merge pull request #161 from sparksp/develop/fix-cache 12 years ago
  Phill Sparks 60033e52d3 Fixed Cache\Drivers\Driver::remember 12 years ago
  Phill Sparks 8fd522fd67 Refactored redis destruction 12 years ago
  Taylor Otwell bbffa96c2d refactoring the auth login method. allow the developer to just pass an integer. 12 years ago
  Taylor Otwell b5207ee2b8 cast the error messages to an array. 12 years ago
  Taylor Otwell 1c6f15a9fa make database connection protected. 12 years ago
  Taylor Otwell a1b3ba7538 added comment to url class. 12 years ago
  Taylor Otwell 466ccdb96c throw an exception in the request forged method if no session driver has been specified. 12 years ago
  Taylor Otwell 980caf31da added callStatic method to Memcached class. 12 years ago
  Taylor Otwell 060e1f64b8 Added BadMethodCallException to view's __callStatic method. 12 years ago
  Taylor Otwell 85936b3c20 Fix bug and shorten exception message. 12 years ago
  Taylor Otwell 635ba52a69 Shorted a long exception message. 12 years ago
  Taylor Otwell 2a1b5d55ae Shorten a long exception message. 12 years ago
  Taylor Otwell 8c8ff5fac7 Shorten long exception message. 12 years ago
  Taylor Otwell 2c2344c39f Shorten exception message. 12 years ago
  Taylor Otwell fc8b30159e Refactor the ignored error logging. 12 years ago
  Taylor Otwell beb44eb429 Merge pull request #157 from sparksp/develop/exception 12 years ago
  Phill Sparks 1d5fbab515 Refactor error handling to log ignored errors 12 years ago
  Taylor Otwell d3f9391981 fixing some bugs. 12 years ago
  Taylor Otwell 1acd66a247 turn off error logging. 12 years ago
  Taylor Otwell 49901bab31 tweaking a comment. 12 years ago
  Taylor Otwell f0d3589be4 changing a comment. 12 years ago
  Taylor Otwell a6641130c4 fixing bugs in validator and file classes. 12 years ago
  Taylor Otwell e226a463bf refactoring. 12 years ago
  Taylor Otwell 6bd3dcb039 Update laravel/uri.php 12 years ago
  Taylor Otwell 8b803fd356 Merge pull request #156 from sparksp/develop/exception 12 years ago
  Phill Sparks 662bde8580 Merge branch 'develop' of http://github.com/laravel/laravel into develop/exception 12 years ago
  Phill Sparks 58638216e8 Throw better Exceptions 12 years ago
  Taylor Otwell bdbdd05b6a Merge pull request #155 from sparksp/develop/fix-uri 12 years ago
  Phill Sparks 02929f7fbd Fixed the new URI class 12 years ago
  Taylor Otwell d643ec97dc incremented version. 12 years ago
  Taylor Otwell d1a969bd29 added uri class. refactored. 12 years ago
  Taylor Otwell 2758b4c16d some small refactoring and bug fixing. 12 years ago
  Taylor Otwell 04f7661292 remove elapsed time from front controller. 12 years ago
  Taylor Otwell a5aaf33fe5 fix error detail view. 12 years ago
  Taylor Otwell 32684fa12e fixed router ioc bug. 12 years ago
  Taylor Otwell 0e8432e373 fixed messages namespace in view. 12 years ago
  Taylor Otwell 9281f04cdd minor refactorings. 12 years ago
  Taylor Otwell 41ca816951 refactoring the blade class. 12 years ago
  Taylor Otwell f9ec36d7f8 slight clean-up to uri method. 12 years ago
  Taylor Otwell 6cbac0e064 add note about ssl option. 12 years ago
  Taylor Otwell 270e0d4994 fixed a few bugs. 12 years ago
  Taylor Otwell b6ab0b08ce moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file. 12 years ago