kink [Mon, 24 Jan 2005 19:16:54 +0000 (19:16 +0000)]
data_dir doesn't need to be readable. It has to executable, but that's
not cleanly testable in PHP so it seems..
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8703
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 24 Jan 2005 19:11:45 +0000 (19:11 +0000)]
Even more checking whether writing actually succeeds.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8702
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 24 Jan 2005 18:17:51 +0000 (18:17 +0000)]
Check if proc_open/fopen actually succeeded before starting to write to it.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8701
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 21 Jan 2005 23:58:17 +0000 (23:58 +0000)]
Add CVE-id's to ChangeLog.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8687
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Thu, 20 Jan 2005 20:35:21 +0000 (20:35 +0000)]
- XSS fixes in src/webmail.php
- Fixes for undefined varibles in src/webmail.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8684
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Wed, 19 Jan 2005 21:07:47 +0000 (21:07 +0000)]
Fix for possible remote file inclusion
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8680
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 18 Jan 2005 18:58:53 +0000 (18:58 +0000)]
Add a new Options section "compose". Move some options from Display
Preferences there - DP was way overcrowded with options not logically
sorted. This is just a simple re-arranging of some options, as a
simple attempt to at least clean things up a small bit.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8677
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 18 Jan 2005 16:54:29 +0000 (16:54 +0000)]
Show System Specs link has no place under the Options
menu, move it to the Bug-plugin page.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8676
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 18 Jan 2005 16:09:19 +0000 (16:09 +0000)]
Remove printer friendly clean display option, following a proposal of
mine on the devel list to which no objections arose. The option is
totally unclear to end users, and has very little impact. The cleaning
is now always done.
If it turns out this is really missed, or if people really want to turn
the cleaning off, it can of course always be reintroduced - that's
why this is devel.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8675
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 17 Jan 2005 05:49:46 +0000 (05:49 +0000)]
Adding old fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8671
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Mon, 17 Jan 2005 05:41:38 +0000 (05:41 +0000)]
Indentation cleanup
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8670
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sat, 15 Jan 2005 10:05:55 +0000 (10:05 +0000)]
Include CVE-id in ChangeLog, move Jimmy up in AUTHORS.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8662
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Fri, 14 Jan 2005 06:16:22 +0000 (06:16 +0000)]
Added hook for Preferences Backend to resolve potential file inclusions
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8647
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 13 Jan 2005 13:17:33 +0000 (13:17 +0000)]
adding tahoma style sheets. Provide better readability for Arabic or Farsi
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8637
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 10 Jan 2005 18:43:44 +0000 (18:43 +0000)]
Provides some fixes for #
1043576 (incorrect wrapping of multibyte texts).
If same code is ported to stable, it could make that bug specific to
devel branch. Devel branch needs more fixes for sqBodyWrap function. I would
like to add Eastern charset support before moving it to 1.4.5
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8619
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 9 Jan 2005 22:28:30 +0000 (22:28 +0000)]
Have configtest check whether the sq_default_language is actually installed.
Might hint people that didn't download the locales package.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8616
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 9 Jan 2005 17:01:42 +0000 (17:01 +0000)]
replacing urlencode with rawurlencode. It is possible that I've missed space
encoding as plus issue when I've tested IE or older php versions does not have
such behaviour. Should fix bug #
1076733.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8615
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Fri, 7 Jan 2005 18:17:53 +0000 (18:17 +0000)]
Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8610
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 7 Jan 2005 18:06:26 +0000 (18:06 +0000)]
adding mbstring overloading test and splitting some strings in order to make
them readable on smaller screens and don't cause xgettext errors.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8609
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Fri, 7 Jan 2005 17:42:23 +0000 (17:42 +0000)]
Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8603
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 7 Jan 2005 09:37:39 +0000 (09:37 +0000)]
Add base url to output of configtest.php.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8583
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 3 Jan 2005 14:37:27 +0000 (14:37 +0000)]
Support '-1' as a special value in memory limit for max attachment filesize.
#
1094569
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8564
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Mon, 3 Jan 2005 08:13:36 +0000 (08:13 +0000)]
Minor typo
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8562
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Mon, 3 Jan 2005 08:11:53 +0000 (08:11 +0000)]
Fix listcommands plugin to behave like normal reply/compose links, and
return to message page that originally called from.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8561
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 29 Dec 2004 22:58:54 +0000 (22:58 +0000)]
Increment year in copyright notice
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8534
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 29 Dec 2004 19:08:21 +0000 (19:08 +0000)]
Minor cleanup
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8528
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 29 Dec 2004 15:06:20 +0000 (15:06 +0000)]
Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8522
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Wed, 29 Dec 2004 14:37:40 +0000 (14:37 +0000)]
Replacing tabs with spaces
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8521
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Tue, 28 Dec 2004 13:12:28 +0000 (13:12 +0000)]
Add param 'clean' to formatBody to prevent irrelevant stuff like 'download
this as a file' being output in printer friendly. I guess formatBody is
a bit too much of an all-in-one function and it might be cleaner to split
it up at some time in the future. Also add colons to the printer friendly
mailheaders and make them bold.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8488
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 28 Dec 2004 11:42:56 +0000 (11:42 +0000)]
string updates
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8484
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 28 Dec 2004 11:25:23 +0000 (11:25 +0000)]
moved imap_test function to right place
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8482
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 28 Dec 2004 10:44:01 +0000 (10:44 +0000)]
one more place affected by #
1085377 bug
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8480
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 28 Dec 2004 10:31:25 +0000 (10:31 +0000)]
Adding macosx and hmailserver options. presets also include mercury, but it
is not used in any $imap_server_type tests
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8478
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 27 Dec 2004 21:14:55 +0000 (21:14 +0000)]
Cvascript detection was broken when you changed your setting from never
to autodetect. Fixes: #983614
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8477
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 27 Dec 2004 15:04:02 +0000 (15:04 +0000)]
Increment year in copyright notice.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8475
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Mon, 27 Dec 2004 14:12:06 +0000 (14:12 +0000)]
Add "Security:" with relevant changelog items and add CVE id's.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8474
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 27 Dec 2004 12:21:18 +0000 (12:21 +0000)]
information about newmail fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8471
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 27 Dec 2004 12:09:51 +0000 (12:09 +0000)]
reuploading files
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8470
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 26 Dec 2004 22:44:31 +0000 (22:44 +0000)]
A default server setting should always set all options, even if they are
the defaults, to permit switching between different servers. Thanks Tomas
for noting this.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8469
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Fri, 24 Dec 2004 15:45:33 +0000 (15:45 +0000)]
Add server type 'hmailserver' to work around a searching problem with hMailServer.
Fixes: #
1085377
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8462
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Wed, 22 Dec 2004 05:08:52 +0000 (05:08 +0000)]
RFC822 complianced with Received header. Fixes #
1088548.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8457
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Dec 2004 15:45:53 +0000 (15:45 +0000)]
explanation of weird chars and header
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8442
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Dec 2004 09:18:14 +0000 (09:18 +0000)]
use default http port for intertran in order to be able to used it through
strict firewall. updated otenet form url
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8439
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Dec 2004 08:46:14 +0000 (08:46 +0000)]
info about newmail plugin
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8436
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Dec 2004 08:42:25 +0000 (08:42 +0000)]
looks like opera implemented it according to apple specs and height/width
is required by this browser. without them opera defaults to 100-200 height.
fix for bug.818958
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8435
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 19 Dec 2004 08:20:30 +0000 (08:20 +0000)]
make gpltrans url configurable
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8434
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 10 Dec 2004 18:06:27 +0000 (18:06 +0000)]
correct table name and add some information about global address book
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8431
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 9 Dec 2004 15:50:07 +0000 (15:50 +0000)]
information about added function
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8430
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 9 Dec 2004 15:16:02 +0000 (15:16 +0000)]
language must be set before using gettext functions
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8429
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Thu, 9 Dec 2004 14:58:08 +0000 (14:58 +0000)]
adding sq_setlocale function in order to use multiple locale names without
php 4.3+ dependency
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8428
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Fri, 3 Dec 2004 18:24:26 +0000 (18:24 +0000)]
Close the form. Otherwise selecting all results from one mailbox will select them from all the ones below as well.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8408
7612ce4b-ef26-0410-bec9-
ea0150e637f0
indiri69 [Fri, 3 Dec 2004 18:22:57 +0000 (18:22 +0000)]
Use the count of what we found, not what is in the actual mailbox
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8407
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Wed, 24 Nov 2004 22:33:11 +0000 (22:33 +0000)]
Following up on my long standing threat to remove internal_link hook. Templates make it unnecessary, it is inefficient, and the only plugin using it requires a source patch to the same code anyway.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8397
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 24 Nov 2004 16:39:53 +0000 (16:39 +0000)]
adding phpdoc blocks and including new themes into default config
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8396
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 24 Nov 2004 16:12:08 +0000 (16:12 +0000)]
adding information about ngettext
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8395
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 21 Nov 2004 14:56:11 +0000 (14:56 +0000)]
set_url_var would eat the "&" if the first url var was being changed.
Fixes #
1053725
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8390
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 21 Nov 2004 13:53:51 +0000 (13:53 +0000)]
When you reload signout.php you get an error that you have to be logged in
to view the signout page. This is of course silly, if you're already logged
out this page should be a 'no-op' that just presents the same message.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8389
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 21 Nov 2004 13:10:06 +0000 (13:10 +0000)]
Add support for recognising 'Priority' and 'Importance' headers next to the
'X-Priority' that we've been supporting for a long time.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8388
7612ce4b-ef26-0410-bec9-
ea0150e637f0
kink [Sun, 21 Nov 2004 11:35:33 +0000 (11:35 +0000)]
Fix two time zone calculation bugs, thanks to david white for the
excellent analysis; verified by me to be correct solutions.
Closes: #
1063879
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8386
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Wed, 17 Nov 2004 23:53:38 +0000 (23:53 +0000)]
New themes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8385
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jangliss [Tue, 16 Nov 2004 06:20:09 +0000 (06:20 +0000)]
New line here makes a lot of slightly tidier looking HTML code
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8383
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 15 Nov 2004 16:10:46 +0000 (16:10 +0000)]
fixes for bugs 655137 and
1005353
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8380
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 15 Nov 2004 14:31:18 +0000 (14:31 +0000)]
removing default_charset tests. code can be reused in main function and
ldap needs option that forces decoding when default charset matches
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8377
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 14 Nov 2004 18:00:32 +0000 (18:00 +0000)]
allow mbstring functions will all charsets that are available in mbstring.
might add some override that removes need to run mbstring.internal_encoding n times.
fix for bug.
1005353
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8376
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 14 Nov 2004 17:42:40 +0000 (17:42 +0000)]
adding all charsets used by SM translations to default_charset selection list
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8375
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 14 Nov 2004 17:39:30 +0000 (17:39 +0000)]
removing obsolate global abook comments.
enhancing list_writeable_backends function
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8374
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 14 Nov 2004 17:36:37 +0000 (17:36 +0000)]
using own squirrelmail functions for encoding/decoding instead of xml functions.
fixes bug.655137
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8373
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 14 Nov 2004 17:32:53 +0000 (17:32 +0000)]
moving isset test to same place as others
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8372
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 14 Nov 2004 17:30:06 +0000 (17:30 +0000)]
extending utf-8 decoding function.
default_charset test removed because it is better to do in main decoding
function and ldap needs decoding without default_charset test
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8371
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Fri, 12 Nov 2004 17:53:40 +0000 (17:53 +0000)]
Fixing XHTML fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8368
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Fri, 12 Nov 2004 16:47:37 +0000 (16:47 +0000)]
Changing headers back
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8367
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Fri, 12 Nov 2004 15:12:14 +0000 (15:12 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8366
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Fri, 12 Nov 2004 14:21:31 +0000 (14:21 +0000)]
XHTML fixes
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8365
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 10 Nov 2004 17:49:33 +0000 (17:49 +0000)]
set value returned by ini_get to boolean
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8362
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 10 Nov 2004 17:38:58 +0000 (17:38 +0000)]
special chars should be undone only after encoding
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8361
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 10 Nov 2004 17:32:33 +0000 (17:32 +0000)]
info about theme fix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8360
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 10 Nov 2004 17:15:10 +0000 (17:15 +0000)]
added phpdoc blocks to netstyle theme.
fixed random theme. theme was stored with sm_path in session. breaks theme in plugins.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8358
7612ce4b-ef26-0410-bec9-
ea0150e637f0
pdontthink [Tue, 9 Nov 2004 20:04:10 +0000 (20:04 +0000)]
Fix: Messages shown with bad times in message list due to misinterpreted UW IMAP internal date
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8356
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 8 Nov 2004 15:56:48 +0000 (15:56 +0000)]
don't run decode cycles if charset is the same
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8353
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Sun, 7 Nov 2004 21:54:39 +0000 (21:54 +0000)]
Added netstyle theme by Gabriele Maidecchi. Patch #
1041323.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8350
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 7 Nov 2004 18:50:18 +0000 (18:50 +0000)]
info about new Czech translator
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8348
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Sun, 7 Nov 2004 15:03:03 +0000 (15:03 +0000)]
net-style theme by Gabriele Maidecchi. Patch #
1041323
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8339
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Fri, 5 Nov 2004 11:55:47 +0000 (11:55 +0000)]
adding phpdoc to abook database class
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8327
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Wed, 3 Nov 2004 19:38:53 +0000 (19:38 +0000)]
documenting options class
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8323
7612ce4b-ef26-0410-bec9-
ea0150e637f0
jervfors [Tue, 2 Nov 2004 22:21:34 +0000 (22:21 +0000)]
Replacing tabs with spaces, trimming white space at EOL and newline at EOF
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8321
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Tue, 2 Nov 2004 15:39:37 +0000 (15:39 +0000)]
adding address book block
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8320
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 18:49:06 +0000 (18:49 +0000)]
info about added global abook and some comments in abook_local_file.php
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8319
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 18:28:26 +0000 (18:28 +0000)]
spellcheck and some comments
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8318
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 17:59:53 +0000 (17:59 +0000)]
adding phpdoc blocks in addressbook classes (one more backend to go)
adding global file based address book support.
global_file backend removed (code reuse)
administrator plugin still need some mods, but it is dark outside and i'll
finish it later.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8317
7612ce4b-ef26-0410-bec9-
ea0150e637f0
cigamit [Mon, 1 Nov 2004 15:25:51 +0000 (15:25 +0000)]
Revert my changes on this plugin, I didn't notice that the globals were dynamically called. Thanks Tomas!
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8316
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 11:33:47 +0000 (11:33 +0000)]
info about patches by Ken and Felix
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8313
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 11:31:05 +0000 (11:31 +0000)]
Adding compact page selection options. Thanks to Felix Egli for idea, patch
and other fixes.
Fixed incorrect declaration of $data_dir variable
Removed getPref calls for page selector, because they are already loaded
in load_prefs
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8312
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 11:22:11 +0000 (11:22 +0000)]
adding onsubmit option in order to avoid warning on SSL enabled sites.
Thanks to Felix Egli for suggestion and patch.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8311
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 11:05:52 +0000 (11:05 +0000)]
missed one more subpackage tag
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8310
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 11:02:13 +0000 (11:02 +0000)]
more checks in charset name
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8308
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 10:59:22 +0000 (10:59 +0000)]
qmail-inject does not support -i option. Thanks to Ken Brush for report
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8307
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 10:54:01 +0000 (10:54 +0000)]
added subpackage tag.
enabled remote backends because they might be used in some cases.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8306
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 10:49:31 +0000 (10:49 +0000)]
adding phpdoc blocks.
fixed unchecked used of create. According to the docs it is optional.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8305
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 10:47:36 +0000 (10:47 +0000)]
removed $phone from array and from ldap queries. SM does not use it.
added phpdoc blocks
enabled list_addr function. currently returns empty array.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8304
7612ce4b-ef26-0410-bec9-
ea0150e637f0
tokul [Mon, 1 Nov 2004 10:44:42 +0000 (10:44 +0000)]
sqspell uses .mod files. vim and emacs are informed. phpdoc is not.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8303
7612ce4b-ef26-0410-bec9-
ea0150e637f0