Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleaned up the urltitle/-name mess. Improved models.php. | Kevin Chabowski | 2011-10-12 |
| | | | | | | | | * Replaced all urlitle stuff with urlname stuff. Before this, both names were used for the same thing which was f*cking confusing! * Added possible throwing of AlreadyExistError for already existing urlname and for all save() methods where uniqueness could be broken. * Also added kses-powered HTML filtering for comments. | ||
* | Minor bugfixes... | Kevin Chabowski | 2011-10-08 |
| | | | | | * Corrected a SQL query in models.php. * Passed $lang to *_ste_transform functions in frontend.php. | ||
* | Backend, frontend and 404 handlers partially implemented. | Kevin Chabowski | 2011-10-05 |
* Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php |