Vilius Šumskas | 2 Nov 2005 10:38
Picon
Favicon

Re: page display speed under IE in HEAD

Chuck Hagenbuch <chuck <at> horde.org> rašė:

> Quoting ViliusŠumskas <vilius <at> lnk.lt>:
>
>>> Could be. Can you experiment a bit with both removing the horde.js file
>>> and simply not using it, and report back?
>>
>> I spent experimenting with JS files in Horde half a day and this is
>> what I've found. Generally almost every file that is passed through
>> javascript.php is not cached. And this results in a drop of speed,
>> especially for such large files as horde.js which is loaded on every
>> page.
>
> I've gone back to the static horde.js, and I've changed a few other
> common files so they don't need javascript.php either. Let me know if
> these changes help.

Great. Horde is much faster now again. Thank you.

-- 
  Best Regards,

  Vilius

--

-- 
Horde developers mailing list - Join the hunt: http://horde.org/bounties/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org
Jan Schneider | 2 Nov 2005 20:29
Favicon
Gravatar

Re: [cvs] commit: turba/config sources.php.dist

Zitat von Michael Rubinsky <mike <at> theupstairsroom.com>:

> mrubinsk    2005-10-31 19:20:32 PST
>
>  Modified files:
>    config               sources.php.dist
>  Log:
>  Make it more obvious that we need at least horde 3.1 to use the 
> $GLOBALS['conf']['imsp'][] values in the example IMSP configuration.

This is already in Horde 3.0.6 AFAIK.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--

-- 
Horde developers mailing list - Join the hunt: http://horde.org/bounties/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Jan Schneider | 2 Nov 2005 20:48
Favicon
Gravatar

Re: [imp] Searching an IMAP mail store with Imp [SOLVED]

This seems to become a common issue, see also 
http://bugs.horde.org/ticket/?id=2828

Maybe we should make this configurable?

Zitat von James.Cort <at> u4eatech.com:

> I've figured out the problem, so I thought I'd post the solution here
> in case anyone else has the same issue.
>
> It appears that my IMAP server has been configured without support for
> unicode. However, on my webmail server, Horde is trying to do
> everything in unicode.  Therefore, a PHP imap_search with UTF-8
> specified as the charset returns no results.
>
> Solution: The clean solution is to rebuild my IMAP server with unicode
> support.  The quick & dirty solution is to fudge the _imapSearch
> function in horde/lib/Horde/IMAP/Search.php so it doesn't specify the
> character set in the search.
>
> James Cort.
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
>
>

Jan.
(Continue reading)

Michael M Slusarz | 2 Nov 2005 22:42

Re: [imp] Searching an IMAP mail store with Imp [SOLVED]

Quoting Jan Schneider <jan <at> horde.org>:

> This seems to become a common issue, see also
> http://bugs.horde.org/ticket/?id=2828
>
> Maybe we should make this configurable?

Is there a way to determine this via the 'capability' command?

michael

_______________________________________
Michael Slusarz [slusarz <at> curecanti.org]

--

-- 
Horde developers mailing list - Join the hunt: http://horde.org/bounties/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Kevin M. Myer | 2 Nov 2005 23:07

Re: [imp] Searching an IMAP mail store with Imp [SOLVED]

Quoting Michael M Slusarz <slusarz <at> mail.curecanti.org>:

> Quoting Jan Schneider <jan <at> horde.org>:
>
>> This seems to become a common issue, see also
>> http://bugs.horde.org/ticket/?id=2828
>>
>> Maybe we should make this configurable?
>
> Is there a way to determine this via the 'capability' command?
>

I don't think so.  I think the only way to catch it would be to do a 
search - if the result is NO, it could mean that charset isn't 
supported.  But a NO also could mean that search criteria isn't 
supported as well..  If you can think of a simple search with valid 
criteria, then the results of that search could be used to determine if 
a given charset is supported or not, otherwise, the results would be 
ambigious.  Kevin
-- 
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13  http://www.iu13.org

--

-- 
Horde developers mailing list - Join the hunt: http://horde.org/bounties/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

(Continue reading)

Michael M Slusarz | 3 Nov 2005 18:32

Re: Latest CVS HEAD

Quoting Jan Schneider <jan <at> horde.org>:

>>> Here is what happens:
>>>
>>>  - when I change from (list) to (body), then it works
>>>  - when I change from (body) to (list) or (both), then it does not
>>> show unless I logout/login again
>>>
>>> This is using LATEST CVS, so if you don't see this behavior, I guess
>>> there is another factor that affects this functionality.
>
> I can reproduce this now, and my guess is that the message structure is
> cached after the preference has been processed. Michael, can you
> confirm that?

Probably, and there is really no easy way to clear the cache at the 
present time.

michael

_______________________________________
Michael Slusarz [slusarz <at> curecanti.org]

--

-- 
Horde developers mailing list - Join the hunt: http://horde.org/bounties/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Michael M Slusarz | 3 Nov 2005 19:23

Re: [imp] Searching an IMAP mail store with Imp [SOLVED]

Quoting "Kevin M. Myer" <kevin_myer <at> iu13.org>:

> Quoting Michael M Slusarz <slusarz <at> mail.curecanti.org>:
>
>> Quoting Jan Schneider <jan <at> horde.org>:
>>
>>> This seems to become a common issue, see also
>>> http://bugs.horde.org/ticket/?id=2828
>>>
>>> Maybe we should make this configurable?
>>
>> Is there a way to determine this via the 'capability' command?
>>
>
> I don't think so.  I think the only way to catch it would be to do a
> search - if the result is NO, it could mean that charset isn't
> supported.  But a NO also could mean that search criteria isn't
> supported as well..  If you can think of a simple search with valid
> criteria, then the results of that search could be used to determine if
> a given charset is supported or not, otherwise, the results would be
> ambigious.  Kevin

Try what I just committed (you will need an up-to-date version of both 
IMP and HEAD).  Turns out that the search command MUST output (among 
other items) the phrase 'BADCHARSET' if a search is performed with a 
charset that it does not support.

michael

_______________________________________
(Continue reading)

Marc Jauvin | 3 Nov 2005 21:02

Re: [imp] Searching an IMAP mail store with Imp [SOLVED]

Michael, where did you get this Information? I checked the RFCs, and I 
found this (ref. http://www.ietf.org/rfc/rfc2060.txt):

6.4.4.  SEARCH Command

   Arguments:  OPTIONAL [CHARSET] specification
               searching criteria (one or more)

   Responses:  REQUIRED untagged response: SEARCH

   Result:     OK - search completed
               NO - search error: can't search that [CHARSET] or
                    criteria
               BAD - command unknown or arguments invalid

But I don't see the "BADCHARSET" error.

--marc

Michael M Slusarz <slusarz <at> mail.curecanti.org> wrote:

> Quoting "Kevin M. Myer" <kevin_myer <at> iu13.org>:
>
>> Quoting Michael M Slusarz <slusarz <at> mail.curecanti.org>:
>>
>>> Quoting Jan Schneider <jan <at> horde.org>:
>>>
>>>> This seems to become a common issue, see also
>>>> http://bugs.horde.org/ticket/?id=2828
>>>>
(Continue reading)

Andreas Dahlén | 3 Nov 2005 21:57

Image verification

Hello!

Is there any support for image verification in Horde or its modules?

What I’m looking for is a solution that creates an image with
numbers/letters. The user then needs to retype the numbers/letters as
verification.

/Andreas

--

-- 
Horde developers mailing list - Join the hunt: http://horde.org/bounties/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: dev-unsubscribe <at> lists.horde.org

Michael Rubinsky | 3 Nov 2005 22:06
Gravatar

Re: [cvs] commit: turba/config sources.php.dist

Ah. So it has, I'll change the comments in sources.php.dist.  Thanks 
for pointing that out!
-- 
Thanks,
Mike
>
> Message: 2
> Date: Wed, 02 Nov 2005 20:29:08 +0100
> From: Jan Schneider <jan <at> horde.org>
> Subject: Re: [dev] [cvs] commit: turba/config sources.php.dist
> To: dev <at> lists.horde.org
> Message-ID: <20051102202908.bzd22oobackcok8w <at> yunosh.homeip.net>
> Content-Type: text/plain;	charset=ISO-8859-15;	format="flowed"
>
> Zitat von Michael Rubinsky <mike <at> theupstairsroom.com>:
>
>> mrubinsk    2005-10-31 19:20:32 PST
>>
>>  Modified files:
>>    config               sources.php.dist
>>  Log:
>>  Make it more obvious that we need at least horde 3.1 to use the
>> $GLOBALS['conf']['imsp'][] values in the example IMSP configuration.
>
> This is already in Horde 3.0.6 AFAIK.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
(Continue reading)


Gmane