Commit graph

62 commits

Author SHA1 Message Date
pdontthink
33f1343d8e Removed one line left over from copied code 2006-10-25 11:07:22 +00:00
pdontthink
539f8b5947 New static plugin hook registration has now been implemented. Looks to work with a handful of plugins, but keep your eyes out and TEST! Seems like this will be a winner. Everyone needs to run conf.pl once and just type 's' to save after updating their CVS trees. 2006-10-13 17:29:53 +00:00
tokul
22701975cb don't leave old code and DO check filters plugin when reporter informs about
the way to reproduce issue.
2006-09-30 07:09:09 +00:00
pdontthink
8fde45ca15 Should be a better fix so this hook now works with plugins that have been using it the old way too 2006-09-29 18:20:56 +00:00
pdontthink
5f9e8ffb19 New hook type that I am very excited about; should address a kind of plugin stacking that we should have had long ago 2006-09-28 14:30:45 +00:00
pdontthink
4bd8d42edf Fix broken legacy use of concat_hook_function. Now you can log in again. 2006-09-22 09:42:04 +00:00
pdontthink
8ac4e87d23 Move sqm_array_merge to arrays.php and subsequently move inclusion of arrays.php to init.php for global access. 2006-09-22 09:29:04 +00:00
pdontthink
649406b8aa Extensive rework of concat hook function to support merged array return values 2006-09-22 03:31:50 +00:00
pdontthink
6bfa08b203 Enabling use of <plugin>_info() function 2006-09-19 17:19:29 +00:00
pdontthink
71550060f9 Duh 2006-09-07 17:18:59 +00:00
pdontthink
8fd317de69 New helper function for checking plugin version numbers check_plugin_version() 2006-09-07 16:53:57 +00:00
tokul
59ae6f3ac2 removing trailing ?> from function scripts 2006-07-15 12:01:32 +00:00
stekkel
0a70f643f2 Centralized init 2006-04-05 00:22:11 +00:00
Thijs Kinkhorst
184c69663d config.php was not loaded before plugin.php, but that's needed to make
plugins work. The real solution is a centralized init and no active code
under functions/
2006-01-28 19:12:19 +00:00
tokul
83fdb4c332 copyright update 2006-01-23 18:46:41 +00:00
tokul
d20ef12ab2 prevent output in plugins/*/setup.php files. 2006-01-14 09:33:56 +00:00
tokul
2845b7c446 simplified check. thanks, Jon. 2005-10-04 17:21:10 +00:00
tokul
8d11e55aab explaining $plugins tests 2005-10-04 06:27:18 +00:00
Fredrik Jervfors
9ed98bb1ec phpDocumentor updates 2005-09-18 10:25:54 +00:00
tokul
5e13f2f9f3 code reuse. moving generic function from plugin to function/plugins.php 2005-07-14 14:49:22 +00:00
tokul
ac9598c450 function might be removed in 1.6. 2005-05-29 08:34:58 +00:00
Thijs Kinkhorst
a73561b911 Increment year in copyright notice. 2004-12-27 15:04:02 +00:00
Fredrik Jervfors
8c8ecffa57 Replacing tabs with spaces, trimming white space at EOL and newline at EOF 2004-11-02 22:21:34 +00:00
Jimmy Conner
2cd94f0d75 Removed variables that were initialized, but never actually used
Also remove a few more globals that were unused
Remove a few newlines at the end of files
Hopefully this will help shrink the memory footprint of SM just slightly
2004-11-01 02:05:15 +00:00
pdontthink
adb48be6a4 Make current hook name globally available when running a hook 2004-07-30 15:09:17 +00:00
Fredrik Jervfors
cb3f68162b Adding FIXME to comment 2004-07-05 07:31:29 +00:00
Fredrik Jervfors
9d4db8b166 Phpdocumentor update - sed is your friend for these kinds of things ;) 2004-05-21 23:56:53 +00:00
Erin Schnabel
027240f167 Zap the soupNazi to use the same JS test everything else does. 2004-03-28 23:06:12 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
Thijs Kinkhorst
2751145774 Add phpdoc doc blocks to some files. 2003-10-29 09:35:51 +00:00
tassium
9098cb73e4 Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.

The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
tassium
350bbcd288 New hook function: boolean_hook_function(), which is used for hooks that want a true/false value from the plugins. Currently used in isSpecialMailbox() 2003-09-04 20:26:53 +00:00
Erin Schnabel
676925ddd6 Add explicit include of global.php 2003-03-09 18:45:07 +00:00
Erin Schnabel
de20bf0dc9 Clean up references to global vars 2003-03-03 01:43:16 +00:00
Erin Schnabel
beb60c29b8 Fix broken subject line that I doubt has worked since we went rg=0 2003-02-27 03:23:21 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
f061369901 More rg=0 2002-09-21 20:26:52 +00:00
indiri69
56f1d28aec More SM_PATH changes 2002-09-10 22:35:30 +00:00
indiri69
93f4589423 Javascript detection no longer requires SquirrelSpell. 2002-09-10 21:10:17 +00:00
thomppj
9001d31cf8 Converted all files in functions/ to use SM_PATH. This will break all
plugins. Each callable script needs a:

  define('SM_PATH', '../../');

Or something like that put at the top.
2002-09-06 00:31:43 +00:00
philippe_mingo
55549af87f Sorry, last commit broke the code. I had to make a separate plugin function. 2002-01-31 17:13:51 +00:00
philippe_mingo
37c3e89856 This commit adds the hability to add a special folder through the hook
'special_mailbox'. As an example I added the spam mailbox. Please,
someone with docs skills at this to the docs 8-)
2002-01-31 16:53:54 +00:00
philippe_mingo
73f20e858a SoupNazi bug fixed 2002-01-03 08:39:57 +00:00
thomppj
c913b0f5c5 Fixed silly, nasty, bug... 2001-12-23 06:40:16 +00:00
thomppj
fab2b3dba0 Added sent_subfolders plugin, tweaked config stuff, other stuff. 2001-12-23 06:08:34 +00:00
thomppj
875ecb4aa2 Fixed dumb bug that I just committed... 2001-12-02 09:37:39 +00:00
thomppj
5d15361f1f Code cleanup brigage... 2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd ** -> * 2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f Added (c) stuff and some formatting. 2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769 Some fixup:
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff

This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00