stevetruckstuff
c8615bcb72
Add support for fallback icon themes. Similar to fallback template set.
2006-10-09 18:04:42 +00:00
pdontthink
a7eb6ab52c
templateset_default and templateset_fallback are IDs now, not unpredictable index numbers
2006-10-09 11:35:21 +00:00
tokul
c009e2e62e
semicolon is not part of variable name
2006-10-07 15:46:02 +00:00
tokul
b3f73505f7
Checked if config.php is readable ( #1568355 )
...
Removed formating variables. They are not set when config is loaded.
Merged two 'since 1.5.2' sections
2006-10-07 11:42:11 +00:00
stevetruckstuff
318d6dfd19
Make sure conf.pl doesn't barf on $theme values from old configs.
2006-10-04 18:58:55 +00:00
stevetruckstuff
cc126919ed
Update version number to match new version # on conf.pl
2006-10-04 17:38:43 +00:00
stevetruckstuff
964e40e44b
Clean up a few things. Also increment version number since new UI controls probably aren't compatable with old config.php values.
2006-10-03 15:12:49 +00:00
stevetruckstuff
ebc9a8ae75
Enable icons by default, using hte XP theme. Also, add the demo "Blue Option" user theme.
2006-10-03 15:10:55 +00:00
stevetruckstuff
92bd9cdabb
Move icon theme management into conf.pl. Also clean a few little things in user theme management.
2006-10-02 21:21:41 +00:00
stevetruckstuff
bc4e8647ef
Move management of user themes (SM_PATH/css/) to conf.pl.
2006-10-02 18:49:00 +00:00
stevetruckstuff
cd78ffd151
$theme_css is no longer supported.
2006-10-02 16:36:30 +00:00
stevetruckstuff
04e64bca2e
Begin some re-orginization of UI controls. Remove support for $theme_css, since it is no longer supported in page_header.php.
2006-10-02 16:32:40 +00:00
pdontthink
99f4d8eded
Adding 'fallback' template setting; default is for filling a void in user prefs, whereas fallback is the last-resort template set to find missing template files when the code is trying to display a template
2006-10-02 09:52:26 +00:00
tokul
4c334d0ae1
ignore msg copy errors when messages are deleted. Most common error is related
...
to quota issues. Updated function tries to copy message to trash and then tags
it as deleted. If we can store message in trash, message is stored. If we can't,
trash folder is bypassed.
added version information to two configuration variables
2006-09-30 09:49:08 +00:00
pdontthink
dc3a197790
Remove debugging code
2006-09-29 17:08:49 +00:00
pdontthink
0f40763430
Make temporary code more obvious
2006-09-29 09:11:23 +00:00
pdontthink
e1b66a3a5b
"Fix" so old prefs do not totally kill conf.pl. Should be reverted when everyone has had a good chance to upgrade their configuration files
2006-09-29 09:03:34 +00:00
pdontthink
f696e110fb
Change to store template ID and not path; also bug fixes and fine-tuning the detection algorithm, etc
2006-09-28 14:06:54 +00:00
tokul
b108b0c8d4
#1547281 . Add information about use of ldaps and ldapi uris
2006-08-27 11:25:11 +00:00
stevetruckstuff
8cf290d558
$icon_theme_def is not parsed correctly when reading the config file. Correcting this problem.
2006-08-25 18:44:09 +00:00
stevetruckstuff
a6c842d36e
Add option for default icon theme.
2006-08-24 21:14:39 +00:00
tokul
0c436cb7f0
simple "equal to 'none'" test instead of testing all other authentication
...
options
2006-08-05 09:54:27 +00:00
tokul
b33c4a098b
moved smtp sitewide configuration to main configuration utility
...
added quote_single subroutine, that is used to sanitize single quoted php strings
removed obsolete command18() subroutine
2006-08-05 07:38:01 +00:00
tokul
3ab0b5eb63
loading default configuration before config.php in order to make sure
...
that all variables are loaded.
2006-08-02 18:05:33 +00:00
tokul
452ba0449e
perl compilation error was caused by curly brackets.
...
tested 5.8, 5.6 and 5.004
2006-07-30 17:39:15 +00:00
tokul
7ddb2fab02
$version is not available when config.php is loaded
2006-07-30 13:08:56 +00:00
tokul
97a1e6011f
semicolor confused phpdoc
2006-07-26 16:50:26 +00:00
tokul
2cc7836c6a
data and attachment directories need trailing slash. If we don't require it,
...
code that uses $data_dir or $attachment_dir will need extra checks
2006-07-22 17:28:53 +00:00
tokul
f70eb5f5ed
IO::Socket was loaded without checking. Script failed with compilation
...
errors, if IO::Socket was not available.
0x80-0xFF (no Unicode support) range is actually more accurate than
0x80-0xFFFF (with Unicode support)
fixed $use_imap_tls and $use_smtp_tls checks.
2006-07-19 07:56:48 +00:00
indiri69
09290e7fc8
Unicode support was added in Perl 5.6, use a less useful range in earlier versions. For those of use running antiquated servers.
2006-07-17 19:39:23 +00:00
Thijs Kinkhorst
3195920863
improvements to 1.244 suggested by Tomas
2006-07-17 15:39:36 +00:00
Thijs Kinkhorst
e703e30bdd
Make the base for the SquirrelMail URL configurable. Adds a new variable
...
config_base_location to config.php and a new option to conf.pl. This is
to prevent problems in installs where our heuristic doesn't work
correctly (#1521299 , #1460675 , #1110064 , #1000850 , #1113791 )
I believe this is one of the most commonly reported issues in current
stable. That's why I've created the code to be minimally invasive: it only
allows to set the proto+host+port part, because this means all changes
can remain within get_location().
I want to backport this bugfix to stable so I appreciate any feedback
on it. And also of course if you think that this is the wrong way to
solve it :)
2006-07-17 14:42:06 +00:00
Thijs Kinkhorst
09ae6f91cf
comment about closing tag now superfluous
2006-07-15 14:26:45 +00:00
tokul
c14f8fed9b
display disabled,TLS,STARTTLS instead of 0,1,2 in menu
2006-07-15 12:58:14 +00:00
tokul
59ae6f3ac2
removing trailing ?> from function scripts
2006-07-15 12:01:32 +00:00
Thijs Kinkhorst
746cd1b171
- Make the default attachment dir /var/local/squirrelmail/attach, not
...
$data_dir.
2006-07-09 22:20:46 +00:00
tokul
94c3c393b0
Address book file backend will break with error message, if required
...
address book fields are not available. Prevents address book corruption
and address book format violations that can cause PHP notices.
Added line length setting in local_file address book backend (#1181561 ).
2006-06-27 10:08:53 +00:00
tokul
8fca8730c5
don't accept 8bit characters in IMAP folder names and warn about special
...
IMAP characters (#1485501 ).
2006-06-26 17:13:33 +00:00
Thijs Kinkhorst
81512e1384
- Add note to conf.pl / config_default.php to warn users that set
...
sensitive passwords in that file to properly secure it.
2006-06-08 15:45:28 +00:00
tokul
d0dd94c15c
Adding write support to address book ldap backend. Patch by David Hardeman
...
(#1495763 ).
2006-06-03 17:14:49 +00:00
tokul
dbd9f69d03
resubmitting last Monday updates and adding php 5.1.0 timezone support
2006-05-13 19:11:08 +00:00
Thijs Kinkhorst
92cebefae1
Fixed possibility to use single quote in provider name ( #1475744 ).
2006-05-04 08:20:57 +00:00
tokul
478400161c
adding advanced template to default configuration
2006-03-15 17:23:27 +00:00
tokul
a1e19f5eba
removing advanced_tree configuration variable. code is moved to templates
2006-03-12 20:21:56 +00:00
Fredrik Jervfors
d43b5ea4f7
Updating theme list.
2006-03-11 18:11:54 +00:00
tokul
f226d6e1a7
cyrus can use / as delimiter
2006-03-06 17:12:46 +00:00
tokul
de17251099
using hide_sm_attributions instead of hide_sm_attributes
2006-02-12 09:03:11 +00:00
jangliss
3ab05c52aa
Small gramatical correction.
2006-02-10 04:58:13 +00:00
tokul
483b3d6cb6
style changes in server sorting option descriptions
2006-02-09 19:07:14 +00:00
tokul
59d01df8b5
documenting sorting options with @since tags
2006-02-09 19:00:15 +00:00