]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes/functions.php
Fix end of line
[Github/YOURLS.git] / includes / functions.php
2013-04-07 LeoColombFix end of line
2013-02-15 OzhFilterable redirect code
2013-02-15 OzhDamnit, other string to translate.
2013-02-13 OzhPHPdoc-ish-ification of older functions. Fixes issue...
2013-02-10 OzhTranslation plural forms + deprecate function yourls_pl...
2013-02-10 OzhTranslation readyness for functions.php
2013-02-09 OzhProperly (hopefully?) encoding URL before they get...
2013-02-08 OzhZOMG, big commit.
2013-02-07 OzhWrong function names. Fixes Issue 1298.
2013-02-03 OzhOops, s/@since 1.6.1/@since 1.6/. I COMMIT IN THE FUTURE!
2013-02-03 OzhIntroduce yourls_deprecated_function()
2012-12-14 OzhLess code duplication with new function yourls_get_rela...
2012-12-14 OzhSmarter API (de/register methods) and a 'version' metho...
2012-12-10 OzhSanitize URL (and maybe return empty string) before...
2012-12-09 OzhBig commit: yourls_esc_*() functions. Uses parts of...
2012-12-08 OzhMake yourls_statlink() comply with SSL usage
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-10-24 OzhMaintenance mode (interrupt everything is activated...
2012-09-29 ozhozhAPI: return value of 'db-stats' now consistent with...
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-07-04 ozhozhDetect any favicon dropped in the /user directory and...
2012-03-30 ozhozhReturn shorturl when long URL already exists. Fixes...
2012-02-14 ozhozhFlood control fix. Fixes issue 1041.
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 ozhozhWrongly named function. Ooops.
2011-08-29 ozhozhRegroup formatting functions in a separate file.
2011-08-29 ozhozhStrip query string from requested shorturl. Fixes issue...
2011-08-12 ozhozhMore foolproof sanity checks on URLs
2011-08-10 ozhozhFull jsonp support. Fixes issue 744.
2011-08-01 ozhozhReturn correct keyword if URL already exists. Fixes...
2011-06-21 ozhozhFilter for main admin query. Fixes issue 842.
2011-06-14 ozhozhNew filter on get all options, and early inclusion...
2011-05-27 ozhozhAdd shunt filter on reading all options
2011-04-27 ozhozhIntroduce a shutdown hook
2011-04-26 ozhozhForce URL scheme and domain to lowercase. Fixes issue...
2011-04-23 ozhozhMore filters
2011-04-23 ozhozhNew function: yourls_statlink()
2011-04-23 ozhozhMove yourls_table_add_row() and yourls_table_edit_row...
2011-04-22 ozhozhMore filters to redirects.
2011-04-21 ozhozhMore filter arguments. Fixes issue 777. Fixes issue...
2011-02-22 ozhozhCompute HTML ids using hash. Fixes issue 659.
2011-02-11 ozhozhBetter SQL syntax. See issue 686.
2011-01-28 ozhozhMore data passed to yourls_add_new_link() filters....
2011-01-26 ozhozhNew API method ('db-stats') and clearer comments. See...
2011-01-18 ozhozhMore actions and filters in yourls_add_new_link().
2011-01-18 ozhozhSet default nonce value to $_REQUEST['nonce']
2011-01-18 ozhozhAdd a paging parameter to stat API requests. Fixes...
2011-01-17 ozhozhMore compatible regexp pattern (forward slash ignored...
2011-01-07 ozhozhMore hookable & shuntable Geo API
2011-01-02 ozhozhAllow plugins to short-circuit more important functions...
2010-11-08 ozhozhLoad assets on stats pages complying to SSL preference...
2010-11-08 ozhozhTypo. It showed too much where I steal some functions...
2010-11-08 ozhozh- Stat links comply to SSL preference. Fixes issue...
2010-11-06 ozhozhAdd mobile device detection. Make things always visible...
2010-10-09 ozhozhMassive commit
2010-09-23 ozhozhDon't set page title as "Error: ....". Fixes issue...
2010-08-27 ozhozhBetter visual consistency on button links
2010-08-26 ozhozh- New functions: yourls_nonce_url, yourls_nonce_field...
2010-08-26 ozhozhSimpler nonce verification
2010-08-25 ozhozhTitles in displayed URLs. Fixes Issue 455 again.
2010-08-24 ozhozhBetter display of titles in list and share box. Fixes...
2010-08-24 ozhozhWhitespace sanitization in page titles. Fixes issue...
2010-08-13 ozhozhIf going on a https:// admin page, make all admin links...
2010-08-13 ozhozhBetter multi bytes string chunking
2010-08-04 ozhozhMore filter on titles
2010-08-04 ozhozhWindows server detection function
2010-08-03 ozhozhRemove utf8_encode() as this only converts from ISO...
2010-08-03 ozhozhBetter funky charset handling in page titles. Fixes...
2010-08-03 ozhozhFix display of funky URL titles
2010-08-03 ozhozhAttempt at better getting remote page titles with funky...
2010-08-02 ozhozhChange in generating rnd strings (now comply to charset...
2010-07-01 ozhozhFix yourls_is_private() to work with new yourls-loader...
2010-07-01 ozhozh- Better handling of feedback message with long strings
2010-07-01 ozhozhLots of change:
2010-06-29 ozhozhAbility to pass page title to function that creates...
2010-06-29 ozhozhMake sure foreach() always loops on arrays
2010-06-25 ozhozhAdd a new action button to pop the share box
2010-06-25 ozhozhStore URL titles in DB when displaying stats page
2010-06-25 ozhozhSave title in database
2010-06-25 ozhozhRevert to a-zA-Z0-9 charset in short url keywords,...
2010-06-15 ozhozhAdd longurl to response even when fails because already...
2010-06-12 ozhozhChange in logic: now all request are handled by PHP...
2010-06-11 ozhozhBetter HTTP error handling and better remote page title...
2010-06-10 ozhozhImproved http functions:
2010-06-10 ozhozhMaybe reduce query count when editing a link. Fixes...
2010-06-07 ozhozhLess strict URL sanitization allows []^ as valid chars...
2010-05-28 ozhozhStarted implementation of the maintenance mode
2010-05-27 ozhozhTypo
2010-05-27 ozhozhPaths sanitization
2010-05-26 ozhozhBetter filter for admin URL
2010-05-25 ozhozhUse global configuration constants (YOURLS_INC etc...
2010-04-23 ozhozh- deleted functions-baseconvert.php
2010-04-20 ozhozhMore filters and more actions
2010-04-20 ozhozh- Bump version to 1.5-beta
next