Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

These features correspond approximately to trunk changes since Release 4.0 (see children pages since 2007 at bottom). As always, OFBiz releases represent stable code while trunk versions include the latest and greatest functionalities.

August 2011 

  • All components
    • removed the website record from all component where there was no real front-end website.
  • Content
    • added an function on the website detail: 'SEO' to generate missing seo fiendly url's on a catalog, category, product and content level. entities records which have already a seo friendly alternative url are not touched
  • Scrum
    • Add a 'new backlogitem' button when selected an existing backlog item
    • It should be possible to delete a backlog even when hours are attached
    • the button 'billed' on a backlogitem to set the flag to billed, does not work, get an error message
    • if for a backlogitem, billed is no, the time entries are not combined into a single item on the invoice.
    • the email confirmation: Scrum - Your Sprint is started, has the wrong domainname in the sprint url: 127.0.0.1
    • Convert the service name 'addWorkEffortTimeToInvoice' to 'scrumAddWorkEffortTimeToInvoice' to allow a special grouping
    • Remove the causes for the entity warnings in the log, there were entity changes inside scrum, we do not expect using it yet but we can supply conversion programs if needed
  • Catalog/Ecommerce/order
    • add three optional parameters to the macro: <@ofbizUrl fullPath=true encode=false secure=false> which are pretty self explanatory and are needed to generate a proper url within emails
    • the product url on the order confirmation email didn't display because ofbizCatalogAltUrl don't return the URL when request not found: fixed
  • Marketing/content/ecommerce
    • create a many to many relationship between contact list and website, and update demo data, created screens in both components.
  • Party
    • preferences now properly listed by userlogim.
    • added a sortable mod/add date to the find list, to what has been changed and added.
  • HR
    • replace the HR company tree with a jquery version
  • Accounting/order
    • added a new accounting configuration option to generate invoice per order or per shipment. can be overridden at the order level included Junit tests too.
  • Framework
    • Update jQuery to Version 1.6.2
    • add the viewsize and viewindex parameters to the buttons on a list form to remember the page index and page size automatically
    • added spring libraries to be able to test events with junit example can be found in the accounting/order change
  • Jackrabbit Branch
    • complete object content mapping refactoring
    • now using the jackrabbit OCM library to map the content from a node to the repository, which makes the code more generic
    • it is now possible to create Java Objects for each content use case (i.e blog, forum or product content)
    • the JCR implementation has moved back to the framework
    • there is no connection between the database and the JCR nodes anymore
    • see new implementation description and class diagrams here: Ofbiz Jackrabbit Branch Wiki Page
    • Update the Jackrabbit libraries to version 2.2.8

...