issues
search
AlfredoRamos
/
phpbb-ext-seo-metadata
SEO Metadata extension for phpBB
GNU General Public License v2.0
11
stars
7
forks
source link
Improve ACP form settings validation
#23
Closed
AlfredoRamos
closed
5 years ago
AlfredoRamos
commented
5 years ago
[x] Validate with
filter_var_array()
[x] Add validation error messages in the ACP settings page
[x] Reimplement default image with, height and MIME type extraction/guess
[x] Validate Facebook publisher as URL instead of string
[x] Validate default image as URL too
[x] Verify that optional using values are indeed optional
[x] Discard default image if it has invalid MIME type
[x] Discard Open Graph image dimensions and MIME type if URL is empty
[x] Verify there are no missing language keys/values
[x] Code cleanup
[x] Update tests
filter_var_array()