Commit graph

610 commits

Author SHA1 Message Date
centaurix
b29378abe7 fixed typo (Bug #405483) 2001-03-04 12:20:01 +00:00
Tyler Akins
7b4f0bec46 * :-) The first letter of matching folders had their head removed!
(one char too many trimmed)
2001-02-25 05:47:25 +00:00
Luke Ehresman
f0db5b2922 removed some regular expressions 2001-02-24 17:09:44 +00:00
Luke Ehresman
62af2e04a4 added bugfix from 1.0.3cvs 2001-02-24 16:44:46 +00:00
Luke Ehresman
cfb9f5b1a0 added auto-lookup functionality -- aliases can now be typed in address bars
in the compose form.
2001-02-24 16:06:18 +00:00
Luke Ehresman
4d1661dbbc added croatian translation 2001-02-22 01:25:12 +00:00
Luke Ehresman
744829787f phase 1 of interface improvements -- alternating row colors (needs some work) 2001-02-20 15:46:20 +00:00
thomppj
142c177399 Converted main trunk to 1.1 2001-02-16 22:55:11 +00:00
Tyler Akins
856eb4e0a5 * To make sure that $indent is always greater than zero (error removal) 2001-02-16 13:29:40 +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
lbergman
51a7aa967a fix bug select one highlight item, deletes all 2001-02-10 00:45:31 +00:00
Tyler Akins
cb94ee36af * Moved subject handling code into its own function.
* Hopefully simplified the entity-checking loop.
2001-02-09 19:40:51 +00:00
graf25
74660a55d6 Fixes the problem of subjects with entities getting trimmed too short. 2001-02-09 17:08:21 +00:00
Tyler Akins
9a96b73714 * Stupid bugfix 2001-02-09 16:38:35 +00:00
Tyler Akins
e56942b319 * Added more plugin stuff. :-) 2001-02-09 16:13:23 +00:00
Tyler Akins
094f8dccbe * Noticed that mime_match_parentheses() didn't work when a string had
quotes in it.  The string (a " quote) returned by the IMAP server
  would look like "a \" quote", so needed to check for that.
2001-02-09 16:12:54 +00:00
Tyler Akins
3e5746932f * Lots-o-debug info 2001-02-09 14:51:01 +00:00
Tyler Akins
5210c3a8d3 * Now this sends $plugin_general_debug to the plugins too. If the plugins
aren't coded to accept the debug value for their setup function, then it
  should be ignored safely.
2001-02-09 14:44:15 +00:00
Tyler Akins
25fe3ea0ab * Added a debug mode. 2001-02-09 13:24:07 +00:00
graf25
d561672259 Bugfixes in l10n 2001-02-09 07:18:42 +00:00
Luke Ehresman
b16a368ca6 fixed version number 2001-02-08 15:39:50 +00:00
Luke Ehresman
2337897ef7 added icelandic translation 2001-02-08 14:21:47 +00:00
Luke Ehresman
ec694b1787 * added Hungarian translation
* updated Taiwan translation
2001-02-08 02:32:28 +00:00
Tyler Akins
eade0db4c3 * Minor bugfixes with addressbooks
* Local addresses now list again when you hit the Addresses button on the
  compose.php form.
2001-02-07 16:39:03 +00:00
Tyler Akins
da36de70bf * quotemeta() wasn't the right function. addslashes() is correct.
* This should fix the bugs Lewis was talking about.
2001-02-07 14:37:51 +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
Tyler Akins
86e6878adc * Removed the other workarounds too. :-) 2001-02-07 03:46:12 +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
124a582ee4 * More fixes
* $boxes[$i]['flags'] is always an array now.  :-)
2001-02-06 20:30:03 +00:00
Tyler Akins
e669789d91 * Hopefully squashed all those annoying "flags" workarounds
* Should kill the error I was just reported with search.php
2001-02-06 20:26:33 +00:00
Tyler Akins
5d06ba1f88 * Removed a potential warning and potential config problem (like the plugins) 2001-02-06 18:39:50 +00:00
Tyler Akins
7d14d61ad7 * Very minor bugfixes
* Removed warnings
2001-02-06 18:30:47 +00:00
Tyler Akins
e566fef3ee For all strings in regexps:
* PHP first unescapes the string
 * PHP sends string to ereg, ereg_replace, or whatever
 * ereg/ereg_replace/whatever unescapes the string to make the regexp
2001-02-05 21:13:53 +00:00
pallo
7aeabb6d9f Added example code to help people enable the database addressbook backend. 2001-02-05 09:34:58 +00:00
pallo
7972c4e57b Fixed PHP warning for LDAP entries without an e-mail address. 2001-02-05 09:33:59 +00:00
pallo
1195b78cbd Converted some ereg_replace() into str_replace().
Fixed some SQL queries in the database backend.
2001-02-05 09:33:01 +00:00
Tyler Akins
ddf5d9224f Fixed "Select All" link problem for searches.
Made Select/Unselect All link a function, so we can put it at the bottom of
searches too.
Made Select/Unselect All link to the current page instead of hardcoding it.
2001-02-04 01:56:08 +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
Tyler Akins
fc353073cf Fixed the weird date thing. Forgot it had to be an associative array. 2001-02-02 21:38:11 +00:00
Tyler Akins
ae170e7286 Hopefully fixes problem with "wrong datatype for second argument to in_array" 2001-02-02 21:00:31 +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
d7abdc9a6b Cleaned up regexp's.
Removed one ereg.
2001-02-02 16:58:56 +00:00
Tyler Akins
373e95a8d1 Commented where more workarounds were added 2001-02-02 16:05:10 +00:00
Luke Ehresman
cd371ecca9 fixed warnings and fixed broken part of my updated sqimap_read_data() 2001-02-02 15:43:28 +00:00
lbergman
77173ee663 some foo to 'foo' 2001-02-02 14:59:47 +00:00
Luke Ehresman
c431513c48 removed warnings 2001-02-02 03:08:27 +00:00
Luke Ehresman
89609943b2 added another fix for the odd addition of newlines 2001-02-02 02:13:35 +00:00
Luke Ehresman
e77db066ff improved imap_general.php -- much better handling 2001-02-02 01:09:36 +00:00
Luke Ehresman
34298fb38b removed another warning 2001-02-01 21:07:38 +00:00