]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes/functions-plugins.php
Add plain API format
[Github/YOURLS.git] / includes / functions-plugins.php
2016-02-29 BstNameUpdate from original
2015-05-11 ozhCode coverage syntax nitpicking
2015-05-11 ozhAdd yourls_remove_all_(filters|actions)
2015-05-11 ozhGet die() ouf of yourls_plugin_admin_page()
2015-05-11 ozhImprove global declarations
2015-05-07 ozhSimpler syntax
2015-05-06 ozhRemove unnecessary function_exists()
2014-11-03 ozhClose output buffer. Should fix UT on Travis.
2014-11-02 ozhAllow hooks with anonymous closures. See #1800.
2014-10-26 ozhDeprecate yourls_apply_filters (plural). Fixes #1671.
2014-05-06 ozhAvoid notices with incomplete plugin headers
2013-09-07 LeoColombInclude once to avoid duplication
2013-09-02 ozhAvoid checking an empty array when loading plugins
2013-05-04 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1381 from ozh/db-check
2013-05-04 ozhDon't load plugins when installing/upgrading
2013-05-03 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1380 from ozh/typos
2013-05-03 ozhTypos and unused variables. Good job, PhpStorm!
2013-04-08 LeoColombMerge pull request #1336 from LeoColomb/Fix-Github
2013-04-07 LeoColombFix end of line
2013-03-18 OzhFix: incorrect error message.
2013-02-10 OzhTranslation leftovers. Now that's it. Honestly.
2013-02-10 OzhAaaaaand more translation readyness.
2013-01-09 OzhPlugin management page: now properly sorted by name.
2012-12-09 OzhAlias: yourls_apply_filters()
2012-11-21 OzhLess constants, more functions. Fixes issue 1232.
2012-10-14 ozhozhAdd function yourls_did_action()
2012-08-20 ozhozhWhitespaces, bitches!! Because, you know, CodingStandards.
2011-09-19 ozhozhDon't modify/return values passed by actions.
2011-09-15 ozhozhFully filterable admin menu links. Mucho mas cleano.
2011-06-24 ozhozhLooser pattern matching for plugin header
2011-04-23 ozhozhEnforce space after semicolon in plugin header data...
2010-11-06 ozhozhNew function: yourls_plugin_url()
2010-07-01 ozhozhAdded functions to register and draw plugin admin pages...
2010-05-28 ozhozhUpdate active plugin list if one is missing upon activation
2010-05-27 ozhozhPlugin API & management update: active plugins stored...
2010-04-23 ozhozhminor tweak & another action
2010-04-23 ozhozhNew admin page: plugins
2010-04-20 ozhozhFunctions to read plugin headers
2010-04-20 ozhozh- Bump version to 1.5-beta
2010-04-15 ozhozhTweak action for class based plugins
2010-04-15 ozhozhFirst commit of the plugin architecture: