[jira] Created: (OFBIZ-1888) Data File bug fixed (CONTRIBUTION)

2008-07-22 Thread J.Enrique Ruiz (JIRA)
Data File bug fixed (CONTRIBUTION) -- Key: OFBIZ-1888 URL: https://issues.apache.org/jira/browse/OFBIZ-1888 Project: OFBiz Issue Type: Bug Affects Versions: SVN trunk Environment: Ubuntu 8.04,

[jira] Updated: (OFBIZ-1888) Data File bug fixed (CONTRIBUTION)

2008-07-22 Thread J.Enrique Ruiz (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] J.Enrique Ruiz updated OFBIZ-1888: -- Attachment: datafile-viewdatafile-ofbiz.patch Patch Data File bug fixed (CONTRIBUTION)

Re: Subscribing to OFBiz Application Events

2008-07-22 Thread Jacques Le Roux
Hi Adrian, Yes +1, looks good Jacques From: Adrian Crum [EMAIL PROTECTED] Some time ago I implemented a subscription system on our local OFBiz copy, where users can subscribe to notifications about OFBiz application events. Users can subscribe to events like new calendar items, new forum

Re: Subscribing to OFBiz Application Events

2008-07-22 Thread Ashish Vijaywargiya
+1 Adrian. On Tue, Jul 22, 2008 at 3:52 PM, Jacques Le Roux [EMAIL PROTECTED] wrote: Hi Adrian, Yes +1, looks good Jacques From: Adrian Crum [EMAIL PROTECTED] Some time ago I implemented a subscription system on our local OFBiz copy, where users can subscribe to notifications about

Re: Subscribing to OFBiz Application Events

2008-07-22 Thread Adrian Crum
We certainly could. In our implementation here, they are all free of course. I'm running into one snag trying to get this ready for the project. On the notification emails, where should the notification service get the From information (from email address, from company name, etc)? In

Re: Subscribing to OFBiz Application Events

2008-07-22 Thread Bruno Busco
Couldn't we have a Party defined as subscription sender? For example it could be the Company party in the demo. We could also define a new contactMechPurposeTypeId for this like Subscription email sender -Bruno 2008/7/22 Adrian Crum [EMAIL PROTECTED]: We certainly could. In our implementation

[jira] Created: (OFBIZ-1889) Ajax pagination not working in collapsed Find Screens

2008-07-22 Thread Bruno Busco (JIRA)
Ajax pagination not working in collapsed Find Screens - Key: OFBIZ-1889 URL: https://issues.apache.org/jira/browse/OFBIZ-1889 Project: OFBiz Issue Type: Bug Components: framework

[jira] Closed: (OFBIZ-1889) Ajax pagination not working in collapsed Find Screens

2008-07-22 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-1889. -- Resolution: Fixed Fix Version/s: SVN trunk Fixed, rev 678795. Ajax pagination not working in

[jira] Commented: (OFBIZ-1889) Ajax pagination not working in collapsed Find Screens

2008-07-22 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12615664#action_12615664 ] Bruno Busco commented on OFBIZ-1889: Thank you, Adrian. Ajax pagination not working

What is the standard location of _WebAppName_Forms.xml files?

2008-07-22 Thread Bruno Busco
Hi devs, sometime _WebAppName_Forms.xml are in widgets folder, some other they are located in webapp/_webappname_ folder. In the content application there are BOTH widgets/ContentForms.xml AND webapp/content/ContentForms.xml. This caused my modifications to webapp/content/ContentForms.xml to have

Re: What is the standard location of _WebAppName_Forms.xml files?

2008-07-22 Thread Bruno Busco
It seems that OFBiz uses the forms from widgets/content/ContentForms.xml and there are two forms that are only defined there: form name=AddWorkEffortContent form name=ListWorkEffortContents So I guess the webapp/content/content/ContentForms.xml should be deleted. What do you think? -Bruno

Re: What is the standard location of _WebAppName_Forms.xml files?

2008-07-22 Thread Bruno Busco
I perfectly agree with you. I have already removed the copy of the ContentForms.xml located in the webapp folder (and everything works like before). I will update soon the patch on OFBIZ-1881https://issues.apache.org/jira/browse/OFBIZ-1881with FindScreen and Ajax navigation. -Bruno 2008/7/22

Re: What is the standard location of _WebAppName_Forms.xml files?

2008-07-22 Thread David Jones
Yes, we've definitely been moving away from having any widget files (form, screen, tree or menu) in the webapp directory, and most of them have been moved out of there. The content component is oft neglected so it's not too surprising that something remains there. It's tempting to even start

Re: What is the standard location of _WebAppName_Forms.xml files?

2008-07-22 Thread Adrian Crum
David Jones wrote: Yes, we've definitely been moving away from having any widget files (form, screen, tree or menu) in the webapp directory, and most of them have been moved out of there. The content component is oft neglected so it's not too surprising that something remains there. It's

[jira] Updated: (OFBIZ-1881) Using FindScreenDecorator in Content Application

2008-07-22 Thread Bruno Busco (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-1881: --- Attachment: FindScreenDecorator_content_1.patch An improved patch

Re: svn commit: r678979 - in /ofbiz/trunk: applications/party/webapp/partymgr/party/ framework/example/widget/example/ framework/images/webapp/images/ framework/images/webapp/images/prototypejs/ frame

2008-07-22 Thread David E Jones
Congrats you guys, this is a really cool little feature to have in- line editing without taking up extra space when not used. -David On Jul 22, 2008, at 8:20 PM, [EMAIL PROTECTED] wrote: Author: apatel Date: Tue Jul 22 19:20:39 2008 New Revision: 678979 URL: