| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
| |
* ArticleExtradata class added. This class gives plugins the possibility
to assign additional data to articles.
* Abstract class KVStorage added. ArticleExtradata and PluginKVStorage
extend from it.
* Added dbversion function, it returns the version of the database model
currently in use. The version is stored in the PREFIX_meta table.
If there is no PREFIX_meta table, dbversion returns version 0.
This will be useful for updating the system.
* New MySQL tables.
|
| |
|
| |
|
|
|
|
|
| |
Also fixed many MySQL Queries. These SELECT ... WHERE foo = (SELECT...)
have not worked as expected, so now there are many ugly joins...
|
| |
|
|
|
|
|
|
| |
* The db-model for plugins was updated, so it is compatible with the
plugin packages.
* Preview of comments now works again.
|
|
|
|
| |
Not tested yet..
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|