]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes/load-yourls.php
Use __DIR__ instead of dirname(__FILE__)
[Github/YOURLS.git] / includes / load-yourls.php
2017-04-17 ozhUse __DIR__ instead of dirname(__FILE__)
2016-02-29 BstNameUpdate from original
2015-04-23 ozhMake sure we can bypass newer version check
2014-11-02 ozhHopefully suppress timezone warnings. Fixes #1804.
2014-02-01 ozhDon't check for new version when updating or installing.
2013-12-31 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1523 from YOURLS/http-lib
2013-12-30 ozhMerge branch 'master' into http-lib
2013-12-27 ozhCheck core version - complete. ish.
2013-12-26 ozhMerge branch 'master' into http-lib
2013-12-26 ozhMove api.y.org stuff to functions-http.php
2013-12-18 ozhCore version check -- first pass
2013-12-18 ozhUn-windowsify YOURLS_CONFIGFILE
2013-12-13 ozhImplement use of Requests - first pass.
2013-10-31 ozhImplement use of Requests - first pass.
2013-10-21 ozhImplement use of Requests - first pass.
2013-09-05 ozhMerge branch 'master' of https://github.com/ozh/YOURLS
2013-09-04 ozhCheck REQUEST_URI before actually running tests on...
2013-08-19 Léo ColombaroMerge pull request #1425 from YOURLS/Fix-GeoIP
2013-06-12 ozhFurther improvements
2013-06-12 ozhFixing and improving stuff on @nicwaller's patch
2013-06-06 ozhAlways include functions-infos.php
2013-06-03 Nic WallerRewrite config.php with password hashes
2013-05-17 ozhAlways include functions-infos.php
2013-05-01 ozhMerge branch 'master' of https://github.com/hultra...
2013-04-30 ﻫ༻྅༻ Ǭɀħ ༄༆ཉ༅ﺀMerge pull request #1367 from ozh/check-db-ver
2013-04-30 ozhPoint to actual readme if no config found
2013-04-30 ozhMerge branch 'issue1348' of https://github.com/ozh...
2013-04-21 ozhAdd mysql, mysqli and PDO support
2013-04-21 ozhChange load order
2013-04-08 LeoColombMerge pull request #1336 from LeoColomb/Fix-Github
2013-04-07 LeoColombFix end of line
2013-02-10 OzhLoad translation files earlier
2013-02-07 OzhMore portable stricter error reporting.
2013-02-07 OzhStricter error reporting. Because we want to be perfect...
2013-02-03 OzhTranslation API! zomigod. First pass. See Issue 52.
2012-12-14 OzhSmarter API (de/register methods) and a 'version' metho...
2012-12-09 OzhBig commit: yourls_esc_*() functions. Uses parts of...
2012-11-21 OzhLess constants, more functions. Fixes issue 1232.
2012-10-24 OzhMaintenance mode (interrupt everything is activated...
2012-08-20 ozhozhWhitespaces, bitches!! Because, you know, CodingStandards.
2012-08-17 ozhozhIncorrect inclusion of config.php from the includes...
2012-08-16 ozhozhGives priority to /user/config.php (preferred location...
2011-08-29 ozhozhRegroup formatting functions in a separate file.
2011-06-14 ozhozhNew filter on get all options, and early inclusion...
2011-04-27 ozhozhIntroduce a shutdown hook
2011-04-23 ozhozhAlways load display functions, that's useless and poten...
2011-04-01 ozhozhdie() properly if noob has noobed up.
2010-11-24 ozhozhLonger nonce. Too many noobs out there.
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-10-21 ozhozhTweak internal redirects: use 302 instead of 301 to...
2010-09-23 ozhozhDon't set page title as "Error: ....". Fixes issue...
2010-08-26 ozhozh- path constants sanitized
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 ozhozhNo includes if config.php not found
2010-06-25 ozhozhDefine default URLs to user dirs
2010-06-07 ozhozhWrong define. Fixes issue 357.
2010-05-28 ozhozhStarted implementation of the maintenance mode
2010-05-27 ozhozhPaths sanitization
2010-05-25 ozhozhDefine more global constants at init
2010-04-23 ozhozh- deleted functions-baseconvert.php
2010-04-20 ozhozhMore filters and more actions
2010-04-16 ozhozhAllow config.php to be moved in the /user directory
2010-04-15 ozhozhFirst commit of the plugin architecture:
2010-03-04 ozhozh- move test for error reporting
2009-12-29 ozhozhImproved: all admin URLs handled by function yourls_adm...
2009-11-27 ozhozhBig commit
2009-11-24 ozhozh- new constants: YOURLS_COOKIE_LIFE and YOURLS_NONCE_LIFE
2009-09-24 ozhozhInstaller fix + better messages in case everything...
2009-09-23 ozhozhFix install procedure. Damn it was broken :/
2009-09-19 ozhozhImplemented anti flood checks when adding new URLs...
2009-09-19 ozhozhLoad auth functions from start if needed
2009-09-17 ozhozhLogic change: include "load-yourls.php" instead of...
2009-09-16 ozhozhFixing install procedure that was crappily broken
2009-09-04 ozhozhgit-svn-id: http://yourls.googlecode.com/svn/trunk...
2009-09-04 ozhozhRenamed upgrade check constant to YOURLS_NO_UPGRADE_CHECK
2009-09-04 ozhozhSimpler config: no DB naming, just a table prefix ...
2009-09-03 ozhozhFixed: properly caching options in memory
2009-09-02 ozhozh1.4-alpha massive commit: