]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes
Merge pull request #2236 from YOURLS/travis
[Github/YOURLS.git] / includes /
2013-12-25 ozhMake yourls_add_option() return something. Also, phpdocs.
2013-12-25 ozhCheck against api.yourls.org/core/version/1.0/
2013-12-25 ozhComments about that mysterious clone because I'll never...
2013-12-25 ozhActually use values we escape. Duh.
2013-12-25 ozhUse clone to break object refs. Don't ask.
2013-12-25 ozhAlso delete option from cache
2013-12-25 ozhSync yourls_is_serialized() with its WP counterpart...
2013-12-25 ozhMake yourls_add_option() return something. Also, phpdocs.
2013-12-18 ozh(we're in the middle of something -- dont use)
2013-12-18 ozhCore version check -- first pass
2013-12-18 ozhUn-windowsify YOURLS_CONFIGFILE
2013-12-13 ozhMerge
2013-12-13 ozhImprove yourls_get_remote_title()
2013-12-13 ozhyourls_get_remote_title() with Requests. TODO: a couple...
2013-12-13 ozhMore consistent HTTP functions.
2013-12-13 ozhMore easily filterable timeout
2013-12-13 ozhImplement use of Requests - first pass.
2013-12-13 ozhAdd Requests 1.6
2013-12-11 ozhCheck first (with most frequent check first), then...
2013-12-11 ozhDon't check for spam when installing. Fixes #1558.
2013-12-11 ozhMerge branch 'master' of https://github.com/YOURLS...
2013-12-11 ozhFunction yourls_get_longurl_keywords() to simplify...
2013-12-10 LeoColombFix unstored cookie on localhost
2013-12-04 ozhDon't try to secure HTTPS more with an extra S. Fix...
2013-11-18 Clayton DaleyFixed typo.
2013-11-18 Clayton DaleyAdded filter to yourls_get_longurl_keywords. Fixed...
2013-11-18 Clayton DaleyUpdated function name. Deprecated old version. Updated...
2013-11-17 ozhphpass readme
2013-11-14 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1542 from LeoColomb/iis-fix
2013-11-13 LeoColombUpdate web.config to follow IIS 7.x restrictions
2013-11-12 ozhyourls_get_remote_title() with Requests. TODO: a couple...
2013-11-12 ozhMore consistent HTTP functions.
2013-11-12 ozhMore easily filterable timeout
2013-11-09 Clayton DaleyFixed Travis error.
2013-11-09 Clayton DaleyMoved filter into named function.
2013-11-09 Clayton DaleyClarified comment.
2013-11-09 Clayton DaleyAdded sort (order by) options to new yours_get_keywords...
2013-11-09 Clayton DaleyI want to be able to get all keywords for a specific...
2013-10-31 ozhImplement use of Requests - first pass.
2013-10-31 ozhAdd Requests 1.6
2013-10-21 ozhImplement use of Requests - first pass.
2013-10-21 ozhAdd Requests 1.6
2013-09-18 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1504 from YOURLS/fix-decode
2013-09-18 ozhAttempt: fix multiple encoded URLs
2013-09-07 LeoColombInclude once to avoid duplication
2013-09-06 ozhMake yourls_load_default_textdomain() return something.
2013-09-06 ozhGeo IP function fix, for IPv4 and IPv6. Fixes #1482
2013-09-06 ozhMake yourls_hash_passwords_now() independent from globals
2013-09-05 ozhMerge branch 'master' of https://github.com/YOURLS...
2013-09-05 ozhPass parameter to yourls_hash_passwords_now(). Will...
2013-09-05 ozhMake install function more nuclear to improves feedback...
2013-09-05 ozhMerge branch 'master' of https://github.com/ozh/YOURLS
2013-09-05 ozhSafer DB version number, and debug feedback if failure...
2013-09-04 ozhCheck REQUEST_URI before actually running tests on...
2013-09-02 LeoColombBe sure to have REQUEST_URI before trying redirection
2013-09-02 ozhAvoid checking an empty array when loading plugins
2013-09-02 LeoColombString declaration
2013-08-31 ozhRemove /e in preg_replace. Fixes #1463
2013-08-31 ozhMerge branch 'master' of https://github.com/danielnr...
2013-08-31 LeoColombFix error if SERVER_SOFTWARE is not a defined key
2013-08-28 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1484 from ozh/db_port
2013-08-28 ozhLooser check on MySQL server version. Fixes #1479.
2013-08-28 ozhCast port if any as integer, not default value
2013-08-28 ozhRemove temp comment block
2013-08-28 ozhAccept 'host:port' notation for PDO, MySQL & MySQLi...
2013-08-28 ozhGet ip:port for PDO/MySQL(i)
2013-08-28 ozhImprove support for non standard DB port
2013-08-28 ozhUpdate ezSQL to latest revision
2013-08-28 ozhGet ip:port for PDO/MySQL(i)
2013-08-23 ozhImprove support for non standard DB port
2013-08-19 Léo ColombaroMerge pull request #1425 from YOURLS/Fix-GeoIP
2013-08-19 LeoColombUpdate latest GeoIP
2013-08-05 Daniel RoystonAddresses issue #1463. Replaces preg_replace '\e' modif...
2013-06-12 ozhFurther improvements
2013-06-12 ozhMore checks, a few comments, and the phpass test file
2013-06-12 ozhFixing and improving stuff on @nicwaller's patch
2013-06-11 ozhRemove var_dump()
2013-06-07 LeoColombUpdate GeoIP script
2013-06-07 LeoColombUpdate data
2013-06-06 ozhMerge branch 'master' of https://github.com/ozh/YOURLS
2013-06-06 ozhTidy up - unneeded vars & comments
2013-06-06 ozhMerge branch 'master' of https://github.com/YOURLS...
2013-06-06 ozhCleanup - unneeded vars
2013-06-06 ozhMerge branch 'raldenhoven-master'
2013-06-06 RaldenhovenMore efficient way to check if short URL is free
2013-06-06 ozhSync with ezSQL lib
2013-06-06 ozhAlways include functions-infos.php
2013-06-05 Nic WallerMinor typographical fixes
2013-06-05 Nic WallerGently notify the user when config.php is unwritable
2013-06-04 Nic WallerSessions are independent of passwords
2013-06-04 Nic WallerEnable secure hashing by default, unless explicitly...
2013-06-03 Nic WallerRewrite config.php with password hashes
2013-06-03 Nic WallerImport phpass 0.3
2013-06-03 Nic WallerMore secure password hashes with PHPASS
2013-05-30 ozhSync with ezSQL lib
2013-05-17 ozhAlways include functions-infos.php
2013-05-08 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1389 from ozh/fix-notices
2013-05-08 ozhEscape single quotes in admin notices
2013-05-07 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1386 from ozh/fix-login
2013-05-07 ozhEOL! :)
next