]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes
Wrong shortlink. Bleh.
[Github/YOURLS.git] / includes /
2013-02-15 OzhFilterable redirect code
2013-02-15 OzhDamnit, other string to translate.
2013-02-15 OzhNitpicking so text & translations display well.
2013-02-13 OzhMore unique JS function names. Fixes issue 1276. Stupid...
2013-02-13 OzhPHPdoc-ish-ification of older functions. Fixes issue...
2013-02-13 OzhUse yourls_number_format_i18n() to properly format...
2013-02-12 OzhColumn sort: wrong select value
2013-02-12 OzhSlightly simpler & faster .htaccess. Fixes issue 1300.
2013-02-10 OzhTranslation plural forms + deprecate function yourls_pl...
2013-02-10 OzhJust a lil' version bump.
2013-02-10 OzhTranslation leftovers. Now that's it. Honestly.
2013-02-10 OzhAaaaaaand more translation. Aaaaaaand I think that...
2013-02-10 OzhLoad translation files earlier
2013-02-10 OzhAaaaaand more translation readyness.
2013-02-10 OzhMore translation readyness.
2013-02-10 OzhNo translation readyness for API functions, but that...
2013-02-10 OzhTranslation readyness for functions.php
2013-02-10 OzhMore translation readyness.
2013-02-09 OzhProperly (hopefully?) encoding URL before they get...
2013-02-08 OzhTranslatable (and filterable) footer text
2013-02-08 OzhAdded missing function from previous ezSQL lib
2013-02-08 OzhAwesome yourls_s() function that mixes sprintf() and...
2013-02-08 OzhZOMG, big commit.
2013-02-07 OzhMore portable stricter error reporting.
2013-02-07 OzhStricter error reporting. Because we want to be perfect...
2013-02-07 OzhStricter coding. Duh, PHP, end(array_keys($array))...
2013-02-07 OzhUpdate ezSQL to latest version - remove notices.
2013-02-07 OzhWrong function names. Fixes Issue 1298.
2013-02-03 OzhTranslation API! zomigod. First pass. See Issue 52.
2013-02-03 OzhOops, s/@since 1.6.1/@since 1.6/. I COMMIT IN THE FUTURE!
2013-02-03 OzhIntroduce yourls_deprecated_function()
2013-01-31 OzhStatus header in API results
2013-01-30 OzhAdding sip: as a common allowed protocol. Fixes issue...
2013-01-09 OzhReplace deprecated function split()
2013-01-09 OzhPlugin management page: now properly sorted by name.
2012-12-14 OzhLess code duplication with new function yourls_get_rela...
2012-12-14 OzhFix: protocol check during URL sanitization
2012-12-14 OzhAttempt at decrapping MSIE. Fixes issue 1257.
2012-12-14 OzhSmarter API (de/register methods) and a 'version' metho...
2012-12-10 OzhEncourage security good practice: encrypt your passwords!
2012-12-10 OzhAdd filterable icon when URL isn't a common HTTP link
2012-12-10 OzhSanitize URL (and maybe return empty string) before...
2012-12-09 OzhProper use of escaping functions. Fixes issue 1079...
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-12-09 OzhAlias: yourls_apply_filters()
2012-12-08 OzhMake yourls_statlink() comply with SSL usage
2012-11-23 OzhStricter coding && prevent notices plzthx
2012-11-21 OzhDon't run yourls_get_request() more than once
2012-11-21 OzhLess constants, more functions. Fixes issue 1232.
2012-11-18 OzhString escaping, props @nic_waller. Fixes issue 1238.
2012-11-11 OzhBetter auth filtering. Fixes issue 1229.
2012-10-31 OzhAllow auth with timestamp from the future or the past...
2012-10-25 OzhAllow different styles of notice boxes. Fixes issue...
2012-10-24 OzhMaintenance mode (interrupt everything is activated...
2012-10-20 OzhCreate web.config file when installing on IIS. Thanks...
2012-10-20 ozhozhStyle tweaks because IE is dumb. God, why am I losing...
2012-10-14 ozhozhWhen yourls_dieing, don't display HTML head and stuff...
2012-10-14 ozhozhAdd function yourls_did_action()
2012-10-14 ozhozhMost recent GeoIP db (oct 2012)
2012-10-04 ozhozhWhite space.
2012-10-02 ozhozhWhite space.
2012-09-29 ozhozhBump. Time to work on next iteration.
2012-09-29 ozhozhAllow filtering in URL sanitization. Fixes issue 1194.
2012-09-29 ozhozhAPI: return value of 'db-stats' now consistent with...
2012-09-26 ozhozhUpdate to jquery 1.8.2 (previous versions not deleted...
2012-09-26 ozhozhRemove empty logout link
2012-08-29 ozhozhYOURLS 1.5.1 1.5.1
2012-08-29 ozhozhRemoved closing PHP tag on include files
2012-08-27 ozhozhWhitespace. Fixes issue 1167.
2012-08-22 ozhozhNon greedy regexp matching, fixes http://sho.rt/http...
2012-08-21 ozhozhCase insensitive YOURLS base URL. Fixes issue 1055.
2012-08-20 ozhozhWhitespaces, bitches!! Because, you know, CodingStandards.
2012-08-20 ozhozhPresumably better way of getting client IP behind proxi...
2012-08-17 ozhozhIncorrect inclusion of config.php from the includes...
2012-08-16 ozhozhGives priority to /user/config.php (preferred location...
2012-08-16 ozhozhOutline best year, month and day in the historical...
2012-08-16 ozhozhStat pages now use the Google Visualization API. Fixes...
2012-07-04 ozhozhDetect any favicon dropped in the /user directory and...
2012-07-01 ozhozhActions on auth events. Fixes Issue 1097.
2012-07-01 ozhozhBetter URL sanitization. Fixes Issue 1102.
2012-03-30 ozhozhReturn shorturl when long URL already exists. Fixes...
2012-02-14 ozhozhFlood control fix. Fixes issue 1041.
2012-02-08 ozhozhFixed the cropped copy box. Fixes issue 1032.
2012-02-08 ozhozhMore filtering options in yourls_update_clicks(). Fixes...
2012-02-07 ozhozhOptimize logic when adding new link, with new function...
2012-02-05 ozhozhUpdate GeoIP db
2012-02-05 ozhozhWrongly named function. Ooops.
2011-10-03 ozhozhStricter coding to avoid notice when YOURLS_USER is...
2011-09-19 ozhozhDon't modify/return values passed by actions.
2011-09-17 ozhozhInit var to avoid warning when empty
2011-09-17 ozhozhIntroduce new action when user successfully authed
2011-09-17 ozhozhCast array before looping on array
2011-09-15 ozhozhFully filterable admin menu links. Mucho mas cleano.
2011-09-13 ozhozhFixed: pagination wasn't holding all parameters. Now...
2011-09-03 ozhozhSmaller input field so that line doesn't break
2011-08-30 ozhozhMuch much better pagination in main table.
2011-08-29 ozhozhRegroup formatting functions in a separate file.
next