Commit Graph

2090 Commits

Author SHA1 Message Date
Taylor Otwell 0455c10ae0 Added "for else" support to Blade. 2012-03-22 15:02:06 -05:00
Taylor Otwell 8839138a6a Fix junk I shouldn't have committed. 2012-03-22 13:38:50 -05:00
Taylor Otwell 090bf9b3f8 Added "shares" method to view instance. 2012-03-22 13:38:22 -05:00
Taylor Otwell e96f75e8cc Fixing bugs in database layer. 2012-03-22 13:12:27 -05:00
Taylor Otwell 35e53b8cef Reintegrating Blade with Laravel using View engine event. 2012-03-22 11:48:07 -05:00
Taylor Otwell b6615ddbee Fixing a few things in Eloquent 2. 2012-03-22 11:00:13 -05:00
Taylor Otwell 268e6e460d Updating $eloquent->dirty() method. 2012-03-22 09:18:11 -05:00
Taylor Otwell e5b3b196ab Updated change-log. Prepend table names to default index names in schema. 2012-03-22 09:11:51 -05:00
Taylor Otwell 453d4154f2 Added "pivot" method to has_many_and_belongs_to. 2012-03-22 09:07:21 -05:00
Taylor Otwell 1929cadcb8 Cleaning up validation language file. 2012-03-21 22:32:40 -05:00
Taylor Otwell 5cbebb99d3 Merge pull request #436 from daylerees/date-filters
Date before and after filters
2012-03-21 20:29:33 -07:00
Taylor Otwell 0961f8f766 Fixing eloquent 2 query->first method. 2012-03-21 22:00:30 -05:00
Taylor Otwell d3af0153c1 Fixed order of session loading and auto-loader mappings in app start. 2012-03-21 16:37:43 -05:00
Dayle Rees 533112e2f5 added before and after date filters
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-03-21 21:07:10 +00:00
Taylor Otwell 30204e082b Fixing bugs in eloquent relating to namespaces. 2012-03-21 15:45:05 -05:00
Taylor Otwell 8457238ab1 Revert back APC and Memcached drivers. 2012-03-21 14:45:05 -05:00
Taylor Otwell 2809eb260f Merge pull request #435 from cviebrock/develop
Fix for Issue #433
2012-03-21 12:37:48 -07:00
Taylor Otwell bb2f458304 Added "add_" magic method to eloquent model. 2012-03-21 14:23:46 -05:00
Colin Viebrock 1d5ad48998 Fix APC and Memcached drivers -- fixes #433
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
2012-03-21 14:18:25 -05:00
Colin Viebrock aa27df8bcb Merge remote-tracking branch 'laravel/develop' into develop
Conflicts:
	laravel/form.php
2012-03-21 14:10:24 -05:00
Taylor Otwell 2fe7cfd910 Updated change log. 2012-03-21 13:41:57 -05:00
Taylor Otwell 52091bda5f Added "match" validation rule for regular expression checks. 2012-03-21 13:40:52 -05:00
Taylor Otwell afb33c1775 Fix bug with table prefix and columns. 2012-03-21 13:10:59 -05:00
Taylor Otwell 91a6cb882e Added wrap_value function to grammar. 2012-03-21 12:06:31 -05:00
Taylor Otwell 033455cc51 Make migration table column lengths more realistic. 2012-03-21 11:48:14 -05:00
Taylor Otwell e8fe1f172c Removed extra PHP_EOL from Form class. 2012-03-21 11:41:31 -05:00
Taylor Otwell 244d4bfd07 Fix bugs in Redis class. 2012-03-21 11:38:30 -05:00
Taylor Otwell 13a70bcc3a Added File::mkdir. 2012-03-21 11:28:22 -05:00
Taylor Otwell 3c7a1270a7 Added File::move and File::copy methods. 2012-03-21 11:25:37 -05:00
Taylor Otwell b41bba45d7 Added File::cleandir. 2012-03-21 11:23:26 -05:00
Taylor Otwell 0637042c01 Added preserve option to File::rmdir. 2012-03-21 11:22:16 -05:00
Taylor Otwell 3c3e913689 Renamed Route::load to Route::forward. 2012-03-21 11:19:29 -05:00
Taylor Otwell 6e82a4ac8d Merge pull request #359 from akuzemchak/feature/load-route
Load designated route's response
2012-03-21 09:15:42 -07:00
Taylor Otwell 0893f3cca6 Merge branch 'master' into develop 2012-03-21 10:59:35 -05:00
Taylor Otwell 32e194ad21 Merge branch 'master' of github.com:laravel/laravel 2012-03-21 10:59:13 -05:00
Taylor Otwell 599c69b433 Updated .gitignore. 2012-03-21 10:59:09 -05:00
Taylor Otwell ea8d80d67d Merge pull request #371 from daylerees/patch-1
Allow File::cpdir() to return false on failure.
2012-03-21 08:57:38 -07:00
Taylor Otwell 7e7f70dbdd Merge pull request #423 from akhodakivskiy/master
Query::left_join to accept closures
2012-03-21 08:50:17 -07:00
Taylor Otwell 41e066e2ee Fix macros method. 2012-03-21 10:49:09 -05:00
Taylor Otwell 52ca2d35e7 Tweaking the Form::macro method. 2012-03-21 10:48:49 -05:00
Taylor Otwell c18dcecb00 Merge pull request #420 from kyledecot/develop
Form::register
2012-03-21 08:44:59 -07:00
Taylor Otwell 43212f8505 Fix bug in eloquent model. 2012-03-21 10:38:39 -05:00
Taylor Otwell aadddcb1d5 Merge pull request #425 from loic-sharma/patch-1
Fixed typo
2012-03-21 08:37:07 -07:00
Taylor Otwell ce9f4f1db7 Added support for on_delete and on_cascade of foreign keys. 2012-03-21 10:33:06 -05:00
Colin Viebrock 8f103cdeae Remove PHP_EOL, fixes #430.
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
2012-03-20 22:30:20 -05:00
Colin Viebrock f16ac134ee Merge remote-tracking branch 'laravel/develop' into develop 2012-03-20 22:29:26 -05:00
Taylor Otwell 4336bb885a Fix attribute retrieval bug in Eq2. 2012-03-20 11:43:11 -05:00
Taylor Otwell 079400ff3d Allow passing in a model instance to relationship insert / update methods. 2012-03-20 09:03:31 -05:00
Loic Sharma 88b0069013 Fixed typo 2012-03-19 23:32:38 -05:00
Taylor Otwell e540fd3b6d Automatically detect eloquent table names. 2012-03-19 14:11:11 -05:00