Taylor Otwell
|
48419ad321
|
tweaking routes.
|
2011-07-10 23:21:33 -05:00 |
Taylor Otwell
|
95528adab5
|
fix syntax error in error class.
|
2011-07-10 23:16:11 -05:00 |
Taylor Otwell
|
063cde50c0
|
removed file context from error messages.
|
2011-07-10 23:08:14 -05:00 |
Taylor Otwell
|
46b0a7d8ad
|
removed some comment bloat from the Form class.
|
2011-07-10 22:59:05 -05:00 |
Taylor Otwell
|
da8c412dbc
|
deprecated text class.
|
2011-07-10 22:38:55 -05:00 |
Taylor Otwell
|
d0ba4719d8
|
extracted the route wildcard translation to a separate method.
|
2011-07-09 23:54:07 -05:00 |
Taylor Otwell
|
8277694693
|
refactoring router.
|
2011-07-09 23:41:27 -05:00 |
Taylor Otwell
|
141bed3916
|
cleaning up Request::uri method.
|
2011-07-09 22:31:06 -05:00 |
Taylor Otwell
|
ca58f80b22
|
removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class.
|
2011-07-09 22:15:42 -05:00 |
Taylor Otwell
|
ceb0e1a807
|
added check for array in Request::spoofed.
|
2011-07-09 17:15:23 -05:00 |
Taylor Otwell
|
9608a0dee7
|
Removed comment bloat from View class.
|
2011-07-08 12:57:32 -07:00 |
Taylor Otwell
|
924ecf879c
|
Added __toString method to Response.
|
2011-07-08 12:57:11 -07:00 |
Taylor Otwell
|
e48d611149
|
Remove comment bloat from URL class.
|
2011-07-08 12:48:44 -07:00 |
Taylor Otwell
|
5ea2974bd6
|
Trim comment bloat from Route class.
|
2011-07-08 12:46:21 -07:00 |
Taylor Otwell
|
0dd06ad314
|
Remove comment bloat from Response class.
|
2011-07-08 12:45:06 -07:00 |
Taylor Otwell
|
9fc8c36b94
|
Removing comment bloat from Redirect class.
|
2011-07-08 12:44:25 -07:00 |
Taylor Otwell
|
5bea9121af
|
Refactoring input class to use Request::spoofed when hydrating input.
|
2011-07-08 12:41:03 -07:00 |
Taylor Otwell
|
5bb5adcf9c
|
Added Request::spoofed method.
|
2011-07-08 12:38:54 -07:00 |
Taylor Otwell
|
d0fafd1301
|
Formatting DB class.
|
2011-07-08 12:16:30 -07:00 |
Taylor Otwell
|
8056e0d1a7
|
Moved Session\Factory functionality into the Session class.
|
2011-07-08 09:48:01 -07:00 |
Taylor Otwell
|
b1b2b932cc
|
Moved Cache\Factory functionality into Cache class.
|
2011-07-08 09:43:04 -07:00 |
Taylor Otwell
|
c5a2752e8a
|
Refactoring Input class.
|
2011-07-08 08:24:57 -07:00 |
Taylor Otwell
|
c2b7e60bdd
|
Cleaning up DB session driver.
|
2011-07-08 08:19:40 -07:00 |
Taylor Otwell
|
7af9e08a60
|
Refactoring Eloquent.
|
2011-07-08 08:00:04 -07:00 |
Taylor Otwell
|
c4eb994fbc
|
Refactoring Eloquent.
|
2011-07-08 07:58:28 -07:00 |
Taylor Otwell
|
8b1fe5920b
|
Refactoring Eloquent\Hydrator.
|
2011-07-08 07:54:38 -07:00 |
Taylor Otwell
|
745ac394bb
|
Adjust Eloquent\Hydrator to pass array of columns into Query->get method.
|
2011-07-08 07:37:50 -07:00 |
Taylor Otwell
|
a0195e9386
|
Adjust Eloquent to pass array of columns when selecting.
|
2011-07-08 07:36:20 -07:00 |
Taylor Otwell
|
00b064c7d5
|
Revert previous changes to Eloquent.
|
2011-07-08 07:32:25 -07:00 |
Taylor Otwell
|
16265a2cf6
|
Adjust Eloquent to use new Query API.
|
2011-07-08 07:31:15 -07:00 |
Taylor Otwell
|
787be6bc99
|
Changed Query::get and Query::first to accept arrays of columns instead of a dynamic parameter list.
|
2011-07-08 07:28:38 -07:00 |
Taylor Otwell
|
21efdbf69b
|
Remove insert and update methods from Eloquent.
|
2011-07-08 07:13:30 -07:00 |
Taylor Otwell
|
666ebf2119
|
Refactoring Eloquent class.
|
2011-07-08 07:09:43 -07:00 |
Taylor Otwell
|
743cf6f44a
|
Refactoring DB\Eloquent.
|
2011-07-08 06:56:29 -07:00 |
Taylor Otwell
|
e6e7586dbc
|
Refactoring DB\Connector.
|
2011-07-08 06:48:31 -07:00 |
Taylor Otwell
|
6c51536d7d
|
Remove check for items in Memcached cache driver.
|
2011-07-08 06:45:38 -07:00 |
Taylor Otwell
|
de19b8db40
|
Remove check for items in File cache driver.
|
2011-07-08 06:45:15 -07:00 |
Taylor Otwell
|
24fefe9eb2
|
Remove check for items in APC driver.
|
2011-07-08 06:44:54 -07:00 |
Taylor Otwell
|
44a48256c7
|
Allow cache class to look for existing items in driver's items array.
|
2011-07-08 06:43:02 -07:00 |
Taylor Otwell
|
82d5760a32
|
Make items array public on Memcached cache driver.
|
2011-07-08 06:40:49 -07:00 |
Taylor Otwell
|
967428c441
|
Make items array public on File cache driver.
|
2011-07-08 06:40:20 -07:00 |
Taylor Otwell
|
ec43d5dd03
|
Make item array public on APC cache driver.
|
2011-07-08 06:39:58 -07:00 |
Taylor Otwell
|
bbc8b8f954
|
Refactoring View class.
|
2011-07-08 06:37:50 -07:00 |
Taylor Otwell
|
767a49f54b
|
Tweaking comments in URL class.
|
2011-07-08 06:35:42 -07:00 |
Taylor Otwell
|
60c9c91516
|
Trimming comment bloat from Route class.
|
2011-07-08 06:28:41 -07:00 |
Taylor Otwell
|
a86d4477ca
|
refactoring redirect class.
|
2011-07-07 23:55:27 -05:00 |
Taylor Otwell
|
ea6b58b28c
|
refactoring lang class.
|
2011-07-07 23:48:05 -05:00 |
Taylor Otwell
|
c5ddb67d6b
|
added comment to hash class.
|
2011-07-07 23:43:54 -05:00 |
Taylor Otwell
|
6d296f2a1d
|
added comment to file class.
|
2011-07-07 23:42:11 -05:00 |
Taylor Otwell
|
6a77a98f95
|
refactored error and file classes.
|
2011-07-07 23:40:29 -05:00 |