Commit graph

177 commits

Author SHA1 Message Date
Thijs Kinkhorst
cfa5204ef3 Continue development 2003-01-24 09:56:34 +00:00
Thijs Kinkhorst
9b174f2895 Releasing RC2a 2003-01-24 09:42:17 +00:00
Thijs Kinkhorst
c02ac502f8 Obsolete duplicate function to make sure version comparison is done in a
predictable way.
2003-01-23 20:14:43 +00:00
Thijs Kinkhorst
2a24b91684 Continue development 2003-01-23 18:34:05 +00:00
Thijs Kinkhorst
ac398c4534 RC2 2003-01-23 17:09:54 +00:00
Thijs Kinkhorst
88a42368fc Obsolete code because crc32() does exist in our minimum php requirements. 2003-01-15 15:49:23 +00:00
Thijs Kinkhorst
3a8028f597 *** empty log message *** 2002-12-31 13:06:27 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
Erin Schnabel
2fe515893c forgot to re-enable after testing.. duh. 2002-12-29 19:12:20 +00:00
Erin Schnabel
415b302b6f Wanted to add the SquirrelMail versioning functions we'd talked about before
we split the streams to the new RC for 1.4.

check_sm_version performs similar function to check_php_version, and
will return true if version is >= what is specified.

For Thijs/Jonathan - the check_sm_version will return false if the
constant it checks against is not defined, making the function itself
safe for previous levels,  should you want to roll it back to stable
to allow plugin developers to use the check_sm_version function to
test for 'new' elements like SM_PATH, etc. that are present in 1.3.x
and up.

More info (though not a ton, I'll admit) is in the sm2-planning module
in cvs: cvs co sm2-planning, then pull up sm2-planning/index.php in your
browser.
2002-12-29 19:10:34 +00:00
Thijs Kinkhorst
6deb18e8dc Fix for IIS, thanks Bruce Richardson 2002-12-20 11:35:48 +00:00
stekkel
19da2d75db defrost 2002-10-29 21:38:01 +00:00
stekkel
842ee8b0d6 CVS FROST 2002-10-29 20:17:09 +00:00
Thijs Kinkhorst
f061369901 More rg=0 2002-09-21 20:26:52 +00:00
stekkel
155c8b350a Fixed stupid bug causing double lines (the same) 2002-09-05 14:58:38 +00:00
teepe
5ca94f95ee defrosting 2002-08-20 16:12:05 +00:00
teepe
cdd5a160fd 1.3.1emacs functions/strings.php 2002-08-20 15:18:24 +00:00
stekkel
baca7e66e0 missed a ) 2002-08-19 08:33:05 +00:00
stekkel
79c9044708 adapted version to 1.3.1 [CVS-DEVEL] instead of 1.3.1 (cvs-devel) 2002-08-19 08:26:18 +00:00
teepe
1863932b85 1.3.0 - 1.3.1 defrosting 2002-08-17 19:45:45 +00:00
teepe
b99474b1f0 1.3.0 version string 2002-08-17 19:05:40 +00:00
stekkel
e8c96a4b3e moved sqUnwordWrap from compose to this file 2002-07-25 18:32:15 +00:00
jmunro
7d86e0f0bf Update Changelog and add one more macosx workaround 2002-06-18 15:10:35 +00:00
graf25
f635d37406 Setting version to 1.3.0 [CVS-DEVEL] 2002-05-27 18:11:27 +00:00
jmunro
f8dc8fd369 fix for bug #552961, word wrapping problems. 2002-05-09 15:37:11 +00:00
jmunro
53c1c7a68e updating for 1.2.7 CVS :) 2002-04-30 04:07:53 +00:00
jmunro
4c2ea803d4 version # update to 1.2.6 2002-04-30 03:15:46 +00:00
philippe_mingo
7f0fc85311 Bugfix 2002-03-24 19:54:26 +00:00
philippe_mingo
13cfb682e6 Non-ascii characters caused problems with SVN function and were replaced
with a ? by SourceForge.net in your original log message, which follows:
Asunto: [SM-DEVEL] Bug in mime.php:decodeHeader()
De: Christian Schmidt <christian@ostenfeld.dk>
Fecha: S?b, 23 de Marzo de 2002, 14:48

Currently, the decodeHeader decodes headers containing several
encoded-words incorrectly. E.g. the header "=?iso-8859-1?Q?=C9?= and
=?iso-8859-1?Q?=E9?=" is decoded into "? and ?" and not into "? and ?"
as expected.

Also, it currently does not ignore white-space between consecutive
encoded-words as it should.
2002-03-24 08:09:35 +00:00
philippe_mingo
07992a020a Optimizarion:
Translatetext is a mime.php specific function.
2002-03-23 16:43:06 +00:00
philippe_mingo
5077b11c57 Optimization:
Wraping functions are only used in compose.php
2002-03-23 16:36:39 +00:00
philippe_mingo
9d8c238c5d Optimization:
Function next_pos_minus_white is not used into SM core, not SM official
plugins. It's code will go into a "not currently in use" repository".
2002-03-23 16:30:46 +00:00
philippe_mingo
05747bc945 Optimization:
readMailboxParent was only been used in imap_mailbox. Removed from
strings.php as this is a frequent loaded module.
2002-03-23 16:23:57 +00:00
simond
17f36392d0 Clear out tabs for proper spaces 2002-03-02 20:31:04 +00:00
teepe
52a1dd0287 going on -- defrost 2002-02-22 13:14:57 +00:00
teepe
46b342a9d6 getting ready for 1.2.5 2002-02-22 13:03:34 +00:00
philippe_mingo
46841e05a2 Bugfix in generate random string. 2002-02-11 19:36:12 +00:00
philippe_mingo
4f6b596315 Warning removal "a la Tyler" 2002-02-02 03:00:39 +00:00
philippe_mingo
66363acf88 The 2000000 bugfix
------------------

This is mostly a warning removal "a la Tyler".

I've also installed 4.1.1 on my portable and it looks it works
fine with some bugfixs. Please 4.1.1 report feedback.
2002-02-02 02:17:05 +00:00
Thijs Kinkhorst
da31f81bd2 - Fixed php_self when using virtual directories (#509139)
- Fixed formatting of the complete file
2002-01-27 17:49:41 +00:00
teepe
329183b36d time warp 2002-01-25 00:32:44 +00:00
teepe
22adf49d18 defrosting 2002-01-21 20:51:14 +00:00
teepe
e5c29336ec getting ready for 1.2.3 2002-01-21 20:35:31 +00:00
teepe
cddbdffbe3 some more fixes to solve the vhost problem (icy cold here in the freeze) 2002-01-19 13:49:36 +00:00
teepe
40dc91f563 fix of the vhost problem 2002-01-18 21:36:34 +00:00
teepe
429c217fa1 file permission fix 2002-01-02 12:05:22 +00:00
teepe
4c569fd632 going on with 1.2.3 cvs development 2002-01-01 21:30:52 +00:00
teepe
2d85bb76dc finalisation for 1.2.2 release 2002-01-01 20:32:19 +00:00
thomppj
ec5cb39b4d Slightly modified function. 2001-12-30 20:19:10 +00:00
antipode
c4e8279a4a Rewrote next_pos_minus_white() to fix correctness and efficiency
problems.  Rewrote comment for the function.
2001-12-30 15:35:23 +00:00