aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/frontend.php
Commit message (Expand)AuthorAge
* Add htmlesc againHEADmasterLaria Carolin Chabowski2021-01-01
* Fix path handling bugLaria Carolin Chabowski2021-01-01
* 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
* Remove intcmp()Laria Carolin Chabowski2020-11-08
* Move article status consts into Article classLaria Carolin Chabowski2020-11-08
* Cast POSTed data into strings before passing it into Esc::escLaria Carolin Chabowski2020-09-25
* Replace kses with HTMLPurifierLaria Carolin Chabowski2020-09-25
* Fix some broken references to the \ste namespaceLaria Carolin Chabowski2020-09-25
* Refactor textprocessorsLaria Carolin Chabowski2020-09-25
* Deprecate htmlesc for Esc::escLaria Carolin Chabowski2020-09-25
* Fix inconsistent return typeLaria Carolin Chabowski2020-09-22
* Code cleanupLaria Carolin Chabowski2020-09-21
* Automatic code formattingLaria Carolin Chabowski2020-04-26
* Some simple code formattingLaria Carolin Chabowski2020-04-26
* Expand tabs and remove trailing whitespaceLaria Carolin Chabowski2020-04-26
* Fixed referencing and constants.Kevin Chabowski2013-10-03
* articles_get can take section/tag as a var now.Kevin Chabowski2012-06-06
* Implemented on_* tags. UNTESTED!Kevin Chabowski2012-06-01
* ste:comment_form can now generate a previewbtn by default.Kevin Chabowski2012-05-21
* Plugins can now hook into the Article editor.feature-plugin-articledataKevin Chabowski2012-05-20
* Uncatched exception, if a tag had no translation for current language.Kevin Chabowski2012-04-24
* Debug now toggleable in backend; used new STE features.Kevin Chabowski2012-03-01
* Fixed docu.Kevin Chabowski2012-02-04
* TIL: <form />'s method value *MUST* be lowercase.Kevin Chabowski2012-02-03
* Added on_comment_store event.Kevin Chabowski2012-02-01
* Fixed docu.Kevin Chabowski2012-01-29
* You can now use %root% in CSS styles too.Kevin Chabowski2012-01-29
* Fixed an error in the frontend.Kevin Chabowski2012-01-11
* Fixed article_transform_ste.Kevin Chabowski2012-01-11
* Fixed linking mode of ste:styles_loadKevin Chabowski2012-01-09
* Changed ste:title behaviour and added docu for it.Kevin Chabowski2012-01-08
* Article::by_multi improved and frontend modifications.Kevin Chabowski2011-12-27
* Article now has get/set_tags() and get/set_section()Kevin Chabowski2011-12-27
* Section's Styles are nowonlyavailable by a getter.Kevin Chabowski2011-12-27
* Modified db-model for plugins and fixed a bug in the frontend.Kevin Chabowski2011-12-18
* Moved comment html-isation to models.php.Kevin Chabowski2011-11-17
* Fixed bug in frontend that resulted in missing author_mail values.Kevin Chabowski2011-11-16
* Fixed bug in article_transform_ste.Kevin Chabowski2011-11-15
* "%root%" in articles will be replaced with a path to page root.Kevin Chabowski2011-11-13
* Fixed docu in frontend.php.Kevin Chabowski2011-11-09
* 2 Small bugfixes.Kevin Chabowski2011-11-05
* Cleaned up the urltitle/-name mess. Improved models.php.Kevin Chabowski2011-10-12
* Minor bugfixes...Kevin Chabowski2011-10-08
* Backend, frontend and 404 handlers partially implemented.Kevin Chabowski2011-10-05