Commit graph

347 commits

Author SHA1 Message Date
pdontthink
ea52535e53 Added "Secured Configuration" mode 2008-01-13 04:09:43 +00:00
Thijs Kinkhorst
a5dcf2339c give an error when trying to enable a nonexistent plugin
through the conf.pl commandline, thanks Tomas Kuliavas.
2007-12-16 15:24:23 +00:00
pdontthink
55de62d7d3 Adding debug mode to core. Please run the configuration utility once after retrieving this update. Note that this update includes a change that makes it possible to use SquirrelMail constants in the configuration file(s). 2007-11-27 09:12:05 +00:00
pdontthink
6586e1ffdd Standardize syntax 2007-09-18 20:58:18 +00:00
pdontthink
bb574b68ff Improve autodetection and add default input 2007-08-31 23:21:05 +00:00
pdontthink
7b22602c94 Show plugin English names in conf.pl plugin listing page. Note that get_plugin_english_name() and get_plugin_version() both read the setup.php file into memory, so that should at some point be refactored. 2007-08-14 21:17:09 +00:00
Thijs Kinkhorst
5f0cdc429f Sort output of readdir, as this is not by default.
Thanks Tomas Kuliavas for finding this.
2007-07-18 09:26:56 +00:00
pdontthink
39678a2096 Templates also known as skins; also alphabetize list of available plugins (whew) 2007-06-02 19:37:44 +00:00
bouchon
0537faac91 Fixed #1727033 (auth support detection in conf.pl) 2007-05-30 09:43:43 +00:00
pdontthink
ee0444272e Remove $version, use SM_VERSION constant instead 2007-03-22 20:01:33 +00:00
Fredrik Jervfors
ff19ef2743 Removing "www." in some links as well as the link to the deprecated feedback page. 2007-03-08 12:13:09 +00:00
Thijs Kinkhorst
ad2dc028e8 fix typo 2007-03-06 16:05:21 +00:00
pdontthink
b4496516d7 Comment change 2007-02-28 04:54:51 +00:00
Thijs Kinkhorst
46995d0b89 Add option to ask users for personal information on first login.
Many users start sending out mail without a decent or even correct
"From" header. Defaults to on. Admin can disable if he has a
retrieve_user_info plugin or the guessed defaults are ok.
2007-02-18 18:47:48 +00:00
pdontthink
d65deec5b8 Fix default value for hide attributions 2007-02-08 20:28:20 +00:00
Thijs Kinkhorst
46215ecd92 Drop the default top-right 'SquirrelMail' name and link, as discussed
on squirrelmail-devel. It's overkill anyway to name and link SquirrelMail
so prominently on every page. It also confused users who clicked straight
through to our site. It will now only display something if provider_name
and provider_uri have been set, i.o.w., it's completely optional.
2007-02-08 14:47:23 +00:00
pdontthink
6c95b97ff7 Add display of version numbers next to plugin listings 2007-02-03 00:10:25 +00:00
pdontthink
57c36cc490 Allow admin to disable secure-only cookie transmission 2007-01-25 02:02:25 +00:00
Thijs Kinkhorst
11b10ba5d1 increment year in copyright notices 2007-01-13 20:15:44 +00:00
Thijs Kinkhorst
73a84ed209 unify lists or allowed values for set_defaults and imap_server_type (#1629722),
thanks Johnny Hughes
2007-01-07 15:53:14 +00:00
Thijs Kinkhorst
50ef8d1d90 strip all whitespace from $domain, an accidental space breaks quite some
things (#1533795)
2007-01-07 12:55:41 +00:00
pdontthink
d5b9e374f3 Adding plugins on/off switch, which disables plugins completely (optionally for only one named user, otherwise for all users). 2006-11-16 12:25:48 +00:00
pdontthink
d3a59ac886 Attachment hooks were not registering. Also, brace count code had no effect where it was. 2006-10-25 01:54:54 +00:00
Alexandros Vellis
878a19bf37 Add two new command line options in conf.pl: --update-plugins or -u updates plugin_hooks.php only and exits. --help or -h displays some command line usage. 2006-10-17 13:53:54 +00:00
pdontthink
2171a651ab Allow plugins to hook in under other name 2006-10-14 15:15:52 +00:00
pdontthink
77777b1f61 Make config/plugin_hooks.php just a touch more readable 2006-10-13 17:36:39 +00:00
pdontthink
539f8b5947 New static plugin hook registration has now been implemented. Looks to work with a handful of plugins, but keep your eyes out and TEST! Seems like this will be a winner. Everyone needs to run conf.pl once and just type 's' to save after updating their CVS trees. 2006-10-13 17:29:53 +00:00
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
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
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
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