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
indiri69
6d1018fb2a
Removed spaces from end of SEARCH string, UW doesn't like them.
2002-08-23 17:30:34 +00:00
indiri69
0a47e9d878
Added missing
2002-08-23 17:19:38 +00:00
stekkel
95f3bf8d0d
make use of sqimap_read_data_list in imap_general + some fixes for devel
...
Can somebody test it because I never used/test this plugin
2002-08-23 15:10:50 +00:00
indiri69
e06a5b4995
Moved links to bottom of menu before header
2002-08-22 18:36:04 +00:00
philippe_mingo
a74a48ff98
Fix
2002-08-22 10:34:42 +00:00
philippe_mingo
db3fa82a09
Indentation & Bugfix
2002-08-22 10:04:34 +00:00
philippe_mingo
6a1659b234
Masato
...
Japanes patch
2002-08-22 09:33:09 +00:00
thomppj
80df84b2fc
Lots of small user interface fixes. Added user option to enable/disable "forward as attachment".
2002-08-21 22:56:09 +00:00
stekkel
cb34f7375a
fixed a lot of warnings
2002-08-21 13:45:06 +00:00
stekkel
5455d42b2e
make del_move_next work again
2002-08-20 08:24:52 +00:00
thomppj
78d3542acb
Updated filters plugin to work with UID support.
...
Made main header block look prettier in message view.
2002-08-15 04:20:42 +00:00
Thijs Kinkhorst
8292e8fd09
Initialize $output
2002-08-07 15:38:55 +00:00
Thijs Kinkhorst
f16c9c8e1f
Recreate listcommands plugin using new rfc822_header functionality.
...
Removes need for imap call.
2002-08-07 10:00:54 +00:00
stekkel
159a1cff1a
rfc822_header stuff
...
to do: remove the imap_call because the information is already in the
rfc822_header
2002-08-06 23:09:14 +00:00
stekkel
856844d7ed
adapt layout to fit in read_body + fix for comp_in_new stuff
2002-07-30 12:33:32 +00:00