Holds various constants used by back-end classes.
Define types of markup available for entries.
Use auto-markup. All HTML tags are stripped, line and paragraph breaks are auto-inserted, and URLs are auto-converted into links.
Use LBCode markup, a bastardized version of BBCode.
Treat the markup as raw HTML, leaving it untouched.
Update status constants for blog entry modifying.
Update succeeded.
Update failed because entry has no body data.
Generic error message.
The update failed because the user is not logged in or because he lacks sufficient permissions.
Status constants used for file uploading.
Upload succeeded without errors.
There was no file uploaded.
The uploaded file is too big for the server.
The file is too big for the suggested size in the form.
The file was not completely received.
Generic upload failure.
The file name was too long and has been truncated.
The file name is not valid for upload.
Invalid form field name.