]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes/functions-formatting.php
Sanitize != escape. Remove unwanted chars, don't encode.
[Github/YOURLS.git] / includes / functions-formatting.php
2012-12-09 OzhSanitize != escape. Remove unwanted chars, don't encode.
2012-12-09 OzhRemoved unused variable
2012-12-09 OzhBleh, typo. 'yourls', not 'yourl'. Duh.
2012-12-09 OzhBig commit: yourls_esc_*() functions. Uses parts of...
2012-09-29 ozhozhAllow filtering in URL sanitization. Fixes issue 1194.
2012-08-20 ozhozhWhitespaces, bitches!! Because, you know, CodingStandards.
2012-07-01 ozhozhBetter URL sanitization. Fixes Issue 1102.
2011-08-29 ozhozhRegroup formatting functions in a separate file.