aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/plugin_api.php
Commit message (Collapse)AuthorAge
* Add htmlesc againHEADmasterLaria Carolin Chabowski2021-01-01
| | | | Some plugins use that function :(.
* Get rid of db.php and include config directly in entry pointsLaria Carolin Chabowski2020-11-08
|
* Make SITE_BASE_PATH a method of EnvLaria Carolin Chabowski2020-11-08
| | | | This allows us to get rid of utils.php
* Refactor textprocessorsLaria Carolin Chabowski2020-09-25
| | | | | They are now managed by TextprocessorRepository and are instances of Textprocessor. This replaces the global $textprocessors variable.
* Turn documentation in plugin_api into phpdocLaria Carolin Chabowski2020-09-25
|
* Code cleanupLaria Carolin Chabowski2020-09-21
| | | | | | | | | | - Remove unused variables - Remove unused utility functions - Asserting presence and typehinting global variables - Remove unused variables - Add missing global - Add parameter type constraint - Fix some references to nonexisting variables
* Automatic code formattingLaria Carolin Chabowski2020-04-26
|
* Some simple code formattingLaria Carolin Chabowski2020-04-26
| | | | | | - Expand tabs into spaces - Remove trailing whitespace - Get rid of closing `?>` tags
* Expand tabs and remove trailing whitespaceLaria Carolin Chabowski2020-04-26
|
* Plugins can now hook into the Article editor.feature-plugin-articledataKevin Chabowski2012-05-20
| | | | | | | * 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.
* Debug now toggleable in backend; used new STE features.Kevin Chabowski2012-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
* Added on_comment_store event.Kevin Chabowski2012-02-01
|
* Fixed some plugin related bugs.Kevin Chabowski2012-01-08
| | | | | * Plugin backend pages did not work. * Plugin author was not transferred to database.
* Improved Plugin API.Kevin Chabowski2012-01-08
|
* Finished optimizing for now. Removed debug tools and new API.Kevin Chabowski2011-12-27
| | | | | The API version was increased because during this optimization the db models became incompatible to the old ones.
* Rewritten Settings class and added atexit() to plugin API.Kevin Chabowski2011-12-27
| | | | | | Settings now does not load/save values automatically any more (to save SQL queries). Settings will be loaded at startup and saved at the end. There is also only one instance possible now (singleton).
* Added plugin management to bakend and fixed db models.Kevin Chabowski2011-12-23
|
* UNTESTED: Plugin API finished.Kevin Chabowski2011-12-07
|
* Replaced Smarty with STE and started the backend.Kevin Chabowski2011-09-21
|
* Improved documentation.Kevin Chabowski2011-08-18
|
* Added script that will create the documentation.Kevin Chabowski2011-08-18
| | | | Also rewritten some documentation, so NaturalDocs can handle them.
* Continued work on the plugin API and added some documentation.Kevin Chabowski2011-08-14
|
* Started to implement the plugin API.Kevin Chabowski2011-08-03