Commit History

Author SHA1 Message Date
  Taylor Otwell 079400ff3d Allow passing in a model instance to relationship insert / update methods. 12 years ago
  Loic Sharma 88b0069013 Fixed typo 12 years ago
  Taylor Otwell e540fd3b6d Automatically detect eloquent table names. 12 years ago
  Taylor Otwell 26afb000bf Added in automatic inflection on english strings. Non-english strings may be added to the "irregular" array. 12 years ago
  Taylor Otwell d80730cf0d Removed transaction method from Eloquent model since it is made pointless by DB::transaction. 12 years ago
  Anton Khodakivskiy 1044367c1e added default values to the signature of Query::left_join to allow closure-based join conditions 12 years ago
  Taylor Otwell 0455438ebe Added transaction method to database connection and eloquent model. 12 years ago
  Colin Viebrock 7c7734d8e2 Typo? 12 years ago
  Taylor Otwell fcff36a0ac Added related model updating from belongs_to relationship. 12 years ago
  Taylor Otwell 68b4e55336 Cleaning up code. 12 years ago
  Taylor Otwell 8c209a7a61 Just cleaning up some code. 12 years ago
  Taylor Otwell 762f2402c3 Fixing bugs and improving. 12 years ago
  Taylor Otwell b5e75f6fcf Fixing bugs and improving. 12 years ago
  Taylor Otwell dc92dd264d Adding auto detection of intermediate table names. 12 years ago
  Kyle Decot 95ba416f3c Adds Form::register which allows Bundles (or anything for that matter) to register custom form inputs which then can be called like `Form::xxx` 12 years ago
  Taylor Otwell c3d95122e4 Fixing bugs… adding better pivot support. 12 years ago
  Taylor Otwell c9c0ddf569 Fixing bugs in Eq2. 12 years ago
  Taylor Otwell e857505e35 Map eloquent classes. 12 years ago
  Taylor Otwell 003f78cbbf Updated change log. 12 years ago
  Taylor Otwell d6d667af90 Added Eloquent 2. 12 years ago
  Taylor Otwell 3de0d1af66 Make the query where_nested method public. 12 years ago
  Taylor Otwell b755903de6 Updated change log. 12 years ago
  Taylor Otwell da67b1bc66 Fix typo in memory driver. 12 years ago
  Taylor Otwell a61f51fa93 Add forever and flush methods to memory driver. 12 years ago
  Taylor Otwell 338b6a8aba Updated change-log. 12 years ago
  Taylor Otwell 2f4d896958 Added proper cache::forever implementations to each driver. 12 years ago
  Taylor Otwell 873dd1534c Added Cache::forever method to cache something for five years. 12 years ago
  Taylor Otwell cb5fdeaed6 Updated change log. 12 years ago
  Taylor Otwell b65380d6ff Added automatic controller detection. 12 years ago
  Taylor Otwell c514ca1e34 Merge branch 'develop' of github.com:laravel/laravel into develop 12 years ago
  Taylor Otwell 5c8527f579 Use str_getcsv instead of explode in validator to allow commas in in and not_in rules. 12 years ago
  Taylor Otwell d8683bcf5b Merge pull request #397 from maxzender/develop 12 years ago
  Taylor Otwell ea820add35 Make headers case-insensitive. 12 years ago
  Taylor Otwell afcb60ec60 Adding comment in database grammar. 12 years ago
  Taylor Otwell d862a5181a Merge pull request #399 from kbanman/develop 12 years ago
  Kelly Banman 17f7389bc5 Fix prefixing raw tables 12 years ago
  Max Zender 5eece1f33f Added a helper method to render a given view 12 years ago
  Taylor Otwell 18f91414bb Merge pull request #396 from cviebrock/develop 12 years ago
  Colin Viebrock 42edf70b10 Make the key optional for has() too ... like a "has_any()" method 12 years ago
  Taylor Otwell 968808f8d6 Updated change-log. 12 years ago
  Taylor Otwell 3c9a4b1aad Added "memory" (array based) session driver to ease the unit testing of session reliant operations. 12 years ago
  Taylor Otwell 51183c348d Added "memory" (array based) cache driver for easier unit testing of application cache operations for developers. 12 years ago
  Taylor Otwell 6f7780a0f8 Merge branch 'refs/heads/master' into develop 12 years ago
  Taylor Otwell 20f62b5a1d Merge pull request #393 from ShawnMcCool/master 12 years ago
  Shawn McCool 17ac74d7f8 made all sqlite fields nullable to fix various problems with the difference in sqlite's null functionality 12 years ago
  Taylor Otwell 6535fca31c fixing bug in event class. 12 years ago
  Taylor Otwell cb8dbddccc Updated change-log. 12 years ago
  Taylor Otwell 48b8791c62 Added Event::until method. 12 years ago
  Taylor Otwell e57948185b Ignore DS_Store files. 12 years ago
  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
  Dayle Rees 2c4d35e6a4 allow File::cpdir() to fail (and return false) 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