]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes/functions-formatting.php
Better var name. $int for int, not $in, innit?
[Github/YOURLS.git] / includes / functions-formatting.php
2017-04-20 ozhBetter var name. $int for int, not $in, innit?
2017-04-16 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #2144 from Ramoonus/patch-1
2017-02-05 ozhMerge branch 'master' of https://github.com/YOURLS...
2017-02-05 ozhIntroduce yourls_sanitize_url_safe()
2017-02-04 ozhRemove overzealous check
2016-03-05 Léo ColombaroMerge branch 'refs/heads/pr/1921'
2016-02-29 BstNameUpdate from original
2015-07-28 ozhTrim URL before sanitizing. Fixes #1931
2015-06-05 ozhFix oops from previous fix. Fixes #1915.
2015-06-05 ozhFix mb_ fallbacks and PCRE/u compat check
2015-05-22 ozhLess if(function_exists())
2015-05-15 ozhyourls_get_protocol() can return '', not false
2015-05-15 ozhBetter version string sanitizing
2015-04-29 ozhAllow brackets in URLs. Fixes #1814
2015-04-29 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1894 from YOURLS/atlowercase
2015-04-29 ozhImprove lowercasing of scheme & domain
2015-04-16 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1882 from YOURLS/noobsite
2015-04-10 ozhSmarter domain convention in examples and source
2014-11-05 ozhFetch titles with an optional fallback string
2014-11-03 ozhRevert "Better yourls_int2string() & yourls_string2int()"
2014-11-03 ozhBetter yourls_int2string() & yourls_string2int()
2014-10-26 ozhDeprecate yourls_apply_filters (plural). Fixes #1671.
2014-10-25 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1728 from armsby/master
2014-10-25 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1782 from YOURLS/bookmarklets
2014-10-24 ozhMerge branch 'master' into bookmarklets
2014-08-30 ozhInclude BookmarkletGen
2014-05-05 ozhNo need to substr() URLs. Fixes #1689
2014-02-07 ozhComply to RFC 3986. Fixes #1630.
2014-01-13 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1602 from boboman13/patch-1
2014-01-13 ozhPreparing for 1.7.1 & fix Travis 5.2
2014-01-02 ozhMerge branch 'master' of https://github.com/YOURLS...
2014-01-02 ozhEscape all the things.
2013-12-30 ozhMerge branch 'master' into http-lib
2013-12-30 ozhCleaning: deprecated stuff in their own file
2013-09-18 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1504 from YOURLS/fix-decode
2013-09-18 ozhAttempt: fix multiple encoded URLs
2013-05-03 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1380 from ozh/typos
2013-05-03 ozhTypos and unused variables. Good job, PhpStorm!
2013-05-02 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1378 from ozh/escape-fix
2013-05-02 ozhFix the escape fix that didn't fix the escape
2013-05-02 ozhRevert "Fix `yourls_escape( ... )` with ezSQL integration"
2013-05-02 Léo ColombaroFix `yourls_escape( ... )` with ezSQL integration
2013-04-26 ﻫ༻྅༻ Ǭɀħ ༄༆ཉ༅ﺀMerge pull request #1359 from adigitalife/master
2013-04-14 ozhRemove notice that has probably been here for decades.
2013-04-08 LeoColombMerge pull request #1336 from LeoColomb/Fix-Github
2013-04-07 LeoColombFix end of line
2013-02-13 OzhPHPdoc-ish-ification of older functions. Fixes issue...
2013-02-10 OzhTranslation plural forms + deprecate function yourls_pl...
2013-02-10 OzhAaaaaaand more translation. Aaaaaaand I think that...
2013-02-09 OzhProperly (hopefully?) encoding URL before they get...
2012-12-14 OzhFix: protocol check during URL sanitization
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.