Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added 'read_by_admin' property to class Comment. | Kevin Chabowski | 2011-11-16 |
| | |||
* | Removed 'alt'-propery of 'Image' and added automatic thumbnailing. | Kevin Chabowski | 2011-11-15 |
| | |||
* | 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. | ||
* | We do not need ACLs at the moment (i.e. I'm too lazy)... | Kevin Chabowski | 2011-09-22 |
| | |||
* | Fixed models.php and the database layout. | Kevin Chabowski | 2011-09-22 |
| | |||
* | (Almost) finished DB-Models / abstraction layer. | Kevin Chabowski | 2011-07-21 |