Commit History

Author SHA1 Message Date
  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
  Taylor Otwell b625ebdcf3 Fix bug in redirect. 12 years ago
  Taylor Otwell 0b3ecf8973 Pass status when redirecting to route. 12 years ago
  Taylor Otwell c11ee76511 Merge pull request #151 from sparksp/develop/ioc-container 12 years ago
  Phill Sparks b4fe148de5 Got rid of all IoC::container() calls 12 years ago
  Taylor Otwell 9dbe7a29e2 put back ini_set for errors. 12 years ago
  Taylor Otwell 35d807ca2b git rid of some ioc::container calls. 12 years ago
  Taylor Otwell 0a2c61ec29 refactoring error handling. 12 years ago
  Taylor Otwell 0dc43490a6 moved functions to helpers file. 12 years ago
  Taylor Otwell c67a010c5c refactoring some classes. 12 years ago
  Taylor Otwell 8ae9324ce3 tweaked comment in auth class. 12 years ago
  Taylor Otwell 8a94c9787a Merge pull request #147 from sparksp/develop/fix_inflector 12 years ago
  Taylor Otwell 968e80bcff Merge pull request #149 from jaysonic/develop 12 years ago
  Jason Lewis 654a0b88f2 Added Paginator to the array of aliased classes. 12 years ago
  Taylor Otwell fa6489be6c remove comment bloat from string class. 12 years ago
  Taylor Otwell d55a5e722b adjusted autoloader priority for best performance. 12 years ago
  Taylor Otwell 3854165595 refactoring autoloader. 12 years ago
  Taylor Otwell fe218f9b0b restore controller section of autoloader. 12 years ago
  Taylor Otwell 8718b582df cleaning up the autoloader and core bootstrapping. 12 years ago
  Taylor Otwell 56daba42c5 remove composers from ioc container. remove comment bloat from autoloader. 12 years ago
  Taylor Otwell 0fd88b67f2 controller should extend base controller. 12 years ago
  Taylor Otwell dcc334b617 fixed bug in controller filter method. 12 years ago
  Taylor Otwell 9e9ee931b5 moved session class. 12 years ago
  Phill Sparks 5da8c1e1d9 Data is countable, it's plural of datum 12 years ago
  Phill Sparks 932dec6af7 Added more uncountables, the list could go on 12 years ago
  Phill Sparks e84fb806f8 Fixed plural count check 12 years ago
  Taylor Otwell 75ba2447f8 Fix Hash class alias. 12 years ago
  Taylor Otwell a38ba2a6ab clean up controller and session. 12 years ago
  Taylor Otwell a1e82d2166 added section class. refactored session for ioc usage. improved controller. added yielding and sections to blade. general blade improvements. 12 years ago
  Taylor Otwell d05f4fa0db renamed hasher class to hash and hash method to make. 12 years ago
  Taylor Otwell c4aa6e6ba2 consolidated plural and plural_if into single method. 12 years ago
  Taylor Otwell 0cd6966e15 tweaked configuration comments. 12 years ago
  Taylor Otwell 8d3327da3c ditched filter shortcuts 12 years ago
  Taylor Otwell 3833e12c72 added before and after filter methods to controller. 12 years ago
  Taylor Otwell b9e91835ec fix bug in session class. 12 years ago
  Taylor Otwell fefc202cb8 tweak comments in the default controller. 12 years ago
  Taylor Otwell 6f60c44804 fix default controller method. 12 years ago
  Taylor Otwell cd310efd25 revised method of declaring filters on controllers. 12 years ago
  Taylor Otwell 1d8dcd1246 Made blade echo match lazy. 12 years ago
  Taylor Otwell 285a744fac Only reflash flashed items. 12 years ago
  Taylor Otwell e8561ca905 Clean up the MySQL database connector. 12 years ago
  Taylor Otwell 05902d22d4 Cleaning up the Postgres connector. 12 years ago