Commit graph

983 commits

Author SHA1 Message Date
sizzlingmercury
c99d1ba64b Corrected missing end of comment 2002-10-18 03:40:11 +00:00
stekkel
921c222fd2 NO it's not a habit from me.
Thnx Jasper Kalkman.
2002-10-16 19:33:07 +00:00
stekkel
efb94344a3 fix from Matthew Hagerty regarding a check for SM_PATH 2002-10-16 19:08:41 +00:00
stekkel
f4ec02a513 macosx search query fix. 2002-10-16 17:10:14 +00:00
stekkel
796a29e6d4 imap performance related issue, move the fetch to the area we need the
result.
2002-10-06 17:22:50 +00:00
stekkel
3531344b35 adapt spamcop to make use of the new way we send mail 2002-10-06 17:06:24 +00:00
Thijs Kinkhorst
bbb7b42f05 First param is a constant not a string 2002-10-03 07:30:28 +00:00
Thijs Kinkhorst
4c47a0653c rg=0 d_m_n 2002-09-25 18:07:15 +00:00
stekkel
9ec0d20555 include globals.php 2002-09-25 17:41:14 +00:00
Thijs Kinkhorst
31dfbd1dac rg=0 2002-09-25 17:00:43 +00:00
Thijs Kinkhorst
9788041731 rg=0 2002-09-25 16:53:30 +00:00
Thijs Kinkhorst
72897c50b4 Keep on going... filters plugin rg=0 compat. 2002-09-25 16:19:53 +00:00
Thijs Kinkhorst
51068d882c Calendar rg=0 2002-09-25 16:05:04 +00:00
Thijs Kinkhorst
a1e6bfa46f mail_fetch => rg=0 2002-09-25 15:47:16 +00:00
Thijs Kinkhorst
99abfd799f Some plugins to rg=0: bug_report message_details newmail sent_subfolders spamcop translate 2002-09-23 10:07:55 +00:00
Thijs Kinkhorst
771ff7295f rg=0 2002-09-22 11:20:50 +00:00
stekkel
3f94a409ae fixed warnings 2002-09-16 12:11:19 +00:00
stekkel
14bdc3e8f9 Time to stop coding for tonight. Making this kind of terrible bugs is bad.
Thnx Seth Randall for noticing it.
2002-09-13 21:47:39 +00:00
stekkel
87129a9f14 uid fix 2002-09-13 21:15:41 +00:00
thomppj
60a70d8a4d Putting back SM_PATH the way it should be and eliminating chdir in the
plugins.
2002-09-12 22:24:01 +00:00
indiri69
8a27bf7094 Need chdir in plugins when data_dir is relative 2002-09-12 18:47:06 +00:00
stekkel
959f4cae2b SM_PATH fix 2002-09-11 07:56:37 +00:00
indiri69
318515879a Message details seems to work without chdir now. 2002-09-10 22:48:33 +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
stekkel
c78a5438a1 if I don't do a chdir('..') required files in required files failed to
include because SMPATH is defined relative.
Paul, I don't know what you have in mind with de SMPATH definition but it
doesn't work for plugins.
2002-09-10 12:29:50 +00:00
thomppj
372104bd8e Eliminated all eveil chdir statements. 2002-09-09 22:41:46 +00:00
Thijs Kinkhorst
15264a0cd6 Fix a bunch of plugins to cope with moved load_prefs/validate files. 2002-09-08 14:15:25 +00:00
indiri69
c470533435 Fixed some string issues. 2002-09-07 18:40:49 +00:00
indiri69
04dec21073 Added require_once for filters.php 2002-09-07 01:38:31 +00:00
indiri69
96af70e528 Fixed validate.php require 2002-09-06 22:04:17 +00:00
stekkel
8e4f4a0170 Argg 2002-09-06 17:47:32 +00:00
stekkel
f55021e133 SMPATH BORKED everything 2002-09-06 17:24:31 +00:00
stekkel
6a033c9ad3 almost forgot: SMPATH fixes from Paul BORKED spamcop 2002-09-06 17:23:11 +00:00
stekkel
4d4b812a7d SMPATH fix 2002-09-06 17:21:53 +00:00
stekkel
6a321b6395 SMPATH fix 2002-09-06 17:12:17 +00:00
stekkel
5bb40d5282 SMPATH fix 2002-09-06 16:48:54 +00:00
stekkel
2e76e0efd8 fix for new SMPATH 2002-09-06 16:43:35 +00:00
thomppj
f606f46748 Added fortune plugin. 2002-09-06 02:05:03 +00:00
thomppj
de9848ded8 A terrible pile of things done to the code. Did a little bit of SM_PATH
stuff in plugins.

Then I moved some files:
  src/validate.php         -> include/validate.php
  src/load_prefs.php       -> include/load_prefs.php
  src/options_personal.php -> include/options/personal.php
  src/options_display.php  -> include/options/display.php
  src/options_folder.php   -> include/options/folder.php

Basically, the concept here is that src/ should ONLY contain files that
actually get called from the web browser as a php script directly. All
of these files do not really contain functions or anything (so the
functions/ directory did not really make sense), but were more strictly
include files.

Of course, the name functions for a directory is bad organization, IMHO,
anyhow. I guess class would fall in the same category. Oh well, some of
that might get fixed someday.

So, new rule. Only put it in src/ if it gets called directly.

That was really sort of an unwritten rule before. However, since it was
never really enforced or officialized, things got sloppy.

I think I have everything fixed in the CORE with this traumatic moves. I
am sure all of the plugins will be broken. Oh well, the error messages
should be pretty loud and easy enough to fix.
2002-09-06 01:16:40 +00:00
stekkel
97bee67c66 Added Message details plugin to CVS 2002-09-05 13:44:57 +00:00
stekkel
99028a0362 forgot something 2002-09-04 14:58:43 +00:00
stekkel
551a5ae870 untested uid_support fix 2002-09-04 13:59:37 +00:00
thomppj
621b248d32 Made calender plugin conform to SquirrelMail Project Team cvs copyright
standards.
2002-08-31 21:07:14 +00:00
Thijs Kinkhorst
8f309d4d40 Remove NOOP checks. This breaks some things without any reason to do so, rather have a
liberal, more compatible implementation.
Patch from peter@dataloos.nl
2002-08-31 06:19:57 +00:00
thomppj
b213aaf04d Fixed strings so that they would be mo better english. :) 2002-08-26 22:53:05 +00:00
philippe_mingo
c285cf3d83 Typo 2002-08-26 07:15:11 +00:00
Thijs Kinkhorst
d840d4a5a9 Seems to be using a PHP 4.1 only function... changing code so also the PHP 4.0 syntax can be
used.
2002-08-23 20:15:30 +00:00
indiri69
a8e5d44521 Replaced some deleted lines that are need for filters to work correctly. 2002-08-23 17:49:01 +00:00
indiri69
f68eecb15a Fixed typo 2002-08-23 17:41:20 +00:00