Commit Graph

175 Commits

Author SHA1 Message Date
Taylor Otwell 24c2344ae4 removed called to eloquent in uniqueness_of. 2011-06-21 22:50:09 -05:00
Taylor Otwell 7f8c686360 import lang class into validation rule. 2011-06-21 22:47:25 -05:00
Taylor Otwell 0d10ab740b changes to view class to have error collector. 2011-06-21 22:34:53 -05:00
Taylor Otwell 78301fb8c7 fixed bugs in validation classes. 2011-06-21 22:22:52 -05:00
Taylor Otwell 9b8942fa1d fixed equality check in validator. 2011-06-21 20:14:40 -05:00
Taylor Otwell 081a3e512f initial commit of validation classes. 2011-06-21 20:11:17 -05:00
Taylor Otwell adb583471b added Config::has and default value for Config::get. 2011-06-21 19:44:04 -05:00
Taylor Otwell fcdcc656b4 Add exception for SQLite databases that can't be found. 2011-06-21 13:14:54 -07:00
Taylor Otwell dbc418c0d7 changed Request::is to Request::route_is. 2011-06-19 22:49:01 -05: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 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 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
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 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
Taylor Otwell 4669911d61 fixed bug in html link methods. 2011-06-16 21:27:14 -05:00
Taylor Otwell bf44ce81d7 added asset links and improved html class. 2011-06-16 21:25:24 -05:00
Taylor Otwell ae09e5e99b extract id assignment to method. 2011-06-16 21:09:39 -05:00
Taylor Otwell 7f3baf9742 improve comments in filter class. 2011-06-16 21:03:53 -05:00
Taylor Otwell c8be377d5a check for strict false in config class. 2011-06-16 21:03:23 -05:00
Taylor Otwell 9e8f5d57c1 tweaking config class comments. 2011-06-16 21:01:55 -05:00
Taylor Otwell ee307657d3 improve error class comments. 2011-06-16 21:00:27 -05:00
Taylor Otwell 26ff78da84 Merge branch 'develop' of github.com:taylorotwell/laravel into develop 2011-06-16 20:44:21 -05:00
Taylor Otwell 780370826a Merge pull request #11 from mikelbring/develop
Load a config file with out a key
2011-06-16 18:44:05 -07:00
Taylor Otwell f044b429e3 improved comments to download class. 2011-06-16 20:40:30 -05:00
Michael Hasselbring 2b659dfae9 ability to load a config file with out a key 2011-06-16 20:38:22 -05:00
Taylor Otwell ebf89b7211 improve db class comments. 2011-06-16 20:36:04 -05:00
Taylor Otwell 825ac35a47 improve crypt class comments. 2011-06-16 20:33:15 -05:00
Taylor Otwell fb66bf532d improve cookie class comments. 2011-06-16 20:29:21 -05:00
Taylor Otwell 5a4e6ebc75 improved comments in config class. 2011-06-16 20:21:23 -05:00
Taylor Otwell e467c831cc improve cache class documentation. 2011-06-16 19:58:14 -05:00
Taylor Otwell 72e7275fe0 throw exception in benchmark class if one has not been defined. 2011-06-16 19:52:43 -05:00
Taylor Otwell ab08987247 improving auth class comments. 2011-06-16 19:51:32 -05:00
Taylor Otwell f841e5d289 One more fix to URL slash handling! :) 2011-06-16 09:08:47 -07:00
Taylor Otwell 5ad4943edd Fix slash handling in URL class. 2011-06-16 07:34:08 -07:00
Taylor Otwell 825be5be77 Updated URL class to use application.index. 2011-06-16 07:23:53 -07:00
Taylor Otwell bd3b5f1800 Improved URI detection. 2011-06-16 07:22:49 -07:00
Taylor Otwell 9b9a880326 Clean up request::uri method. 2011-06-16 06:17:29 -07:00
Taylor Otwell dae7912c40 fixed request uri determination bug. 2011-06-16 07:35:06 -05:00
Taylor Otwell 1c694915e5 merging develop. 2011-06-15 23:40:08 -05:00
Taylor Otwell 04fb81367f added support for alpha only random strings in Str::random. 2011-06-15 23:29:56 -05:00
Taylor Otwell 5ddab2bf96 fixed typo in form class. 2011-06-15 23:21:51 -05:00
Taylor Otwell cd7e1eb664 Added missing paren from previous commit. 2011-06-15 13:43:09 -07:00
Taylor Otwell 2413b9cc63 Fixed bug in route finder. 2011-06-15 13:42:01 -07:00
Taylor Otwell 324845a855 Added Input::filled, Input::had, and Input::was_filled. 2011-06-15 12:42:52 -07:00
Taylor Otwell f6ea2676f3 Added Input::filled, Input::had, and Input::was_filled. 2011-06-15 12:41:35 -07:00
Taylor Otwell 52390c4a63 Added ability to pass multiple items to Input::has_old. 2011-06-15 11:34:09 -07:00
Taylor Otwell 65dca24939 Added ability to pass multiple parameters to Cookie::has. 2011-06-15 11:22:40 -07:00
Taylor Otwell 55eb2ecb08 Fixed parameters on Session::has. 2011-06-15 11:21:39 -07:00
Taylor Otwell 525f53b54c Fix formatting on Session::has method. 2011-06-15 11:19:52 -07:00
Taylor Otwell 2ef32608f2 Allow multiple items to be passed to Session::has. 2011-06-15 11:17:47 -07:00
Taylor Otwell f48d76abca Fix bug in session garbage collection. 2011-06-15 11:07:54 -07:00
Taylor Otwell f00f3d5ea1 removed extraneous comment from Input class. 2011-06-15 10:49:33 -07:00
Taylor Otwell aee154c12f Tweaked Input::has method to accept multiple arguments and to return false if an argument is an empty string. 2011-06-15 10:48:57 -07:00
Taylor Otwell 5a0a230b3d Added ability to create cookies using properties. 2011-06-15 10:24:30 -07:00
Taylor Otwell 92939a8a71 Added ability to create cookies using properties. 2011-06-15 10:23:38 -07:00
Taylor Otwell afd0026015 Edited session class to use new Cookie send method. 2011-06-15 10:22:58 -07:00
Taylor Otwell 3cffaf589d Changed (:any) wildcard to more restrictive. 2011-06-15 06:25:44 -07:00
Taylor Otwell 0db0dadef7 Improve request URI determination. 2011-06-15 06:24:58 -07:00
Taylor Otwell 34387fc4e9 Merge branch 'develop' of github.com:taylorotwell/laravel into develop 2011-06-14 17:28:13 -05:00
Taylor Otwell 30c83f265d overall code refactoring. 2011-06-14 17:27:11 -05:00
Taylor Otwell 8161e2c736 Moved Form::close next to Form::open. 2011-06-14 11:14:15 -07:00
Taylor Otwell 59fa681de1 Fix tabs on Form close method. 2011-06-14 11:13:32 -07:00
Taylor Otwell 80173d4848 Merge pull request #4 from pedroborges/develop
Added <label> element to form class. Input elements will automatically receive the ID of the corresponding label element if one exists.
2011-06-14 11:00:12 -07:00