| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
* Article::by_multi now has more criterias and can perform sorting,
paging and limiting. Also only generates full articles when needed.
* In the frontend there are now some "hidden" __obj STE variables, so
some objects do not need to be created multiple times.
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Used object on str_replace. Now fixed.
|
| |
|
| |
|
|
|
|
|
|
| |
1. Corrected a SQL-Query in models.php
2. <ste:articles_get> will now set maxpages properly, if there are no
articles found.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* Corrected a SQL query in models.php.
* Passed $lang to *_ste_transform functions in frontend.php.
|
|
* Backend layout done.
* Frontend theoretically done (untested).
* 404 handler done
* Added textprocessors.php
|