quantumlicht / php-wine

0 stars 0 forks source link

Add more client-side validation #36

Open quantumlicht opened 12 years ago

quantumlicht commented 12 years ago

convert type for alcool ,prix

limit number of selected encepagement make sure all text field don't contain numbers

quantumlicht commented 11 years ago

strip all white spaces. use proper tag escaping functions strip white spaces in code saq.

quantumlicht commented 11 years ago

remove possible "," from prix and alcool, replace with "."

quantumlicht commented 11 years ago

check if the username already exists in the database. make ajax call to a model, passing the requested username and after we query the db to find a match and the ajax response will be a boolean.

quantumlicht commented 11 years ago

check that no more than 5 cepage are selected

quantumlicht commented 11 years ago

limit number of tags that can be submitted by user

quantumlicht commented 11 years ago

We need to capitalize the tags that are submitted.