[jira] [Commented] (OFBIZ-3385) Axis2 integration returns "Unsupported Content-Type: text/html;charset=utf-8 Supported ones are: [text/xml]"

2011-04-01 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014845#comment-13014845 ] chris snow commented on OFBIZ-3385: --- Thanks Adrian! > Axis2 integration

[jira] [Commented] (OFBIZ-3385) Axis2 integration returns "Unsupported Content-Type: text/html;charset=utf-8 Supported ones are: [text/xml]"

2011-04-01 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014778#comment-13014778 ] chris snow commented on OFBIZ-3385: --- Hi Mansour, What do you think of the xst

[jira] [Closed] (OFBIZ-4238) clean-all ant target does not clean framework/sql/build

2011-03-30 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow closed OFBIZ-4238. - Resolution: Invalid Fix Version/s: SVN trunk > clean-all ant target does not clean framework/

[jira] [Created] (OFBIZ-4238) clean-all ant target does not clean framework/sql/build

2011-03-30 Thread chris snow (JIRA)
: framework Affects Versions: SVN trunk Reporter: chris snow Priority: Minor clean-all ant target does not clean framework/sql/build -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (OFBIZ-4237) shutdown exception if invalid string entered

2011-03-29 Thread chris snow (JIRA)
Versions: SVN trunk Reporter: chris snow Priority: Minor Attachments: Start.patch Exception is thrown if a string is entered that doesn't contain a ':' [code] Received connection from - /127.0.0.1 : 44303 Exception in thread &

[jira] [Updated] (OFBIZ-4237) shutdown exception if invalid string entered

2011-03-29 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-4237: -- Attachment: Start.patch > shutdown exception if invalid string ente

start.properties default values

2011-03-29 Thread chris snow
The normal convention for unix property files is to show the default values commented out. The start.properties file seems to have a mix of default values and example values commented out (see below) Should we follow the unix convention and display only default values? # OFBiz Startup Appli

[jira] [Closed] (OFBIZ-4234) remove main program args[] from Config

2011-03-28 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow closed OFBIZ-4234. - Resolution: Not A Problem > remove main program args[] from Con

[jira] [Commented] (OFBIZ-4234) remove main program args[] from Config

2011-03-28 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012332#comment-13012332 ] chris snow commented on OFBIZ-4234: --- ok. I'll close this issue. > remove

Re: Start refactoring

2011-03-28 Thread chris snow
Hi Adrian, I've created OFBIZ-4234. On Mon, Mar 28, 2011 at 10:57 PM, Adrian Crum wrote: > Config uses the arguments to determine which properties file to load. Where > else would you put it? > > -Adrian > > On 3/28/2011 2:56 PM, chris snow wrote: >> >> Tiny i

[jira] [Updated] (OFBIZ-4234) remove main program args[] from Config

2011-03-28 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-4234: -- Attachment: moveArgsFromConfig.patch > remove main program args[] from Con

[jira] [Created] (OFBIZ-4234) remove main program args[] from Config

2011-03-28 Thread chris snow (JIRA)
: SVN trunk Reporter: chris snow Priority: Trivial would it make sense to remove the program main args[] from Config? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: Start refactoring

2011-03-28 Thread chris snow
ainers. The project I'm working on MUST start up and shut > down properly, and the existing startup/shutdown code did not accomplish > that, so I fixed it. > > For now, I'm done working on those classes. They could certainly use more > work. > > -Adrian > > On 3/28

Start refactoring

2011-03-28 Thread chris snow
Hi Adrian, I see from some commits that you are doing some work on tidying up the Start / Config classes. Great work! Do you have a longer term goal you are working towards, or are you just doing some spring cleaning? Cheers, Chris

Re: soap web service simplifications

2011-03-20 Thread chris snow
get rid of this annoying xml structure. Bilgin Ibryam On Thu, Mar 17, 2011 at 9:51 PM, chris snow wrote: > The current soap web se...

Re: soap web service simplifications

2011-03-17 Thread chris snow
(email resent as plain text) The current soap web service implementation uses org.ofbiz.service.engine.SoapSerializer to serialize/deserialize requests and responses. This results in an awkward xml structure, e.g.

soap web service simplifications

2011-03-17 Thread chris snow
The current soap web service implementation uses org.ofbiz.service.engine.SoapSerializer to serialize/deserialize requests and responses. This results in an awkward xml structure, e.g. ... There are many options fo

[jira] Commented: (OFBIZ-3385) Axis2 integration returns "Unsupported Content-Type: text/html;charset=utf-8 Supported ones are: [text/xml]"

2011-03-17 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008028#comment-13008028 ] chris snow commented on OFBIZ-3385: --- Hi Mansour, Were you having a problem with a

[jira] Updated: (OFBIZ-4218) SOAP improvements

2011-03-17 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-4218: -- Attachment: SoapHandler.patch I hope this patch works with svn! > SOAP improveme

[jira] Updated: (OFBIZ-4218) SOAP improvements

2011-03-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-4218: -- Attachment: SoapHandler.patch I hope I have created this patch ok for svn. > SOAP improveme

[jira] Created: (OFBIZ-4218) SOAP improvements

2011-03-16 Thread chris snow (JIRA)
SOAP improvements - Key: OFBIZ-4218 URL: https://issues.apache.org/jira/browse/OFBIZ-4218 Project: OFBiz Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: chris

Re: entity engine - separation of concerns

2010-09-28 Thread chris snow
There's obviously two camps on the proposals, so who gets the overall say in what changes make it into the framework? I.e. Would I be wasting my time working on separating ModelEntity and ModelReader (and entity engine core functionality from its configuration)?

Re: entity engine - separation of concerns

2010-09-28 Thread chris snow
Hi Scott, Sorry for being a bit vague with my initial response. The last few nights I have been working on separating the entity engine so it could be used outside of ofbiz, but it is proving to be very difficult due to the entity engine's dependency (coupling) on the ofbiz configuration code. S

Re: entity engine - separation of concerns

2010-09-27 Thread chris snow
Hi Scott, Some of the problems with the current design being tightly coupled: - maintainability - extensibility - testability Some use cases, that would be easier with the re-design: 1) Improved ofbiz update management (i.e. patches), by: - Moving the configuration of the entity engine to a sep

[jira] Commented: (OFBIZ-3959) Introduce a ModelEntityReaderBuilder to decouple ModelEntity and ModelReader

2010-09-27 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915533#action_12915533 ] chris snow commented on OFBIZ-3959: --- Hi Adrian, to help me understand the vis

[jira] Commented: (OFBIZ-3959) Introduce a ModelEntityReaderBuilder to decouple ModelEntity and ModelReader

2010-09-27 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915466#action_12915466 ] chris snow commented on OFBIZ-3959: --- Hi Adrian - will non-contributors be able to co

[jira] Created: (OFBIZ-3959) Introduce a ModelEntityReaderBuilder to decouple ModelEntity and ModelReader

2010-09-27 Thread chris snow (JIRA)
Issue Type: Improvement Components: framework Reporter: chris snow ModelEntity is quite tightly coupled to ModelReader. I'm assuming ModelEntity is primarily responsible for representing a model of an entity, however, it is also mixed with logic for building itself fro

Re: entity engine - separation of concerns

2010-09-27 Thread chris snow
Thanks for the feedback Adam and Adrian. I don't think I'm going to get anywhere very quickly with coding this myself (it's taking too long to split it all apart) so I'll raise this as a JIRA improvement so we have a record.

entity engine - separation of concerns

2010-09-27 Thread chris snow
I've been working on separating the entity engine from the framework for a project I am working on. It is quite slow going as classes seem to be doing more that one task. For example, ModelEntity is quite tightly coupled to ModelReader. I'm assuming ModelEntity is primarily responsible for repre

Re: Too much Ajax in OFBIz an issue?

2010-09-24 Thread chris snow
Hi Scott, what do you think are the alternative options to ofbiz' home grown UI framework?

Re: dependency on WebSlinger on trunk

2010-09-23 Thread chris snow
/www.hotwaxmedia.com On 23/09/2010, at 7:59 PM, chris snow wrote: > I've edited framework\base\config\component-load.xm...

dependency on WebSlinger on trunk

2010-09-23 Thread chris snow
I've edited framework\base\config\component-load.xml to look like this: http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/component-loader.xsd";> I've edited framework\component-load.xml to look like this: http://www.w3.or

[jira] Updated: (OFBIZ-3949) Better RoleType Documentation

2010-09-20 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3949: -- Attachment: roletype.xml roletype.pdf > Better RoleType Documentat

[jira] Updated: (OFBIZ-3949) Better RoleType Documentation

2010-09-20 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3949: -- Attachment: (was: roletype.xml) > Better RoleType Documentat

[jira] Updated: (OFBIZ-3949) Better RoleType Documentation

2010-09-20 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3949: -- Attachment: (was: roletype.pdf) > Better RoleType Documentat

[jira] Updated: (OFBIZ-3949) Better RoleType Documentation

2010-09-20 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3949: -- Attachment: (was: roletype.pdf) > Better RoleType Documentat

[jira] Updated: (OFBIZ-3949) Better RoleType Documentation

2010-09-20 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3949: -- Attachment: (was: roletype.xml) > Better RoleType Documentat

[jira] Commented: (OFBIZ-3949) Better RoleType Documentation

2010-09-20 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912633#action_12912633 ] chris snow commented on OFBIZ-3949: --- The documentation I'm doing on RoleType i

[jira] Updated: (OFBIZ-3949) Better RoleType Documentation

2010-09-20 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3949: -- Attachment: roletype.pdf roletype.xml Amended to show ofbiz version for RoleType and

[jira] Commented: (OFBIZ-3949) Better RoleType Documentation

2010-09-19 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912369#action_12912369 ] chris snow commented on OFBIZ-3949: --- Thanks for the feedback BJ. I will add a sec

[jira] Commented: (OFBIZ-3949) Better RoleType Documentation

2010-09-19 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912293#action_12912293 ] chris snow commented on OFBIZ-3949: --- 1st comment to get the ball rolling! - the tab

[jira] Updated: (OFBIZ-3949) Better RoleType Documentation

2010-09-19 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3949: -- Attachment: roletype.xml roletype.pdf Example RoleType documentation. > Bet

[jira] Created: (OFBIZ-3949) Better RoleType Documentation

2010-09-19 Thread chris snow (JIRA)
Better RoleType Documentation - Key: OFBIZ-3949 URL: https://issues.apache.org/jira/browse/OFBIZ-3949 Project: OFBiz Issue Type: Improvement Components: commonext/setup Reporter: chris snow

[jira] Updated: (OFBIZ-3947) multiflex theme - shows "Utente" button on checkout options page

2010-09-17 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3947: -- Affects Version/s: Release Branch 09.04 (was: Release 09.04) > multif

[jira] Updated: (OFBIZ-3947) multiflex theme - shows "Utente" button on checkout options page

2010-09-17 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3947: -- Attachment: ecommerce.png > multiflex theme - shows "Utente" button on checkout

[jira] Created: (OFBIZ-3947) multiflex theme - shows "Utente" button on checkout options page

2010-09-17 Thread chris snow (JIRA)
Type: Bug Components: specialpurpose/ecommerce Affects Versions: Release 09.04 Environment: https://demo-stable.ofbiz.apache.org Reporter: chris snow The multiflex theme - show "Utente" button on checkout options page next to "Quick Add" button. Ste

[jira] Updated: (OFBIZ-3943) MULTIFLEX ecommerce Advanced Search layout issues

2010-09-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3943: -- Attachment: Screenshot-AdvancedSearch.png > MULTIFLEX ecommerce Advanced Search layout iss

[jira] Created: (OFBIZ-3943) MULTIFLEX ecommerce Advanced Search layout issues

2010-09-16 Thread chris snow (JIRA)
/ecommerce Affects Versions: Release 09.04 Environment: Firefox 3.6.9 - Ubuntu Linux 10.04 x86 Reporter: chris snow Priority: Minor See attached screenshot -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the

[jira] Updated: (OFBIZ-3935) setup component error

2010-09-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3935: -- Attachment: HELP_SETUP.patch Provide a warning for users following the setup instructions to let them

[jira] Created: (OFBIZ-3938) Error updating productCategory for PROMOTIONS

2010-09-13 Thread chris snow (JIRA)
Versions: Release 09.04 Reporter: chris snow Steps to reproduce: 1) Navigate to: https://demo-stable.ofbiz.apache.org/catalog/control/EditCategoryProducts?productCategoryId=PROMOTIONS 2) Enter thru date = "2001-05-13 12:00:00.000" for the second (or greater) ow item - click u

[jira] Updated: (OFBIZ-3935) setup component error

2010-09-12 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3935: -- Attachment: Screenshot.png > setup component error > - > >

[jira] Updated: (OFBIZ-3935) setup component error

2010-09-12 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3935: -- Affects Version/s: SVN trunk Trunk is throwing an error too, but at the Create Customer screen - see

[jira] Commented: (OFBIZ-3935) setup component error

2010-09-12 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12908520#action_12908520 ] chris snow commented on OFBIZ-3935: --- I followed the steps as outlined in: http://

[jira] Created: (OFBIZ-3935) setup component error

2010-09-12 Thread chris snow (JIRA)
Reporter: chris snow I'm guessing this is the same problem as: http://www.mail-archive.com/u...@ofbiz.apache.org/msg29741.html Steps to reproduce: "git clone 10.04" ./ant run-install-extseed ./ant create-admin-user-login ./ant run The Following Errors Occurred: Error: Error par

Re: help system

2010-05-24 Thread chris snow
pplier Automation < > http://www.businessesnetwork.com/automation/viewforum.php?f=93> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > Linkedin > < > http://www.linkedin.com/profile?viewProfile

Re: help system

2010-05-24 Thread chris snow
Hi Erwan, why build a help system when the eclipse help system has more features and is very mature - see it in action here: http://help.eclipse.org/galileo/index.jsp? On Mon, May 24, 2010 at 7:41 PM, Erwan de FERRIERES < erwan.de-ferrie...@nereide.fr> wrote: > Le 24/05/2010 20:14, chr

help system

2010-05-24 Thread chris snow
I haven't had chance to do a deep investigation of the help system yet, but I have a few futher questions: 1) is the main purpose of the content management records to link the current screen to the appropriate help content? 2) could the help system be replaced with the eclipse help system? the ec

Re: [jira] Commented: (OFBIZ-3771) Shipping Method Type List - Form for creating new type is named "Edit Shipment Method Type"

2010-05-22 Thread chris snow
I like that idea, it makes it much clearer for users. Many thanks, Chris On 22 May 2010 11:59, "Jacques Le Roux (JIRA)" wrote: [ https://issues.apache.org/jira/browse/OFBIZ-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870289#action_12870289]

[jira] Commented: (OFBIZ-3778) lookup does not have scroll bars - impossible to navigate

2010-05-20 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869584#action_12869584 ] chris snow commented on OFBIZ-3778: --- So it's a user error then! Thank

[jira] Commented: (OFBIZ-3778) lookup does not have scroll bars - impossible to navigate

2010-05-19 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869365#action_12869365 ] chris snow commented on OFBIZ-3778: --- steps: 1) goto url - https://

[jira] Updated: (OFBIZ-3778) lookup does not have scroll bars - impossible to navigate

2010-05-19 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3778: -- Attachment: Screenshot.png > lookup does not have scroll bars - impossible to navig

[jira] Created: (OFBIZ-3778) lookup does not have scroll bars - impossible to navigate

2010-05-19 Thread chris snow (JIRA)
: product Affects Versions: Release Branch 10.04, SVN trunk Environment: My URL is: https://demo-stable.ofbiz.apache.org:8443/catalog/control/main The footer says: Release-revision : trunk-945153 Reporter: chris snow lookup does not have scroll bars - impossible to navigate

[jira] Commented: (OFBIZ-3771) Shipping Method Type List - Form for creating new type is named "Edit Shipment Method Type"

2010-05-19 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869085#action_12869085 ] chris snow commented on OFBIZ-3771: --- Hi Jacques, When I arrived at the page, the

Re: extending the help system

2010-05-18 Thread Chris Snow
an >> http://bjfreeman.elance.com >> Strategic Power Office with Supplier Automation >> <http://www.businessesnetwork.com/automation/viewforum.php?f=93> >> Specialtymarket.com <http://www.specialtymarket.com/> >> >> Systems Integrator-- Glad to A

extending the help system

2010-05-18 Thread chris snow
I would like to extend the help system to display entity field descriptions, for example: The docbook processor would then expand the myns:entityFieldDescriptions element to produce a horizontal list of fields, that are hyperlinked to the descriptions which will be below the li

Re: Making the dev process work for me.

2010-05-17 Thread Chris Snow
Hi Erwan, The problem with commit lag is not caused by any one person, it is a problem with the process. Based on feedback from others, I think the way around it will be to get my own svn/git branch running and do my work there. I can then submit patches back upstream and not have to worry about

Re: Making the dev process work for me.

2010-05-16 Thread Chris Snow
Thanks Ean - I will take a look at GIT... > If you could make your changes in a cloned GIT repository we might be > able to review and commit them en masse. > > On 05/15/2010 01:45 AM, chris snow wrote: >> On 15 May 2010 07:38, "chris snow" wrote: >> >>

should the tooltip help functionality be listed in "new features"?

2010-05-16 Thread chris snow
Should the tooltip help functionality be listed in "new features"? Many thanks, Chris

Re: [jira] Closed: (OFBIZ-3772) ProdCatalog missing field title help

2010-05-16 Thread chris snow
gt; URL: https://issues.apache.org/jira/browse/OFBIZ-3772 > Project: OFBiz > Issue Type: Sub-task > Components: product >Affects Versions: SVN trunk >Reporter: chris snow >Assignee: Jacques Le Roux >Priority:

[jira] Updated: (OFBIZ-3772) ProdCatalog missing field title help

2010-05-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3772: -- Attachment: Screenshot.png Hi Jacques, As per adempiere screenshot. The top part of the help

[jira] Commented: (OFBIZ-3772) ProdCatalog missing field title help

2010-05-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867968#action_12867968 ] chris snow commented on OFBIZ-3772: --- Hi Jacques - that is correct. I will chang

[jira] Commented: (OFBIZ-3772) ProdCatalog missing field title help

2010-05-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867965#action_12867965 ] chris snow commented on OFBIZ-3772: --- Hi Jacques, I will need to spend some time loo

[jira] Updated: (OFBIZ-3772) ProdCatalog missing field title help

2010-05-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3772: -- Attachment: ProdCatalog.patch Most descriptions have been taken from the "Manager Reference Ca

[jira] Updated: (OFBIZ-3743) missing field description help

2010-05-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3743: -- Comment: was deleted (was: Most descriptions have been taken from the "Manager Reference Ca

[jira] Updated: (OFBIZ-3743) missing field description help

2010-05-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3743: -- Attachment: (was: ProdCatalog.patch) > missing field description h

[jira] Updated: (OFBIZ-3743) missing field description help

2010-05-16 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3743: -- Attachment: ProdCatalog.patch Most descriptions have been taken from the "Manager Reference Ca

[jira] Created: (OFBIZ-3772) ProdCatalog missing field title help

2010-05-16 Thread chris snow (JIRA)
trunk Reporter: chris snow Priority: Trivial Fix For: Release Branch 10.04, SVN trunk Patch provided. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

Re: Making the dev process work...

2010-05-15 Thread chris snow
n-committers. Marc Morin Emforium Group Inc. ALL-IN Software 519-772-6824 ext 201 mmo...@emforium.com - "chris snow" wrote: > Thanks for the tip Marc. If I have my own s...

Re: Making the dev process work...

2010-05-15 Thread chris snow
d version of ofbiz and it won't hold you up. Marc Morin Emforium Group Inc. ALL-IN Software 519-772-6824 ext 201 mmo...@emforium.com - "Chris Snow" wrote: > If there is one patch per entity, only o...

Re: Making the dev process work...

2010-05-15 Thread Chris Snow
> Date: Saturday, May 15, 2010, 1:42 AM >> No it's not possible (well >> technically it is but it's very unlikely to happen). >> >> Just be patient and they'll get committed. >> >> Regards >> Scott >> >> HotWax Media >&g

Making the dev process work...

2010-05-14 Thread Chris Snow
A while back, I had a small improvement committed to provide field tooltip help. I now have the time consuming process of extracting the tooltip help text from the manager references and putting it into the xml property files. The problem is that I have to rely on commiters to take my patches, re

Re: Making the dev process work for me.

2010-05-14 Thread chris snow
On 15 May 2010 07:38, "chris snow" wrote: A while back, I had a small improvement committed to provide field tooltip help. I now have the time consuming process of extracting the tooltip help text from the manager references and putting it into the xml property files. The problem

Making the dev process work for me.

2010-05-14 Thread chris snow
A while back, I had a small improvement committed to provide field tooltip help. I now have the time consuming process of extracting the tooltip help text from the manager references and putting it into the xml property files. The problem is that I have to rely on commiters to take my patches, re

[jira] Created: (OFBIZ-3771) Shipping Method Type List - Form for creating new type is named "Edit Shipment Method Type"

2010-05-13 Thread chris snow (JIRA)
OFBIZ-3771 Project: OFBiz Issue Type: Bug Components: product Affects Versions: Release Branch 10.04, SVN trunk Reporter: chris snow Priority: Trivial Navigate to: https://localhost:8443/catalog/control/ListShipmentMethodTypes or ht

[jira] Commented: (OFBIZ-3747) ProductStore missing field title help

2010-05-13 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867211#action_12867211 ] chris snow commented on OFBIZ-3747: --- Hi Erwan - how's it going with the patch e

[jira] Commented: (OFBIZ-3747) ProductStore missing field title help

2010-05-11 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866471#action_12866471 ] chris snow commented on OFBIZ-3747: --- Based on the discussion: http://ofbiz.13503

Re: Brainstorming: changing the way we work and release

2010-05-11 Thread chris snow
Hi Jacopo, Has there been any more progress on your suggestion for this substantial improvement to ofbiz? I would also be in favor of David's idea of moving the framework to it's own svn location (perhaps, eventually this concept could even be extended so that the entity engine could have it's

[jira] Commented: (OFBIZ-3749) Field description tooltips show key if help text is not found

2010-05-06 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864893#action_12864893 ] chris snow commented on OFBIZ-3749: --- Hi Bob, I agree with you on both po

[jira] Reopened: (OFBIZ-3749) Field description tooltips show key if help text is not found

2010-05-05 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow reopened OFBIZ-3749: --- see previous comment > Field description tooltips show key if help text is not fo

[jira] Commented: (OFBIZ-3749) Field description tooltips show key if help text is not found

2010-05-05 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864307#action_12864307 ] chris snow commented on OFBIZ-3749: --- Hi Erwan, Sorry to be a pain, but the change

Re: [jira] Commented: (OFBIZ-3749) Field description tooltips show key if help text is not found

2010-05-05 Thread Chris Snow
://issues.apache.org/jira/browse/OFBIZ-3749 >> Project: OFBiz >> Issue Type: Bug >> Components: ALL APPLICATIONS >>Affects Versions: Release Branch 10.04, SVN trunk >>Reporter: chris snow >>A

[jira] Commented: (OFBIZ-3749) Field description tooltips show key if help text is not found

2010-05-05 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12864232#action_12864232 ] chris snow commented on OFBIZ-3749: --- Hi Erwan, Internationalize which message?

Re: svn commit: r941139 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransf orm.java

2010-05-05 Thread Chris Snow
> Le 05/05/2010 07:10, Adrian Crum a écrit : > Time to look at a JackRabbit integration? > > ;-) > +1

[jira] Updated: (OFBIZ-3749) Field description tooltips show key if help text is not found

2010-05-04 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3749: -- Attachment: UtilHelpText.patch > Field description tooltips show key if help text is not fo

[jira] Created: (OFBIZ-3749) Field description tooltips show key if help text is not found

2010-05-04 Thread chris snow (JIRA)
Components: ALL APPLICATIONS Affects Versions: Release Branch 10.04, SVN trunk Reporter: chris snow Fix For: Release Branch 10.04, SVN trunk Tooltip currently shows field help message key if no help text has been provided. For details, see: http://ofbiz.135035.n4

[jira] Updated: (OFBIZ-3747) ProductStore missing field title help

2010-05-03 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated OFBIZ-3747: -- Attachment: (was: productStoreFieldDescriptions.patch) > ProductStore missing field title h

[jira] Commented: (OFBIZ-3747) ProductStore missing field title help

2010-05-03 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863336#action_12863336 ] chris snow commented on OFBIZ-3747: --- Hi Devs, anyone interested in committing this

Re: New branch is now available for upcoming releases of 10.04 series

2010-05-02 Thread chris snow
Shall we provide no tooltip if the text isn't provided? Or, even a string "help not found - please write me!"? On 2 May 2010 12:22, "Scott Gray" wrote: To me it looked like a bug, I'm guessing it could look like the same to a potential user. Regards Scott On 2/05/2010, at 6:15 PM, Christopher

[jira] Commented: (OFBIZ-3747) ProductStore missing field title help

2010-05-01 Thread chris snow (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863036#action_12863036 ] chris snow commented on OFBIZ-3747: --- Hi Bruno, that's my goal - I've much

Re: New branch is now available for upcoming releases of 10.04 series

2010-05-01 Thread chris snow
It would be good if we could backport the field tooltip messages too. Many thanks, chris On 1 May 2010 09:59, "Vikas Mayur" wrote: Thanks Jacopo for all of your hard work to make it happen. Btw I am not sure if this is a good question to you (and others of course) about commit policy to the re

  1   2   3   4   >