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.
Treat the markup as Markdown markup.
Update status constants for blog entry modifying.
Update succeeded.
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.