Commit History

Author SHA1 Message Date
  Taylor Otwell 8b803fd356 Merge pull request #156 from sparksp/develop/exception 13 years ago
  Phill Sparks 662bde8580 Merge branch 'develop' of http://github.com/laravel/laravel into develop/exception 13 years ago
  Phill Sparks 58638216e8 Throw better Exceptions 13 years ago
  Taylor Otwell bdbdd05b6a Merge pull request #155 from sparksp/develop/fix-uri 13 years ago
  Phill Sparks 02929f7fbd Fixed the new URI class 13 years ago
  Taylor Otwell d643ec97dc incremented version. 13 years ago
  Taylor Otwell d1a969bd29 added uri class. refactored. 13 years ago
  Taylor Otwell 2758b4c16d some small refactoring and bug fixing. 13 years ago
  Taylor Otwell 04f7661292 remove elapsed time from front controller. 13 years ago
  Taylor Otwell a5aaf33fe5 fix error detail view. 13 years ago
  Taylor Otwell 32684fa12e fixed router ioc bug. 13 years ago
  Taylor Otwell 0e8432e373 fixed messages namespace in view. 13 years ago
  Taylor Otwell 9281f04cdd minor refactorings. 13 years ago
  Taylor Otwell 41ca816951 refactoring the blade class. 13 years ago
  Taylor Otwell f9ec36d7f8 slight clean-up to uri method. 13 years ago
  Taylor Otwell 6cbac0e064 add note about ssl option. 13 years ago
  Taylor Otwell 270e0d4994 fixed a few bugs. 13 years ago
  Taylor Otwell b6ab0b08ce moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file. 13 years ago
  Taylor Otwell b625ebdcf3 Fix bug in redirect. 13 years ago
  Taylor Otwell 0b3ecf8973 Pass status when redirecting to route. 13 years ago
  Taylor Otwell c11ee76511 Merge pull request #151 from sparksp/develop/ioc-container 13 years ago
  Phill Sparks b4fe148de5 Got rid of all IoC::container() calls 13 years ago
  Taylor Otwell 9dbe7a29e2 put back ini_set for errors. 13 years ago
  Taylor Otwell 35d807ca2b git rid of some ioc::container calls. 13 years ago
  Taylor Otwell 0a2c61ec29 refactoring error handling. 13 years ago
  Taylor Otwell 0dc43490a6 moved functions to helpers file. 13 years ago
  Taylor Otwell c67a010c5c refactoring some classes. 13 years ago
  Taylor Otwell 8ae9324ce3 tweaked comment in auth class. 13 years ago
  Taylor Otwell 8a94c9787a Merge pull request #147 from sparksp/develop/fix_inflector 13 years ago
  Taylor Otwell 968e80bcff Merge pull request #149 from jaysonic/develop 13 years ago
  Jason Lewis 654a0b88f2 Added Paginator to the array of aliased classes. 13 years ago
  Taylor Otwell fa6489be6c remove comment bloat from string class. 13 years ago
  Taylor Otwell d55a5e722b adjusted autoloader priority for best performance. 13 years ago
  Taylor Otwell 3854165595 refactoring autoloader. 13 years ago
  Taylor Otwell fe218f9b0b restore controller section of autoloader. 13 years ago
  Taylor Otwell 8718b582df cleaning up the autoloader and core bootstrapping. 13 years ago
  Taylor Otwell 56daba42c5 remove composers from ioc container. remove comment bloat from autoloader. 13 years ago
  Taylor Otwell 0fd88b67f2 controller should extend base controller. 13 years ago
  Taylor Otwell dcc334b617 fixed bug in controller filter method. 13 years ago
  Taylor Otwell 9e9ee931b5 moved session class. 13 years ago
  Phill Sparks 5da8c1e1d9 Data is countable, it's plural of datum 13 years ago
  Phill Sparks 932dec6af7 Added more uncountables, the list could go on 13 years ago
  Phill Sparks e84fb806f8 Fixed plural count check 13 years ago
  Taylor Otwell 75ba2447f8 Fix Hash class alias. 13 years ago
  Taylor Otwell a38ba2a6ab clean up controller and session. 13 years ago
  Taylor Otwell a1e82d2166 added section class. refactored session for ioc usage. improved controller. added yielding and sections to blade. general blade improvements. 13 years ago
  Taylor Otwell d05f4fa0db renamed hasher class to hash and hash method to make. 13 years ago
  Taylor Otwell c4aa6e6ba2 consolidated plural and plural_if into single method. 13 years ago
  Taylor Otwell 0cd6966e15 tweaked configuration comments. 13 years ago
  Taylor Otwell 8d3327da3c ditched filter shortcuts 13 years ago
  Taylor Otwell 3833e12c72 added before and after filter methods to controller. 13 years ago
  Taylor Otwell b9e91835ec fix bug in session class. 13 years ago
  Taylor Otwell fefc202cb8 tweak comments in the default controller. 13 years ago
  Taylor Otwell 6f60c44804 fix default controller method. 13 years ago
  Taylor Otwell cd310efd25 revised method of declaring filters on controllers. 13 years ago
  Taylor Otwell 1d8dcd1246 Made blade echo match lazy. 13 years ago
  Taylor Otwell 285a744fac Only reflash flashed items. 13 years ago
  Taylor Otwell e8561ca905 Clean up the MySQL database connector. 13 years ago
  Taylor Otwell 05902d22d4 Cleaning up the Postgres connector. 13 years ago
  Taylor Otwell f46a3deab6 Clean-up the default database grammar. 13 years ago
  Taylor Otwell 466f05499f clean up auto-loader comment. 13 years ago
  Taylor Otwell ef89dd3b31 Verify that the session is started before flashing errors. 13 years ago
  Taylor Otwell a11c456f42 Fix keep method and added started method. 13 years ago
  Taylor Otwell 498a83abe9 Merge pull request #140 from paulboco/develop 13 years ago
  Paul Boco fb25edd0b1 Fixes issue #141 and a typo. 13 years ago
  Paul Boco 6eae4c982b Change attributes from protected to public. 13 years ago
  Taylor Otwell 97a3f33cb4 tweak session expiration calculation. 13 years ago
  Taylor Otwell 4bfcb064bf fix controller comment. 13 years ago
  Taylor Otwell 88e6143338 made controllers restful by default. 13 years ago
  Taylor Otwell 16a62193fc fix function namespacing. 13 years ago
  Taylor Otwell 7b22f66a94 tweaked routing comments. 13 years ago
  Taylor Otwell 9f78c8be90 Fix bug in validate_mimes method. 13 years ago
  Taylor Otwell e89fd04ab7 Added check for application key in session class. 13 years ago
  Taylor Otwell 9fd503f5b6 Small clean-up in the auth configuration file. 13 years ago
  Taylor Otwell aa55f3441f Tweak the CSRF token a little more. 13 years ago
  Taylor Otwell d0c3d65722 Fix CSRF token bug. 13 years ago
  Taylor Otwell 66f48b3fbe incremented version. 13 years ago
  Taylor Otwell adc2e21e7f remove timestamp from index file. 13 years ago
  Taylor Otwell 5e4e625d68 fixed merge conflicts. 13 years ago
  Taylor Otwell 28b42c64fe Merge pull request #133 from jjaffeux/patch-1 13 years ago
  Taylor Otwell 3b8f5865a5 fix comment in validator. 13 years ago
  Taylor Otwell 23fcf35804 fixed validator bug. 13 years ago
  Taylor Otwell 895d876463 fixed bugs found when unit testing. 13 years ago
  Joffrey JAFFEUX 4ea8910272 Typo 13 years ago
  Taylor Otwell 9caf239f6b various refactorings. 13 years ago
  Taylor Otwell 128984facb Merge pull request #132 from daylerees/develop 13 years ago
  Dayle Rees da4c196c3c corrected typo ::of_layout() to ::of_home() for clarity 13 years ago
  Taylor Otwell 2a5c94a61b ignoring files in the storage directory. 13 years ago
  Taylor Otwell ee71bdcd8f adding back ignore files. 13 years ago
  Taylor Otwell 493e1c1374 remove tests from main repository, moved storage directory to application. 13 years ago
  Taylor Otwell 6081baaa20 git rid of uri test case and remove information from config. 13 years ago
  Taylor Otwell 527340d793 fix bug in request uri parsing. 13 years ago
  Taylor Otwell 880fd106c7 tweaking route introduction. 13 years ago
  Taylor Otwell a986b010b6 deprecated the session payload class. 13 years ago
  Taylor Otwell c4eb6c9416 change controller->filters to protected. 13 years ago
  Taylor Otwell 2c108a9188 refactoring the filters. 13 years ago
  Taylor Otwell 6048d20921 refactoring the session class. 13 years ago
  Taylor Otwell 2e1fed294f refactoring bootstrapping. 13 years ago
  Taylor Otwell ca2c988274 added cookie option to session configuration. 13 years ago
  Taylor Otwell 8df52df894 shorten really long statement. 13 years ago