Commit graph

3121 commits

Author SHA1 Message Date
jangliss
4946845618 Saved additional calls to NAMESPACE if it was already saved in the session
by redirect.php.  Suggestion from Michael Long.
2006-01-15 18:54:35 +00:00
tokul
d20ef12ab2 prevent output in plugins/*/setup.php files. 2006-01-14 09:33:56 +00:00
tokul
fc7ef5ceae adding mailbox caching code by Michael Long 2006-01-10 09:14:45 +00:00
tokul
1cf3b09485 search for string in cn, sn and mail fields 2005-12-28 17:47:07 +00:00
Thijs Kinkhorst
c3341f4716 - MagicHTML fix for comments in styles. 2005-12-22 23:01:54 +00:00
tokul
1fb4febf46 removed any possible globalized var. It is possible that SESSION, ENV and
SERVER vars can be trusted, but I prefer reverting any possible rg=on effects.
2005-12-20 09:14:35 +00:00
tokul
c126a879c3 adjusting string functions to Japanese translation layout specifics
(#1377622).
2005-12-13 10:53:43 +00:00
jangliss
25fcbd5e8f Test before committing... stops stupid errors :) 2005-12-08 17:13:44 +00:00
pdontthink
a999bf86e3 Include compatibility plugin; no need for patching to use plugin 2005-12-07 10:47:30 +00:00
pdontthink
a1e6cfdb1b Move sqm_baseuri() to strings.php. A file for functions that manipulate strings isn't a good dumping ground for this stuff, but get_location() is already there, and otherwise we'd need more reorg that I'm not doing now. 2005-12-07 05:57:06 +00:00
tokul
01764a2e96 unregister globals from $_REQUEST. global.php should be loaded before global
variables are defined in script and variable corruption should be minimal.

We still have to review $theme global in validate.php. I could not reproduce
any error when $theme was set through GET request.
2005-12-04 09:19:15 +00:00
tokul
bfafe666b4 use sqsetcookie instead of setcookie.
return OTP encrypted password key.
2005-12-04 08:57:30 +00:00
tokul
d72dfedcc9 centralizing password reading and saving functions. 2005-12-02 11:16:28 +00:00
tokul
1d1799ffcd document html functions 2005-12-02 10:59:55 +00:00
indiri69
5306864f7e Create $aCriteria to prevent a notice later on if there is nothing in it 2005-11-30 18:21:31 +00:00
Alexandros Vellis
b2d7c651c9 Put multiple capability options in an array. 2005-11-29 11:32:24 +00:00
tokul
24a1fdca96 http://bugs.php.net/bug.php?id=31341
PHP fixed escaping of curly brackets in 5.1. You can't escape { anymore. (#1366982)
2005-11-26 19:45:10 +00:00
pdontthink
87be233847 Fixed first message losing correct URI 2005-11-25 09:55:15 +00:00
pdontthink
3e9c793354 Reimplement subject_link hook and add some new link attribute variables 2005-11-24 01:13:56 +00:00
jangliss
84914307de Remove lines as Thijs has removed the function entirely. 2005-11-21 23:13:34 +00:00
jangliss
1637c4500e Who left their debugging code in here? 2005-11-21 22:54:05 +00:00
Thijs Kinkhorst
c139ed5f7e - Fix error message in addressbook.php lookup (#1351825). 2005-11-21 22:46:09 +00:00
Thijs Kinkhorst
cb5833a4e3 general cleanup 2005-11-21 22:32:17 +00:00
stekkel
0e0f470204 fixed warning (by Michael Long) 2005-11-21 21:46:48 +00:00
Thijs Kinkhorst
2b7abb195b remove irrelevant markers 2005-11-21 20:14:20 +00:00
stekkel
04c62bb45f fix from Michael Long for imap servers that do not return the UID in the fetch response
returned by doing a UID STORE.
2005-11-21 19:34:15 +00:00
stekkel
3d851be854 * Support for LIST-SUBSCRIBED capability.
* Do not do an individual LIST call for each mailbox if all mailboxes are
displayed instead of only the subscribed ones.
2005-11-16 16:35:57 +00:00
stekkel
988d2fdcd2 That was a bit too much. I forgot i experimented with session regeneration.
Remove it.
2005-11-13 19:34:33 +00:00
stekkel
445d28f6bb Remove double Path from set-cookie header, add expires value because php use
it too in the setcookie function.
2005-11-13 19:29:48 +00:00
tokul
724b9be68a add image/jpg mime type and .jpe extension 2005-11-11 06:32:56 +00:00
Thijs Kinkhorst
9c8824c3bc - Make test for IE6 in SendDownloadHeaders also match versions higher
than 6 (#1339211).
2005-11-09 21:51:16 +00:00
jangliss
432d3946d9 sqimap_utf7_decode_mbx_tree doesn't issue a return, but simply changes
the variables by reference to the call.  This makes mbxs_tree an undefined
and unusued variable and might cause errors in php 4.4+ (especially with
objects).
2005-11-09 21:35:34 +00:00
jangliss
510fb1a51c Undefined index in addressbook backends. Possible trigger is import plugins. 2005-11-09 20:15:45 +00:00
pdontthink
92c169c2c0 Spelling fix 2005-11-09 18:34:58 +00:00
stekkel
6c781823d5 forgot to add a few comments. Now others can read the code as well ;) 2005-11-08 23:01:23 +00:00
stekkel
2767aaa9eb Fix for situation when mailbox cache was invalidated while iterating through
the messages with the next/prev links from read_body.php
2005-11-08 22:26:37 +00:00
tokul
2c55a11514 updating since tags 2005-11-06 09:55:54 +00:00
Fredrik Jervfors
a3666cd4b8 Documentation update 2005-11-05 21:30:50 +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
7bb32e60c7 adding more charsets to sq_mb_list_encodings 2005-11-04 18:31:35 +00:00
stekkel
6d97487c3c fixed warning and improved url () filtering 2005-11-03 18:10:07 +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
tokul
2324ed9954 use shorter names for x-euc-tw, x-windows-949 and Outlook Express Korean charsets. 2005-10-31 17:29:03 +00:00
tokul
9b38413e94 rearranging global.php layout:
* first list defines, then functions, then run code
* move php_self() function from strings.php to global.php in order to provide
$PHP_SELF to session functions
2005-10-20 17:48:49 +00:00
Thijs Kinkhorst
a63e73401f revert addition of security=restricted tag since that breaks our authentication. 2005-10-17 20:04:00 +00:00
stekkel
434cec16e8 Support for HttpOnly cookies.
HttpOnly cookies prohibit access by Javascript. Currently only IE6 supports
it. See http://msdn.microsoft.com/workshop/author/dhtml/httponly_cookies.asp
In order to achieve that the cookie with the session_id also contains the
httponly cookie attribute I introduced a new function, sqsession_start which
overwrites the cookie set by php by our own cookie containing the session_id
and the httponly attribute.
All session_start calls are replaced by sqsession_start.
2005-10-15 16:44:59 +00:00
tokul
4da05a3e9f sanitizing address book listing. extra field row is added for plugins
that want to add html tags to address book listing (like vcard_abook).
2005-10-15 11:12:53 +00:00
Thijs Kinkhorst
2f75a87f8d set security=restricted attribute on the iframe, preventing javascript
and other tricks to be used inside its contents on supporting browsers.
2005-10-11 15:27:25 +00:00
tokul
984215b9e2 fixed quoted-printable decoding.
removed $show_html_default global call. Call was introduced in 1.113 and
made obsolate in 1.114.
2005-10-09 20:35:31 +00:00
tokul
2845b7c446 simplified check. thanks, Jon. 2005-10-04 17:21:10 +00:00