New field types and minor features
NEW FEATURES:
- New field type "datetime" (using datetimepicker - http://trentrichardson.com/examples/timepicker/)
- New field type "money" (with 2 digits, including validation)
- New field type "photo" (with validation for max size/width/height - new dependency on package intervention/image)
- Optional additional comment when creating field (for validation, ex. "Only numbers" or "Minimum 6 symbols" or "Start with http://")
- Mass-delete function in table - checkboxes in the first column and "Check all" checkbox in header
- Correct redirect after logout (was redirecting to homepage)