Michael Rubinsky | 1 Mar 2005 05:08
Gravatar

Re: [cvs] commit: framework/Net_IMSP IMSP.php

I've tried to make those changes, but don't have the permissions in CVS for 
the CHANGES files...
should I post patches to the dev list?

--On Monday, February 28, 2005 12:00 PM -0800 dev-request <at> lists.horde.org 
wrote:

> Zitat von Michael Rubinsky <mike <at> theupstairsroom.com>:
>
> > mrubinsk    2005-02-27 09:40:23 PST
> >
> >  Modified files:        (Branch: FRAMEWORK_3)
> >    Net_IMSP             IMSP.php
> >    Net_IMSP/IMSP        Book.php Utils.php
> >  Log:
> >  MFH:
>
> Please don't forget to add CHANGES entries to both branches.
>
> Jan.
>

--
Michael Rubinsky
TheUpstairsRoom Consulting
www.theupstairsroom.com
mike <at> theupstairsroom.com

--

-- 
Horde developers mailing list - Join the hunt: http://horde.org/bounties/
(Continue reading)

Jan Schneider | 1 Mar 2005 10:23
Favicon
Gravatar

Re: [cvs] commit: framework/Net_IMSP IMSP.php

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

> I've tried to make those changes, but don't have the permissions in CVS for
> the CHANGES files...

Now you have.

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

M. Braun | 1 Mar 2005 16:21
Picon

horde: htmlarea -> plugin -> AnselImage

Hi,

I'm using current Horde CVS and found out, that inserting an image 
using the htmlarea editor fails to insert an image from an ansel image 
gallery.
The problem is, that some preferences returned by an rpc call now 
require to be fetched some other way, as already changed in ansel 
module.
Therefor I changed 
horde/services/editor/htmlarea/plugins/AnselImage/insert_image.php, so 
that it now displays the gallery name correctly and takes to correct 
gallery ID to fetch images from a gallery. The changes are attched to 
this mail.

Michael Braun

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Attachment (ansel-patch.diff): text/x-patch, 1051 bytes
Attachment (smime.p7s): application/x-pkcs7-signature, 1983 bytes

--

-- 
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
Alan Mizrahi | 1 Mar 2005 16:33
Favicon

Horde insists on using trans-sid

I am using the Horde framework to develop a module for monitoring the
services offered by an ISP.
Would anybody be interested in such a module? Maybe I could release it
when its ready.

Anyway, the problem with horde is that it keeps rewriting the URLs to
http://xxx?Horde=session_id instead of using cookies to store the
session id.

I can't find the problem, I already checked my php.ini and trans-sid is
disabled.  I also set session.use_cookies and session.use_only_cookies
and this doesn't work.

I am using horde-2.2.5, php-4.3.10 and apache-2.0.53

Any ideas on solving this problem?

Regards,

Alan

--

-- 
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 | 1 Mar 2005 17:21
Favicon
Gravatar

Re: horde: htmlarea -> plugin -> AnselImage

Zitat von "M. Braun" <mi.braun <at> onlinehome.de>:

> I'm using current Horde CVS and found out, that inserting an image 
> using the htmlarea editor fails to insert an image from an ansel 
> image gallery.
> The problem is, that some preferences returned by an rpc call now 
> require to be fetched some other way, as already changed in ansel 
> module.
> Therefor I changed 
> horde/services/editor/htmlarea/plugins/AnselImage/insert_image.php, 
> so that it now displays the gallery name correctly and takes to 
> correct gallery ID to fetch images from a gallery. The changes are 
> attched to this mail.

Thanks! Please make sure that your patch only contains the required 
changes, and please upload it to bugs.horde.org.

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 | 1 Mar 2005 17:24
Favicon
Gravatar

Re: Horde insists on using trans-sid

Zitat von Alan Mizrahi <amizra <at> cantv.net>:

> I am using the Horde framework to develop a module for monitoring the
> services offered by an ISP.

Like Nic, or something different?

> Would anybody be interested in such a module? Maybe I could release it
> when its ready.

Sure, why not.

> Anyway, the problem with horde is that it keeps rewriting the URLs to
> http://xxx?Horde=session_id instead of using cookies to store the
> session id.

Then your browser isn't accepting cookies. Or the cookie settings in 
Horde's configuration aren't correct.

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

(Continue reading)

Kohei Yoshida | 1 Mar 2005 18:07
Picon

CRM functionality in Horde

Hi there,

I'm currently investigating a possibility of deploying Horde as our primary
groupware portal.  I'm very impressed by its quality, and would like to
bring it to full deployment in the near term.  However, one thing missing
from the current Horde offering for us is a client relationship management
(CRM) functionality.  Is there any possible way to add such functionality
to the existing Horde framework?

Thanks,

Kohei

--

-- 
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

Alan Mizrahi | 1 Mar 2005 19:46
Favicon

Re: Horde insists on using trans-sid

Jan Schneider wrote:
> Zitat von Alan Mizrahi <amizra <at> cantv.net>:
> 
> 
>>I am using the Horde framework to develop a module for monitoring the
>>services offered by an ISP.
> 
> 
> Like Nic, or something different?

I don't know what is Nic. I meant an Internet Service Provider, which 
provides services like email, web hosting, etc.
This application is a web interface that makes graphics, like mrtg.
I guess screenshots are a must tu describe it.

> 
>>Would anybody be interested in such a module? Maybe I could release it
>>when its ready.
> 
> 
> Sure, why not.
> 
> 
>>Anyway, the problem with horde is that it keeps rewriting the URLs to
>>http://xxx?Horde=session_id instead of using cookies to store the
>>session id.
> 
> 
> Then your browser isn't accepting cookies. Or the cookie settings in 
> Horde's configuration aren't correct.
(Continue reading)

Pavel Chytil | 1 Mar 2005 20:01
Picon

IMAP Tree broken

Hello,

I have just updated horde from cvs today and the IMAP tree got broken. 
It works well for administrative user, however regular users get 
following error message in upper left corner:

Notice: Trying to get property of non-object in 
/usr/local/lib/php/Horde/IMAP/Tree.php on line 433

Notice: Trying to get property of non-object in 
/usr/local/lib/php/Horde/IMAP/Tree.php on line 435

I can not even see the INBOX in the menu.
Any clues?
Thanks,
     Pavel

--

-- 
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

Chuck Hagenbuch | 2 Mar 2005 07:49
Favicon
Gravatar

Re: CRM functionality in Horde

Quoting Kohei Yoshida <kohei.yoshida <at> gmail.com>:

> I'm currently investigating a possibility of deploying Horde as our primary
> groupware portal.  I'm very impressed by its quality, and would like to
> bring it to full deployment in the near term.  However, one thing missing
> from the current Horde offering for us is a client relationship management
> (CRM) functionality.  Is there any possible way to add such functionality
> to the existing Horde framework?

Well, it's of course possible. :) But there's definitely some coding to 
do, either by you or by someone you hire, or perhaps by sponsoring a 
bounty (http://horde.org/bounties/).

-chuck

-- 
"But she goes not abroad in search of monsters to destroy." - John 
Quincy Adams

--

-- 
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


Gmane