Commit History

Author SHA1 Message Date
  Taylor Otwell 86fce099b3 Fixed belongs_to primary key bug. 12 years ago
  Taylor Otwell ca06582369 Add some events to Eloquent models. 12 years ago
  Mark Huot 49384514ef The __get() magic method runs three checks before giving up but the __isset() method only runs two checks. This syncs the logic to ensure that __get() and __isset() are looking at the same possibilities. 12 years ago
  Taylor Otwell 1847a369fb fixed eloquent datetime bug when determining dirty attributes. 12 years ago
  Taylor Otwell 94b8582865 Add DateTime support to database binding layer. 12 years ago
  Taylor Otwell fda19731c5 Fixing update handling in Has_Many and Has_One relationships. 12 years ago
  Taylor Otwell 1a5d4250d1 fix conflicts. 12 years ago
  Joe Wallace f7aee0ca2a Model::table() uses class_basename() helper - which properly discards namespaces on *nix systems 12 years ago
  Taylor Otwell eda46a815e fix eloquent model attribute resolution. 12 years ago
  Taylor Otwell 369ecd80f7 Merge branch 'staging' into develop 12 years ago
  Taylor Otwell 636d05665c fix merge conflicts. 12 years ago
  Taylor Otwell 75f6384767 fix eloquent->delete bug. 12 years ago
  Taylor Otwell 144117c0a1 cleaning up the eloquent model class. 12 years ago
  Taylor Otwell 17cabd47e6 Added to_array() and $hidden variable to the Eloquent base model. 12 years ago
  Taylor Otwell ba4d1a89c8 Removed add_ magic method from eloquent model as this will be a 3.2 feature. 12 years ago
  Taylor Otwell b6615ddbee Fixing a few things in Eloquent 2. 12 years ago
  Taylor Otwell 268e6e460d Updating $eloquent->dirty() method. 12 years ago
  Taylor Otwell bb2f458304 Added "add_" magic method to eloquent model. 12 years ago
  Taylor Otwell 43212f8505 Fix bug in eloquent model. 12 years ago
  Taylor Otwell 4336bb885a Fix attribute retrieval bug in Eq2. 12 years ago
  Taylor Otwell e540fd3b6d Automatically detect eloquent table names. 12 years ago
  Taylor Otwell d80730cf0d Removed transaction method from Eloquent model since it is made pointless by DB::transaction. 12 years ago
  Taylor Otwell 0455438ebe Added transaction method to database connection and eloquent model. 12 years ago
  Taylor Otwell fcff36a0ac Added related model updating from belongs_to relationship. 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
  Taylor Otwell c3d95122e4 Fixing bugs… adding better pivot support. 12 years ago
  Taylor Otwell c9c0ddf569 Fixing bugs in Eq2. 12 years ago
  Taylor Otwell d6d667af90 Added Eloquent 2. 12 years ago
  Taylor Otwell b5442c67fc merged skunkworks into develop. 12 years ago
  Aaron Kuzemchak 81992a18fd Changed timestamp method to protected, so that it can be extended if desired. 12 years ago
  Taylor Otwell 2b93963f34 removed unnecessary namespace import from eloquent model. 12 years ago
  Taylor Otwell a6eaa06981 refactoring routing and comments. 12 years ago
  Taylor Otwell 9f7ed576c5 allow eloquent models to use increment and decrement. 12 years ago
  Taylor Otwell 71b0ab8b8d refactoring container for speed. 12 years ago
  Taylor Otwell 16575246af bug fixes. 12 years ago
  Taylor Otwell 7018b85b4a cleaning up eloquent models. 12 years ago
  Taylor Otwell 2ac5a37291 cleaning up eloquent models. 12 years ago
  Taylor Otwell c6f9734603 refactoring. 12 years ago
  Taylor Otwell 5196d015b8 fixed merge conflicts. 12 years ago
  Taylor Otwell c576c388b9 added support for sequence to eloquent models. 12 years ago
  Taylor Otwell 8688270f22 fixed database bugs. 12 years ago
  Taylor Otwell 7518088ffe use service location in eloquent models to resolve the database manager. 12 years ago
  Taylor Otwell 1e49001dfc continued ioc refactoring. 12 years ago
  Taylor Otwell 1e7850d9ba refactoring for dependency injection and testability. 12 years ago