[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-tabpanelfocusedCommentId=13014778#comment-13014778 ] chris snow commented on OFBIZ-3385: --- Hi Mansour, What do you think of the xstream

[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-tabpanelfocusedCommentId=13014845#comment-13014845 ] chris snow commented on OFBIZ-3385: --- Thanks Adrian! Axis2 integration returns

[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] [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/sql

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

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

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

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: Start refactoring

2011-03-28 Thread chris snow
load their own containers. 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/2011 2:02 PM, chris snow

[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

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

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 adrian.c...@sandglass-software.com 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 improvement

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

[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-tabpanelfocusedCommentId=13012332#comment-13012332 ] chris snow commented on OFBIZ-4234: --- ok. I'll close this issue. remove main program

Re: soap web service simplifications

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

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

[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-tabpanelfocusedCommentId=13008028#comment-13008028 ] chris snow commented on OFBIZ-3385: --- Hi Mansour, Were you having a problem with a .NET

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. map-Map ns2:map-Entry ns2:map-Key ns2:std-String value=partyId/

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. map-Map ns2:map-Entry ns2:map-Key ns2:std-String

[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

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

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.

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

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

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.

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

[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-tabpanelfocusedCommentId=12915466#action_12915466 ] chris snow commented on OFBIZ-3959: --- Hi Adrian - will non-contributors be able to commit

[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-tabpanelfocusedCommentId=12915533#action_12915533 ] chris snow commented on OFBIZ-3959: --- Hi Adrian, to help me understand the visitor

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

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?

dependency on WebSlinger on trunk

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

Re: dependency on WebSlinger on trunk

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

[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-tabpanelfocusedCommentId=12912369#action_12912369 ] chris snow commented on OFBIZ-3949: --- Thanks for the feedback BJ. I will add a section

[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

[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-tabpanelfocusedCommentId=12912633#action_12912633 ] chris snow commented on OFBIZ-3949: --- The documentation I'm doing on RoleType is proving

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

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

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

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

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

[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-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. Better

[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-tabpanelfocusedCommentId=12912293#action_12912293 ] chris snow commented on OFBIZ-3949: --- 1st comment to get the ball rolling! - the table's

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

2010-09-17 Thread chris snow (JIRA)
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. Steps to reproduce: 1) switch

[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 options page

[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) multiflex

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

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

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

[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 parsing entity xml

[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-tabpanelfocusedCommentId=12908520#action_12908520 ] chris snow commented on OFBIZ-3935: --- I followed the steps as outlined in: http://demo

[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] 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 - Key: OFBIZ

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

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, chris snow

Re: help system

2010-05-24 Thread chris snow
://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=key=1237480locale=en_UStrk=tab_pro chris snow sent the following

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) j...@apache.org wrote: [

[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-tabpanelfocusedCommentId=12869584#action_12869584 ] chris snow commented on OFBIZ-3778: --- So it's a user error then! Thanks for the feedback

[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-tabpanelfocusedCommentId=12869085#action_12869085 ] chris snow commented on OFBIZ-3771: --- Hi Jacques, When I arrived at the page, the form

[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] 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 navigate

[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-tabpanelfocusedCommentId=12869365#action_12869365 ] chris snow commented on OFBIZ-3778: --- steps: 1) goto url - https://demo

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: section myns:entityFieldDescriptions entity-name=ProductStore/ /section The docbook processor would then expand the myns:entityFieldDescriptions element to produce a horizontal list of

Re: extending the help system

2010-05-18 Thread Chris Snow
Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro chris snow sent the following on 5/18/2010 11:22 AM: I would like to extend the help system

should the tooltip help functionality be listed in new features?

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

Re: Making the dev process work for me.

2010-05-17 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 snowchsnow...@googlemail.com wrote: A while back, I had a small

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

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

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

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

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

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

[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-tabpanelfocusedCommentId=12867965#action_12867965 ] chris snow commented on OFBIZ-3772: --- Hi Jacques, I will need to spend some time looking

[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-tabpanelfocusedCommentId=12867968#action_12867968 ] chris snow commented on OFBIZ-3772: --- Hi Jacques - that is correct. I will change my

[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

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

2010-05-16 Thread chris snow
://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: Trivial Fix For: Release Branch 10.04

Making the dev process work for me.

2010-05-15 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: Making the dev process work for me.

2010-05-15 Thread chris snow
On 15 May 2010 07:38, chris snow chsnow...@googlemail.com 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

Making the dev process work...

2010-05-15 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: Making the dev process work...

2010-05-15 Thread Chris Snow
: 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 http://www.hotwaxmedia.com On 15/05/2010, at 6:56 PM, Chris Snow wrote: A while back, I had a small

Re: Making the dev process work...

2010-05-15 Thread chris snow
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 sno...@snowconsulting.co.uk wrote: If there is one patch per entity, only o...

Re: Making the dev process work...

2010-05-15 Thread chris snow
Inc. ALL-IN Software 519-772-6824 ext 201 mmo...@emforium.com - chris snow chsnow...@googlemail.com wrote: Thanks for the tip Marc. If I have my own s...

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

2010-05-14 Thread chris snow (JIRA)
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 https://demo

[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-tabpanelfocusedCommentId=12867211#action_12867211 ] chris snow commented on OFBIZ-3747: --- Hi Erwan - how's it going with the patch evaluation

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

[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-tabpanelfocusedCommentId=12866471#action_12866471 ] chris snow commented on OFBIZ-3747: --- Based on the discussion: http://ofbiz.135035.n4

[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-tabpanelfocusedCommentId=12864893#action_12864893 ] chris snow commented on OFBIZ-3749: --- Hi Bob, I agree with you on both points... Field

[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-tabpanelfocusedCommentId=12864232#action_12864232 ] chris snow commented on OFBIZ-3749: --- Hi Erwan, Internationalize which message

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

2010-05-05 Thread Chris Snow
Components: ALL APPLICATIONS Affects Versions: Release Branch 10.04, SVN trunk Reporter: chris snow Assignee: Erwan de FERRIERES Fix For: Release Branch 10.04, SVN trunk Attachments: UtilHelpText.patch Tooltip currently shows field help

[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-tabpanelfocusedCommentId=12864307#action_12864307 ] chris snow commented on OFBIZ-3749: --- Hi Erwan, Sorry to be a pain, but the change

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

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

[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-tabpanelfocusedCommentId=12863336#action_12863336 ] chris snow commented on OFBIZ-3747: --- Hi Devs, anyone interested in committing

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

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 scott.g...@hotwaxmedia.com 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,

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

2010-05-01 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: productStoreFieldDescriptions2.patch) missing field description help

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

2010-05-01 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: productStoreFieldDescriptions2.patch addresses the issues raised

[jira] Updated: (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:all-tabpanel ] chris snow updated OFBIZ-3747: -- Attachment: productStoreFieldDescriptions2.patch productStoreFieldDescriptions2.patch addresses

  1   2   3   >