]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes
More comments about YOURLS_PRIVATE
[Github/YOURLS.git] / includes /
2011-08-10 ozhozhUpdated GeoIP database
2011-08-10 ozhozhFull jsonp support. Fixes issue 744.
2011-08-01 ozhozhReturn correct keyword if URL already exists. Fixes...
2011-08-01 ozhozhMoving config-sample.php to the user dir. Should have...
2011-06-24 ozhozhLooser pattern matching for plugin header
2011-06-21 ozhozhFilter for main admin query. Fixes issue 842.
2011-06-14 ozhozhNew filter on get all options, and early inclusion...
2011-06-12 ozhozhImplementation of the zclip jQuery plugin (a nice ZeroC...
2011-06-12 ozhozhUpdate to jQuery 1.6.1
2011-06-04 ozhozhUpdate of the Geolocation database
2011-05-27 ozhozhAdd shunt filter on reading all options
2011-04-27 ozhozhIntroduce a shutdown hook
2011-04-27 ozhozhBetter place & name for html head filter
2011-04-27 ozhozhMore filters on HTML head output
2011-04-26 ozhozhMore comments
2011-04-26 ozhozhForce URL scheme and domain to lowercase. Fixes issue...
2011-04-24 ozhozhShuntable & filterable share box
2011-04-24 ozhozhFilter for page context
2011-04-23 ozhozhEnforce space after semicolon in plugin header data...
2011-04-23 ozhozhCleaner logic in HTML functions and admin index: more...
2011-04-23 ozhozhMore filters
2011-04-23 ozhozhNew function: yourls_statlink()
2011-04-23 ozhozhAlways load display functions, that's useless and poten...
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-04-20 ozhozhMore arguments to shareboxes actions. Fixes issue 773.
2011-04-01 ozhozhdie() properly if noob has noobed up.
2011-03-30 ozhozhReplace split() with explode() (faster, and split depre...
2011-03-09 ozhozhRemoved deprecated comment
2011-02-22 ozhozhCompute HTML ids using hash. Fixes issue 659.
2011-02-18 ozhozhGeoIP database update (feb 2011)
2011-02-11 ozhozhBetter SQL syntax. See issue 686.
2011-02-01 ozhozhDumb people are dumb.
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-14 ozhozhPrevent full path disclosure in case of direct calls...
2011-01-07 ozhozhMore hookable & shuntable Geo API
2011-01-02 ozhozhAllow plugins to short-circuit more important functions...
2010-11-24 ozhozhLonger nonce. Too many noobs out there.
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-08 ozhozhBumping to 1.5.1-beta
2010-11-08 ozhozhCompatibility if missing property_exists(). Fixes issue...
2010-11-07 ozhozhUpdate to jQuery 1.4.3
2010-11-07 ozhozhBumping version. Hello 1.5! 1.5
2010-11-07 ozhozhRemove debug junk
2010-11-07 ozhozhHide dynamic charcount in sharebox if no JS
2010-11-07 ozhozhInfos page tweaks:
2010-11-06 ozhozhRemove potential warning when parsing url of malformed...
2010-11-06 ozhozhNew function: yourls_plugin_url()
2010-11-06 ozhozhColor palette unification. Now trying to stick to http...
2010-11-06 ozhozh* More consistent way of getting favicons, through...
2010-11-06 ozhozhAdd mobile device detection. Make things always visible...
2010-10-21 ozhozhTweak internal redirects: use 302 instead of 301 to...
2010-10-09 ozhozhMassive commit
2010-10-05 ozhozhPrettier syntax
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-26 ozhozh- path constants sanitized
2010-08-25 ozhozhPass httponly flag in cookie only if PHP 5.2+. Fixes...
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-08 ozhozhMore self-promotion on install
2010-08-06 ozhozhDefine constants earlier in load-yourls.php. Now you...
2010-08-06 ozhozhAllow drop-in replacement for class-mysql.php
2010-08-05 ozhozhDB schema change (UTF for titles)
2010-08-05 ozhozhNo includes if config.php not found
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-17 ozhozhPie aspect ratio fix
2010-07-01 ozhozhAdded functions to register and draw plugin admin pages...
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-07-01 ozhozhEncode entities in XML response. Fixes issue 326.
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 ozhozhDefine default URLs to user dirs
2010-06-25 ozhozhStore URL titles in DB when displaying stats page
2010-06-25 ozhozhAllow searching on URL titles. Removed BINARY to make...
2010-06-25 ozhozhSave title in database
2010-06-25 ozhozhRevert to a-zA-Z0-9 charset in short url keywords,...
2010-06-15 ozhozh- Move common js utils in common.js
next