thomppj
19c2597c90
Release 1.2.1 snapshot complete.
2001-12-25 23:45:19 +00:00
thomppj
af2e71540b
Getting ready for a 1.2.1 release.
2001-12-25 23:41:33 +00:00
thomppj
3e15a1e10a
Release of 1.2.0 complete. Woohoo!
2001-12-25 06:03:18 +00:00
thomppj
05c3ee05f1
Updated version for 1.2.0 release...
2001-12-25 04:55:36 +00:00
thomppj
1e2a9cc5d0
Getting ready for 1.2.0 release.
2001-12-23 07:42:40 +00:00
philippe_mingo
e255d29980
Strings update
2001-12-12 14:15:51 +00:00
thomppj
5d15361f1f
Code cleanup brigage...
2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd
** -> *
2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f
Added (c) stuff and some formatting.
2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769
Some fixup:
...
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff
This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
thomppj
a634ff1f28
Some user interface changes.
...
General cleanup of code all over the place.
Addition of a file to hold constants.
Addition of code to do Javascript autodetection, settings, etc.
2001-11-03 23:49:22 +00:00
philippe_mingo
1229641206
Coma bugfix
2001-10-30 16:42:08 +00:00
philippe_mingo
7bb3e82342
The killing of the coma bug in cc field
2001-10-30 08:32:58 +00:00
philippe_mingo
b630edc905
Operation "foo_once".
...
functions Folder
Step 1: Check file including and change it to the _once system.
2001-09-26 10:43:39 +00:00
Tyler Akins
b229cea96f
rc1 -> cvs (for consistancy [did I spell that right?])
...
Added extra backslashes because of string encoding blah blah blah. :-)
2001-08-06 13:39:48 +00:00
Tyler Akins
a73907938d
Brought CVS up to date with 1.2.0 rc1
2001-07-27 22:07:28 +00:00
Tyler Akins
04bf3425d2
* Whoops -- had some stuff backwards in my mind
...
* Added some different colors for one theme that really had problems before.
2001-06-12 17:58:48 +00:00
Tyler Akins
2b6e8569f1
* Added color theme support for the reply colors
2001-06-12 17:50:40 +00:00
Luke Ehresman
a4eb81f5e2
after tagging rel-1_1_2, this is now 1.1.3
2001-05-20 18:59:12 +00:00
Luke Ehresman
8b00716f88
new version changes
2001-05-20 18:51:44 +00:00
Luke Ehresman
ed547f8b74
standard new-version updates
2001-05-01 03:19:24 +00:00
Tyler Akins
cd05f322eb
* Improved HTTPS detection
2001-04-29 15:04:26 +00:00
Tyler Akins
c5ea14849b
* Squished a warning
2001-04-23 13:36:32 +00:00
Luke Ehresman
77db925166
standard new version revisions
2001-04-23 13:14:10 +00:00
Luke Ehresman
c1b96ccd9e
added patch to better detect HTTPS
2001-04-22 05:19:53 +00:00
Tyler Akins
1dee739d76
* Potential fix for Win32 builds where 'getrusage' is a function but is not
...
supported. I ignore the warning and check the result to make sure it is
an array.
2001-04-19 20:58:16 +00:00
Tyler Akins
0d0de5d238
* Got bored and copied all the validate.php and define() stuff to 1.1
...
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
will work properly (methinks)
2001-04-19 17:58:10 +00:00
Tyler Akins
86ed1fa18f
* Adds code for the Konqueror workaround
2001-03-14 15:21:12 +00:00
Tyler Akins
1b97851467
* Got rid of problem with passwords (finally)
...
* Added a new function in strings.php to quote a string to be sent to
the IMAP server
2001-03-05 16:14:53 +00:00
thomppj
142c177399
Converted main trunk to 1.1
2001-02-16 22:55:11 +00:00
Tyler Akins
c9e7933151
* Removed the unnecessary function replace_escaped_spaces (never used)
...
* Changed all instances of replace_spaces to the actual function call
(removing the silly wrapper function replace_spaces)
* Added a collapseable folder list for left_main.php
* Added the option for it under Options -> Folders
(Sorry that I didn't do this in smaller commits that only did one or two of
the above actions.)
2001-02-10 01:22:06 +00:00
Luke Ehresman
b16a368ca6
fixed version number
2001-02-08 15:39:50 +00:00
Tyler Akins
52cd3aa105
* Auto-detects if form is 'compose.php' and if PHP is giving us bad form
...
data and will only trim when appropriate (the multipart/form-data form)
* Trimming method doesn't eliminate extra newlines -- just the first one.
* Cleaned up the code a bit.
* This code should be removed somewhat soon after RedHat officially releases
a good binary package and after Konqueror works.
2001-02-07 04:24:43 +00:00
Luke Ehresman
017304f846
using tyler's method, added OPTIONAL workaround for Konq problem
2001-02-07 02:45:00 +00:00
Tyler Akins
4abdf237cc
* All incoming form values now have stripslashes() ran on them automatically
...
(if PHP escaped them) if you include strings.php
* Removed sqStripSlahes (no need anymore)
* Completely fixed problem with some data needing escapes, some not, and some
accidentally getting escaped twice (often in compose.php).
To use:
* Load strings.php at the beginning of your script
* All form variables are accessable as globals (as usual), but are without
the escape backslashes (if PHP put any in).
2001-02-03 16:58:14 +00:00
Luke Ehresman
a06909f185
standard version transition stuff
2001-02-02 20:00:45 +00:00
Tyler Akins
c2cd55a5a9
* Changed some regexps into string matches and the like
...
* Fixed more regexp quoting problems
* Cleaned up some code
* Added support for the seven new top-level domains (.aero, .biz, .coop,
.info, .museum, .name, .pro) to url_parser.php
2001-02-02 17:51:19 +00:00
Tyler Akins
73abab391b
Removed ereg and ereg_replace calls. Using simple string manipulation.
...
This way we don't have to worry about what $needle is.
2001-02-01 13:05:56 +00:00
Tyler Akins
d68811b388
That should fix all the backslashes not being escaped properly.
...
Changed some "str" to 'str'
Changed a couple other things to work a little better
Removed commented code.
2001-01-31 18:28:49 +00:00
Luke Ehresman
89501e1126
added more bugfixes and warning squashes
2001-01-31 03:59:49 +00:00
Luke Ehresman
54a58f6be5
careful lewis.. a variable was inside ''. :)
2001-01-31 03:50:46 +00:00
lbergman
2614511432
replace with ''
2001-01-31 03:24:03 +00:00
Luke Ehresman
46f6a04943
minor version changes and updates
2001-01-30 19:12:02 +00:00
Tyler Akins
b60593dc7f
More changes to remove warnings when all are enabled.
2001-01-30 17:34:51 +00:00
Tyler Akins
de965920f1
Removed a lot of the warnings generated when PHP has all warnings enabled.
...
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
Luke Ehresman
28e457b1b7
updated russian translation
2001-01-29 20:34:06 +00:00
centaurix
538e135372
- included strings.php before config.php to avoid warning (see Bug #130107 )
...
- added $Id:$ tag
2001-01-28 23:36:58 +00:00
Tyler Akins
293ac43cf9
parseAddrs now always returns an array (expected behavior)
2001-01-17 17:56:32 +00:00
Luke Ehresman
8d0f4a0af0
changed version to: 1.0pre3 [cvs]
2001-01-16 20:04:08 +00:00
Tyler Akins
220f0ea2b0
Added patch 103186 -- $HTTPS variable checking to case insensitive.
2001-01-15 03:08:27 +00:00