aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/pluginlist.html
Commit message (Collapse)AuthorAge
* Incompatible plugins will now get disabled.Kevin Chabowski2012-02-18
|
* TIL: <form />'s method value *MUST* be lowercase.Kevin Chabowski2012-02-03
| | | | | <irony>That makes kind of sense, since it is written UPPERcase in the HTTP protocol...</irony>
* Plugin deletion can now be enforced.Kevin Chabowski2012-02-01
| | | | | | 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
* created ste:default_error / ste:default_success tags.Kevin Chabowski2012-01-13
| | | | Will make it easier for plugin authors to get an consistentlook and feel.
* Added plugin management to bakend and fixed db models.Kevin Chabowski2011-12-23