Commit History

Author SHA1 Message Date
  Taylor Otwell 1203473469 revert eloquent back to 3.2.3 13 years ago
  Sergii Grebeniuk 690e8572aa phpdoc fixes 13 years ago
  Dayle Rees 2c6ed23b45 fixing merge issues 13 years ago
  Dayle Rees 3b09f99f9e Merge pull request #989 from dprvig/develop 13 years ago
  Josh Miller 0ea30993d4 Fixed various typos throughout laravel folder. 13 years ago
  Franz Liedke 78920c5d27 Move automatic relationship parsing to Eloquent's query class. 13 years ago
  Franz Liedke 71f8e4acc0 Fix a bug introduced in pull request #799 that caused eager loading constraints to stop working. 13 years ago
  Chris Berthe b325e954e3 Merge remote-tracking branch 'upstream/develop' into develop 13 years ago
  Taylor Otwell 1879e6575a tweak eloquent model change method to not check types. 13 years ago
  Taylor Otwell e6ff7ba336 Merge pull request #901 from franzliedke/patch-18 13 years ago
  Taylor Otwell a9d27ba79c Merge pull request #902 from JesseObrien/feature/eloquent-update-timestamp 13 years ago
  Jesse O'Brien 1be274caa6 Change update function so it uses timestamp like save 13 years ago
  Franz Liedke f2ccc688fe Ignore NULL values when determining whether a model object is dirty. 13 years ago
  Franz Liedke a87bb86999 Fix a bug with Eloquent model classes and isset() when eager loading a relationship returns an empty result set. 13 years ago
  Chris Berthe f3d756476b Merge remote-tracking branch 'upstream/develop' into develop 13 years ago
  Chris Berthe fafaf724b0 Grammar/Vocabulary fixes 13 years ago
  Jelle Sebreghts ac8bd0829e Fix for https://github.com/laravel/laravel/issues/789 13 years ago
  Jason Lewis 6d5239bf30 Missed a semi-colon. 13 years ago
  Jason Lewis b4db0f1b36 Small change moving array to a variable. 13 years ago
  Jason Lewis ab2fcb84ef Possible fix for issue #378. 13 years ago
  Taylor Otwell 691d68ba54 improve / fix postgres support. 13 years ago
  Taylor Otwell b097b6c682 Fix to_array() in eloquent model. 13 years ago
  Taylor Otwell 86fce099b3 Fixed belongs_to primary key bug. 13 years ago
  Taylor Otwell ca06582369 Add some events to Eloquent models. 13 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. 13 years ago
  Taylor Otwell 1847a369fb fixed eloquent datetime bug when determining dirty attributes. 13 years ago
  Taylor Otwell 94b8582865 Add DateTime support to database binding layer. 13 years ago
  Taylor Otwell fda19731c5 Fixing update handling in Has_Many and Has_One relationships. 13 years ago
  Taylor Otwell 1a5d4250d1 fix conflicts. 13 years ago
  Joe Wallace f7aee0ca2a Model::table() uses class_basename() helper - which properly discards namespaces on *nix systems 13 years ago
  Taylor Otwell eda46a815e fix eloquent model attribute resolution. 13 years ago
  Taylor Otwell 369ecd80f7 Merge branch 'staging' into develop 13 years ago
  Taylor Otwell 636d05665c fix merge conflicts. 13 years ago
  Taylor Otwell 75f6384767 fix eloquent->delete bug. 13 years ago
  Taylor Otwell 144117c0a1 cleaning up the eloquent model class. 13 years ago
  Taylor Otwell 17cabd47e6 Added to_array() and $hidden variable to the Eloquent base model. 13 years ago
  Taylor Otwell ba4d1a89c8 Removed add_ magic method from eloquent model as this will be a 3.2 feature. 13 years ago
  Taylor Otwell b6615ddbee Fixing a few things in Eloquent 2. 13 years ago
  Taylor Otwell 268e6e460d Updating $eloquent->dirty() method. 13 years ago
  Taylor Otwell bb2f458304 Added "add_" magic method to eloquent model. 13 years ago
  Taylor Otwell 43212f8505 Fix bug in eloquent model. 13 years ago
  Taylor Otwell 4336bb885a Fix attribute retrieval bug in Eq2. 13 years ago
  Taylor Otwell e540fd3b6d Automatically detect eloquent table names. 13 years ago
  Taylor Otwell d80730cf0d Removed transaction method from Eloquent model since it is made pointless by DB::transaction. 13 years ago
  Taylor Otwell 0455438ebe Added transaction method to database connection and eloquent model. 13 years ago
  Taylor Otwell fcff36a0ac Added related model updating from belongs_to relationship. 13 years ago
  Taylor Otwell 762f2402c3 Fixing bugs and improving. 13 years ago
  Taylor Otwell b5e75f6fcf Fixing bugs and improving. 13 years ago
  Taylor Otwell dc92dd264d Adding auto detection of intermediate table names. 13 years ago
  Taylor Otwell c3d95122e4 Fixing bugs… adding better pivot support. 13 years ago
  Taylor Otwell c9c0ddf569 Fixing bugs in Eq2. 13 years ago
  Taylor Otwell d6d667af90 Added Eloquent 2. 13 years ago
  Taylor Otwell b5442c67fc merged skunkworks into develop. 13 years ago
  Aaron Kuzemchak 81992a18fd Changed timestamp method to protected, so that it can be extended if desired. 13 years ago
  Taylor Otwell 2b93963f34 removed unnecessary namespace import from eloquent model. 14 years ago
  Taylor Otwell a6eaa06981 refactoring routing and comments. 14 years ago
  Taylor Otwell 9f7ed576c5 allow eloquent models to use increment and decrement. 14 years ago
  Taylor Otwell 71b0ab8b8d refactoring container for speed. 14 years ago
  Taylor Otwell 16575246af bug fixes. 14 years ago
  Taylor Otwell 7018b85b4a cleaning up eloquent models. 14 years ago
  Taylor Otwell 2ac5a37291 cleaning up eloquent models. 14 years ago
  Taylor Otwell c6f9734603 refactoring. 14 years ago
  Taylor Otwell 5196d015b8 fixed merge conflicts. 14 years ago
  Taylor Otwell c576c388b9 added support for sequence to eloquent models. 14 years ago
  Taylor Otwell 8688270f22 fixed database bugs. 14 years ago
  Taylor Otwell 7518088ffe use service location in eloquent models to resolve the database manager. 14 years ago
  Taylor Otwell 1e49001dfc continued ioc refactoring. 14 years ago
  Taylor Otwell 1e7850d9ba refactoring for dependency injection and testability. 14 years ago