Commit Graph

2501 Commits

Author SHA1 Message Date
Taylor Otwell 78243fedba Merge branch 'develop' of github.com:laravel/laravel into develop 2012-04-18 20:39:18 -05:00
Taylor Otwell ff94d16630 Merge branch 'staging' of github.com:laravel/laravel into staging 2012-04-18 20:38:46 -05:00
Taylor Otwell 51f5fdd0c9 fix conflicts. 2012-04-18 20:38:36 -05:00
Taylor Otwell 9c823d42be Merge branch 'master' of github.com:laravel/laravel 2012-04-18 20:36:51 -05:00
Taylor Otwell 24e382848c add response to done event. 2012-04-18 20:36:38 -05:00
Taylor Otwell eafb4bdfb8 Merge pull request #501 from daylerees/error-pages
Error pages
2012-04-17 18:52:45 -07:00
Taylor Otwell 7199ac8e9c Merge pull request #549 from ProgerXP/patch-ru
Russian language files.
2012-04-17 18:49:32 -07:00
Taylor Otwell 5b7f3f66f2 update change log. 2012-04-17 20:48:17 -05:00
Taylor Otwell 4f3dbf2ec4 document the view::exists method. 2012-04-17 20:15:08 -05:00
Taylor Otwell ae2dc6a7e2 cleaning up view code. 2012-04-17 20:13:42 -05:00
Taylor Otwell 42f8914611 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-04-17 20:11:08 -05:00
Taylor Otwell 66cf43de6c update change log. 2012-04-17 20:10:56 -05:00
Taylor Otwell 8c4170491e use memcached instead of memcache. 2012-04-17 20:09:41 -05:00
Taylor Otwell f1435ce195 Merge pull request #546 from ProgerXP/patch-typos
Corrected typos in the comments.
2012-04-17 17:58:19 -07:00
Taylor Otwell 7ba97bc3b5 Merge pull request #550 from davzie/develop
Implemented View::exists function
2012-04-17 17:55:52 -07:00
Taylor Otwell b7ac667405 tweak belongs to eager constraining. 2012-04-17 14:33:17 -05:00
David Thorpe ee5386e3b2 Implemented View::exists function
magical

Signed-off-by: David Thorpe <davzie@davzie.com>
2012-04-17 19:25:41 +01:00
Pavel 723e0767ed Added Russian language files.
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-17 15:12:31 +04:00
Taylor Otwell f6388e26be added dd helper. 2012-04-16 20:38:31 -05:00
Taylor Otwell 62935964eb update chang elog 2012-04-16 14:50:32 -05:00
Taylor Otwell 11aabe4a84 move back to memcache 2012-04-16 14:50:06 -05:00
Pavel 482aed9379 Corrected typos in the comments.
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-16 18:44:11 +04:00
Taylor Otwell 1192abe39c update change log. 2012-04-16 08:37:15 -05:00
Taylor Otwell f316553bb7 use memcached api instead of memcache. 2012-04-16 08:36:44 -05:00
Taylor Otwell 5d52da696f use injection on the request::detect_env method for better testability. 2012-04-13 20:34:13 -05:00
Taylor Otwell 44dbbe01da added support for bundles outside of the bundle directory using 'path: ' syntax like views. 2012-04-13 13:54:56 -05:00
Taylor Otwell 0f483fb390 cleaning up the autoloader> 2012-04-13 13:33:54 -05:00
Taylor Otwell 1d7c27c19f tweak local environment defaults. 2012-04-13 13:02:20 -05:00
Taylor Otwell 7b7f154edd Merge branch 'staging' into develop 2012-04-13 08:25:51 -05:00
Taylor Otwell e16ab6f3d4 fixing conflicts. 2012-04-13 08:25:40 -05:00
Taylor Otwell 728a320cbc increment version and update change log. 2012-04-13 08:24:42 -05:00
Taylor Otwell f45330a006 call render method on view when including in blade. 2012-04-13 08:23:11 -05:00
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. 2012-04-13 10:20:34 -03:00
Taylor Otwell 9daa919f4b updated change log. 2012-04-12 23:36:45 -05:00
Taylor Otwell ab6e364546 added simpler and easier environment handling. 2012-04-12 23:35:41 -05:00
Taylor Otwell 34cb9a00f4 move 'is' method to the str class where it belongs. 2012-04-12 22:54:50 -05:00
Taylor Otwell 0c8c6714f4 make the paths file more friendly. 2012-04-12 22:46:49 -05:00
Taylor Otwell 99e634d7a4 better organize paths file. 2012-04-12 22:35:18 -05:00
Taylor Otwell 2b88c78896 simplified the paths.php file. 2012-04-12 22:33:45 -05:00
Taylor Otwell 1847a369fb fixed eloquent datetime bug when determining dirty attributes. 2012-04-11 16:08:15 -05:00
Taylor Otwell 8bc128fdaa cleaning up code. 2012-04-10 22:36:20 -05:00
Taylor Otwell 9ad6fabc02 Updated change log.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-10 15:04:39 -05:00
Taylor Otwell 94b8582865 Add DateTime support to database binding layer.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-10 15:03:42 -05:00
Taylor Otwell 7d5b6b3748 added blade comments and documentation. 2012-04-10 11:46:55 -05:00
Taylor Otwell 222383c83b check application.ssl in request::secure. 2012-04-10 11:41:02 -05:00
Taylor Otwell d5b9f3c604 cleaning up section class. 2012-04-10 11:37:38 -05:00
Taylor Otwell 78a2bce820 Merge pull request #509 from cviebrock/section-append
Make Section::append public, and do a true append. Other methods are renamed but unchanged.
2012-04-10 09:36:49 -07:00
Taylor Otwell f7b1a72f3c added unless structure to blade. 2012-04-10 11:33:55 -05:00
Taylor Otwell fda19731c5 Fixing update handling in Has_Many and Has_One relationships.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-04-10 11:26:03 -05:00
Taylor Otwell 8e988192a1 Merge branch 'develop' of github.com:laravel/laravel into develop 2012-04-10 10:10:51 -05:00