Commit Graph

1415 Commits

Author SHA1 Message Date
Taylor Otwell f492c81aa8 added ability to filter flashed input data. 2011-11-22 19:06:56 -06:00
Taylor Otwell 837b480231 remove the input flashing from filters. 2011-11-22 18:17:23 -06:00
Taylor Otwell 783101cc7a fixed bug in autoloader. 2011-11-22 18:03:37 -06:00
Taylor Otwell 5f348b2c6e refactoring various classes. 2011-11-22 18:00:17 -06:00
Taylor Otwell 246434f4c7 load the session. whoops!. 2011-11-22 07:47:21 -06:00
Taylor Otwell ccb6bc6b8a refactoring the input class. 2011-11-21 22:33:09 -06:00
Taylor Otwell 937441d31b cleaning up more code. 2011-11-21 22:22:41 -06:00
Taylor Otwell 64501dd097 remove unnecessary variable initialization in router method. 2011-11-21 22:03:35 -06:00
Taylor Otwell da016744d0 cleaning up code. 2011-11-21 21:57:11 -06:00
Taylor Otwell a675b05237 fixing some commits i accidently overwrote. 2011-11-21 19:13:32 -06:00
Taylor Otwell 994949c6ce refactoring various classes. 2011-11-21 19:09:48 -06:00
Taylor Otwell b0ffc0183a Merge pull request #171 from daniels0xff/develop
Develop
2011-11-21 13:31:22 -08:00
Daniel Anechitoaie 0000ffc8c2 Double "for" in comment. 2011-11-21 23:07:12 +02:00
Daniel Anechitoaie 2a5697c12c Added DS_Store to .gitignore 2011-11-21 23:05:38 +02:00
Taylor Otwell 1746dbdb6c Merge pull request #170 from codler/patch-1
Typo
2011-11-21 09:12:48 -08:00
Han Lin Yap ab5181e814 typo 2011-11-21 18:09:48 +01:00
Taylor Otwell 01a4efa4b0 Fix bug in paginator appendage. 2011-11-21 09:00:29 -06:00
Taylor Otwell 92a1c70918 Fix bug in query string construction. 2011-11-21 08:19:19 -06:00
Taylor Otwell 4283e7ec98 moved error pages to application directory. 2011-11-20 23:01:05 -06:00
Taylor Otwell 5e95f05d9b added more to comment. 2011-11-20 22:51:31 -06:00
Taylor Otwell 10b9001e13 adjust how the response is rendered, as well as move input flashing to after filter. 2011-11-20 22:47:56 -06:00
Taylor Otwell 7a9631975f dont return 404 error on null return from existing route. 2011-11-20 22:28:51 -06:00
Taylor Otwell e55f9e9fad Added a helpful comment regarding expressions. 2011-11-18 14:50:11 -06:00
Taylor Otwell 193396506e Fix bug in cookie class. 2011-11-18 10:58:40 -06:00
Taylor Otwell 374f72f5e5 Provide immediate access to set cookies. 2011-11-18 10:43:37 -06:00
Taylor Otwell 570b431c05 Merge pull request #159 from sparksp/develop/redis
Refactored redis destruction
2011-11-18 06:15:08 -08:00
Taylor Otwell 5b9f6d1bd3 Merge pull request #161 from sparksp/develop/fix-cache
Fixed Cache\Drivers\Driver::remember
2011-11-18 05:17:14 -08:00
Phill Sparks 60033e52d3 Fixed Cache\Drivers\Driver::remember 2011-11-18 13:06:10 +00:00
Phill Sparks 8fd522fd67 Refactored redis destruction 2011-11-17 14:02:40 +00:00
Taylor Otwell bbffa96c2d refactoring the auth login method. allow the developer to just pass an integer. 2011-11-16 22:57:56 -06:00
Taylor Otwell b5207ee2b8 cast the error messages to an array. 2011-11-16 22:46:54 -06:00
Taylor Otwell 1c6f15a9fa make database connection protected. 2011-11-16 22:45:50 -06:00
Taylor Otwell a1b3ba7538 added comment to url class. 2011-11-16 22:44:15 -06:00
Taylor Otwell 466ccdb96c throw an exception in the request forged method if no session driver has been specified. 2011-11-16 22:40:49 -06:00
Taylor Otwell 980caf31da added callStatic method to Memcached class. 2011-11-16 19:48:08 -06:00
Taylor Otwell 060e1f64b8 Added BadMethodCallException to view's __callStatic method. 2011-11-16 13:12:33 -06:00
Taylor Otwell 85936b3c20 Fix bug and shorten exception message. 2011-11-16 13:08:22 -06:00
Taylor Otwell 635ba52a69 Shorted a long exception message. 2011-11-16 12:58:24 -06:00
Taylor Otwell 2a1b5d55ae Shorten a long exception message. 2011-11-16 12:57:20 -06:00
Taylor Otwell 8c8ff5fac7 Shorten long exception message. 2011-11-16 12:56:28 -06:00
Taylor Otwell 2c2344c39f Shorten exception message. 2011-11-16 12:55:45 -06:00
Taylor Otwell fc8b30159e Refactor the ignored error logging. 2011-11-16 11:46:27 -06:00
Taylor Otwell beb44eb429 Merge pull request #157 from sparksp/develop/exception
Refactor error handling to log ignored errors
2011-11-16 08:40:22 -08:00
Phill Sparks 1d5fbab515 Refactor error handling to log ignored errors 2011-11-16 12:21:42 +00:00
Taylor Otwell d3f9391981 fixing some bugs. 2011-11-15 23:15:58 -06:00
Taylor Otwell 1acd66a247 turn off error logging. 2011-11-15 20:04:06 -06:00
Taylor Otwell 49901bab31 tweaking a comment. 2011-11-15 19:46:20 -06:00
Taylor Otwell f0d3589be4 changing a comment. 2011-11-15 19:36:48 -06:00
Taylor Otwell a6641130c4 fixing bugs in validator and file classes. 2011-11-15 19:32:32 -06:00
Taylor Otwell e226a463bf refactoring. 2011-11-15 19:15:31 -06:00