Commit History

Author SHA1 Message Date
  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
  Taylor Otwell f46a3deab6 Clean-up the default database grammar. 12 years ago
  Taylor Otwell 466f05499f clean up auto-loader comment. 12 years ago
  Taylor Otwell ef89dd3b31 Verify that the session is started before flashing errors. 12 years ago
  Taylor Otwell a11c456f42 Fix keep method and added started method. 12 years ago
  Taylor Otwell 498a83abe9 Merge pull request #140 from paulboco/develop 12 years ago
  Paul Boco fb25edd0b1 Fixes issue #141 and a typo. 12 years ago
  Paul Boco 6eae4c982b Change attributes from protected to public. 12 years ago
  Taylor Otwell 97a3f33cb4 tweak session expiration calculation. 12 years ago
  Taylor Otwell 4bfcb064bf fix controller comment. 12 years ago
  Taylor Otwell 88e6143338 made controllers restful by default. 12 years ago
  Taylor Otwell 16a62193fc fix function namespacing. 12 years ago
  Taylor Otwell 7b22f66a94 tweaked routing comments. 12 years ago
  Taylor Otwell 9f78c8be90 Fix bug in validate_mimes method. 12 years ago
  Taylor Otwell e89fd04ab7 Added check for application key in session class. 12 years ago
  Taylor Otwell 9fd503f5b6 Small clean-up in the auth configuration file. 12 years ago
  Taylor Otwell aa55f3441f Tweak the CSRF token a little more. 12 years ago
  Taylor Otwell d0c3d65722 Fix CSRF token bug. 12 years ago
  Taylor Otwell 66f48b3fbe incremented version. 12 years ago
  Taylor Otwell adc2e21e7f remove timestamp from index file. 12 years ago
  Taylor Otwell 5e4e625d68 fixed merge conflicts. 12 years ago
  Taylor Otwell 28b42c64fe Merge pull request #133 from jjaffeux/patch-1 12 years ago
  Taylor Otwell 3b8f5865a5 fix comment in validator. 12 years ago
  Taylor Otwell 23fcf35804 fixed validator bug. 12 years ago
  Taylor Otwell 895d876463 fixed bugs found when unit testing. 12 years ago
  Joffrey JAFFEUX 4ea8910272 Typo 12 years ago
  Taylor Otwell 9caf239f6b various refactorings. 12 years ago
  Taylor Otwell 128984facb Merge pull request #132 from daylerees/develop 12 years ago
  Dayle Rees da4c196c3c corrected typo ::of_layout() to ::of_home() for clarity 12 years ago
  Taylor Otwell 2a5c94a61b ignoring files in the storage directory. 12 years ago
  Taylor Otwell ee71bdcd8f adding back ignore files. 12 years ago
  Taylor Otwell 493e1c1374 remove tests from main repository, moved storage directory to application. 12 years ago
  Taylor Otwell 6081baaa20 git rid of uri test case and remove information from config. 12 years ago
  Taylor Otwell 527340d793 fix bug in request uri parsing. 12 years ago
  Taylor Otwell 880fd106c7 tweaking route introduction. 12 years ago
  Taylor Otwell a986b010b6 deprecated the session payload class. 12 years ago
  Taylor Otwell c4eb6c9416 change controller->filters to protected. 12 years ago
  Taylor Otwell 2c108a9188 refactoring the filters. 12 years ago
  Taylor Otwell 6048d20921 refactoring the session class. 12 years ago
  Taylor Otwell 2e1fed294f refactoring bootstrapping. 12 years ago
  Taylor Otwell ca2c988274 added cookie option to session configuration. 12 years ago
  Taylor Otwell 8df52df894 shorten really long statement. 12 years ago
  Taylor Otwell 88c8cf6c10 refactoring. 12 years ago
  Taylor Otwell 6810b99d38 change cookie forget time to be 25 hours in the past to cover strange timezone issues. 12 years ago
  Taylor Otwell 83d927c4f1 refactoring. 12 years ago
  Taylor Otwell c3c0fbce96 Fix bug in update database grammar. 12 years ago
  Taylor Otwell cf6514fbb9 Fix bug in session flashing. 12 years ago
  Taylor Otwell 06bf0a40a6 refactoring the session payload. 12 years ago
  Taylor Otwell 82b75166ac refactor the library detection in the autoloader. 12 years ago
  Taylor Otwell c0c8108399 refactoring the autoloader. 12 years ago
  Taylor Otwell a0bbc9d472 refactoring the auto loader. 12 years ago
  Taylor Otwell d44c076ebf refactoring the autoloader. 12 years ago
  Taylor Otwell f824cc0f43 refactoring the uri method. 12 years ago
  Taylor Otwell 92694da3a3 refactoring. 12 years ago
  Taylor Otwell 997a90bcf5 major session refactoring. 12 years ago
  Taylor Otwell 36ff7b81aa fix bug in listing method. 12 years ago
  Taylor Otwell b9c45264b8 tweaking a comment. 12 years ago
  Taylor Otwell 58190c2db2 tweaking a comment. 12 years ago
  Taylor Otwell 0586bbe04e remove some comment bloat from the request class. 12 years ago
  Taylor Otwell 75ce8796d7 got rid of URI class and brought URI determination back to into request class. 12 years ago