Fredrik Jervfors
863a5987c4
Replacing deprecated HTML "center" element.
2006-02-05 11:18:50 +00:00
tokul
c48180ca31
making sure that new configuration vars are parsed and configuration arrays
...
are preserved. control of options in arrays requires more changes and will
be implemented after release
2006-02-05 10:44:25 +00:00
tokul
4b4adabb8c
switched doctype to standard compliance mode
2006-02-05 09:20:36 +00:00
Fredrik Jervfors
91cda79db6
Removing trailing spaces from strings.
2006-02-01 09:25:11 +00:00
tokul
a1ceb2a21e
fix i18n date format
...
fix multiline title field display (remove line feeds when calendar is read)
2006-01-29 10:15:28 +00:00
tokul
57ae2c61ce
Added IMAP and SMTP STARTTLS extension support.
...
Saved SMTP EHLO response in class parameters.
Moved sanitizing of SMTP errors from delivery class to display scripts.
Allowed to use configtest.php when client_ip matches server_ip.
There is no 1.3.3 version. TLS was introduced in 1.4.0.
2006-01-28 19:24:08 +00:00
tokul
83fdb4c332
copyright update
2006-01-23 18:46:41 +00:00
tokul
0e155aec51
missed wrong phpdoc tag
2006-01-15 10:03:07 +00:00
tokul
2412204c49
Plugin update:
...
1. use of sqGetGlobalVar instead of accessing $_POST and $_GET directly
2. event sanitizing update. Storage functions don't sanitize html. Event text
is sanitized on display
3. fix possible data loss when vertical bar is used in event text
4. updates in README and phpdoc blocks
2006-01-14 14:21:21 +00:00
tokul
38c1f45f4b
#1291081 . Undo encoding of line feeds in calendar data.
...
Code still need fixes because htmlspecialchars should not be used on $calendar
data. Only functions that output data should do sanitizing.
2006-01-08 17:28:12 +00:00
tokul
ae65cfb852
removed * from list prefix
...
added script execution time
updated plugin maintainer information
2006-01-08 10:28:22 +00:00
tokul
e482d9d3d7
adding error checking in deliver_sendmail class.
...
sendmail -i -t arguments moved to configuration
fixed unsanitized output in plain_error_message() calls.
2005-12-08 18:24:47 +00:00
jangliss
f72d8082d7
Key being overwritten by reuse of var in filters plugin.
2005-11-29 06:20:49 +00:00
tokul
3b00772e3a
- $this->ERROR = _("POP3 pass:") . ' ' . _("Authentication failed ") . "[$reply]";
...
+ $this->ERROR = _("POP3 pass:") . ' ' . _("Authentication failed") . " [$reply]";
Reusing string from smtp delivery class
2005-11-23 16:45:03 +00:00
tokul
882a9d46b2
fixed ngettext formating
2005-11-12 14:35:28 +00:00
tokul
a118a32114
unifying some strings. reduces number of translations
2005-11-12 14:28:58 +00:00
Thijs Kinkhorst
8e684fe5dd
make it explicit that the aspell command line is the same as the ispell one
2005-11-09 22:03:48 +00:00
tokul
30c03d2ddf
don't list index.php in sound options. issue specific to 1.5.1cvs and 1.4.6cvs
2005-11-06 09:39:50 +00:00
tokul
217ec5a526
search forms are moved to squirrelmail site.
...
added configuration options that control availability of plugin to end users
2005-11-05 11:10:26 +00:00
tokul
5e98d9307e
adding sqimap functions to check status of folder. Code reuse.
...
adding more fixes for sent_subfolders on uw
2005-11-04 18:33:53 +00:00
tokul
f408812178
adding IMAP folder type controls to folder option widget. Widget uses default
...
noselect filtering and sent_subfolders needs to filter noinferiors
fixed sent_subfolder E_NOTICE issues with yearly subfolders and added delimiter
between subfolder base and year folder.
Sent Subfolder Base selection box now lists only folders without noinferiors flag.
Tested on UW.
Some complex folder check is pending.
2005-10-31 18:00:46 +00:00
jangliss
4935d499b7
If no filters defined, and spam filters are not enabled, don't bother
...
issuing a possibly costly IMAP STATUS call to INBOX.
2005-10-25 21:08:21 +00:00
tokul
ee3ebc12db
Windows aspell returns \r\n line endings. if \r is not removed, it breaks
...
javascript and list of suggestions is empty.
2005-10-15 08:54:25 +00:00
tokul
ef1ace4ccb
fix imap command. \r\n is added by sqimap_run_command. If second \r\n is
...
present, it breaks next issued imap command (sqimap_mailbox_exists() always
returns true).
2005-09-24 17:22:32 +00:00
Fredrik Jervfors
9ed98bb1ec
phpDocumentor updates
2005-09-18 10:25:54 +00:00
Fredrik Jervfors
d3abcd651b
Adding more index.php files
...
Unifying index.php files
2005-09-11 07:05:54 +00:00
tokul
ad8b52c314
adding bincimap preset
2005-09-10 12:50:46 +00:00
tokul
d5cd5f3d3a
adding database field size checks ( #1233721 )
2005-09-10 08:46:15 +00:00
Fredrik Jervfors
c73a5b46c8
String fix
2005-09-03 22:16:54 +00:00
Thijs Kinkhorst
2bcf68dfbe
Use shell exec so we can escape the fortune output.
2005-08-28 12:57:57 +00:00
tokul
c52e78971a
removing $available_languages option
2005-08-06 06:01:49 +00:00
tokul
e7efa38050
moving administrator check to option block registration. reduces amount of
...
code loaded during plugin's init. removing trailing linefeed from auth.php
2005-08-06 05:52:58 +00:00
tokul
1a088144d9
fix gettext and sprintf formating now. work on error_box later.
2005-08-02 06:58:21 +00:00
tokul
31bb264a73
don't use full URL in sounds media preferences.
...
adding configuration option to disable upload of sound files.
adding svg and ogg support in embed tags.
2005-08-01 08:12:07 +00:00
tokul
20f3be9bc2
instead of retrieving text with 'Download as a file link' and removing link text later,
...
retrieve text without Download link.
add character set option to engines that don't change used character sets
in their forms. Fixes translation of 8bit texts (translations from Russian,
Greek, Chinese, Korean, Japanese, etc to English and other languages)
2005-07-31 14:19:04 +00:00
tokul
1306fb443a
code was checked, when similar code was debugged on openbsd 3.5 for phpldapadmin.
2005-07-31 11:31:29 +00:00
tokul
f7ceeacbb7
fix path disclose problem in functions.php
...
don't display system information, if plugin is disabled.
use squirrelmail option widgets instead of own functions. Option saving is
handled by sm.
2005-07-17 15:40:49 +00:00
tokul
0019c9a754
misunderstood use of second array_shift command
2005-07-17 07:27:32 +00:00
tokul
f604d5e891
reducing size of setup.php
...
removing unneeded javascript support detection in registration of options block
2005-07-15 12:44:44 +00:00
tokul
dbaae8d312
if 'js' => TRUE, javascript support is checked by src/options.php
2005-07-15 11:10:03 +00:00
tokul
2b3eadfaba
duplicate function. fix use first. compare functions later.
2005-07-15 11:08:28 +00:00
tokul
45cf307ed7
php 5.1b2 - can't use function call inside array_shift() function.
...
src/configtest.php
- add extra checks in use_php_recode and use_php_iconv.
- fix typo. $dbtype should be used instead $db
2005-07-14 17:44:41 +00:00
tokul
3c66bff2f8
reduced setup.php size.
...
added checks for disabled plugin in spamcop.php.
listed used hooks and pref keys in README
2005-07-14 14:54:57 +00:00
tokul
9f54612227
using squirrelmail api for error message
2005-07-14 14:50:49 +00:00
tokul
5e13f2f9f3
code reuse. moving generic function from plugin to function/plugins.php
2005-07-14 14:49:22 +00:00
tokul
ef19f56645
stop loading functions in setup.php
...
detect spamcop submission inside compose_send hook.
add keep/don't keep submitted mails option
fix redirection when compose_new_win = true.
2005-07-13 13:50:51 +00:00
tokul
7b9a3ccb89
time zone configuration options.
2005-07-10 12:54:18 +00:00
tokul
ac7afc8e55
fix broken function first. work on usability later.
2005-07-06 15:45:10 +00:00
stekkel
75c4e716a2
XSS fixes
2005-06-15 23:07:09 +00:00
Thijs Kinkhorst
00a8433399
Fix serveral cross site scripting bugs found by Martijn Brinkers and
...
ourselves. Part 1/2, patch to magicHTML will follow. This is CAN-2005-1769.
2005-06-15 21:12:08 +00:00