214 Commits

Author SHA1 Message Date
Taylor Otwell
c3ea6e656d adding some comments to the form class. 2011-07-03 12:58:41 -05:00
Taylor Otwell
1375ff98f2 cleaning up form class. 2011-07-03 12:55:23 -05:00
Taylor Otwell
4fe64b3a73 remove broken link from routes file. 2011-07-03 12:51:11 -05:00
Taylor Otwell
f7dcb05799 added more html5 form elements. 2011-07-02 08:51:14 -05:00
Taylor Otwell
2da478cc38 added more html5 form elements. 2011-07-02 08:43:12 -05:00
Taylor Otwell
cd33e81702 added several of the new html5 form elements. added support for attributes such as required, autofocus, etc. 2011-07-02 07:37:37 -05:00
Taylor Otwell
a9029ddfe9 change form and html class to use html5 style elements. 2011-07-02 07:17:17 -05:00
Taylor Otwell
4e4ca091d9 Fix link to documentation on welcome page. 2011-07-01 06:18:15 -07:00
Taylor Otwell
067bfed610 incremented version to 1.1.1 2011-06-30 19:27:49 -05:00
Taylor Otwell
9dbcca0e39 Merge branch 'develop' 2011-06-30 19:25:56 -05:00
Taylor Otwell
0013e5bcbe Fixed bug in validator message handling for empty file uploads. 2011-06-30 13:46:11 -07:00
Taylor Otwell
cbf2399ab8 Default Validator target to Input data. 2011-06-30 13:36:39 -07:00
Taylor Otwell
fe28fbba0d Merge branch 'develop' 2011-06-30 12:28:16 -05:00
Taylor Otwell
21f33bb46d Tweaking built-in validation messages. 2011-06-30 09:41:58 -07:00
Taylor Otwell
e2f382545b Removed Download class from aliases configuration. 2011-06-30 09:24:19 -07:00
Taylor Otwell
4d98a5e409 Incremented version number. 2011-06-30 08:26:14 -07:00
Taylor Otwell
d0a716b810 Edited readme.md. 2011-06-30 08:24:42 -07:00
Taylor Otwell
8d3998035f Improved readme.md. 2011-06-30 08:23:49 -07:00
Taylor Otwell
87ec697f2d Refactoring dynamic redirects to routes. 2011-06-30 07:45:38 -07:00
Taylor Otwell
c7e7d64545 Refactoring dynamic URLs to routes. 2011-06-30 07:45:05 -07:00
Taylor Otwell
553f377ed0 Adjusted signature for dynamic route URL creation. 2011-06-30 07:39:27 -07:00
Taylor Otwell
6af79d8bdb Added ability to dynamically create links to named routes using the HTML class. 2011-06-30 07:31:57 -07:00
Taylor Otwell
b90c6ddcc5 Fixing tabbing on HTML::entities method. 2011-06-29 14:19:06 -07:00
Taylor Otwell
4f73200675 moved route filter to route directory. 2011-06-28 23:26:42 -05:00
Taylor Otwell
de6312ccf9 adjusted route/loader comments. 2011-06-28 22:47:44 -05:00
Taylor Otwell
cd903fc0ce tweaked uri determination. 2011-06-28 20:11:05 -05:00
Taylor Otwell
e452bbdf3a Fixed return type of Eloquent delete method. 2011-06-28 15:01:15 -07:00
Taylor Otwell
b7997a95ba Tweaked request URI determination. 2011-06-28 13:11:41 -07:00
Taylor Otwell
1aa86d0798 improved performance. added support for database ports. 2011-06-28 12:21:21 -05:00
Taylor Otwell
fef1809982 fix syntax error in upload_of... add types to file_wrong_type lang message. 2011-06-27 21:08:49 -05:00
Taylor Otwell
2c4e807525 removed .gitignore from validation lang. 2011-06-27 20:53:22 -05:00
Taylor Otwell
260f997394 added comments to validation lang. 2011-06-27 20:51:38 -05:00
Taylor Otwell
d51be02dd2 enhanced validation, added mimes config array. 2011-06-27 17:33:07 -05:00
Taylor Otwell
bd3d8f6347 added error type to validation rule. 2011-06-26 16:17:41 -05:00
Taylor Otwell
2289570c95 fixed exception message in validation/rule. 2011-06-26 14:52:14 -05:00
Taylor Otwell
8770d0aea1 tweaked File::is method. 2011-06-26 12:28:48 -05:00
Taylor Otwell
6f5aca8d48 added File::is method for accurately determining file type. 2011-06-26 12:26:15 -05:00
Taylor Otwell
8ccf789b01 added mime types, tweaked File::method to return first mime type. 2011-06-26 11:59:51 -05:00
Taylor Otwell
567da2419f added Form::open_multipart and tweaked Upload_of rule. 2011-06-26 09:19:54 -05:00
Taylor Otwell
dc01b3c26e added default value to Input::file and defaulted Validator::make. 2011-06-26 09:10:11 -05:00
Taylor Otwell
9f7da5cb39 added methods for upload_of. 2011-06-26 09:04:40 -05:00
Taylor Otwell
ee4dd5e987 tweaked File::upload. 2011-06-26 08:48:12 -05:00
Taylor Otwell
650563834e Merge branch 'develop' of github.com:taylorotwell/laravel into develop 2011-06-26 08:45:14 -05:00
Taylor Otwell
e0cb6e6aba Merge pull request #18 from mikelbring/develop
Created File::upload()
2011-06-26 06:44:56 -07:00
Taylor Otwell
abfaeaff4d added upload_of validation rule. 2011-06-26 08:44:31 -05:00
Michael Hasselbring
6410e83377 Created File::upload() 2011-06-25 23:35:38 -05:00
Taylor Otwell
0b7dbab0af adjusted method order in request class. 2011-06-25 20:20:09 -05:00
Taylor Otwell
b7b258a10b removed error collector bloat, switched to plain array. thanks mikelbring. 2011-06-25 20:05:20 -05:00
Taylor Otwell
4a5190dfd9 changed loader to search in libraries instead of packages. 2011-06-24 23:42:53 -05:00
Taylor Otwell
8770473fd7 removed package class, added package_path constant. 2011-06-24 23:12:34 -05:00