Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Include new STE versiondevelop | Kevin Chabowski | 2014-05-25 |
| | |||
* | We are now Beta 3. | Kevin Chabowski | 2013-10-28 |
| | |||
* | 0.2 Beta 2 | Kevin Chabowski | 2013-10-04 |
| | | | | | | | | Fixed PHP 5.3 compatibility. I also accidentally merged some features earlier. They actually seem to work quite well, so I do not try to revert these changes. | ||
* | Changed version number. | Kevin Chabowski | 2013-10-03 |
| | | | | | | | | | I guess this is okay, since the move to PDO is something pretty huge. A note for plugin authors: Unless you accessed the database manually, nothing has changed for you. The API and the database model is still the same. | ||
* | ste:default_delete_yesno introduces | Kevin Chabowski | 2012-05-26 |
| | | | | | | This tag makes it a bit easier to write backend templates. It automatically generates the typical dropdown + button combo for mass-deleting entries. | ||
* | Sidebar blocks of Article editor can be expanded/collapsed. | Kevin Chabowski | 2012-05-21 |
| | |||
* | Uncatched exception, if a tag had no translation for current language. | Kevin Chabowski | 2012-04-24 |
| | | | | | Now fixed. These tags are now filtered out. Also, Beta 5 | ||
* | Allow comment setting was not saved correctly. Fixed. | Kevin Chabowski | 2012-03-03 |
| | | | | | | | Also fixed the Heading of CONTRIBUTORS. Copy&Paste is not always a good idea... Beta 4 | ||
* | Debug now toggleable in backend; used new STE features. | Kevin Chabowski | 2012-03-01 |
| | | | | | | | * 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 | ||
* | Default repositories will be configured during setup now. | Kevin Chabowski | 2012-02-28 |
| | | | | Also: Beta 2 | ||
* | Incompatible plugins will now get disabled. | Kevin Chabowski | 2012-02-18 |
| | |||
* | Changed copyright informations, added README.md and INSTALL.md | Kevin Chabowski | 2012-01-22 |
| | | | | Also we are now Beta :-) | ||
* | created ste:default_error / ste:default_success tags. | Kevin Chabowski | 2012-01-13 |
| | | | | Will make it easier for plugin authors to get an consistentlook and feel. | ||
* | UNTESTED: Plugin API finished. | Kevin Chabowski | 2011-12-07 |
| | |||
* | Adding a alpha symbol to the version. | Kevin Chabowski | 2011-12-03 |
| | | | | Most useful commit EVER ;-) | ||
* | User management added to backend. | Kevin Chabowski | 2011-12-03 |
| | |||
* | admin/languages is not needed. Will be included in admin/settings | Kevin Chabowski | 2011-11-23 |
| | |||
* | Backend, frontend and 404 handlers partially implemented. | Kevin Chabowski | 2011-10-05 |
* Backend layout done. * Frontend theoretically done (untested). * 404 handler done * Added textprocessors.php |