aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/utils.php
Commit message (Collapse)AuthorAge
* Deprecate htmlesc for Esc::escLaria Carolin Chabowski2020-09-25
| | | | "Stole" this class from another project of mine (micropoly)
* 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
|
* htmlesc now uses htmlspecialchars instead of htmlentitiesKevin Chabowski2012-02-18
|
* Modified db-model for plugins and fixed a bug in the frontend.Kevin Chabowski2011-12-18
| | | | | | * The db-model for plugins was updated, so it is compatible with the plugin packages. * Preview of comments now works again.
* Fixed ugly code...Kevin Chabowski2011-12-04
|
* More functions for utils.php and some testing tools.Kevin Chabowski2011-10-05
| | | | | * Added ste:loremipsum for Layout tests. * Added session_doctor.php to inspect the current user session.
* Fixed array_repeatKevin Chabowski2011-09-22
| | | | I'm quite ashamed, that I managed to produce a bug in this function :-/
* Improved documentation.Kevin Chabowski2011-08-18
|
* (Almost) finished DB-Models / abstraction layer.Kevin Chabowski2011-07-21