Taylor Otwell
|
017c65c0bc
|
Merge pull request #1056 from Jakobud/bug/form/buttons/defaultValues
Fixed Exception thrown when passing null $value to Form::submit(), Form::reset(), Form::button()
|
2012-09-01 17:35:34 -07:00 |
Jakobud
|
31c730c913
|
Passing a null $value to Form::submit(), Form::reset() or Form::button() was throwing an Exception. I made the default $value = null for those methods. They result in the following respective valid HTML: <input type='submit'/> <input type='reset'/> <button></button>
Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
|
2012-08-03 10:47:34 -06:00 |
Sergii Grebeniuk
|
690e8572aa
|
phpdoc fixes
|
2012-08-03 18:17:48 +03:00 |
Noor Alhiraki
|
ec0128be8f
|
fixed optgroup closing tag
|
2012-06-20 16:18:16 +03:00 |
Colin Viebrock
|
1cc33dea26
|
Clean-up whitespace issues
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
|
2012-06-03 21:32:03 -05:00 |
Taylor Otwell
|
c9a4f5ea2f
|
cast values when comparing.
|
2012-06-03 17:42:16 -05:00 |
Phill Sparks
|
6151886860
|
Generated URLs default to use the current protocol (http or https)
Signed-off-by: Phill Sparks <phill@bulbstudios.com>
|
2012-05-30 13:14:16 +01:00 |
crynobone
|
ec9f5f1995
|
Add support for Form::select with optgroup, solved #526
|
2012-05-07 20:43:40 +08:00 |
Colin Viebrock
|
aa27df8bcb
|
Merge remote-tracking branch 'laravel/develop' into develop
Conflicts:
laravel/form.php
|
2012-03-21 14:10:24 -05:00 |
Taylor Otwell
|
e8fe1f172c
|
Removed extra PHP_EOL from Form class.
|
2012-03-21 11:41:31 -05:00 |
Taylor Otwell
|
41e066e2ee
|
Fix macros method.
|
2012-03-21 10:49:09 -05:00 |
Taylor Otwell
|
52ca2d35e7
|
Tweaking the Form::macro method.
|
2012-03-21 10:48:49 -05:00 |
Colin Viebrock
|
8f103cdeae
|
Remove PHP_EOL, fixes #430.
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
|
2012-03-20 22:30:20 -05:00 |
Kyle Decot
|
95ba416f3c
|
Adds Form::register which allows Bundles (or anything for that matter) to register custom form inputs which then can be called like `Form::xxx`
|
2012-03-16 13:35:15 -04:00 |
Phill Sparks
|
62072e5281
|
PHPDoc fixes
|
2012-02-04 21:30:52 +00:00 |
cviebrock
|
2d413044e8
|
Add HTML5 date field support.
|
2012-02-01 00:16:05 -06:00 |
Taylor Otwell
|
8ab33cf8c8
|
added support for select multiple.
|
2012-01-30 10:20:05 -06:00 |
Taylor Otwell
|
b5442c67fc
|
merged skunkworks into develop.
|
2012-01-16 13:59:24 -06:00 |
Taylor Otwell
|
cb306c9091
|
fixing a few bugs in the form class.
|
2011-12-01 23:34:31 -06:00 |
Taylor Otwell
|
63ac87cc0f
|
Clean up Form::token method.
|
2011-11-23 10:50:14 -06:00 |
Taylor Otwell
|
9b785fd70f
|
Update csrf_token constant.
|
2011-11-23 10:44:46 -06:00 |
Taylor Otwell
|
8e5852b7eb
|
Use constant for CSRF token.
|
2011-11-23 10:32:46 -06:00 |
Taylor Otwell
|
55379a0adb
|
Trim line of code in form class.
|
2011-11-23 08:23:01 -06:00 |
Taylor Otwell
|
2758b4c16d
|
some small refactoring and bug fixing.
|
2011-11-13 15:23:48 -06:00 |
Phill Sparks
|
b4fe148de5
|
Got rid of all IoC::container() calls
|
2011-11-11 09:52:30 +00:00 |
Taylor Otwell
|
9e9ee931b5
|
moved session class.
|
2011-11-09 21:55:21 -06:00 |
Taylor Otwell
|
a1e82d2166
|
added section class. refactored session for ioc usage. improved controller. added yielding and sections to blade. general blade improvements.
|
2011-11-08 20:08:20 -06:00 |
Taylor Otwell
|
9caf239f6b
|
various refactorings.
|
2011-11-02 21:27:43 -05:00 |
Taylor Otwell
|
6048d20921
|
refactoring the session class.
|
2011-11-01 23:11:08 -05:00 |
Taylor Otwell
|
997a90bcf5
|
major session refactoring.
|
2011-10-31 22:15:47 -05:00 |
Taylor Otwell
|
75ce8796d7
|
got rid of URI class and brought URI determination back to into request class.
|
2011-10-29 23:17:47 -05:00 |
Taylor Otwell
|
ef9e4dfd61
|
reverting di refactoring.
|
2011-10-29 22:31:50 -05:00 |
Taylor Otwell
|
932a70b6cf
|
refactoring for better dependency injection on a few classes.
|
2011-10-29 22:24:32 -05:00 |
Taylor Otwell
|
d4ddb05abb
|
refactoring. added default controller. added uri class.
|
2011-10-24 21:00:51 -05:00 |
Taylor Otwell
|
9fc9f88a41
|
refactoring various pieces of the framework.
|
2011-10-18 20:19:36 -05:00 |
Taylor Otwell
|
a7e98e8e9a
|
fixing bugs and refactoring.
|
2011-10-15 22:38:43 -05:00 |
Taylor Otwell
|
9fa69e0844
|
refactoring routing and class comments.
|
2011-10-13 21:32:11 -05:00 |
Taylor Otwell
|
6cb79e6676
|
refactoring
|
2011-10-10 21:34:15 -05:00 |
Taylor Otwell
|
8c9bd12003
|
fixed old uri ioc container reference.
|
2011-10-08 21:48:10 -05:00 |
Taylor Otwell
|
5cc7c3a6bd
|
refactoring.
|
2011-09-28 21:59:54 -05:00 |
Taylor Otwell
|
122dff974f
|
added comments to form class.
|
2011-09-21 22:57:32 -05:00 |
Taylor Otwell
|
0c4018ec88
|
refactoring.
|
2011-09-21 21:46:16 -05:00 |
Taylor Otwell
|
4525eae25a
|
revert back to more sensible architecture.
|
2011-09-20 23:14:09 -05:00 |
Taylor Otwell
|
47db2ff19b
|
refactoring, added uri class.
|
2011-09-20 21:28:19 -05:00 |
Taylor Otwell
|
77dc8d2014
|
refactoring various things.
|
2011-09-16 19:59:20 -05:00 |
Taylor Otwell
|
abc1fad6c1
|
more refactoring and changes.
|
2011-09-08 17:49:16 -05:00 |
Taylor Otwell
|
7eef380d8a
|
more refactoring and dependency injection.
|
2011-09-06 22:04:52 -05:00 |
Taylor Otwell
|
cd395c2638
|
tweaking facades.
|
2011-09-03 23:46:52 -05:00 |
Taylor Otwell
|
31e2c1c49e
|
added facades for core classes.
|
2011-09-03 22:36:27 -05:00 |
Taylor Otwell
|
c7ddbbb018
|
more dependency injection!
|
2011-08-31 00:07:45 -05:00 |