Commit Graph

  • 743cf6f44a Refactoring DB\Eloquent. Taylor Otwell 2011-07-08 06:56:29 -0700
  • e6e7586dbc Refactoring DB\Connector. Taylor Otwell 2011-07-08 06:48:31 -0700
  • 6c51536d7d Remove check for items in Memcached cache driver. Taylor Otwell 2011-07-08 06:45:38 -0700
  • de19b8db40 Remove check for items in File cache driver. Taylor Otwell 2011-07-08 06:45:15 -0700
  • 24fefe9eb2 Remove check for items in APC driver. Taylor Otwell 2011-07-08 06:44:54 -0700
  • 44a48256c7 Allow cache class to look for existing items in driver's items array. Taylor Otwell 2011-07-08 06:43:02 -0700
  • 82d5760a32 Make items array public on Memcached cache driver. Taylor Otwell 2011-07-08 06:40:49 -0700
  • 967428c441 Make items array public on File cache driver. Taylor Otwell 2011-07-08 06:40:20 -0700
  • ec43d5dd03 Make item array public on APC cache driver. Taylor Otwell 2011-07-08 06:39:58 -0700
  • bbc8b8f954 Refactoring View class. Taylor Otwell 2011-07-08 06:37:50 -0700
  • 767a49f54b Tweaking comments in URL class. Taylor Otwell 2011-07-08 06:35:42 -0700
  • 60c9c91516 Trimming comment bloat from Route class. Taylor Otwell 2011-07-08 06:28:41 -0700
  • a86d4477ca refactoring redirect class. Taylor Otwell 2011-07-07 23:55:27 -0500
  • ea6b58b28c refactoring lang class. Taylor Otwell 2011-07-07 23:48:05 -0500
  • c5ddb67d6b added comment to hash class. Taylor Otwell 2011-07-07 23:43:54 -0500
  • 6d296f2a1d added comment to file class. Taylor Otwell 2011-07-07 23:42:11 -0500
  • 6a77a98f95 refactored error and file classes. Taylor Otwell 2011-07-07 23:40:29 -0500
  • 4b063ac042 refactoring database and connector classes. Taylor Otwell 2011-07-07 23:35:23 -0500
  • 77d65b89cb refactoring crypt class. Taylor Otwell 2011-07-07 23:24:43 -0500
  • 6e93237ec9 refactoring config class. Taylor Otwell 2011-07-07 23:16:52 -0500
  • 8203bd9af5 refactoring cache class. Taylor Otwell 2011-07-07 23:07:44 -0500
  • 22c1353cea added comment to auth class. Taylor Otwell 2011-07-07 23:01:44 -0500
  • 70e35fb3d7 refactoring auth class. Taylor Otwell 2011-07-07 23:00:40 -0500
  • 06cb63f502 removed route\loader and route\parser classes. Taylor Otwell 2011-07-07 22:55:27 -0500
  • ad824341a6 fixed bug in input class causing entire array to not be returned. Taylor Otwell 2011-07-07 22:30:15 -0500
  • 5475048749 Add comment to Redirect class. Taylor Otwell 2011-07-07 12:41:18 -0700
  • 59e5cfc711 Fixing comments on Router class. Taylor Otwell 2011-07-07 12:18:53 -0700
  • 5a67571020 Refactoring the Router class. Taylor Otwell 2011-07-07 12:17:55 -0700
  • 94ccbffb7d Refactoring Router class. Taylor Otwell 2011-07-07 11:55:09 -0700
  • 80c746edb2 Refactor route parameter parsing. Taylor Otwell 2011-07-07 11:38:30 -0700
  • b5e0eb022c Refactoring Router. Taylor Otwell 2011-07-07 09:49:31 -0700
  • 654c4aa85f Removed comment bloat from Route\Filter. Taylor Otwell 2011-07-07 09:38:48 -0700
  • 7a8e04cbdd Added comment to Router class. Taylor Otwell 2011-07-07 09:37:14 -0700
  • f0b02caaec Refactoring Router. Taylor Otwell 2011-07-07 09:34:58 -0700
  • 775f11e09b Refactoring Route\Finder. Taylor Otwell 2011-07-07 09:24:40 -0700
  • 0767fa5027 Remove comment bloat from Route\Finder. Taylor Otwell 2011-07-07 09:17:31 -0700
  • 1a4a7cbbab Make the Router::load method public. Taylor Otwell 2011-07-07 09:12:20 -0700
  • c2e1ef68ad Refactor Router class, deprecate Route\Loader and Route\Parser. Taylor Otwell 2011-07-07 09:09:20 -0700
  • c1e2f3cf90 Remove comment bloat from Route\Loader class. Taylor Otwell 2011-07-07 08:59:46 -0700
  • 0d48fba1be Remove comment bloat from Route\Finder class. Taylor Otwell 2011-07-07 08:57:30 -0700
  • ae9824f80b Remove comment bloat from Route\Filter class. Taylor Otwell 2011-07-07 08:53:05 -0700
  • a5af988d53 Remove comment bloat from dynamic query builder. Taylor Otwell 2011-07-07 08:51:52 -0700
  • 34605ad49d Remove comment bloat from Eloquent hydrator. Taylor Otwell 2011-07-07 08:49:59 -0700
  • bc8c0f2cc7 Refactor Query class. Remove comment bloat. Taylor Otwell 2011-07-07 08:45:37 -0700
  • 98a691fa58 Remove comment bloat from Eloquent. Taylor Otwell 2011-07-07 08:28:42 -0700
  • 60e3526313 Refactor DB\Connector class. Taylor Otwell 2011-07-07 08:15:18 -0700
  • 9454927bd3 Added Cache::maybe method. Taylor Otwell 2011-07-07 08:04:29 -0700
  • 1d96b96828 Force memcached cache driver to return null as default. Taylor Otwell 2011-07-07 07:42:06 -0700
  • a29e76f27b Force File cache driver to return null when items are expired. Taylor Otwell 2011-07-07 07:41:39 -0700
  • 577066e07e Tweak file cache driver to return null as default. Taylor Otwell 2011-07-07 07:40:42 -0700
  • 9927e3ed4e Tweak APC cache driver to return null for default value. Taylor Otwell 2011-07-07 07:39:48 -0700
  • 3eeb69d1bf Remove default value from cache driver interface. Taylor Otwell 2011-07-07 07:39:26 -0700
  • aaae1acb34 Refactor cache class. Fix driver instantiation bug. Allow closures as default parameter. Taylor Otwell 2011-07-07 07:38:59 -0700
  • 715bed748d Add support for closures to File cache driver. Taylor Otwell 2011-07-07 07:29:16 -0700
  • ac38876e34 Add support for closures in APC cache driver. Taylor Otwell 2011-07-07 07:28:03 -0700
  • 4a4a79ce34 Remove comment bloat from Validator class. Taylor Otwell 2011-07-07 07:24:28 -0700
  • 42cff59a7d Remove comment bloat from View class. Taylor Otwell 2011-07-07 07:22:50 -0700
  • 2f999397e3 Trim comment bloat from URL class. Taylor Otwell 2011-07-07 07:21:15 -0700
  • a2406c0174 Trim comment bloat in Text class. Taylor Otwell 2011-07-07 07:18:45 -0700
  • 5755fdaba0 Refactor Str::pool method. Taylor Otwell 2011-07-07 07:16:20 -0700
  • c50246c694 Refactoring Str class. Taylor Otwell 2011-07-07 07:14:57 -0700
  • 607b23b742 Refactoring Session class. Trimmed comment bloat. Added support for closures on Session::get default value. Taylor Otwell 2011-07-06 15:07:18 -0700
  • 881d7f78a1 Trim comment bloat from Router class. Taylor Otwell 2011-07-06 15:03:51 -0700
  • cf8e5e2f80 Trim comment bloat from Route class. Taylor Otwell 2011-07-06 15:02:01 -0700
  • e334fd80b6 Trim comment bloat on Response class. Taylor Otwell 2011-07-06 14:59:53 -0700
  • 37927ee44b Refactoring Request::remove_from_uri method. Taylor Otwell 2011-07-06 14:58:29 -0700
  • b1342a5928 Refactoring the Request class. Taylor Otwell 2011-07-06 14:57:10 -0700
  • af7ba04628 Trimming comment bloat in Redirect class. Taylor Otwell 2011-07-06 14:50:48 -0700
  • 31e4b7a407 Trimming comment bloat in Memcached class. Taylor Otwell 2011-07-06 14:50:05 -0700
  • 5114f2ee87 Trimming comment bloat in Log class. Taylor Otwell 2011-07-06 14:49:18 -0700
  • 5643daa66c Refactor Lang class. Taylor Otwell 2011-07-06 14:45:08 -0700
  • e2973e565d Allow closures as Config default. Taylor Otwell 2011-07-06 14:37:59 -0700
  • 57f61dc54c Formatting Input class. Taylor Otwell 2011-07-06 14:36:10 -0700
  • 2a1c01f1c9 Cleaning up HTML class bloat. Taylor Otwell 2011-07-06 14:29:48 -0700
  • 28d11f15bb Refactoring Hash class. Taylor Otwell 2011-07-06 14:26:04 -0700
  • 77c23c4665 Trim bloat from Form class. Taylor Otwell 2011-07-06 14:19:18 -0700
  • fa0e6c8db1 Trimming comment bloat from Error class. Taylor Otwell 2011-07-06 14:13:57 -0700
  • 014c2ebf66 Removing comment bloat from DB class. Taylor Otwell 2011-07-06 14:11:44 -0700
  • 3c7dd2822b Trimming comment bloat in Crypt class. Taylor Otwell 2011-07-06 14:08:50 -0700
  • e5beda1d5b Converted Session class to use Cookie::put. Taylor Otwell 2011-07-06 14:05:16 -0700
  • 65bbea81fd Put the Cookie class on a diet. Taylor Otwell 2011-07-06 14:04:48 -0700
  • d1f1c367e2 Formatting Cache class. Taylor Otwell 2011-07-06 14:00:20 -0700
  • 45333c5743 Formatting Config class. Taylor Otwell 2011-07-06 13:53:25 -0700
  • 48acf1d273 Refactoring Config class to use Arr. Removed unnecessary comments. Taylor Otwell 2011-07-06 13:53:00 -0700
  • 3015f24e7a Added arr.php to front controller includes. Taylor Otwell 2011-07-06 13:52:11 -0700
  • 65ffe0b610 Added support for closures as Arr::get default parameter. Taylor Otwell 2011-07-06 13:45:03 -0700
  • 1e84c8901a Formatting Cache class. Taylor Otwell 2011-07-06 13:40:34 -0700
  • a3401d5247 Cleaning up Cache class. Taylor Otwell 2011-07-06 13:40:03 -0700
  • 39d3ccb8f0 Refactoring / comment clean-up on Auth class. Taylor Otwell 2011-07-06 13:37:59 -0700
  • 6fc0770bce Continuing to clean up Input class. Taylor Otwell 2011-07-06 13:35:59 -0700
  • 0e02a8a53d Remove unnecessary comments from Input class. Taylor Otwell 2011-07-06 13:34:55 -0700
  • 629122a5a9 Remove usage of Arr from Cookie class. Taylor Otwell 2011-07-06 11:24:14 -0700
  • 1a82d9c54f Removed usage of Arr from Request class. Taylor Otwell 2011-07-06 11:23:14 -0700
  • f8b12b5daa Added support for retrieving specific elements from the Input::file method. Ex: Input::file('picture.size')... Taylor Otwell 2011-07-06 11:19:04 -0700
  • 622635d5cf Fixed typo in Query::select comment. Taylor Otwell 2011-07-05 09:54:31 -0700
  • c480e19b6c Added better support for aliases column to Query class. Taylor Otwell 2011-07-05 09:49:38 -0700
  • 4ace7c8f80 Cleaning up Config class comments. Taylor Otwell 2011-07-05 08:29:03 -0700
  • 64704cf5c4 Added comments to HTML class. Taylor Otwell 2011-07-05 06:58:27 -0700
  • 181237e9ef Refactoring Form class. Taylor Otwell 2011-07-05 06:57:42 -0700
  • a4ca806081 removed spaces and br function from html class. Taylor Otwell 2011-07-03 15:34:31 -0500