Commit History

Author SHA1 Message Date
  Taylor Otwell f113b5c829 refactoring for dependency injection. 13 years ago
  Taylor Otwell 8229891d26 continued refactoring of view classes. 13 years ago
  Taylor Otwell 15cde60794 refactoring redirect and response classes. 13 years ago
  Taylor Otwell f79dd1ba5d finished refactoring of the redirect generator. 13 years ago
  Taylor Otwell 9be3d1a54b refactoring the view classes. 13 years ago
  Taylor Otwell 56044d31f5 refactoring bootstrap process. 13 years ago
  Taylor Otwell 1e49001dfc continued ioc refactoring. 13 years ago
  Taylor Otwell fb3a0df0dd change is_callable checks to instanceof Closure. 13 years ago
  Taylor Otwell 429c9cee84 fix session related bugs. 13 years ago
  Taylor Otwell d65ddb53a8 fix bug in query class. 13 years ago
  Taylor Otwell 195f7862cb fixed a few controller delegation issues. 13 years ago
  Taylor Otwell a045496684 pass request into route closures. 13 years ago
  Taylor Otwell e0a9f57515 fixed database namespacing. 13 years ago
  Taylor Otwell 88fb300e7a Merge branch 'master' into develop 13 years ago
  Taylor Otwell 3fbb85768a fix typo in change log. 13 years ago
  Taylor Otwell 46dd65fa74 fixed merge conflicts. 13 years ago
  Taylor Otwell c1131e1882 increment version and update change log. 13 years ago
  Taylor Otwell cda4567446 fixed bug that prevented view exception from being shown. 13 years ago
  Taylor Otwell 1e7850d9ba refactoring for dependency injection and testability. 13 years ago
  Taylor Otwell 0b86c94551 Merge branch 'feature/ioc' into develop 13 years ago
  Taylor Otwell 82045e20d9 more refactoring for dependency injection. 13 years ago
  Taylor Otwell 6a8aafc259 refactoring and adding more dependency injection through ioc container. 13 years ago
  Taylor Otwell 99adf09ac7 fixed conflicts. 13 years ago
  Taylor Otwell 812d3ff51f Updated change log for 1.5.5. 13 years ago
  Taylor Otwell 697a9c7577 Fixed session.http_only retrieval. 13 years ago
  Taylor Otwell f580ef7f71 fixed merge conflict. 13 years ago
  Taylor Otwell 4072b54f50 incremented version. 13 years ago
  Taylor Otwell a9f6fbd75a fixed session extraction bug. 13 years ago
  Taylor Otwell b953dc821a Merge branch 'hotfix/session' 13 years ago
  Taylor Otwell 0a3208e0f2 fix session option extract bug. 13 years ago
  Taylor Otwell 1dd6daf7a0 trim sql before executing 13 years ago
  Taylor Otwell df84e36314 refactoring. 13 years ago
  Taylor Otwell 1a7fd6d360 removed extra space from form class. 13 years ago
  Taylor Otwell b5de50fab9 refactoring the file class. 13 years ago
  Taylor Otwell 3d83b65bb7 moved file::upload to input::upload. 13 years ago
  Taylor Otwell 15043348c1 refactoring file class. 13 years ago
  Taylor Otwell 0a2ce4e8bd tweak file comment 13 years ago
  Taylor Otwell 8c226e9d67 tweaking crypter class. 13 years ago
  Taylor Otwell ce8c230e72 tweak crypter exception message. 13 years ago
  Taylor Otwell 2109165de6 moved common config files to application module. 13 years ago
  Taylor Otwell 39c9211f28 fixing comment in benchmark class. 13 years ago
  Taylor Otwell d03e8ea980 removed .gitignore from root directory. 13 years ago
  Taylor Otwell ad875c0ec3 removed gitflow directory from source control. 13 years ago
  Taylor Otwell 25c78b8c55 refactoring query compiler. 13 years ago
  Taylor Otwell 5ca2e2b7f9 db refactoring. 13 years ago
  Taylor Otwell 0700910270 refactor the query compiler. 13 years ago
  Taylor Otwell 43f7e9e22d more query refactoring. 13 years ago
  Taylor Otwell 684bbebb5c refactoring the database layer. 13 years ago
  Taylor Otwell a940fc4867 fixed wrapper method on mysql query driver. 13 years ago
  Taylor Otwell 8f4bcd4675 continued refactoring database layer. 13 years ago
  Taylor Otwell fb1acc31d2 more additions. 13 years ago
  Taylor Otwell 9d2a76b26f refactoring database. 13 years ago
  Taylor Otwell bf0aaa3cc7 remove query::table method. 13 years ago
  Taylor Otwell e822f34c2f renamed postgres class 13 years ago
  Taylor Otwell 5b85edb23b more 2.0 changes 13 years ago
  Taylor Otwell 73b1cb78f4 refactored config path checking. 13 years ago
  Taylor Otwell a440f0e185 modular refactoring on the configuration and module classes. 13 years ago
  Taylor Otwell d9f2ba84c9 2.0 modular refactoring. 13 years ago
  Taylor Otwell 4569ebec46 fixed merge conflict. 13 years ago
  Taylor Otwell b31f13d99f incremented version and change log. 13 years ago
  Taylor Otwell 03b58e8ec6 fixed belongs_to eager loading bug. 13 years ago
  Taylor Otwell 0a5c442295 fixed vie errors. 13 years ago
  Taylor Otwell d943f8b749 fix view namespace. 13 years ago
  Taylor Otwell 8e5fae5dc0 Merge branch 'master' into develop 13 years ago
  Taylor Otwell 5895f36bbb fixed view namespace bug. 13 years ago
  Taylor Otwell c4e2828605 fixed changelog. 13 years ago
  Taylor Otwell 1e90e42404 first commit of 2.0 13 years ago
  Taylor Otwell 119b356bde updated changelog. 13 years ago
  Taylor Otwell 4fb6293415 incremented version. 13 years ago
  Taylor Otwell 3b8d4aec66 Merge branch 'develop' of github.com:laravel/laravel into develop 13 years ago
  Taylor Otwell 399892ddda Merge pull request #59 from drowe/master 13 years ago
  Dave Rowe b5f7f6648c Edited system/view.php via GitHub 13 years ago
  Taylor Otwell b3a2c3537a Fix white screen of death error when view doesn't exist. 13 years ago
  Taylor Otwell 9c9d0fe530 Allow columns to be specified for Eloquent get, first, and paginate. 13 years ago
  Taylor Otwell c95757175b Make sure file class is loaded before handling exceptions. 13 years ago
  Taylor Otwell 87166aa0ea Load the exception examiner explicitly instead of using the auto-loader. 13 years ago
  Taylor Otwell 766e54aa2d fixed changelog 13 years ago
  Taylor Otwell 57a0593bc4 incremented version. 13 years ago
  Taylor Otwell c4ece2d51f rearrange __get hierarchy so eloquent models can have methods that have the same name as columns. 13 years ago
  Taylor Otwell 695420c127 added exception handling changes to changelog. 13 years ago
  Taylor Otwell d075e60a66 renamed exception wrapper to exception examiner. 13 years ago
  Taylor Otwell c100f4c59f removed unecessary methods from exception wrapper. 13 years ago
  Taylor Otwell 512eea1a4e removed unnecessary method handler. 13 years ago
  Taylor Otwell 5c3c2e2d9c refactored error handling for better architecture. 13 years ago
  Taylor Otwell e2c69d0c84 added query array to db\connection. 13 years ago
  Taylor Otwell 7225ec0a9e refactoring classes. 13 years ago
  Taylor Otwell 695a8848ed added comment back to configuration class. 13 years ago
  Taylor Otwell ad4e200d66 added changelog note for crypter class. 13 years ago
  Taylor Otwell 4c4ffa1d40 added new crypter class to replace static crypt methods. 13 years ago
  Taylor Otwell b6720eb7c2 allow the configuration class to set entire files. 13 years ago
  Taylor Otwell 7b0495e864 More improvements to the configuration class. 13 years ago
  Taylor Otwell 551cffcdbc Refactor the configuration class for more simplicity. 13 years ago
  Taylor Otwell 81a89604f9 refactor the arr class to fix a few bugs. 13 years ago
  Taylor Otwell de38744d78 Continuing to refactor the configuration class. 13 years ago
  Taylor Otwell d9b7b7dc52 Refactor the config class for more simplicity. 13 years ago
  Taylor Otwell cd90845acc Fix a couple of bugs in the Arr class. 13 years ago
  Taylor Otwell 4d38ec0279 Remove unnecessary parens from Auth::check. 13 years ago
  Taylor Otwell 0f7b2f72cb Refactoring the cache class and its comments. 13 years ago
  Taylor Otwell 4c243f3a99 Refactor the auth class and its comments. 13 years ago
  Taylor Otwell a7cf737ba6 Removed version control from Asset class. Attempting to implement better method of doing this soon. 13 years ago