commit: imp prefs.php compose.php spelling.php imp/config
prefs.php.dist imp/templates/prefs compose.inc
imp/templates/compose spelling.inc imp/docs CHANGES
max@horde.org
max@horde.org
24 Dec 2000 15:38:59 -0000
max 2000/12/24 07:38:59 PST
Modified files:
. prefs.php compose.php spelling.php
config prefs.php.dist
templates/prefs compose.inc
templates/compose spelling.inc
docs CHANGES
Log:
Spelling Updates:
-- fixed " -> " bug that deletes part of a message
-- fixed $message -> htmlspecialchars($message) so all of the
message will be displayed on the corrected text screen.
-- moved NUM_WORDS into user preferences area
-- added class="button" to the action buttons
-- removed some unused variables
-- register_globals = Off compliant
-- whitespace
Preferences Updates:
-- added num_words pref to the mail composition section
-- updated the rest of prefs to be register_globals = Off happy
Compose Updates:
-- fixed register_globals = Off for the spelling functionality
I'm running imp with register_globals = Off -- everything so far
seems happy except attatchments. I fixed the upload portion, but
the attachment management is still untouched. I'll get to it next
week when I get back.
Revision Changes Path
2.104 +48 -36 imp/prefs.php
2.229 +11 -11 imp/compose.php
2.23 +194 -190 imp/spelling.php
1.19 +4 -1 imp/config/prefs.php.dist
1.5 +7 -2 imp/templates/prefs/compose.inc
1.13 +107 -121 imp/templates/compose/spelling.inc
1.248 +2 -0 imp/docs/CHANGES