Commit History

Author SHA1 Message Date
  Taylor Otwell 8da1c16c8b Tweak controller layout resolution. 12 years ago
  Taylor Otwell 2b81497644 Merge branch 'refs/heads/master' into develop 12 years ago
  Taylor Otwell 5b3031adb0 Fix output buffer checking bug. 12 years ago
  Taylor Otwell b549e30c7c Merge remote-tracking branch 'origin/master' into develop 12 years ago
  Taylor Otwell 89dc8903ec Updating version. 12 years ago
  Taylor Otwell 638032f4c0 Fix bug in IoC singleton checking. 12 years ago
  Taylor Otwell 46595ce55e Unsigned only supported by MySQL. 12 years ago
  Taylor Otwell f3df013753 Added support for decimal data type in schema. 12 years ago
  Taylor Otwell f110ccde4f Fixing spacing. 12 years ago
  Taylor Otwell 9ab1144f78 Merge pull request #379 from jasonlewis/patch-6 12 years ago
  Taylor Otwell 8607fcc933 Merge pull request #382 from daylerees/fetching-notice 12 years ago
  Taylor Otwell 893f65fc02 Fix bundle publishing bug. 12 years ago
  Taylor Otwell aeaebead18 Just tweaking comments. 12 years ago
  Taylor Otwell 4e656f02fe general code cleanup. 12 years ago
  Taylor Otwell c4594afce1 cleaning up the validator. 12 years ago
  Taylor Otwell c433815fdf cleaning up the application start file. 12 years ago
  Taylor Otwell 8104862667 Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell 606b8ceada Fixed typo in comment. 12 years ago
  Taylor Otwell 9bb69309f5 Display errors by default. 12 years ago
  Taylor Otwell 76eef23f54 Check for CLI before starting session. 12 years ago
  Taylor Otwell d43157b61f Fix drop_foreign SQL grammar for MySQL. 12 years ago
  Taylor Otwell 1d93cab0d0 Cleaning up foreign key support. Added drop_foreign command. 12 years ago
  Taylor Otwell 2f2437a0e3 Updated change-log. 12 years ago
  Taylor Otwell c002ae6337 Use constraints for "unique" on Postgres schemas. 12 years ago
  Taylor Otwell fba6c303ea Updated change-log. 12 years ago
  Taylor Otwell 1302ded5f8 Added foreign key support to schema builder for MySQL, Postgres, and SQL Server. 12 years ago
  Dayle Rees 601b29a9d1 added bundle fetching notification for bundle:install 12 years ago
  Jason Lewis aac2507858 When no key is provided to first it returns the first message from all the messages. 12 years ago
  Taylor Otwell 2032dec0ea Update change-log 12 years ago
  Taylor Otwell 028703d9d5 Clean up the life-cycle file. 12 years ago
  Taylor Otwell f473e4418a Cleaning up the core bootstrap file. 12 years ago
  Taylor Otwell fdcebc1bcb Added override and clear methods to event class. 12 years ago
  Taylor Otwell 2331ae18cf Added lang and view loader events. 12 years ago
  Taylor Otwell 32d4eeff14 Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell 5a25b5a714 Fix typo 12 years ago
  Taylor Otwell 16fa094cc3 Setting up default config loader event. 12 years ago
  Taylor Otwell be95496158 Allowing for config.load event. 12 years ago
  Taylor Otwell d12f868f8c Merge branch 'master' into develop 12 years ago
  Taylor Otwell e36dba4f10 default to showing all errors. 12 years ago
  Taylor Otwell 871d205a35 Updated change-log. 12 years ago
  Taylor Otwell ebcae547fa Merge pull request #370 from cviebrock/develop 12 years ago
  Colin Viebrock b7d068f2f2 Move method into grammar.php instead of duplicating in each grammar 12 years ago
  Colin Viebrock 26c7273493 Add unsigned() modifier, so you can create unsigned integer columns 12 years ago
  Taylor Otwell 30d69ef548 updating comment. 12 years ago
  Taylor Otwell 097f2929f3 update changelog. 12 years ago
  Taylor Otwell b37c966aea improve session ID assignment to avoid possible overlaps. 12 years ago
  Taylor Otwell e4c03aab37 updated changes. 12 years ago
  Taylor Otwell ad6a9e874d Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell 425192a05d fix bug in route. 12 years ago
  Taylor Otwell 5325acac64 adding support for attaching filters based on URI routing. 12 years ago
  Eric Barnes 0f5252c5e5 Changed the route filter in the comment. 12 years ago
  Taylor Otwell 01ddff5cdc adding support for filter patterns. 12 years ago
  Taylor Otwell 9954482194 added search and extension functions to view class for registering them. 12 years ago
  Taylor Otwell 990f8d4adc updated change list.' 12 years ago
  Taylor Otwell 64b61abcd5 added paths and extensions options to view class. 12 years ago
  Taylor Otwell ca5dfa4061 fixing underscored library auto-loading. 12 years ago
  Taylor Otwell 2fdde4ad2f Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell 621fee09be cleaning up code. 12 years ago
  Taylor Otwell d87b01ad6c cleaning up code. 12 years ago
  Taylor Otwell d4f3813b76 Merge branch 'master' into develop 12 years ago
  Taylor Otwell 37ea2c8221 updating readme. 12 years ago
  Taylor Otwell 714e2f8c10 updating readme. 12 years ago
  Taylor Otwell 5ff6ea5bcc updating readme. 12 years ago
  Taylor Otwell a08537335a simplify autoloader namespace mapping. 12 years ago
  Taylor Otwell 909413916c cleaning up code. 12 years ago
  Taylor Otwell 2a02b9f6ac cleaning up view code. 12 years ago
  Taylor Otwell 711d60a506 dont override paths if they are already set in bootstrap. 12 years ago
  Taylor Otwell a289b287e8 modified log gitignore. 12 years ago
  Taylor Otwell 4064013e84 Merge branch 'master' into develop 12 years ago
  Taylor Otwell 1e5c6ee246 incremented version. 12 years ago
  Taylor Otwell 14f82766fb added certificate of origin to license file. 12 years ago
  Taylor Otwell fa9bad811f add change note. 12 years ago
  Taylor Otwell cb55111724 add change note. 12 years ago
  Taylor Otwell 62ffbc270a updated changelog. 12 years ago
  Taylor Otwell 818a488d4a updated changelog. 12 years ago
  Taylor Otwell 1d209fde78 add change note. 12 years ago
  Taylor Otwell 484a737382 make the pdo fetch style configurable. 12 years ago
  Taylor Otwell 9804bb55dc comment cleanup. 12 years ago
  Taylor Otwell 97cb0035f4 clarify cookie comment. 12 years ago
  Taylor Otwell c9bb800ee9 cleaning up the cookie class. 12 years ago
  Taylor Otwell 9019c6e2f6 added link_to_action method to html class. 12 years ago
  Taylor Otwell d6fba0ade1 blade ext constant no longer needed. 12 years ago
  Taylor Otwell 49d3c5251b removed blade from core and extracted it into bundle. added view engine event to hook in any view engine to the core. 12 years ago
  Taylor Otwell 441a9e206f working on view engine event. 12 years ago
  Taylor Otwell 2b4ab94e6b trimming up comment bloat. 12 years ago
  Taylor Otwell 753c769d10 fixing comment. 12 years ago
  Taylor Otwell 160e839e81 cleaning up classes. 12 years ago
  Taylor Otwell fadadd0f62 allow events to override the log class. 12 years ago
  Taylor Otwell 157f619e98 basic code cleanup. 12 years ago
  Taylor Otwell e69f988fe5 improving some comments. 12 years ago
  Taylor Otwell d29a127948 allow multiple request methods for uri. 12 years ago
  Taylor Otwell f624a6849f fix handling of HEAD http requests. 12 years ago
  Taylor Otwell e70261e962 added support for controller factories. 12 years ago
  Taylor Otwell 86fa595317 set application key by default. 12 years ago
  Taylor Otwell 257d917e19 resolving merge conflicts. 12 years ago
  Taylor Otwell 0f448271f6 Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell f84bdb98a1 cleaning up code. 12 years ago
  Taylor Otwell 271e73462d cleaning up code. 12 years ago
  Taylor Otwell ca40180b54 cleaning up code. 12 years ago
  Taylor Otwell 353c7c527f cleaning up code. 12 years ago