David Thorpe
|
ee5386e3b2
|
Implemented View::exists function
magical
Signed-off-by: David Thorpe <davzie@davzie.com>
|
2012-04-17 19:25:41 +01: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 |
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 |
Taylor Otwell
|
0eb79a5b8d
|
Merge branch 'staging' into develop
|
2012-04-10 10:10:41 -05:00 |
Taylor Otwell
|
1a5d4250d1
|
fix conflicts.
|
2012-04-10 10:10:31 -05:00 |
Taylor Otwell
|
bcca8be072
|
Merge branch 'master' of github.com:laravel/laravel
|
2012-04-10 10:09:43 -05:00 |
Taylor Otwell
|
cb9050844a
|
incremented version.
|
2012-04-10 10:09:34 -05:00 |
Taylor Otwell
|
2e7cca1d0b
|
Merge pull request #512 from Mikaweb/patch-1
Misspelt word corrected!
|
2012-04-10 07:49:05 -07:00 |
Taylor Otwell
|
60b5e38ca0
|
return after loading mapped class in autoloader.
|
2012-04-10 09:48:54 -05:00 |
Taylor Otwell
|
b370549d80
|
Merge pull request #517 from joecwallace/migrate-resolver-classify-fix
Resolver::resolve() bug fix
|
2012-04-10 07:47:34 -07:00 |
Taylor Otwell
|
a3e0c7c0c4
|
Merge pull request #522 from kloy/master
Custom validation messages in language file fix.
|
2012-04-10 07:43:49 -07:00 |
Taylor Otwell
|
9ee9e7bb5e
|
Merge pull request #518 from joecwallace/eloquent-model-table-basename-fix
Eloquent Model::table() bug fix
|
2012-04-09 19:55:34 -07:00 |
Keith Loy
|
53e8f9b774
|
Fixing bug where custom validation messages in bundle language files were not getting picked up.
|
2012-04-09 21:11:54 -05:00 |
Joe Wallace
|
f7aee0ca2a
|
Model::table() uses class_basename() helper - which properly discards namespaces on *nix systems
Signed-off-by: Joe Wallace <joew@atiba.com>
|
2012-04-09 11:28:40 -05:00 |
Joe Wallace
|
201732135d
|
Resolver::resolve() uses Str::classify() to determine class names
Signed-off-by: Joe Wallace <joew@atiba.com>
|
2012-04-09 11:02:11 -05:00 |
Taylor Otwell
|
f786b33e85
|
Merge pull request #515 from gaker/develop
Change visibility on Crypter::randomizer()
|
2012-04-08 07:37:38 -07:00 |
Greg Aker
|
88dd2f3232
|
Altering visibility of Crypter::randomizer() to public.
|
2012-04-07 14:09:22 -05:00 |
Maxime Dizerens
|
3850f575f0
|
Misspelt word corrected!
|
2012-04-07 00:03:33 +03:00 |
Colin Viebrock
|
f0f9d7b256
|
make Section::append public, and do a true append. Other methods are renamed but unchanged.
|
2012-04-06 11:50:01 -05:00 |
Taylor Otwell
|
825e8b2d49
|
cleaning up code and comments.
|
2012-04-05 21:40:56 -05:00 |
Taylor Otwell
|
a77196db86
|
cleaning up code.
|
2012-04-05 21:30:53 -05:00 |
Taylor Otwell
|
8a687053a8
|
fix conflicts.
|
2012-04-05 09:33:50 -05:00 |
Taylor Otwell
|
b7ac1b75af
|
updated change log and incremented version.
|
2012-04-05 09:30:16 -05:00 |
Taylor Otwell
|
cc4514e8f6
|
Fix bug in many to many eager loading.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-04-05 09:21:28 -05:00 |
Taylor Otwell
|
ee288a7709
|
updated changelog.
|
2012-04-04 22:32:25 -05:00 |
Taylor Otwell
|
6dd709ccaa
|
move vendors folder under laravel.
|
2012-04-04 22:16:34 -05:00 |
Taylor Otwell
|
fe36d7fdfb
|
Added total SQL execution time to profiler.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-04-04 17:08:16 -05:00 |