Add support for socket-based database connections
[squirrelmail.git] / functions / plugin.php
2016-01-01 pdontthinkHappy New Year
2015-01-03 pdontthinkHappy 2015
2014-01-01 pdontthinkHappy 2014
2013-07-26 jervforsUpdate copyright
2012-01-02 pdontthinkUpdating copyrights. Happy New Year.
2011-01-06 pdontthinkHappy New Year!
2010-01-25 pdontthinkUpdate copyrights to 2010
2009-09-29 jervforsThe copyright symbol isn't really needed since the...
2009-04-15 jervforsThere are too many modified files being committed witho...
2009-02-19 pdontthinkMore of the same
2009-02-19 pdontthinkAllow version numbers to omit trailing zeros
2008-08-02 jervforsFix for phpDocumentor.
2008-07-22 pdontthinkFix plugin names showing up as "INCOMPATIBLE" on config...
2008-07-04 pdontthinkAllow plugins to specify that other plugins are incompa...
2008-03-11 pdontthinkAllow plugins to require CORE plugins
2007-05-17 kinkreplace preg_split without a regular expression with the
2007-05-07 pdontthinkUse constant instead of hard-coded string for plugin...
2007-05-06 pdontthinkAdd ability for plugin to indicate that they are not...
2007-04-05 pdontthinkAdd generic get_plugin_requirement() function and chang...
2007-03-22 pdontthinkAdd functions to help diagnose if plugin dependencies...
2007-03-20 pdontthinkFix loss of
2007-02-14 pdontthinkReadjust location of code that massages plugin versions...
2007-02-05 pdontthinkNew get_plugin_version() function, and a couple places...
2007-01-13 kinkincrement year in copyright notices
2007-01-03 pdontthinkFix for unknown index notices caused in templates when...
2006-12-10 pdontthinkRevert last commit; passing by reference like that...
2006-12-10 kinkmust pass $args by ref to to plugin function too, if...
2006-12-10 pdontthinkMassive update to plugin system architecture. Please...
2006-10-25 pdontthinkRemoved one line left over from copied code
2006-10-13 pdontthinkNew static plugin hook registration has now been implem...
2006-09-30 tokuldon't leave old code and DO check filters plugin when...
2006-09-29 pdontthinkShould be a better fix so this hook now works with...
2006-09-28 pdontthinkNew hook type that I am very excited about; should...
2006-09-22 pdontthinkFix broken legacy use of concat_hook_function. Now...
2006-09-22 pdontthinkMove sqm_array_merge to arrays.php and subsequently...
2006-09-22 pdontthinkExtensive rework of concat hook function to support...
2006-09-19 pdontthinkEnabling use of <plugin>_info() function
2006-09-07 pdontthinkDuh
2006-09-07 pdontthinkNew helper function for checking plugin version numbers...
2006-07-15 tokulremoving trailing ?> from function scripts
2006-04-05 stekkelCentralized init
2006-01-28 kinkconfig.php was not loaded before plugin.php, but that...
2006-01-23 tokulcopyright update
2006-01-14 tokulprevent output in plugins/*/setup.php files.
2005-10-04 tokulsimplified check. thanks, Jon.
2005-10-04 tokulexplaining $plugins tests
2005-09-18 jervforsphpDocumentor updates
2005-07-14 tokulcode reuse. moving generic function from plugin to...
2005-05-29 tokulfunction might be removed in 1.6.
2004-12-27 kinkIncrement year in copyright notice.
2004-11-02 jervforsReplacing tabs with spaces, trimming white space at...
2004-11-01 cigamitRemoved variables that were initialized, but never...
2004-07-30 pdontthinkMake current hook name globally available when running...
2004-07-05 jervforsAdding FIXME to comment
2004-05-21 jervforsPhpdocumentor update - sed is your friend for these...
2004-03-28 ebullientZap the soupNazi to use the same JS test everything...
2004-02-24 kinkWe're living in 2004 now... perl is your friend for...
2003-10-29 kinkAdd phpdoc doc blocks to some files.
2003-10-28 tassiumPreparation to begin using phpdocumentor.
2003-09-04 tassiumNew hook function: boolean_hook_function(), which is...
2003-03-09 ebullientAdd explicit include of global.php
2003-03-03 ebullientClean up references to global vars
2003-02-27 ebullientFix broken subject line that I doubt has worked since...
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-09-21 kinkMore rg=0
2002-09-10 indiri69More SM_PATH changes
2002-09-10 indiri69Javascript detection no longer requires SquirrelSpell.
2002-09-06 thomppjConverted all files in functions/ to use SM_PATH. This...
2002-01-31 philippe_mingoSorry, last commit broke the code. I had to make a...
2002-01-31 philippe_mingoThis commit adds the hability to add a special folder...
2002-01-03 philippe_mingoSoupNazi bug fixed
2001-12-23 thomppjFixed silly, nasty, bug...
2001-12-23 thomppjAdded sent_subfolders plugin, tweaked config stuff...
2001-12-02 thomppjFixed dumb bug that I just committed...
2001-12-02 thomppjCode cleanup brigage...
2001-11-26 philippe_mingo** -> *
2001-11-21 philippe_mingoAdded (c) stuff and some formatting.
2001-11-20 philippe_mingoSome fixup:
2001-09-26 philippe_mingoOperation "foo_once".
2001-04-19 fidian* Got bored and copied all the validate.php and define...
2001-02-09 fidian* Added more plugin stuff. :-)
2001-02-09 fidian* Lots-o-debug info
2001-02-09 fidian* Now this sends $plugin_general_debug to the plugins...
2001-02-09 fidian* Added a debug mode.
2001-01-30 fidianRemoved pass-by-reference. I think this might break...
2001-01-30 fidianRemoved a lot of the warnings generated when PHP has...
2000-10-09 fidianNew attachment view, do_hook() with parameters, better...
2000-07-30 lkehresman- added more hooks
2000-06-29 gustavfFixed spelin errorr.
2000-06-28 gustavfAdded basic framework for plugin support. Very little...