John Paul E. Balandan, CPA
a70f2f6d02
Allow array file uploads to be validated also by 'uploaded'. Fixes #3018
2020-06-15 20:18:36 +08:00
michalsn
e74821f9aa
Update max_size validation rule to check also upload_max_filesize
2020-06-14 14:30:57 +02:00
Abdul Malik Ikhsan
2a7caee954
clean up unused @param docblocks
2020-03-28 01:43:12 +07:00
Abdul Malik Ikhsan
5db4c2ba54
clean up dead code detected by rectorphp/rector
2020-03-28 01:43:11 +07:00
Lonnie Ezell
fed757bee0
It is now 2020
2020-02-06 22:58:39 -06:00
MGatner
9ed42d8eb8
Merge framework, resolve conflicts
2019-12-09 10:58:52 -05:00
Jim Parry
e8ae780d83
CodeIgniter Foundation gets copyright [ci skip]
2019-10-19 00:43:47 -07:00
Paulo Esteves
b5402c9f51
some corrections on rules
2019-09-25 01:45:07 +01:00
Paulo Esteves
c19308aaad
Fix a validation issue on multiple file upload
2019-09-25 01:13:33 +01:00
Paweł Nowacki
6951ac1e7d
Checking file rules for existing files
...
max_size, max_dim, is_image, ext_in, mime_in should be checked only if file is uploaded, in other case... rules require file to be available - it is not necessary as long as we have `uploaded` rule.
2019-06-24 14:04:56 +02:00
Jim Parry
5b9ced3537
Merge branch 'develop' into apidocs/errors
2019-05-05 23:23:44 -07:00
Jim Parry
0cbe0f6520
Fourth set of docblock corrections.
2019-05-05 22:25:33 -07:00
Jim Parry
fd1486fd1c
Update docblock version to 4.0.0
2019-05-04 00:58:04 -07:00
Jim Parry
33ea6acec8
Docs: fix phpdocs for Typography, Validation & View
2019-03-27 11:06:44 -07:00
Jim Parry
7643dbfc95
Update copyright to 2019
2018-12-26 21:49:51 -08:00
Natan Felles
b597db5cee
phpcbf: fix all at once
2018-11-10 02:58:52 -02:00
Abdul Malik Ikhsan
6defcfa1b1
Fixes FileRules::max_size() to use file->getSize() instead of number_format-ed size
2018-09-05 02:01:39 +07:00
Master Yoda
4d8a78b133
Removed debug code & unneeded if block
2018-05-30 10:49:58 -07:00
Master Yoda
9de62256ba
Flesh out & fix FileRulesTest and dox
2018-05-25 01:58:58 -07:00
Master Yoda
b733001e59
Annual copyright update
2018-01-09 01:01:00 -08:00
Natan Felles
41ab103c72
Set PHPDocs
2017-07-23 11:34:40 -03:00
Master Yoda
fcce549142
Update (2) copyright comments per phpDocumentor
2017-07-13 14:20:27 -07:00
Master Yoda
bda7c8a252
Update copyright comments per phpDocumentor
2017-07-13 10:22:49 -07:00
Master Yoda
ef24a9a519
Add missing copyright header blocks
2017-01-20 00:57:53 -08:00
Lonnie Ezell
2bd4f8f505
New File validation rules.
2016-09-18 22:21:22 -05:00
Lonnie Ezell
f3d286b9e6
New validation rule for checking if a file was uploaded and valid.
2016-09-17 23:20:11 -05:00