squirrelmail.git
17 years agoDon't load prefs for serving stylesheets; instead grab template directory info from...
pdontthink [Tue, 19 Sep 2006 14:46:53 +0000 (14:46 +0000)]
Don't load prefs for serving stylesheets; instead grab template directory info from GET query string so we can make sure we are getting correct template set

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11724 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoVariable name is misleading, if technically correct. I'd personally eventually like...
pdontthink [Tue, 19 Sep 2006 14:43:41 +0000 (14:43 +0000)]
Variable name is misleading, if technically correct.  I'd personally eventually like to see a wrapper (class) around template ids, names, dirs, and other attributes.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11723 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoDefault was overriding legitimate values in sqgetGlobalVar due to recent addition...
pdontthink [Tue, 19 Sep 2006 14:26:46 +0000 (14:26 +0000)]
Default was overriding legitimate values in sqgetGlobalVar due to recent addition of typecast logic

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11722 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoVariable name is misleading, if technically correct. I'd personally eventually like...
pdontthink [Tue, 19 Sep 2006 14:11:33 +0000 (14:11 +0000)]
Variable name is misleading, if technically correct.  I'd personally eventually like to see a wrapper (class) around template ids, names, dirs, and other attributes.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11721 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoVariable name is misleading, if technically correct. I'd personally eventually like...
pdontthink [Tue, 19 Sep 2006 14:06:32 +0000 (14:06 +0000)]
Variable name is misleading, if technically correct.  I'd personally eventually like to see a wrapper (class) around template ids, names, dirs, and other attributes.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11720 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoClarifications, questions, proposals
pdontthink [Tue, 19 Sep 2006 13:26:08 +0000 (13:26 +0000)]
Clarifications, questions, proposals

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11719 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoPulling imapConnection var. Still causes segfaults which cannot be tracked down.
stevetruckstuff [Mon, 18 Sep 2006 20:11:34 +0000 (20:11 +0000)]
Pulling imapConnection var.  Still causes segfaults which cannot be tracked down.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11718 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix no login button displayed when icons are disabled.
stevetruckstuff [Mon, 18 Sep 2006 19:08:18 +0000 (19:08 +0000)]
Fix no login button displayed when icons are disabled.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11717 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFixed CRLFs. Is somebody seriously developing in Windoze??
pdontthink [Mon, 18 Sep 2006 17:13:14 +0000 (17:13 +0000)]
Fixed CRLFs.  Is somebody seriously developing in Windoze??

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11716 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoStylesheets provided with templates won't load unless we load up prefs for stylesheet...
pdontthink [Mon, 18 Sep 2006 17:09:06 +0000 (17:09 +0000)]
Stylesheets provided with templates won't load unless we load up prefs for stylesheets too

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11715 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoJust in case....
stevetruckstuff [Mon, 18 Sep 2006 14:57:18 +0000 (14:57 +0000)]
Just in case....

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11714 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoCorrect path for the default icon theme.
stevetruckstuff [Mon, 18 Sep 2006 14:54:50 +0000 (14:54 +0000)]
Correct path for the default icon theme.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11713 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix unreachable code
stevetruckstuff [Mon, 18 Sep 2006 14:38:46 +0000 (14:38 +0000)]
Fix unreachable code

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11712 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoApache 2.0.55/PHP 5.1.6
tokul [Mon, 18 Sep 2006 11:31:35 +0000 (11:31 +0000)]
Apache 2.0.55/PHP 5.1.6
Apache 1.3.33/PHP 4.3.11
Apache 2.0.54/PHP 4.3.10
Apache 1.3.33/PHP 4.1.2

No segfaults.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11711 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSuppress SID constant notices in older PHP versions.
tokul [Mon, 18 Sep 2006 11:30:00 +0000 (11:30 +0000)]
Suppress SID constant notices in older PHP versions.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11710 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoDelivery notifications and Read notifications are currently treated as identical...
stevetruckstuff [Fri, 15 Sep 2006 19:31:32 +0000 (19:31 +0000)]
Delivery notifications and Read notifications are currently treated as identical, which they are not.  This patch creates a separate var for these two types of notifications.  compose.php will be patched to handle this correctly when templatization (t12n) is completed.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11709 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd explicit saveDelayedErrors() member function
stevetruckstuff [Fri, 15 Sep 2006 14:36:34 +0000 (14:36 +0000)]
Add explicit saveDelayedErrors() member function

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11708 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agokibibyte is with a capital K
kink [Sun, 10 Sep 2006 08:30:13 +0000 (08:30 +0000)]
kibibyte is with a capital K

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11688 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agokilo has a small 'k'.
kink [Sat, 9 Sep 2006 18:51:06 +0000 (18:51 +0000)]
kilo has a small 'k'.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11687 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUse constants for sqgetGlobalVar() typecasting
pdontthink [Fri, 8 Sep 2006 06:33:53 +0000 (06:33 +0000)]
Use constants for sqgetGlobalVar() typecasting

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11685 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdded check_plugin_version() function
pdontthink [Thu, 7 Sep 2006 17:53:42 +0000 (17:53 +0000)]
Added check_plugin_version() function

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11684 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoDuh
pdontthink [Thu, 7 Sep 2006 17:18:59 +0000 (17:18 +0000)]
Duh

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11683 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoNew helper function for checking plugin version numbers check_plugin_version()
pdontthink [Thu, 7 Sep 2006 16:53:57 +0000 (16:53 +0000)]
New helper function for checking plugin version numbers check_plugin_version()

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11682 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSlight adjustment. Plugins create their own table row for login_form hook; core...
pdontthink [Thu, 7 Sep 2006 09:40:04 +0000 (09:40 +0000)]
Slight adjustment.  Plugins create their own table row for login_form hook; core sets 'extra' variables separate from plugin data

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11681 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoI don't remember why the login_form hook had to be moved up into the table (it was...
pdontthink [Wed, 6 Sep 2006 07:55:39 +0000 (07:55 +0000)]
I don't remember why the login_form hook had to be moved up into the table (it was in fact always in the form), but placing it seemingly haphazard into just one of the two table cells is not useful for any of the plugins I can think of.  Moving to a table row of its own.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11680 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoWrong variable name used
pdontthink [Mon, 4 Sep 2006 18:06:28 +0000 (18:06 +0000)]
Wrong variable name used

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11679 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoTemplating for searching email
stevetruckstuff [Thu, 31 Aug 2006 18:12:27 +0000 (18:12 +0000)]
Templating for searching email

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11667 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoNew minus image
stevetruckstuff [Thu, 31 Aug 2006 18:09:32 +0000 (18:09 +0000)]
New minus image

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11666 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove $settings['imapConnection']. Passing this to the template causes in intermitt...
stevetruckstuff [Thu, 31 Aug 2006 18:08:40 +0000 (18:08 +0000)]
Remove $settings['imapConnection'].  Passing this to the template causes in intermittent segfault on PHP 4.3.11 (maybe others??).  Since this variable is not used by the templates right now, we will simply remove it.  Probably need to re-evaluate this later as the IMAP connection could be extremely useful to template developers.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11665 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoPrevent the same error from being displayed twice
stevetruckstuff [Thu, 31 Aug 2006 18:05:41 +0000 (18:05 +0000)]
Prevent the same error from being displayed twice

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11664 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoCorrect typo in previous commit.
stevetruckstuff [Thu, 31 Aug 2006 14:44:51 +0000 (14:44 +0000)]
Correct typo in previous commit.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11663 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix error with trying to resend the header on a fatal error.
stevetruckstuff [Thu, 31 Aug 2006 14:14:28 +0000 (14:14 +0000)]
Fix error with trying to resend the header on a fatal error.

We *really* need to figure out why changes to member variables aren't being remembered outside of the member function in which they are changed.  This is afflicting the Template class and the Error class.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11662 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agohook must be moved because include/constants.php is
tokul [Thu, 31 Aug 2006 06:16:27 +0000 (06:16 +0000)]
hook must be moved because include/constants.php is
loaded before plugins are initialized.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11661 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agofunction is modified copy of list_writable_backends(). diff -uw between
tokul [Thu, 31 Aug 2006 05:43:18 +0000 (05:43 +0000)]
function is modified copy of list_writable_backends(). diff -uw between
1.96 and 1.97 shows that. Same structure, same while() arguments.

Steve's name is in AUTHORS. Please don't claim authorship on code that is
written by you AND other people.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11659 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoI've forgot that function is private in 1.4.x and is not available to plugins.
tokul [Thu, 31 Aug 2006 05:37:53 +0000 (05:37 +0000)]
I've forgot that function is private in 1.4.x and is not available to plugins.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11658 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSplit sqimap_mailbox_option_list() into two functions to facilitate template development.
stevetruckstuff [Wed, 30 Aug 2006 20:45:56 +0000 (20:45 +0000)]
Split sqimap_mailbox_option_list() into two functions to facilitate template development.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11657 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoXCOURIEROUTBOX indicates option that can create duplicate messages.
tokul [Tue, 29 Aug 2006 18:30:09 +0000 (18:30 +0000)]
XCOURIEROUTBOX indicates option that can create duplicate messages.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11655 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoChange image name to match convention in images/themes/default/
stevetruckstuff [Mon, 28 Aug 2006 17:56:56 +0000 (17:56 +0000)]
Change image name to match convention in images/themes/default/

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11654 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoDocumentation
stevetruckstuff [Mon, 28 Aug 2006 15:33:36 +0000 (15:33 +0000)]
Documentation

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11653 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd vCard template
stevetruckstuff [Mon, 28 Aug 2006 15:19:09 +0000 (15:19 +0000)]
Add vCard template

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11652 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoCorrect error on logout
stevetruckstuff [Mon, 28 Aug 2006 14:24:29 +0000 (14:24 +0000)]
Correct error on logout

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11651 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years ago#1547281. Add information about use of ldaps and ldapi uris
tokul [Sun, 27 Aug 2006 11:25:11 +0000 (11:25 +0000)]
#1547281. Add information about use of ldaps and ldapi uris

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11649 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoinformation about mail_fetch changes
tokul [Sat, 26 Aug 2006 18:12:16 +0000 (18:12 +0000)]
information about mail_fetch changes

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11648 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoadding constants
tokul [Sat, 26 Aug 2006 17:34:38 +0000 (17:34 +0000)]
adding constants

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11647 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoPOP3 class code replaced with mail_fetch class code.
tokul [Sat, 26 Aug 2006 17:33:58 +0000 (17:33 +0000)]
POP3 class code replaced with mail_fetch class code.
Added APOP and TLS and STLS support.
If port is set to 0, system uses default ports
Removed loading_prefs hook. It is not needed. Plugin always gets prefs
before fetching emails.
Fixed IMAP error handling in left_main. Older code ignored APPEND errors.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11646 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMake sure the error handler is setup, and that icons are available to the template.
stevetruckstuff [Fri, 25 Aug 2006 23:17:07 +0000 (23:17 +0000)]
Make sure the error handler is setup, and that icons are available to the template.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11645 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoTemplate for advanced identity controls
stevetruckstuff [Fri, 25 Aug 2006 23:09:07 +0000 (23:09 +0000)]
Template for advanced identity controls

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11644 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoTemplates for help section
stevetruckstuff [Fri, 25 Aug 2006 21:36:14 +0000 (21:36 +0000)]
Templates for help section

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11643 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoi18n corrections to stylesheets regarding alignment;
stevetruckstuff [Fri, 25 Aug 2006 19:15:09 +0000 (19:15 +0000)]
i18n corrections to stylesheets regarding alignment;

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11642 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years ago$icon_theme_def is not parsed correctly when reading the config file. Correcting...
stevetruckstuff [Fri, 25 Aug 2006 18:44:09 +0000 (18:44 +0000)]
$icon_theme_def is not parsed correctly when reading the config file.  Correcting this problem.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11641 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoadding own pop client implementation
tokul [Fri, 25 Aug 2006 14:29:15 +0000 (14:29 +0000)]
adding own pop client implementation

Original POP3 class is licensed under some 'General Artistic License' and requires
submitting all modifications to address that bounces.

According to FSF standard Artistic License is not compatible with GPL.
http://www.fsf.org/licensing/licenses/index_html#ArtisticLicense

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11640 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMove new icons to appropriate folder
stevetruckstuff [Thu, 24 Aug 2006 21:31:53 +0000 (21:31 +0000)]
Move new icons to appropriate folder

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11639 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUtilize new default icon theme path
stevetruckstuff [Thu, 24 Aug 2006 21:15:29 +0000 (21:15 +0000)]
Utilize new default icon theme path

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11638 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd option for default icon theme.
stevetruckstuff [Thu, 24 Aug 2006 21:14:39 +0000 (21:14 +0000)]
Add option for default icon theme.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11637 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoNew login page as a templating demo. Feedback welcome!
stevetruckstuff [Thu, 24 Aug 2006 20:35:49 +0000 (20:35 +0000)]
New login page as a templating demo.  Feedback welcome!

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11636 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUpdate documentation.
stevetruckstuff [Thu, 24 Aug 2006 20:33:02 +0000 (20:33 +0000)]
Update documentation.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11635 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd $logo_path var in case template authors want to tweak the logo themselves.
stevetruckstuff [Thu, 24 Aug 2006 20:32:39 +0000 (20:32 +0000)]
Add $logo_path var in case template authors want to tweak the logo themselves.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11634 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoTemplate handling is now done in init.php, so this block is no longer needed. In...
stevetruckstuff [Thu, 24 Aug 2006 20:31:43 +0000 (20:31 +0000)]
Template handling is now done in init.php, so this block is no longer needed.  In fact, it screws up handling of different templates when users aren't logged in.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11633 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMake sure $icon_theme_path is set correctly when users aren't logged in.
stevetruckstuff [Thu, 24 Aug 2006 20:30:33 +0000 (20:30 +0000)]
Make sure $icon_theme_path is set correctly when users aren't logged in.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11632 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSimplify login page template
stevetruckstuff [Thu, 24 Aug 2006 17:24:42 +0000 (17:24 +0000)]
Simplify login page template

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11629 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdvanced option highlighting demo. Make require some additional tweaks in IE, but...
stevetruckstuff [Thu, 24 Aug 2006 16:58:29 +0000 (16:58 +0000)]
Advanced option highlighting demo.  Make require some additional tweaks in IE, but the testing I did seems to work OK.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11628 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoNew edit icon
stevetruckstuff [Thu, 24 Aug 2006 16:57:30 +0000 (16:57 +0000)]
New edit icon

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11627 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd new function setCSSClass() that is always available.
stevetruckstuff [Thu, 24 Aug 2006 16:56:54 +0000 (16:56 +0000)]
Add new function setCSSClass() that is always available.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11626 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd templates for message highlighting.
stevetruckstuff [Wed, 23 Aug 2006 21:36:04 +0000 (21:36 +0000)]
Add templates for message highlighting.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11625 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoUpdating Paul's address.
jervfors [Tue, 22 Aug 2006 19:23:02 +0000 (19:23 +0000)]
Updating Paul's address.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11624 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoChanges on 18 August to functions.php were intended to correct issue with the $icon_t...
stevetruckstuff [Tue, 22 Aug 2006 18:56:16 +0000 (18:56 +0000)]
Changes on 18 August to functions.php were intended to correct issue with the $icon_theme preference not being grabbed correctly.  Unfortunately, it has come to light that this change has broken several other preferences.  This patch undoes the changes from 18 August and changes the handling of the $icon_theme pref so that it is handled correctly.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11623 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoadd cor to significant contributors
kink [Tue, 22 Aug 2006 14:30:41 +0000 (14:30 +0000)]
add cor to significant contributors

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11622 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoProvide View Unsafe Images link on viewing a text/html attachment.
kink [Mon, 21 Aug 2006 19:34:27 +0000 (19:34 +0000)]
Provide View Unsafe Images link on viewing a text/html attachment.
Thanks `Bicster'

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11619 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix misspelled constant PREG_SPLIT_NI_EMPTY in sqimap_get_message
kink [Mon, 21 Aug 2006 10:33:08 +0000 (10:33 +0000)]
Fix misspelled constant PREG_SPLIT_NI_EMPTY in sqimap_get_message
(#1543573). Thanks Cristian Rodriguez.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11618 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove me from the "active" authors
cigamit [Mon, 21 Aug 2006 01:02:48 +0000 (01:02 +0000)]
Remove me from the "active" authors

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11617 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoTODO: Allow admins to change the default icon theme when icons aren't available....
stevetruckstuff [Fri, 18 Aug 2006 21:35:17 +0000 (21:35 +0000)]
TODO: Allow admins to change the default icon theme when icons aren't available.  This should probably be done in conf.pl, and I have no idea how to change that. :-)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11616 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd advanced template for re-ordering indexes as an example
stevetruckstuff [Fri, 18 Aug 2006 21:31:57 +0000 (21:31 +0000)]
Add advanced template for re-ordering indexes as an example

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11615 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMove always included vars to init.php because it is confusing when not logged in.
stevetruckstuff [Fri, 18 Aug 2006 21:27:51 +0000 (21:27 +0000)]
Move always included vars to init.php because it is confusing when not logged in.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11614 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoResolve confusing var names for preferences.
stevetruckstuff [Fri, 18 Aug 2006 21:26:04 +0000 (21:26 +0000)]
Resolve confusing var names for preferences.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11613 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoADd some additional variables to the template
stevetruckstuff [Fri, 18 Aug 2006 20:19:28 +0000 (20:19 +0000)]
ADd some additional variables to the template

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11612 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoSome variables are needed by all templates to make creation easier. Make sure they...
stevetruckstuff [Fri, 18 Aug 2006 20:17:43 +0000 (20:17 +0000)]
Some variables are needed by all templates to make creation easier.  Make sure they are passed as variables to the template.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11611 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd template for field ordering
stevetruckstuff [Thu, 17 Aug 2006 22:26:41 +0000 (22:26 +0000)]
Add template for field ordering

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11610 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix incorrect template assignment.
stevetruckstuff [Thu, 17 Aug 2006 20:54:46 +0000 (20:54 +0000)]
Fix incorrect template assignment.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11609 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoIniitial option templating.
stevetruckstuff [Thu, 17 Aug 2006 19:35:27 +0000 (19:35 +0000)]
Iniitial option templating.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11608 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix undefined function when downloading attachments. See comments for details.
stevetruckstuff [Wed, 16 Aug 2006 16:38:46 +0000 (16:38 +0000)]
Fix undefined function when downloading attachments.  See comments for details.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11607 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd list_writable_backends() function back for plugins.
stevetruckstuff [Wed, 16 Aug 2006 14:21:53 +0000 (14:21 +0000)]
Add list_writable_backends() function back for plugins.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11606 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoIncorporate new add/edit template and remove functions that are no longer needed.
stevetruckstuff [Tue, 15 Aug 2006 21:33:24 +0000 (21:33 +0000)]
Incorporate new add/edit template and remove functions that are no longer needed.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11605 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd template for address book add/edit functions.
stevetruckstuff [Tue, 15 Aug 2006 21:32:45 +0000 (21:32 +0000)]
Add template for address book add/edit functions.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11604 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoCorrect invalid HTML id attributes. Modify add/edit/delete actions to account for...
stevetruckstuff [Tue, 15 Aug 2006 21:31:48 +0000 (21:31 +0000)]
Correct invalid HTML id attributes.  Modify add/edit/delete actions to account for new id format.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11603 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoWhen modifying an entry, if the nick name is different, check that the new nick name...
stevetruckstuff [Tue, 15 Aug 2006 20:41:20 +0000 (20:41 +0000)]
When modifying an entry, if the nick name is different, check that the new nick name doesn't exist in the address book.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11602 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoMissing close paren
stevetruckstuff [Tue, 15 Aug 2006 18:28:18 +0000 (18:28 +0000)]
Missing close paren

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11601 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix some HTML/CSS errors
stevetruckstuff [Tue, 15 Aug 2006 18:23:50 +0000 (18:23 +0000)]
Fix some HTML/CSS errors

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11600 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years ago$abook->error is never htmlsanitized in 1.5.2cvs.
tokul [Tue, 15 Aug 2006 18:02:29 +0000 (18:02 +0000)]
$abook->error is never htmlsanitized in 1.5.2cvs.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11599 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix FIXME in functions/addressbook.php
stevetruckstuff [Tue, 15 Aug 2006 17:54:15 +0000 (17:54 +0000)]
Fix FIXME in functions/addressbook.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11598 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoFix cancel button in HTML address book.
stevetruckstuff [Tue, 15 Aug 2006 17:36:15 +0000 (17:36 +0000)]
Fix cancel button in HTML address book.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11596 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoRemove unneeded comment
stevetruckstuff [Tue, 15 Aug 2006 17:35:28 +0000 (17:35 +0000)]
Remove unneeded comment

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11595 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoremove todo. multiple address books displayed in template
tokul [Tue, 15 Aug 2006 17:09:53 +0000 (17:09 +0000)]
remove todo. multiple address books displayed in template

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11594 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agofullname layout is controled in gettext string instead of $squirrelmail_language
tokul [Tue, 15 Aug 2006 17:01:41 +0000 (17:01 +0000)]
fullname layout is controled in gettext string instead of $squirrelmail_language
removed unfinished pagination code
added list_addr() error handling

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11593 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAddress book templates
stevetruckstuff [Tue, 15 Aug 2006 15:44:31 +0000 (15:44 +0000)]
Address book templates

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11592 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd more functions for address book templating
stevetruckstuff [Tue, 15 Aug 2006 15:43:55 +0000 (15:43 +0000)]
Add more functions for address book templating

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11591 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoupdated google translate form.
tokul [Tue, 15 Aug 2006 13:57:27 +0000 (13:57 +0000)]
updated google translate form.
* eight additional language pairs
* fixed form field order

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11588 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAccount for extra fields in address book more correctly. Also account for no global...
stevetruckstuff [Mon, 14 Aug 2006 16:12:12 +0000 (16:12 +0000)]
Account for extra fields in address book more correctly.  Also account for no global address book.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11585 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoAdd template for address book listings along with required files
stevetruckstuff [Mon, 14 Aug 2006 15:50:43 +0000 (15:50 +0000)]
Add template for address book listings along with required files

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11584 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years ago- Drop obsolete script plugins/make_archive.pl.
kink [Mon, 14 Aug 2006 13:48:29 +0000 (13:48 +0000)]
- Drop obsolete script plugins/make_archive.pl.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11583 7612ce4b-ef26-0410-bec9-ea0150e637f0

17 years agoClean up webmail.tpl. Also implement delayed errors.
stevetruckstuff [Thu, 10 Aug 2006 22:34:54 +0000 (22:34 +0000)]
Clean up webmail.tpl.  Also implement delayed errors.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11512 7612ce4b-ef26-0410-bec9-ea0150e637f0