Commit History

Author SHA1 Message Date
  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
  Taylor Otwell 88f3f222c3 Added item to changelog. 13 years ago
  Taylor Otwell a414bbfccb Remove any unspecified optional parameters from URIs created from routes. 13 years ago
  Taylor Otwell 23e100aa80 fix comment on arr::set. 13 years ago
  Taylor Otwell b2991dd6ba Fix bug in Arr::set that did not correctly create new array levels. 13 years ago
  Taylor Otwell 732a1e4a04 tweaked comment on arr::set. 13 years ago
  Taylor Otwell 6750c799f0 converted config class to use arr::set. 13 years ago
  Taylor Otwell a667e32ad3 added arr::set method. 13 years ago
  Taylor Otwell 39d323c44f refactoring response and session classes. 13 years ago
  Taylor Otwell 48120ce403 refactoring the response class. 13 years ago
  Taylor Otwell 60c317caba refactoring pagination class. 13 years ago
  Taylor Otwell 20186dca03 refactoring loader class. 13 years ago
  Taylor Otwell 0cc0b7ac97 refactoring lang class. 13 years ago
  Taylor Otwell b196313bd0 refactoring database and error classes. 13 years ago
  Taylor Otwell d72f2c642b refactored the encryption class. 13 years ago
  Taylor Otwell d197a97aac remove comment bloat. 13 years ago
  Taylor Otwell 83ab60922b improving cache API documentation. 13 years ago
  Taylor Otwell f72171f691 allow entire configuration files to be set. 13 years ago
  Taylor Otwell 57922c5a4d allow Config::set to set an entire configuation array. 13 years ago
  Taylor Otwell 9f1edfaee3 refactoring comments and code. 13 years ago
  Taylor Otwell 8798d87e2f Merge pull request #57 from pedroborges/develop 13 years ago
  Pedro Borges 826d74b476 Removed alias to absent Date class 13 years ago
  Taylor Otwell 450b6951af improving class comments. 13 years ago
  Taylor Otwell f346dae401 added changelog. 13 years ago
  Taylor Otwell 9d4d6e52bd refactor database structure... moved db\manager back to system\db.php 13 years ago
  Taylor Otwell 21a6040a79 improving class comments. 13 years ago
  Taylor Otwell 47d2207c67 fixing API comments. 13 years ago
  Taylor Otwell 3ac2287329 fixing API comments. 13 years ago
  Taylor Otwell ee373db59c incremented version. 13 years ago