[patch] Fastpath webchat bug fix

  1. Fixed bug in /src/webapp/chatmain.jsp where the secure button image was not updating when changes were made in the fastpath settings.
  2. Reordered the security image and agent typing image so that the security image didn’t move when an agent typed. It was distracting. Changed the order in /src/webapp/chatmain.jsp and /src/webapp/chatroom.jsp
    The fastpath settings for the image are located in Fastpath > View Workgroups > [workgrp name] > Workgroup Settings > Images > Secure Button

http://www.igniterealtime.org/community/blogs/ignite/2008/06/04/webchat-client-o f-fastpath-is-now-available

------------------------------------------- Unrelated

Also my previous username (sag47) is disabled and I haven’t found an administrator who is either active or exists. Any way I can get that account re-enabled? I had to register with my school email because I couldn’t register twice using the same email. At least a point in the right direction.

Thanks,

SAM

For anyone wishing to have this functionality fixed in their server here is the war file after applying the patch and compiling the source…

I would call this a critical bug fix because without it the customization functionality of the web interface is affected.

Also can someone move this to the Plugins and Libraries forum? I mistakenly posted this here.
webchat.war (2232049 Bytes)

Hello,

I may be missing something, but I can’t find the file in subversion this patch is for.

daryl

I provided a link above in my post…

Here’s the subversion:

svn co http://svn.igniterealtime.org/svn/repos/fastpath/webchat/trunk webchat

Although I have no idea why it is separate from the actual fastpath plugin which is here…

http://svn.igniterealtime.org/svn/repos/openfire/trunk/src/plugins/fastpath/

It patches these two files:

http://svn.igniterealtime.org/svn/repos/fastpath/webchat/trunk/src/webapp/chatma in.jsp

http://svn.igniterealtime.org/svn/repos/fastpath/webchat/trunk/src/webapp/chatro om.jsp

As about your old account, try sending a private message to @Benjamin , you can also ask him to move this thread, though i don’t see an issue to have this thread in this part of the forums.

Although I have no idea why it is separate from the actual fastpath plugin which is here…

It is because the webchat war can be deployed on app server, e.g. Tomcat, WebLogic separate from Openfire’s. Typically running webchat on the Openfire server is for testing purposes only.

See http://www.igniterealtime.org/projects/openfire/plugins/webchat/readme.html

Is there anything I need to do to get this patch in to the developers to be applied to the Fastpath webchat or is posting here all I need to do an it will get picked up?

Usually it’s enough to post patches here. Daryl or me, or someone else will file it in the bug tracker. But i think i’ll leave it to Daryl this time, as he had some questions.

Hi,

I created OF-334, but seem to be hitting permissions issues attempting to commit the patch. Hmmm

daryl