Commit Graph

5287 Commits

Author SHA1 Message Date
Taylor Otwell dbc418c0d7 changed Request::is to Request::route_is. 2011-06-19 22:49:01 -05:00
Taylor Otwell 2b4093f7a5 Merge pull request #16 from michaelowens/develop
Fixed typo in View alias.
2011-06-19 13:15:26 -07:00
michaelowens c77e8c5a36 Fixed typo in View alias (missing backslash). 2011-06-19 11:50:56 -07:00
Taylor Otwell 1ff5f84545 added apc driver notes in cache configuration file. 2011-06-18 19:49:29 -05:00
Taylor Otwell ab3be568ea Merge pull request #15 from toszcze/apc
Added APC cache driver.
2011-06-18 17:44:50 -07:00
Bartosz Romanowski 2a2f699169 Added the cache key to avoid cache overwritting 2011-06-19 00:12:05 +02:00
Taylor Otwell dead6c0a7b Merge branch 'develop' 2011-06-18 16:50:57 -05:00
Taylor Otwell 4f361a1b37 fixed messed up cache driver commit. 2011-06-18 16:47:38 -05:00
Taylor Otwell fcd6cd77ef fixed messed up commit of file cache driver. 2011-06-18 16:44:34 -05:00
Bartosz Romanowski b031fdf43d APC cache driver 2011-06-18 23:01:52 +02:00
Taylor Otwell a3a9368707 added dynamic Request::is_ method.. e.g. Request::is_login(). 2011-06-18 12:00:52 -05:00
Taylor Otwell 7f06e0f4cd added request::is. 2011-06-18 10:38:56 -05:00
Taylor Otwell 396d148720 added is method, improved comments. 2011-06-18 10:26:04 -05:00
Taylor Otwell c972fe198b Merge remote-tracking branch 'pedroborges/develop' into request_is 2011-06-18 10:18:33 -05:00
Taylor Otwell 8a4db9ff2d fixed attribute setting bug in hydrator. 2011-06-18 10:02:18 -05:00
Pedro Borges d446ccc82f Added the method 'is' to request.php 2011-06-18 11:54:59 -03:00
Taylor Otwell c751844aab fixed belongs_to eager loading bug when parent does not exist. 2011-06-18 09:54:50 -05:00
Taylor Otwell 8f8c5f6dd4 fix bug in route loader that caused exception to be thrown when 404 should have been shown. 2011-06-18 09:34:52 -05:00
Taylor Otwell 150fa6a3ac Lazy-load error class inside of error handlers. Speed boost! 2011-06-17 15:03:20 -07:00
Taylor Otwell 90fadb2980 Fixing spacing in Eloquent\Hydrator. 2011-06-17 14:53:41 -07:00
Taylor Otwell 21c1249484 Fixing spacing in Eloquent. 2011-06-17 14:52:33 -07:00
Taylor Otwell e3ffb3f171 Refactoring Eloquent\Hydrator. 2011-06-17 14:50:07 -07:00
Taylor Otwell eaaac620a0 Refactoring System\DB\Eloquent. 2011-06-17 14:47:45 -07:00
Taylor Otwell 8c0dfffa34 Add PHPDoc to delete method in Eloquent. 2011-06-17 13:38:16 -07:00
Taylor Otwell 43f196878c Improved comments in System\DB\Eloquent. 2011-06-17 13:36:57 -07:00
Taylor Otwell 5bfbfe4243 Refactoring System\DB\Query. 2011-06-17 13:09:50 -07:00
Taylor Otwell 2f7fa6687c Added "driver" method to System\DB. 2011-06-17 12:33:50 -07:00
Taylor Otwell 0f8f3f347c Refactor Query\Compiler. 2011-06-17 11:56:13 -07:00
Taylor Otwell 00fcaf2be9 Improve comments in DB\Connector. 2011-06-17 11:51:53 -07:00
Taylor Otwell 1e57baf923 Refactor database session driver. 2011-06-17 11:47:37 -07:00
Taylor Otwell 89239abd9e Take extra junk out of Route\Parser comments. 2011-06-17 11:43:18 -07:00
Taylor Otwell c55b4c5b7b Improve comments in Route\Parser. 2011-06-17 11:42:24 -07:00
Taylor Otwell 253e529c41 Fix typo in Route\Finder comment. 2011-06-17 11:37:26 -07:00
Taylor Otwell ad3f98db6b Improve comments in Route\Finder. 2011-06-17 11:30:30 -07:00
Taylor Otwell 7ce9c6f270 Improved comments in memcached cache driver. 2011-06-17 11:21:42 -07:00
Taylor Otwell 55e1055dd7 Improved comments in file cache driver. 2011-06-17 11:21:09 -07:00
Taylor Otwell 0ee4239613 Tweaked Input::has to check for empty strings. Deprecated Input::filled. 2011-06-17 11:16:45 -07:00
Taylor Otwell 6c6dac3579 deprecated download class. added methods to file class. tweaked log class. tweaked input class. 2011-06-17 12:23:26 -05:00
Taylor Otwell fe10176694 Merge pull request #13 from mikelbring/develop
Moved all download methods to file, deprecated Download::file
2011-06-17 06:15:00 -07:00
Michael Hasselbring 8e9f16bd39 Moved all download methods to file, deprecated Download::file 2011-06-17 00:42:23 -05:00
Taylor Otwell 1f748e7f64 minor tweaks to spacing. 2011-06-17 00:17:51 -05:00
Taylor Otwell fd26c5d592 Merge branch 'develop' of github.com:taylorotwell/laravel into develop 2011-06-17 00:17:04 -05:00
Taylor Otwell bc8fa3570e fixed bug in route parameterizer. 2011-06-17 00:16:55 -05:00
Taylor Otwell c4639524d0 Merge pull request #12 from mikelbring/develop
Created file class with File::extension method
2011-06-16 22:07:36 -07:00
Taylor Otwell 3408bb8492 overall code refactoring, comment improvement. 2011-06-17 00:02:24 -05:00
Michael Hasselbring 4d7794c2ca Created file class with File::extension method, added File to aliases under application 2011-06-16 23:51:28 -05:00
Taylor Otwell 5c275db6f4 tweaking has methods. 2011-06-16 22:45:33 -05:00
Taylor Otwell 73d8e2f2fa fixed arr::get argument order. 2011-06-16 22:27:57 -05:00
Taylor Otwell d802ae8386 added arr class and tweaked input class. 2011-06-16 22:25:57 -05:00
Taylor Otwell 3038ed7a49 fix view handling to properly catch exceptions when rendering. 2011-06-16 21:55:02 -05:00