| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* Plugins can display additional fields in the article editor.
* Plugins can perform actions when saving an article and even veto the
saving.
* Plugins can get their ArticleExtradata objects.
|
|
|
|
|
|
|
| |
Also fixed the Heading of CONTRIBUTORS. Copy&Paste is not always a
good idea...
Beta 4
|
|
|
|
|
|
|
| |
* If __DEBUG__ is true, STE will be in a more verbose mode.
* Ratatöskr's frontend STETags now uses the \ste\RuntimeError exception
This will also be Beta 3
|
|
|
|
|
| |
Also fixed a bug that the pagetitle of the embedding code generator page
was not displayed.
|
| |
|
| |
|
|
|
|
|
|
| |
This will skip the RatatoeskrPlugin::delete() part and will not load the
plugin before deletion, so you can delete a plugin if it contained
syntax errors without disabling plugins in config.php
|
|
|
|
|
|
| |
* Fixed last bugfix -.-
* <option name...> --> <option value...>
I don't know how this had worked at all before...
|
|
|
|
|
| |
when editing a already existing article, the status was always set to
visible.
|
| |
|
|
|
|
|
| |
If an article had content only in a language that is not the user's
language, Ratatöskr had crashed.
|
| |
|
|
|
|
|
| |
* Plugin backend pages did not work.
* Plugin author was not transferred to database.
|
| |
|
|
|
|
|
|
|
| |
* 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...
|
| |
|
| |
|
| |
|
| |
|
|
We do not need an own directory for this.
|