Commit Graph

436 Commits

Author SHA1 Message Date
Taylor Otwell 1867f28ad6 Move the timezone setting into the core file. 2011-11-23 08:30:40 -06:00
Taylor Otwell 3e90009263 Tweak the language line logic. 2011-11-23 08:29:23 -06:00
Taylor Otwell 2a27e5d3e4 Tweak comment in ioc class. 2011-11-23 08:25:09 -06:00
Taylor Otwell eab5e24883 Change scope of private inflector methods to protected. 2011-11-23 08:23:40 -06:00
Taylor Otwell 55379a0adb Trim line of code in form class. 2011-11-23 08:23:01 -06:00
Taylor Otwell d392365a1b Trim an exception message in the crypter. 2011-11-23 08:17:19 -06:00
Taylor Otwell 9c6d4871b2 Trim comment in config class. 2011-11-23 08:16:43 -06:00
Taylor Otwell 7ca6909fa9 Tweaking paginator comments. 2011-11-23 08:06:11 -06:00
Taylor Otwell bcd590560f adding paginator commetns. 2011-11-23 00:12:42 -06:00
Taylor Otwell d3d992d4b5 adding paginator comments. 2011-11-22 23:42:40 -06:00
Taylor Otwell dfb3d35f16 add ability to specify the language on the paginator. 2011-11-22 23:40:10 -06:00
Taylor Otwell 16a21422fb remove some comment bloat. 2011-11-22 23:35:14 -06:00
Taylor Otwell 100ffb4ffe remove some comment bloat. 2011-11-22 23:33:37 -06:00
Taylor Otwell 1cdfd5a8b0 remove some comment bloat. 2011-11-22 23:33:22 -06:00
Taylor Otwell 216a38c574 remove some comment bloat. 2011-11-22 23:33:03 -06:00
Taylor Otwell 3ccad7de60 fix bug in link_to_asset method. 2011-11-22 23:32:24 -06:00
Taylor Otwell 74b65f74d1 tweaked link_to_asset https handling. 2011-11-22 23:28:31 -06:00
Taylor Otwell 7cc591f901 tweaked comments. 2011-11-22 23:21:47 -06:00
Taylor Otwell 8d8aa750d1 remove unnecessary paginator language lines. 2011-11-22 23:15:11 -06:00
Taylor Otwell 927e675cb8 refactor the paginator to reincorporate the google style slider. 2011-11-22 23:10:39 -06:00
Taylor Otwell fcf9cd3ccc Merge branch 'develop' of github.com:laravel/laravel into develop 2011-11-22 21:21:49 -06:00
Taylor Otwell 1535eca1c9 refactoring pagination. 2011-11-22 21:21:36 -06:00
Taylor Otwell 8508f1bb3a Merge pull request #175 from sparksp/fix/response
Fix Response::of_something
2011-11-22 17:07:55 -08:00
Taylor Otwell f492c81aa8 added ability to filter flashed input data. 2011-11-22 19:06:56 -06:00
Phill Sparks e994dffc51 Fix Response::of_something() calls 2011-11-23 00:47:58 +00: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
Daniel Anechitoaie 0000ffc8c2 Double "for" in comment. 2011-11-21 23:07:12 +02: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
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