Commit History

Author SHA1 Message Date
  Taylor Otwell 794e0e6d17 added exception test to view tests. 13 years ago
  Taylor Otwell f266a1c6ca added view tests. 13 years ago
  Taylor Otwell ca3c6623a2 added arr tests. 13 years ago
  Taylor Otwell 23f167acc7 added route finder tests. 13 years ago
  Taylor Otwell 0086fff896 renamed test. 13 years ago
  Taylor Otwell 121a15bbcf refactored route parameter parsing tests. 13 years ago
  Taylor Otwell 537139a2ca refactoring test structure. 13 years ago
  Taylor Otwell d3398db56f added tests to main repository. 13 years ago
  Taylor Otwell cffbcd010d changed continue to return in validation library. 13 years ago
  Taylor Otwell 99ae26d0e6 Merge pull request #24 from mikelbring/develop 13 years ago
  Michael Hasselbring 36fe006b08 Created Validator::make() 13 years ago
  Taylor Otwell 230af4125d added optional parameters to routes. 13 years ago
  Taylor Otwell 398a5bb41a added support for optional route parameters. 13 years ago
  Taylor Otwell 03044c7d4c Refactoring router. 13 years ago
  Taylor Otwell 6c6f92a7c9 Added default value to URL::to_asset method. 13 years ago
  Taylor Otwell c3b8524e1b rewrote validation library. 13 years ago
  Taylor Otwell bbc45f92b7 added PHPass to system/vendor. 13 years ago
  Taylor Otwell c95e7fdbbe Refactor router to use routes.php as the default routes for all requests, even when using a routes directory. 13 years ago
  Taylor Otwell 9224e62cbe More tweaking to routes.php comment. 13 years ago
  Taylor Otwell 218e64368c Tweak routes comment. 13 years ago
  Taylor Otwell a9c14b3db5 Tweaking Auth config comments. 13 years ago
  Taylor Otwell 0d2cfd2417 Refactor Auth class to use Auth config closures. 13 years ago
  Taylor Otwell 9ec8f4a5b6 Refactor Auth config to use closures. 13 years ago
  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