Thijs Kinkhorst
ef86e97ccd
Make this test accept uppercase values, eg as supplied by administrator
...
plugin (fixes #734895 ).
2003-05-18 11:52:50 +00:00
Erin Schnabel
03d9228d3d
Added patch 717651
2003-04-10 00:40:08 +00:00
tassium
b766ff7491
Thijs yanked this from stable, but there's no reason it can't go into devel.
...
I really do like this idea, it reminds me of Gallery. Now, if we could eliminate this entire conf.pl portion and do fully online config a la Gallery, that'd be slick...
2003-04-09 16:22:20 +00:00
Erin Schnabel
f280cfe8d7
Clarification of messages for restricted settings with
...
Courier-IMAP and UW-IMAP
2003-04-08 01:01:02 +00:00
Erin Schnabel
ec45e1a274
Re-add the outside-of-the-SM-Tree handling that I somehow dropped
...
from change_to_SM_path().
2003-04-08 00:26:42 +00:00
Erin Schnabel
f8ea993189
Bug 437140
...
Support MS cls
2003-04-04 04:32:49 +00:00
pdontthink
42baa39a3e
Removed accidental duplication of several lines in data directory input section.
2003-02-15 11:21:16 +00:00
Erin Schnabel
4432283b71
Changes for Folder Deletion:
...
+ "Don't delete folder.." option changed to
"Folder Deletion Bypasses Trash" to make it more obvious what yes means.
+ Changed auto configuration values for UW and Courier IMAP -
these two servers should always "bypass Trash" when deleting folders,
as neither allow subfolders in Trash.
+ Cleaned up initial theme display because it was annoying.
+ Changed behavior of "edit name" option, to make it a sub-option of
"edit identity" since the values are tied together.
Maybe someday I'll remember to add these things to the damn changelog.
2003-02-08 02:50:50 +00:00
Erin Schnabel
9ef652583a
use Perl's function for this. Don't know what I was thinking.
2003-02-03 22:31:13 +00:00
Erin Schnabel
17b2e6bce4
Better way to fix conversion stuff for windows paths..
2003-02-02 17:47:16 +00:00
Erin Schnabel
34a111296a
Tweaks to resolve various path issues.
...
I think this solves problems with images/css specifications
(more updates to directions than changes of behavior).
The one piece I'm not sure is completely fixed is the Windows
issues (i.e. c:\path\to). Will post to list for person to test.
2003-02-02 06:25:17 +00:00
tassium
d1cc599af5
Ok, I screwed up. When I put in cram-md5 and digest-md5, I left the alternative as being "plain", which is a misnomer. There really IS a mechanism called "plain", and what we're doing isn't it. So I've renamed our "plain" to "login".
...
For IMAP, it uses the IMAP4rev1 "LOGIN <user> <pass>" syntax.
For SMTP, it uses the AUTH LOGIN (two-step) method.
2003-01-04 06:01:26 +00:00
Thijs Kinkhorst
92951990e6
Copypaste error. This could be avoided by doing $theme[] in stead of $theme[n]
...
but I'm not doing that in this phase. Will probably be changed in 1.5 so no
bother. Thanks David Walsner for reporting
2003-01-03 13:51:11 +00:00
Erin Schnabel
aee9d3e1cb
fixes for the admin plugin for 1.4.0 RC1
2003-01-03 00:12:07 +00:00
Erin Schnabel
6a955a51d9
little teeny typo
2003-01-02 21:18:39 +00:00
Erin Schnabel
a0c2cd30df
Updates to comments for setting data/attach paths.
...
Also caught an inconsistency in my SM_PATH
manipulations, which has been corrected.
2003-01-02 19:47:07 +00:00
Erin Schnabel
1420ce6b40
comments for behavior of $ in org_name and org_title
2002-12-31 22:26:38 +00:00
Erin Schnabel
acaa7f3d0f
skip http: paths for SM_PATH mods
2002-12-31 16:08:42 +00:00
tassium
8ed30ed505
Added $session_name
2002-12-31 15:28:03 +00:00
Thijs Kinkhorst
75de52f258
Getting ready for 1.4.0 RC1
2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
df5d7ec478
Small fix to tassium code, if you chomp something it can never match
...
"\n" after that. And add standard (c) message, and upgrade the conf.pl
version number.
2002-12-31 11:32:48 +00:00
tassium
1175742d21
Quick adjustment to conf.pl adding option for PHP session name.
...
Also partial reformatting of Option #4 so everything lines up nicely.
Not heavily debugged - if other developers get a chance, please review sub command316.
2002-12-30 23:16:18 +00:00
Thijs Kinkhorst
28849bc4b8
Fix another short open tag
2002-12-24 11:59:08 +00:00
tassium
78084bafd4
Minor changes.
...
* renamed auth.php/hmac() to hmac_md5()
* polished descriptions and helper text in conf.pl
* fixed minor bug with smtp auth mech default value in conf.pl
* minor documentation additions to authentication.txt
* added myself to AUTHORS.
2002-12-09 16:28:23 +00:00
tassium
1fc6f1eced
With a little help from Marc (ok, a lot), CRAM-MD5 and DIGEST-MD5 no longer require the mhash extension. If present, mhash will be used.
2002-12-07 04:02:05 +00:00
tassium
f51d8a5e7a
Added (optional) detection of IMAP and SMTP support for different authentication mechanisms.
...
This of course depends upon having the server & port set correctly before trying to detect, it doesn't prompt for server & port.
2002-12-02 14:56:18 +00:00
tassium
c5cd49d830
Config override file, included by config.php. Placeholder - no overrides by default.
2002-11-12 16:13:46 +00:00
tassium
0fa19ee2bf
The local override solution I put into conf.pl was completely (and poorly) over-engineered. Thijs suggested an alternate method, which I have used here instead. Thanks Thijs.
...
This will let you edit the override file without having to re-run conf.pl.
2002-11-12 16:10:05 +00:00
tassium
3468230a74
Added support for local override file (config_local.php) which gets appended to the end of config.php when conf.pl saves it.
2002-11-11 16:40:29 +00:00
tassium
d698527ab3
Merging in the tassium-auth branch.
2002-11-06 18:55:13 +00:00
Thijs Kinkhorst
b09045a368
Also remove the Sanitize script
2002-10-23 11:55:16 +00:00
Thijs Kinkhorst
2708584fd9
Remove Sanitize Plugins functionality since that's not relevant anymore to 1.3
2002-10-23 10:46:04 +00:00
stekkel
201f156184
return the new vars!
2002-10-11 07:38:41 +00:00
stekkel
af00a41864
added provider_name option [default SquirrelMail]
...
added provider_uri option [default http://www.squirrelmail.org/ ]
2002-10-11 07:30:20 +00:00
jmunro
0360e33e7b
make sure $no_list_for_subscribe gets set
2002-10-07 00:23:25 +00:00
jmunro
45c78218b4
if boolean vars are quoted they become strings
2002-10-06 22:50:37 +00:00
sizzlingmercury
857c227d54
Fix for data_dir relative path location (also corrects relative paths for themes, attach_dir, signature_page, and org_logo). Similar fix is still required in administration plugin in order for relative paths to be completely resolved.
...
This change to conf.pl does not create any incompatibility with previous versions, so I did not change the level - let me know if we should.
2002-09-17 15:12:14 +00:00
Thijs Kinkhorst
4dcad3b964
Remove unused graphics file.
2002-09-11 15:57:20 +00:00
stekkel
6ff2f61819
set uid_support to true so we can track down errors quicker if SM-1.3.0 is
...
released. Maybe it's not very nice for the users but we only release devel
to stabilize it quicker.
2002-08-16 16:36:38 +00:00
Thijs Kinkhorst
7e299ed4f5
Assign a default value to theme_default if not set.
2002-08-14 11:20:14 +00:00
Thijs Kinkhorst
680fcac682
Make default theme actually work. #557313
2002-08-09 13:09:32 +00:00
Thijs Kinkhorst
b0e5b2456f
maxrows and port can be integers, so don't require them to have quotes.
...
Fix bug [ 575952 ] conf.pl bug when saving/reading ldap
2002-07-28 18:01:57 +00:00
thomppj
bb94bd78a1
Added penguin theme.
2002-07-25 15:38:50 +00:00
thomppj
072fc8552f
Renamed class/*.class files to class/*.class.php and made modifications
...
throughout the SquirrelMail code to represent these changes.
2002-07-25 13:57:18 +00:00
centaurix
5b1df31077
fixed missing '' quoting (again..)
2002-07-24 06:29:39 +00:00
robsiemb
0a331297ee
add $no_list_for_subscribe configure option to turn off generation of
...
the list of available folders in the subscription dialog
2002-07-22 18:37:39 +00:00
stekkel
1f8ef0aa15
added uid_support option
2002-07-05 13:04:57 +00:00
jmunro
264d6989a4
Added predefined settings option for 'macosx' imap server
2002-06-18 05:07:07 +00:00
jmunro
6a3893a4f0
this is a fix for the LSUB with a % when getting the folder list. This makes the % argument an option in conf.pl, menu 3 option 18. The default is to not use the "%". See patch #452178 for more info.
2002-06-11 14:52:54 +00:00
jmunro
2017605ee3
Adding a couple themes, alien_glow is from Todd Hammer, dark_green is from me :)
2002-06-10 18:42:08 +00:00