Taylor Otwell
|
46b0a7d8ad
removed some comment bloat from the Form class.
|
13 years ago |
Taylor Otwell
|
da8c412dbc
deprecated text class.
|
13 years ago |
Taylor Otwell
|
d0ba4719d8
extracted the route wildcard translation to a separate method.
|
13 years ago |
Taylor Otwell
|
8277694693
refactoring router.
|
13 years ago |
Taylor Otwell
|
141bed3916
cleaning up Request::uri method.
|
13 years ago |
Taylor Otwell
|
ca58f80b22
removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class.
|
13 years ago |
Taylor Otwell
|
ceb0e1a807
added check for array in Request::spoofed.
|
13 years ago |
Taylor Otwell
|
9608a0dee7
Removed comment bloat from View class.
|
13 years ago |
Taylor Otwell
|
924ecf879c
Added __toString method to Response.
|
13 years ago |
Taylor Otwell
|
e48d611149
Remove comment bloat from URL class.
|
13 years ago |
Taylor Otwell
|
5ea2974bd6
Trim comment bloat from Route class.
|
13 years ago |
Taylor Otwell
|
0dd06ad314
Remove comment bloat from Response class.
|
13 years ago |
Taylor Otwell
|
9fc8c36b94
Removing comment bloat from Redirect class.
|
13 years ago |
Taylor Otwell
|
5bea9121af
Refactoring input class to use Request::spoofed when hydrating input.
|
13 years ago |
Taylor Otwell
|
5bb5adcf9c
Added Request::spoofed method.
|
13 years ago |
Taylor Otwell
|
d0fafd1301
Formatting DB class.
|
13 years ago |
Taylor Otwell
|
8056e0d1a7
Moved Session\Factory functionality into the Session class.
|
13 years ago |
Taylor Otwell
|
b1b2b932cc
Moved Cache\Factory functionality into Cache class.
|
13 years ago |
Taylor Otwell
|
c5a2752e8a
Refactoring Input class.
|
13 years ago |
Taylor Otwell
|
c2b7e60bdd
Cleaning up DB session driver.
|
13 years ago |
Taylor Otwell
|
7af9e08a60
Refactoring Eloquent.
|
13 years ago |
Taylor Otwell
|
c4eb994fbc
Refactoring Eloquent.
|
13 years ago |
Taylor Otwell
|
8b1fe5920b
Refactoring Eloquent\Hydrator.
|
13 years ago |
Taylor Otwell
|
745ac394bb
Adjust Eloquent\Hydrator to pass array of columns into Query->get method.
|
13 years ago |
Taylor Otwell
|
a0195e9386
Adjust Eloquent to pass array of columns when selecting.
|
13 years ago |
Taylor Otwell
|
00b064c7d5
Revert previous changes to Eloquent.
|
13 years ago |
Taylor Otwell
|
16265a2cf6
Adjust Eloquent to use new Query API.
|
13 years ago |
Taylor Otwell
|
787be6bc99
Changed Query::get and Query::first to accept arrays of columns instead of a dynamic parameter list.
|
13 years ago |
Taylor Otwell
|
21efdbf69b
Remove insert and update methods from Eloquent.
|
13 years ago |
Taylor Otwell
|
666ebf2119
Refactoring Eloquent class.
|
13 years ago |
Taylor Otwell
|
743cf6f44a
Refactoring DB\Eloquent.
|
13 years ago |
Taylor Otwell
|
e6e7586dbc
Refactoring DB\Connector.
|
13 years ago |
Taylor Otwell
|
6c51536d7d
Remove check for items in Memcached cache driver.
|
13 years ago |
Taylor Otwell
|
de19b8db40
Remove check for items in File cache driver.
|
13 years ago |
Taylor Otwell
|
24fefe9eb2
Remove check for items in APC driver.
|
13 years ago |
Taylor Otwell
|
44a48256c7
Allow cache class to look for existing items in driver's items array.
|
13 years ago |
Taylor Otwell
|
82d5760a32
Make items array public on Memcached cache driver.
|
13 years ago |
Taylor Otwell
|
967428c441
Make items array public on File cache driver.
|
13 years ago |
Taylor Otwell
|
ec43d5dd03
Make item array public on APC cache driver.
|
13 years ago |
Taylor Otwell
|
bbc8b8f954
Refactoring View class.
|
13 years ago |
Taylor Otwell
|
767a49f54b
Tweaking comments in URL class.
|
13 years ago |
Taylor Otwell
|
60c9c91516
Trimming comment bloat from Route class.
|
13 years ago |
Taylor Otwell
|
a86d4477ca
refactoring redirect class.
|
13 years ago |
Taylor Otwell
|
ea6b58b28c
refactoring lang class.
|
13 years ago |
Taylor Otwell
|
c5ddb67d6b
added comment to hash class.
|
13 years ago |
Taylor Otwell
|
6d296f2a1d
added comment to file class.
|
13 years ago |
Taylor Otwell
|
6a77a98f95
refactored error and file classes.
|
13 years ago |
Taylor Otwell
|
4b063ac042
refactoring database and connector classes.
|
13 years ago |
Taylor Otwell
|
77d65b89cb
refactoring crypt class.
|
13 years ago |
Taylor Otwell
|
6e93237ec9
refactoring config class.
|
13 years ago |
Taylor Otwell
|
8203bd9af5
refactoring cache class.
|
13 years ago |
Taylor Otwell
|
22c1353cea
added comment to auth class.
|
13 years ago |
Taylor Otwell
|
70e35fb3d7
refactoring auth class.
|
13 years ago |
Taylor Otwell
|
06cb63f502
removed route\loader and route\parser classes.
|
13 years ago |
Taylor Otwell
|
ad824341a6
fixed bug in input class causing entire array to not be returned.
|
13 years ago |
Taylor Otwell
|
5475048749
Add comment to Redirect class.
|
13 years ago |
Taylor Otwell
|
59e5cfc711
Fixing comments on Router class.
|
13 years ago |
Taylor Otwell
|
5a67571020
Refactoring the Router class.
|
13 years ago |
Taylor Otwell
|
94ccbffb7d
Refactoring Router class.
|
13 years ago |
Taylor Otwell
|
80c746edb2
Refactor route parameter parsing.
|
13 years ago |
Taylor Otwell
|
b5e0eb022c
Refactoring Router.
|
13 years ago |
Taylor Otwell
|
654c4aa85f
Removed comment bloat from Route\Filter.
|
13 years ago |
Taylor Otwell
|
7a8e04cbdd
Added comment to Router class.
|
13 years ago |
Taylor Otwell
|
f0b02caaec
Refactoring Router.
|
13 years ago |
Taylor Otwell
|
775f11e09b
Refactoring Route\Finder.
|
13 years ago |
Taylor Otwell
|
0767fa5027
Remove comment bloat from Route\Finder.
|
13 years ago |
Taylor Otwell
|
1a4a7cbbab
Make the Router::load method public.
|
13 years ago |
Taylor Otwell
|
c2e1ef68ad
Refactor Router class, deprecate Route\Loader and Route\Parser.
|
13 years ago |
Taylor Otwell
|
c1e2f3cf90
Remove comment bloat from Route\Loader class.
|
13 years ago |
Taylor Otwell
|
0d48fba1be
Remove comment bloat from Route\Finder class.
|
13 years ago |
Taylor Otwell
|
ae9824f80b
Remove comment bloat from Route\Filter class.
|
13 years ago |
Taylor Otwell
|
a5af988d53
Remove comment bloat from dynamic query builder.
|
13 years ago |
Taylor Otwell
|
34605ad49d
Remove comment bloat from Eloquent hydrator.
|
13 years ago |
Taylor Otwell
|
bc8c0f2cc7
Refactor Query class. Remove comment bloat.
|
13 years ago |
Taylor Otwell
|
98a691fa58
Remove comment bloat from Eloquent.
|
13 years ago |
Taylor Otwell
|
60e3526313
Refactor DB\Connector class.
|
13 years ago |
Taylor Otwell
|
9454927bd3
Added Cache::maybe method.
|
13 years ago |
Taylor Otwell
|
1d96b96828
Force memcached cache driver to return null as default.
|
13 years ago |
Taylor Otwell
|
a29e76f27b
Force File cache driver to return null when items are expired.
|
13 years ago |
Taylor Otwell
|
577066e07e
Tweak file cache driver to return null as default.
|
13 years ago |
Taylor Otwell
|
9927e3ed4e
Tweak APC cache driver to return null for default value.
|
13 years ago |
Taylor Otwell
|
3eeb69d1bf
Remove default value from cache driver interface.
|
13 years ago |
Taylor Otwell
|
aaae1acb34
Refactor cache class. Fix driver instantiation bug. Allow closures as default parameter.
|
13 years ago |
Taylor Otwell
|
715bed748d
Add support for closures to File cache driver.
|
13 years ago |
Taylor Otwell
|
ac38876e34
Add support for closures in APC cache driver.
|
13 years ago |
Taylor Otwell
|
4a4a79ce34
Remove comment bloat from Validator class.
|
13 years ago |
Taylor Otwell
|
42cff59a7d
Remove comment bloat from View class.
|
13 years ago |
Taylor Otwell
|
2f999397e3
Trim comment bloat from URL class.
|
13 years ago |
Taylor Otwell
|
a2406c0174
Trim comment bloat in Text class.
|
13 years ago |
Taylor Otwell
|
5755fdaba0
Refactor Str::pool method.
|
13 years ago |
Taylor Otwell
|
c50246c694
Refactoring Str class.
|
13 years ago |
Taylor Otwell
|
607b23b742
Refactoring Session class. Trimmed comment bloat. Added support for closures on Session::get default value.
|
13 years ago |
Taylor Otwell
|
881d7f78a1
Trim comment bloat from Router class.
|
13 years ago |
Taylor Otwell
|
cf8e5e2f80
Trim comment bloat from Route class.
|
13 years ago |
Taylor Otwell
|
e334fd80b6
Trim comment bloat on Response class.
|
13 years ago |
Taylor Otwell
|
37927ee44b
Refactoring Request::remove_from_uri method.
|
13 years ago |
Taylor Otwell
|
b1342a5928
Refactoring the Request class.
|
13 years ago |
Taylor Otwell
|
af7ba04628
Trimming comment bloat in Redirect class.
|
13 years ago |
Taylor Otwell
|
31e4b7a407
Trimming comment bloat in Memcached class.
|
13 years ago |
Taylor Otwell
|
5114f2ee87
Trimming comment bloat in Log class.
|
13 years ago |