Commit History

Author SHA1 Message Date
  Taylor Otwell d3af0153c1 Fixed order of session loading and auto-loader mappings in app start. 12 years ago
  Dayle Rees 533112e2f5 added before and after date filters 12 years ago
  Taylor Otwell 30204e082b Fixing bugs in eloquent relating to namespaces. 12 years ago
  Taylor Otwell 8457238ab1 Revert back APC and Memcached drivers. 12 years ago
  Taylor Otwell 2809eb260f Merge pull request #435 from cviebrock/develop 12 years ago
  Taylor Otwell bb2f458304 Added "add_" magic method to eloquent model. 12 years ago
  Colin Viebrock 1d5ad48998 Fix APC and Memcached drivers -- fixes #433 12 years ago
  Colin Viebrock aa27df8bcb Merge remote-tracking branch 'laravel/develop' into develop 12 years ago
  Taylor Otwell 2fe7cfd910 Updated change log. 12 years ago
  Taylor Otwell 52091bda5f Added "match" validation rule for regular expression checks. 12 years ago
  Taylor Otwell afb33c1775 Fix bug with table prefix and columns. 12 years ago
  Taylor Otwell 91a6cb882e Added wrap_value function to grammar. 12 years ago
  Taylor Otwell 033455cc51 Make migration table column lengths more realistic. 12 years ago
  Taylor Otwell e8fe1f172c Removed extra PHP_EOL from Form class. 12 years ago
  Taylor Otwell 244d4bfd07 Fix bugs in Redis class. 12 years ago
  Taylor Otwell 13a70bcc3a Added File::mkdir. 12 years ago
  Taylor Otwell 3c7a1270a7 Added File::move and File::copy methods. 12 years ago
  Taylor Otwell b41bba45d7 Added File::cleandir. 12 years ago
  Taylor Otwell 0637042c01 Added preserve option to File::rmdir. 12 years ago
  Taylor Otwell 3c3e913689 Renamed Route::load to Route::forward. 12 years ago
  Taylor Otwell 6e82a4ac8d Merge pull request #359 from akuzemchak/feature/load-route 12 years ago
  Taylor Otwell 0893f3cca6 Merge branch 'master' into develop 12 years ago
  Taylor Otwell 32e194ad21 Merge branch 'master' of github.com:laravel/laravel 12 years ago
  Taylor Otwell 599c69b433 Updated .gitignore. 12 years ago
  Taylor Otwell ea8d80d67d Merge pull request #371 from daylerees/patch-1 12 years ago
  Taylor Otwell 7e7f70dbdd Merge pull request #423 from akhodakivskiy/master 12 years ago
  Taylor Otwell 41e066e2ee Fix macros method. 12 years ago
  Taylor Otwell 52ca2d35e7 Tweaking the Form::macro method. 12 years ago
  Taylor Otwell c18dcecb00 Merge pull request #420 from kyledecot/develop 12 years ago
  Taylor Otwell 43212f8505 Fix bug in eloquent model. 12 years ago
  Taylor Otwell aadddcb1d5 Merge pull request #425 from loic-sharma/patch-1 12 years ago
  Taylor Otwell ce9f4f1db7 Added support for on_delete and on_cascade of foreign keys. 12 years ago
  Colin Viebrock 8f103cdeae Remove PHP_EOL, fixes #430. 12 years ago
  Colin Viebrock f16ac134ee Merge remote-tracking branch 'laravel/develop' into develop 12 years ago
  Taylor Otwell 4336bb885a Fix attribute retrieval bug in Eq2. 12 years ago
  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