Commit Graph
100 Commits
Author SHA1 Message Date
Taylor Otwell 713f70a777 Merge pull request #456 from Tenga/master
Updated upgrade guide, Blade was missing from aliases
2012-03-29 09:50:15 -07:00
Taylor Otwell 6bf68aad38 update for 3.1.1 2012-03-28 11:43:32 -05:00
Taylor Otwell 720d9de582 Fix bug in eloquent model hydration.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-28 11:07:26 -05:00
Taylor Otwell 2c12be305d register symfony console namespace with autoloader. 2012-03-27 22:40:13 -05:00
Taylor Otwell c327fdcf47 added vendor directory which contains the symfony console component. 2012-03-27 22:36:45 -05:00
Taylor Otwell 70f586281f removing tests and vendor. 2012-03-27 15:50:33 -05:00
Taylor Otwell 9eabd73b64 <auto> merging hotfixes. re-added tests into repository. 2012-03-27 15:47:04 -05:00
Taylor Otwell 8b4c17a8b6 <auto> removed unit tests from repository. 2012-03-27 15:46:51 -05:00
Taylor Otwell fd725aca21 fixing release script. 2012-03-27 15:46:42 -05:00
Taylor Otwell 59ae60d287 fixing release script. 2012-03-27 15:45:52 -05:00
Taylor Otwell 8f22071e6f Merge branch 'develop' into testing 2012-03-27 15:44:31 -05:00
Taylor Otwell 043b2cee50 tweaking the release script. 2012-03-27 15:44:08 -05:00
Taylor Otwell 1d9a794fcd remove tests. 2012-03-27 15:43:46 -05:00
Taylor Otwell b102155ed7 update release script. 2012-03-27 15:42:49 -05:00
Taylor Otwell 15fe1d5258 added tests to develop branch. 2012-03-27 15:41:30 -05:00
Taylor Otwell f4258f7759 added classloader and console symfony components. 2012-03-27 15:17:02 -05:00
Taylor Otwell 2aac28e09e removed symfony components. 2012-03-27 15:13:53 -05:00
Taylor Otwell 939ef7826e added ClassLoader and Console Symfony components. 2012-03-27 15:04:41 -05:00
Taylor Otwell 9dee79ba00 Fixing SQLite connector.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-27 10:25:42 -05:00
Taylor Otwell 0e6312d076 fix changelog. 2012-03-27 09:37:49 -05:00
Taylor Otwell 9356bb9213 updated change-log 2012-03-27 08:18:27 -05:00
Taylor Otwell 8af11e6d61 Fix bug in eloqueny hydrator. 2012-03-26 16:49:31 -05:00
Taylor Otwell 5a59c5f317 Don't use mass assignment in hydrator. 2012-03-26 16:36:23 -05:00
Taylor Otwell 55669ee0ae added redirect::back method. 2012-03-26 15:30:01 -05:00
Taylor Otwell 364c39dad2 Merge branch 'master' of github.com:laravel/laravel 2012-03-26 15:28:20 -05:00
Taylor Otwell 37fd54b848 Merge pull request #448 from danielboendergaard/patch-1
Fixed problem with Eloquent2 pivot tables
2012-03-26 13:26:46 -07:00
Taylor Otwell afa12d3dd3 Merge pull request #449 from vladrusu/master
Better support for romanian language
2012-03-26 12:40:00 -07:00
Taylor Otwell 158bc32c89 Incrementing version. 2012-03-26 12:57:29 -05:00
Taylor Otwell ba4d1a89c8 Removed add_ magic method from eloquent model as this will be a 3.2 feature. 2012-03-26 10:56:42 -05:00
Taylor Otwell a915e24b62 Pass bundle view directory in view loader. 2012-03-26 08:35:59 -05:00
Taylor Otwell 973da34bc0 Pass directory into View:: file method. 2012-03-26 08:27:53 -05:00
Taylor Otwell 263d6145a7 cleaning up code. 2012-03-25 22:38:35 -05:00
Taylor Otwell d558387b85 added docblock to blade function. 2012-03-25 22:17:55 -05:00
Taylor Otwell 3ba6342cf5 fixing loading of namespaced classes. 2012-03-25 13:23:09 -05:00
Taylor Otwell 991fc70275 Make view::with value optional. 2012-03-24 22:39:23 -05:00
Taylor Otwell 9dbbc5848b Fix blade @includes. 2012-03-24 22:37:15 -05:00
Taylor Otwell 33cc89a711 Improving upgrade guide. 2012-03-24 19:52:40 -05:00
Taylor Otwell bc1e1dde5b Improving change log. 2012-03-24 19:50:25 -05:00
Taylor Otwell d9773d48ae Remonde old changes file. 2012-03-24 19:48:50 -05:00
Taylor Otwell 4edc9e5399 Added 3.1 upgrade guide and change log. 2012-03-24 19:48:37 -05:00
Taylor Otwell 1383edde39 Return empty string when null is passed to render helper. 2012-03-24 09:25:33 -05:00
Taylor Otwell 91998735b9 Improve the @layout blade expression, allow dynamic specification of templates. 2012-03-24 09:22:05 -05:00
Taylor Otwell e8e7db687c Fix bug in fluent class. 2012-03-23 22:54:09 -05:00
Taylor Otwell 31786c96e9 Cleaning up the Blade class. 2012-03-23 17:05:44 -05:00
Taylor Otwell 93e21e9255 Added support for true tempting.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-23 17:03:27 -05:00
Taylor Otwell 8e8b0b8cb3 More Blade improvements… adds template inheritance.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-23 13:01:36 -05:00
Taylor Otwell b07ee31f3a Added support for Twig style {{ include() }} blade structures that inherit the data from the view.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-22 22:14:20 -05:00
Taylor Otwell 57cf817de4 Fix pivot constraints on ->pivot() method of many-to-many.
Signed-off-by: Taylor Otwell <[email protected]>
2012-03-22 21:47:35 -05:00
Taylor Otwell 879e56df75 Merge branch 'master' into develop 2012-03-22 21:26:32 -05:00
Taylor Otwell ca77cd5a17 Merge pull request #438 from sparksp/patch-7
Fix named keys on Schema columns
2012-03-22 19:25:42 -07:00
Taylor Otwell 0e4a63606f Added render_each helper. 2012-03-22 16:05:33 -05:00
Taylor Otwell e04b7a3add Updated change log. 2012-03-22 15:46:05 -05:00
Taylor Otwell 727b064bf7 Added View::render_each and Blade shortcut. 2012-03-22 15:45:26 -05:00
Taylor Otwell 9df88c461b Use Str::lower in pluralizer. 2012-03-22 15:11:19 -05:00
Taylor Otwell e942c2032f Added macro support to HTML class to match Form class. 2012-03-22 15:06:36 -05:00
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
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
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
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
Taylor Otwell e540fd3b6d Automatically detect eloquent table names. 2012-03-19 14:11:11 -05:00
Taylor Otwell 26afb000bf Added in automatic inflection on english strings. Non-english strings may be added to the "irregular" array. 2012-03-19 13:51:44 -05:00