Commit Graph

  • e4bc62da73 fix bug in route loader causing requests for specific formats to not be returned correctly. Taylor Otwell 2011-08-10 22:45:19 -0500
  • 3ba3089208 Improve internal documentation of benchmark class. Taylor Otwell 2011-08-09 15:33:31 -0500
  • 9f7cd6007b Improve Asset class documentation. Taylor Otwell 2011-08-09 14:36:32 -0500
  • daa91818d9 Tweak routes.php documentation. Taylor Otwell 2011-08-09 14:35:13 -0500
  • 0344d74c6e Fix spacing issue in Asset documentation. Taylor Otwell 2011-08-09 14:32:35 -0500
  • b6ba0de0bd Improve Arr class documentation. Taylor Otwell 2011-08-09 14:31:57 -0500
  • 26dcc276fe Fix spacing on Asset class documentation. Taylor Otwell 2011-08-09 14:31:05 -0500
  • 0e39941632 Fix spacing on Auth doc code examples. Taylor Otwell 2011-08-09 14:21:51 -0500
  • 7da624e0d9 Added better inline docs to the Auth class. Taylor Otwell 2011-08-09 14:18:16 -0500
  • 59dab32caa Added even more asset documentation. Taylor Otwell 2011-08-09 13:32:05 -0500
  • 1078bd0006 Improve asset class documentation. Taylor Otwell 2011-08-09 13:27:30 -0500
  • cbf199f6fe Re-arrange docblock elements. Taylor Otwell 2011-08-09 13:26:31 -0500
  • 9b294accf3 Added better documentation to asset class. Taylor Otwell 2011-08-09 13:25:52 -0500
  • b451becc2e Tweak route documentation. Taylor Otwell 2011-08-09 11:22:27 -0500
  • dfcf3dd322 Tweak filter documentation. Taylor Otwell 2011-08-09 11:21:46 -0500
  • 5b75546e7e Add better documentation to composers.php Taylor Otwell 2011-08-09 11:21:17 -0500
  • 513c9c75a1 Remove "do" from filter example. Taylor Otwell 2011-08-09 11:16:44 -0500
  • 8781e52ab5 added support for periods in (:any) place-holder. Taylor Otwell 2011-08-08 23:53:00 -0500
  • 7ebcdf57c5 refactor redirect class. Taylor Otwell 2011-08-08 23:09:10 -0500
  • 09feb52db9 changed auth and view variables to protected. Taylor Otwell 2011-08-08 22:20:59 -0500
  • aa1e20bcef fixed bug in auto-loader that caused module classes to not load correctly. Taylor Otwell 2011-08-08 21:46:59 -0500
  • 512342c0db Refactor the view class to use protected instead of private. Taylor Otwell 2011-08-08 16:52:10 -0500
  • 22676ccee0 Refactor the query->get() method. Taylor Otwell 2011-08-08 16:09:08 -0500
  • 3d30f9f855 Refactor the database connector. Taylor Otwell 2011-08-08 16:00:01 -0500
  • 7a4016b623 Change Config::load to private. Taylor Otwell 2011-08-08 15:46:37 -0500
  • 7ad1126cf1 Add sub-view evaluating back to view class. Taylor Otwell 2011-08-08 15:19:44 -0500
  • 120d6a5da6 Refactor the view class. Taylor Otwell 2011-08-08 15:16:21 -0500
  • 3bf85e03a5 Refactor the view class. Taylor Otwell 2011-08-08 14:55:27 -0500
  • 6278daca9c Refactor the view class. Taylor Otwell 2011-08-08 14:54:54 -0500
  • 6ac1634fb5 Refactor and comment the view class. Taylor Otwell 2011-08-08 14:44:30 -0500
  • 1e3188479a Refactor the view class. Taylor Otwell 2011-08-08 14:33:53 -0500
  • 6f847732a4 Convert spaces to tabs. Taylor Otwell 2011-08-08 14:31:12 -0500
  • 4465c02789 Refactor loader for performance. Taylor Otwell 2011-08-08 14:29:19 -0500
  • e3785ee7ff Refactor the package class. Taylor Otwell 2011-08-08 14:28:38 -0500
  • ddc02a829a Refactor the inflector. Taylor Otwell 2011-08-08 14:21:34 -0500
  • 8adb919489 Added method and URI to before filters. Taylor Otwell 2011-08-08 13:46:15 -0500
  • 762a0e4175 Added "needs" parameter to routes. Taylor Otwell 2011-08-08 13:43:41 -0500
  • d5a11cdb71 Cleaning up the view class. Taylor Otwell 2011-08-08 13:41:29 -0500
  • 9cabf54530 Refactor the route class. Taylor Otwell 2011-08-08 13:37:39 -0500
  • d1d4ac1056 Refactor the view class method order and comments. Taylor Otwell 2011-08-08 13:35:01 -0500
  • 6590b54f44 Refactor the session class. Taylor Otwell 2011-08-08 13:22:41 -0500
  • 23e86c707d Refactor the form class comments. Taylor Otwell 2011-08-08 13:17:53 -0500
  • f6aecf706a Refactor the encryption class. Taylor Otwell 2011-08-08 13:15:27 -0500
  • 8a175894b2 Refactor the encryption class. Taylor Otwell 2011-08-08 13:14:50 -0500
  • 4dc7f9448c Refactor the configuration class. Taylor Otwell 2011-08-08 13:12:37 -0500
  • 86fde936ac refactor the route loader. Taylor Otwell 2011-08-08 11:28:17 -0500
  • 366f8dad39 refactoring the view class. Taylor Otwell 2011-08-08 11:19:01 -0500
  • f0db808fd1 refactor the validator class. Taylor Otwell 2011-08-08 11:18:07 -0500
  • 3d48b323c3 refactor the request class. Taylor Otwell 2011-08-08 11:16:08 -0500
  • 25ebe9fb97 Refactor the memcache class. Taylor Otwell 2011-08-08 11:14:53 -0500
  • 4243e721ca Return a boolean success or failure when saving Eloquent models. Taylor Otwell 2011-08-08 11:04:50 -0500
  • 87a65c2032 Refactor the database query builder. Taylor Otwell 2011-08-08 10:57:37 -0500
  • d2be60205b Refactor the database query builder. Taylor Otwell 2011-08-08 10:56:06 -0500
  • 73065d12c2 Refactor the database manager. Taylor Otwell 2011-08-08 10:51:46 -0500
  • a1956f016c Refactor the database connector. Taylor Otwell 2011-08-08 10:51:01 -0500
  • edae391593 Refactor the view class. Taylor Otwell 2011-08-08 10:49:15 -0500
  • 4585f25092 Don't write session cookie if headers have already been sent. Taylor Otwell 2011-08-08 10:47:41 -0500
  • 11ac2919f8 Refactor the auto-loader. Taylor Otwell 2011-08-08 10:44:44 -0500
  • 7282954e27 refactor the lang class. Taylor Otwell 2011-08-08 10:44:03 -0500
  • afc80dd4d1 Refactor the inflector class. Taylor Otwell 2011-08-08 10:42:24 -0500
  • e39ab9a0f9 Refactor the config class. Taylor Otwell 2011-08-08 10:40:30 -0500
  • ee5212a27f Refactoring the cache class. Taylor Otwell 2011-08-08 10:38:40 -0500
  • 130772ca57 Fix bug in size validation when using a string containing all numbers. Taylor Otwell 2011-08-08 10:35:28 -0500
  • f470796261 Refactor the file session driver. Taylor Otwell 2011-08-08 10:30:19 -0500
  • 115bde0b23 Refactor the route loader. Taylor Otwell 2011-08-08 10:28:42 -0500
  • b25edfaf9b Refactor the route finder. Taylor Otwell 2011-08-08 10:27:19 -0500
  • 2aef4de8d5 Refactoring Eloquent. Taylor Otwell 2011-08-08 10:26:34 -0500
  • db391b8090 Refactor the database query class. Taylor Otwell 2011-08-08 10:24:23 -0500
  • 64fb09a870 Refactor the database manager. Taylor Otwell 2011-08-08 10:23:13 -0500
  • e78a5b0ad3 Refactor the connector class. Taylor Otwell 2011-08-08 10:22:37 -0500
  • e81dd68a94 Refactoring file cache driver. Taylor Otwell 2011-08-08 10:21:35 -0500
  • fa3ec4d796 Refactoring the view class. Taylor Otwell 2011-08-08 10:13:22 -0500
  • d8d0ddfa09 Refactoring the validator class. Taylor Otwell 2011-08-08 10:09:16 -0500
  • c145e6cbaa Refactor the URL class. Taylor Otwell 2011-08-08 10:01:00 -0500
  • 04a1e44e6e Refactor the session class. Taylor Otwell 2011-08-08 09:59:50 -0500
  • a3e8d5ae26 Refactoring the session class. Taylor Otwell 2011-08-08 09:58:44 -0500
  • 6f26ce6e5f Always return cache driver instance. Taylor Otwell 2011-08-08 09:58:16 -0500
  • a26efbc2e3 Even more refactoring on the request class. Taylor Otwell 2011-08-08 09:44:57 -0500
  • 88ebf6125c Refactor the request class. Taylor Otwell 2011-08-08 09:44:10 -0500
  • 3d684136b8 Refactor the request class. Taylor Otwell 2011-08-08 09:42:38 -0500
  • 3f35bb1591 Refactoring the redirect class. Taylor Otwell 2011-08-08 09:39:51 -0500
  • bad119a48b Refactoring paginator... added paginator->append method. Taylor Otwell 2011-08-08 09:37:56 -0500
  • aba4eec83d Refactoring the package class. Taylor Otwell 2011-08-08 09:21:56 -0500
  • 8a6b85175e Continue refactoring the memcache class. Taylor Otwell 2011-08-08 09:18:08 -0500
  • cb7a59711a refactor the memcached class. Taylor Otwell 2011-08-08 09:16:47 -0500
  • 07d6ed5703 refactoring the auto-loader. Taylor Otwell 2011-08-08 09:14:25 -0500
  • 67ef4ea865 Refactor the lang class. Taylor Otwell 2011-08-08 09:12:23 -0500
  • a7116e71f6 Refactoring the lang class. Taylor Otwell 2011-08-08 09:11:52 -0500
  • 2e482d31e4 Refactoring the inflector. Taylor Otwell 2011-08-08 09:08:52 -0500
  • 5862faf2c4 Refactoring the html class. Taylor Otwell 2011-08-08 09:07:32 -0500
  • d1934b731e Add ability to specify iteration count in Hash class. Taylor Otwell 2011-08-08 09:01:53 -0500
  • f28a2c5a4b Refactoring the form class. Taylor Otwell 2011-08-08 08:59:51 -0500
  • a94c6bd752 Refactoring the error class. Taylor Otwell 2011-08-08 08:55:16 -0500
  • 1916e27de1 Refactoring the crypt class. Taylor Otwell 2011-08-08 08:51:58 -0500
  • bc51ec3d83 Refactoring the cookie class. Taylor Otwell 2011-08-08 08:49:29 -0500
  • 5e28cd08b4 Refactoring the config class. Taylor Otwell 2011-08-08 08:48:44 -0500
  • 1091bd8591 Removing comment bloat from Config class. Taylor Otwell 2011-08-08 08:47:33 -0500
  • 9018d6cceb Refactoring the Config class. Taylor Otwell 2011-08-08 08:46:33 -0500
  • fe39d50783 Refactoring the Cache class. Taylor Otwell 2011-08-08 08:41:35 -0500
  • 89032f8a2a Refactoring the Benchmark class. Taylor Otwell 2011-08-08 08:37:55 -0500