Michael Hasselbring
|
6410e83377
|
Created File::upload()
|
2011-06-25 23:35:38 -05:00 |
Taylor Otwell
|
0b7dbab0af
|
adjusted method order in request class.
|
2011-06-25 20:20:09 -05:00 |
Taylor Otwell
|
b7b258a10b
|
removed error collector bloat, switched to plain array. thanks mikelbring.
|
2011-06-25 20:05:20 -05:00 |
Taylor Otwell
|
4a5190dfd9
|
changed loader to search in libraries instead of packages.
|
2011-06-24 23:42:53 -05:00 |
Taylor Otwell
|
739068b00d
|
moved cache, db, logs, and sessions to the storage directory.
|
2011-06-24 23:03:22 -05:00 |
Taylor Otwell
|
3985a98f60
|
Added Eloquent::all().
|
2011-06-24 11:33:42 -07:00 |
Taylor Otwell
|
a97b8b7fda
|
added exception for wrong number of parameters to dynamic finders.
|
2011-06-22 21:30:48 -05:00 |
Taylor Otwell
|
319dcbe777
|
Merge branch 'develop' of github.com:taylorotwell/laravel into develop
|
2011-06-22 21:12:04 -05:00 |
Taylor Otwell
|
3392971ce5
|
added dynamic finders to fluent query builder and eloquent.
|
2011-06-22 21:11:35 -05:00 |
Taylor Otwell
|
d7aca820e5
|
Clarified comments in Eloquent\Hydrator.
|
2011-06-22 10:39:52 -07:00 |
Taylor Otwell
|
dbeb2f4ddb
|
Improving view class comments.
|
2011-06-22 07:27:11 -07:00 |
Taylor Otwell
|
9f5367f32b
|
Improving view class comments.
|
2011-06-22 07:26:35 -07:00 |
Taylor Otwell
|
ef2d2d85ff
|
Improving validation code and comments.
|
2011-06-22 07:09:02 -07:00 |
Taylor Otwell
|
4d892ad3ac
|
Improving validation code and comments.
|
2011-06-22 07:07:49 -07:00 |
Taylor Otwell
|
5956b90735
|
Improving validation code and comments.
|
2011-06-22 07:06:03 -07:00 |
Taylor Otwell
|
9d8c5d3587
|
Improving validation code and comments.
|
2011-06-22 07:03:36 -07:00 |
Taylor Otwell
|
72c3f1859f
|
Improving validation code and comments.
|
2011-06-22 07:02:19 -07:00 |
Taylor Otwell
|
56e500419c
|
Improving validation code and comments.
|
2011-06-22 06:55:58 -07:00 |
Taylor Otwell
|
a536ceae72
|
Added default value to Lang::line()->get().
|
2011-06-22 06:52:10 -07:00 |
Taylor Otwell
|
eb3a5b0dc9
|
Improving validation code and comments.
|
2011-06-22 06:43:48 -07:00 |
Taylor Otwell
|
3b63335c95
|
added apc session driver.
|
2011-06-21 23:19:37 -05:00 |
Taylor Otwell
|
24c2344ae4
|
removed called to eloquent in uniqueness_of.
|
2011-06-21 22:50:09 -05:00 |
Taylor Otwell
|
7f8c686360
|
import lang class into validation rule.
|
2011-06-21 22:47:25 -05:00 |
Taylor Otwell
|
0d10ab740b
|
changes to view class to have error collector.
|
2011-06-21 22:34:53 -05:00 |
Taylor Otwell
|
78301fb8c7
|
fixed bugs in validation classes.
|
2011-06-21 22:22:52 -05:00 |
Taylor Otwell
|
9b8942fa1d
|
fixed equality check in validator.
|
2011-06-21 20:14:40 -05:00 |
Taylor Otwell
|
081a3e512f
|
initial commit of validation classes.
|
2011-06-21 20:11:17 -05:00 |
Taylor Otwell
|
adb583471b
|
added Config::has and default value for Config::get.
|
2011-06-21 19:44:04 -05:00 |
Taylor Otwell
|
fcdcc656b4
|
Add exception for SQLite databases that can't be found.
|
2011-06-21 13:14:54 -07:00 |
Taylor Otwell
|
dbc418c0d7
|
changed Request::is to Request::route_is.
|
2011-06-19 22:49:01 -05:00 |
Taylor Otwell
|
1ff5f84545
|
added apc driver notes in cache configuration file.
|
2011-06-18 19:49:29 -05:00 |
Taylor Otwell
|
ab3be568ea
|
Merge pull request #15 from toszcze/apc
Added APC cache driver.
|
2011-06-18 17:44:50 -07:00 |
Bartosz Romanowski
|
2a2f699169
|
Added the cache key to avoid cache overwritting
|
2011-06-19 00:12:05 +02:00 |
Taylor Otwell
|
fcd6cd77ef
|
fixed messed up commit of file cache driver.
|
2011-06-18 16:44:34 -05:00 |
Bartosz Romanowski
|
b031fdf43d
|
APC cache driver
|
2011-06-18 23:01:52 +02:00 |
Taylor Otwell
|
a3a9368707
|
added dynamic Request::is_ method.. e.g. Request::is_login().
|
2011-06-18 12:00:52 -05:00 |
Taylor Otwell
|
7f06e0f4cd
|
added request::is.
|
2011-06-18 10:38:56 -05:00 |
Taylor Otwell
|
396d148720
|
added is method, improved comments.
|
2011-06-18 10:26:04 -05:00 |
Taylor Otwell
|
c972fe198b
|
Merge remote-tracking branch 'pedroborges/develop' into request_is
|
2011-06-18 10:18:33 -05:00 |
Taylor Otwell
|
8a4db9ff2d
|
fixed attribute setting bug in hydrator.
|
2011-06-18 10:02:18 -05:00 |
Pedro Borges
|
d446ccc82f
|
Added the method 'is' to request.php
|
2011-06-18 11:54:59 -03:00 |
Taylor Otwell
|
c751844aab
|
fixed belongs_to eager loading bug when parent does not exist.
|
2011-06-18 09:54:50 -05:00 |
Taylor Otwell
|
8f8c5f6dd4
|
fix bug in route loader that caused exception to be thrown when 404 should have been shown.
|
2011-06-18 09:34:52 -05:00 |
Taylor Otwell
|
90fadb2980
|
Fixing spacing in Eloquent\Hydrator.
|
2011-06-17 14:53:41 -07:00 |
Taylor Otwell
|
21c1249484
|
Fixing spacing in Eloquent.
|
2011-06-17 14:52:33 -07:00 |
Taylor Otwell
|
e3ffb3f171
|
Refactoring Eloquent\Hydrator.
|
2011-06-17 14:50:07 -07:00 |
Taylor Otwell
|
eaaac620a0
|
Refactoring System\DB\Eloquent.
|
2011-06-17 14:47:45 -07:00 |
Taylor Otwell
|
8c0dfffa34
|
Add PHPDoc to delete method in Eloquent.
|
2011-06-17 13:38:16 -07:00 |
Taylor Otwell
|
43f196878c
|
Improved comments in System\DB\Eloquent.
|
2011-06-17 13:36:57 -07:00 |
Taylor Otwell
|
5bfbfe4243
|
Refactoring System\DB\Query.
|
2011-06-17 13:09:50 -07:00 |