Commit graph

36 commits

Author SHA1 Message Date
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
philippe_mingo
b630edc905 Operation "foo_once".
functions Folder
Step 1: Check file including and change it to the _once system.
2001-09-26 10:43:39 +00:00
Tyler Akins
0d0de5d238 * Got bored and copied all the validate.php and define() stuff to 1.1
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
  will work properly (methinks)
2001-04-19 17:58:10 +00:00
Tyler Akins
e56942b319 * Added more plugin stuff. :-) 2001-02-09 16:13:23 +00:00
Tyler Akins
3e5746932f * Lots-o-debug info 2001-02-09 14:51:01 +00:00
Tyler Akins
5210c3a8d3 * Now this sends $plugin_general_debug to the plugins too. If the plugins
aren't coded to accept the debug value for their setup function, then it
  should be ignored safely.
2001-02-09 14:44:15 +00:00
Tyler Akins
25fe3ea0ab * Added a debug mode. 2001-02-09 13:24:07 +00:00
Tyler Akins
18da02590c Removed pass-by-reference. I think this might break attachment_common. 2001-01-30 21:05:27 +00:00
Tyler Akins
de965920f1 Removed a lot of the warnings generated when PHP has all warnings enabled.
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
Tyler Akins
32a4467252 New attachment view, do_hook() with parameters, better attachment hook 2000-10-09 12:18:32 +00:00
Luke Ehresman
2245a47d18 - added more hooks
- updated documentation on plugins to include a list of hooks
- added info in plugin.txt on how to use "options" in your plugins
2000-07-30 15:06:26 +00:00
gustavf
21f4f73ac2 Fixed spelin errorr. 2000-06-29 08:17:05 +00:00
gustavf
83f3c2eaf9 Added basic framework for plugin support. Very little code so far. Two
hooks in page_header.
2000-06-28 13:07:00 +00:00