7096 Commits

Author SHA1 Message Date
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
d380992aa7 incremented version. 2011-06-14 19:40:47 -05: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
Taylor Otwell
e87f7dc2f5 Merge pull request #5 from mikelbring/develop
</form> in form class
2011-06-14 10:59:15 -07:00
Michael Hasselbring
1b620c5938 added PHP_EOL in close method 2011-06-14 11:46:43 -05:00
Michael Hasselbring
279983b079 add form method to form 2011-06-14 10:27:05 -05:00
Pedro Borges
de16d5cf01 Fixed typo in a comment 2011-06-14 12:09:32 -03:00
Pedro Borges
b4db6396cc Auto detect label and add id to field 2011-06-14 11:43:18 -03:00
Pedro Borges
efb040c507 Added support for <label> element 2011-06-14 10:20:44 -03:00
Taylor Otwell
af24e8db45 adding some comments to the router class. 2011-06-13 23:20:13 -05:00
Taylor Otwell
fd42e0ca40 moved route loading into separate function. 2011-06-13 23:18:22 -05:00
Taylor Otwell
9cee469371 added support for overriding many-to-many table names. 2011-06-13 22:09:34 -05:00
Taylor Otwell
ae7114163a syntax cleanup in eloquent warehouse. 2011-06-13 22:01:36 -05:00
Taylor Otwell
d2a74750c9 added support for organizing routes in a routes directory. 2011-06-13 21:45:22 -05:00
Taylor Otwell
285cdcc8f2 fixed bug when deleting eloquent models. 2011-06-13 21:34:53 -05:00
Taylor Otwell
05b2e28770 added ability to specify foreign key for has_one and has_many relationships. 2011-06-12 22:19:46 -05:00
Taylor Otwell
2bcf7ed327 removed with method from view class. 2011-06-11 23:17:37 -05:00
Taylor Otwell
edbf7f3b0f added with method to view class. 2011-06-11 23:13:35 -05:00
Taylor Otwell
c05ccc5d49 moved entities method to html class and added encoding configuration option. 2011-06-11 21:30:19 -05:00
Taylor Otwell
a77b6a9737 changed loading of view to fix bug when binding content view data. 2011-06-11 20:50:19 -05:00
Taylor Otwell
c92bdea091 Merge branch 'master' into develop 2011-06-10 22:46:39 -05:00
Taylor Otwell
da9fcd6964 removed test class 2011-06-10 22:45:39 -05:00
Taylor Otwell
6f1f5eed0d allow literal path in sqlite database config. 2011-06-10 22:30:41 -05:00
Taylor Otwell
e85e8f957a Moved error class load up in front controller to match config and str loads. 2011-06-10 14:44:46 -07:00
Taylor Otwell
3f04484b83 Modified default .htaccess to be more consistent with other popular frameworks. 2011-06-10 14:15:44 -07:00
Taylor Otwell
328b9fcb28 Made the response headers public. 2011-06-10 13:18:52 -07:00
Taylor Otwell
b91930c592 Fixed bug in Config::set method. 2011-06-10 12:19:19 -07:00
Taylor Otwell
c17e357fb6 Merge pull request #1 from hinathan/master
Preload the System\Error class
2011-06-10 11:48:03 -07:00
Nathan
c07c0ee3de Preload error handler class 2011-06-10 11:37:22 -07:00
Taylor Otwell
f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 2011-06-10 12:43:09 -05:00
Taylor Otwell
b66be283d4 fixed comment in session class. 2011-06-09 12:33:06 -05:00
Taylor Otwell
49f7145729 added log to aliases. fixed flash data bug. 2011-06-09 12:31:35 -05:00
Taylor Otwell
8ae6b95dcf added readme 2011-06-08 23:48:46 -05:00
Taylor Otwell
a188d62105 initial commit of laravel! 2011-06-08 23:45:08 -05:00