Commit History

Author SHA1 Message Date
  Taylor Otwell 757e1280a8 Refactor Auth class to use new bcrypt hashing. 13 years ago
  Taylor Otwell 427fe62568 Refactor hash class to use PHPass. 13 years ago
  Taylor Otwell d2d5127fcf Fix default error config values. 13 years ago
  Taylor Otwell a6d1449b40 deprecated log class. removed from aliases. added storage/log.txt. 13 years ago
  Taylor Otwell 8053d8e954 Call the configuration "logger" when writing logs in the error class. 13 years ago
  Taylor Otwell f54ef2b4c9 Added "logger" option to error configuration. 13 years ago
  Taylor Otwell 3f20c10d02 Order the exception CSS. 13 years ago
  Taylor Otwell 44d14df331 Added note to Route\Finder. 13 years ago
  Taylor Otwell 9249ab7d40 Improved the generic error view and made it consistent with other system views. 13 years ago
  Taylor Otwell d60772e534 Improved the default 404 page and made it consistent with other system views. 13 years ago
  Taylor Otwell 3adfe6407a Turned off display_errors runtime directive. 13 years ago
  Taylor Otwell 4b25d9e4d2 Refactor exception view. 13 years ago
  Taylor Otwell 4fc4d04028 Improved error exception view. 13 years ago
  Taylor Otwell 54311a41ce Added file context to error class. 13 years ago
  Taylor Otwell f6ff5370ef Tweaking error handlers in the front controller. 13 years ago
  Taylor Otwell 69d1377fd4 Refactoring the error class. 13 years ago
  Taylor Otwell bb2a231749 Pass session ID into session::load. 13 years ago
  Taylor Otwell 5eb379d6cc Refactoring the session class. 13 years ago
  Taylor Otwell 15328afa4d refactoring auto-loader. 13 years ago
  Taylor Otwell 9624d275a4 removed comment bloat from index.php. 13 years ago
  Taylor Otwell c75f298c34 fix typo in error class. 13 years ago
  Taylor Otwell c30185eb27 refactoring eloquent. 13 years ago
  Taylor Otwell 48419ad321 tweaking routes. 13 years ago
  Taylor Otwell 95528adab5 fix syntax error in error class. 13 years ago
  Taylor Otwell 063cde50c0 removed file context from error messages. 13 years ago
  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