svn commit: r499264 [1/2] - in /ofbiz/trunk: applications/content/data/ applications/ecommerce/ applications/ecommerce/config/ applications/ecommerce/data/ applications/ecommerce/webapp/ecommerce/WEB-INF/ applications/ecommerce/webapp/ecommerce/blog/ a...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r499264 [1/2] - in /ofbiz/trunk: applications/content/data/ applications/ecommerce/ applications/ecommerce/config/ applications/ecommerce/data/ applications/ecommerce/webapp/ecommerce/WEB-INF/ applications/ecommerce/webapp/ecommerce/blog/ a...

byersa-3
Author: byersa
Date: Tue Jan 23 21:17:03 2007
New Revision: 499264

URL: http://svn.apache.org/viewvc?view=rev&rev=499264
Log:
This is all the front-end code and data required to implement the blog example in ecommerce.
It also relies on two service files committed earlier - BlogServices.java/xml

Not much attention has been paid to style or layout. We will count on the folks at HotWax Media to add their secret sauce.

The two areas on which the most attention were:

1. Getting the permission scheme to work correctly.
2. Getting the complex content rendering to work. It uses the widget screens as templates.

Added:
    ofbiz/trunk/applications/ecommerce/config/BlogUiLabels.properties
    ofbiz/trunk/applications/ecommerce/data/DemoBlogEntryData.xml
    ofbiz/trunk/applications/ecommerce/data/DemoBlogMiscData.xml
    ofbiz/trunk/applications/ecommerce/data/DemoBlogPubPtData.xml
    ofbiz/trunk/applications/ecommerce/data/DemoBlogUsersData.xml
    ofbiz/trunk/applications/ecommerce/data/cutekid.jpg   (with props)
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/blog/
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/blog/blogs.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/blog/main.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/blog/menubar.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/blog.css
    ofbiz/trunk/applications/ecommerce/widget/blog/
    ofbiz/trunk/applications/ecommerce/widget/blog/BlogForms.xml
    ofbiz/trunk/applications/ecommerce/widget/blog/BlogMenus.xml
    ofbiz/trunk/applications/ecommerce/widget/blog/BlogScreens.xml
    ofbiz/trunk/applications/ecommerce/widget/blog/BlogTemplates.xml
    ofbiz/trunk/applications/ecommerce/widget/blog/BlogTrees.xml
    ofbiz/trunk/applications/ecommerce/widget/blog/textimage.ftl
Modified:
    ofbiz/trunk/applications/content/data/BlogData.xml
    ofbiz/trunk/applications/ecommerce/config/blog.properties
    ofbiz/trunk/applications/ecommerce/ofbiz-component.xml
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/header.ftl
    ofbiz/trunk/applications/ecommerce/widget/CommonScreens.xml
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenWidget.java

Modified: ofbiz/trunk/applications/content/data/BlogData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/BlogData.xml?view=diff&rev=499264&r1=499263&r2=499264
==============================================================================
--- ofbiz/trunk/applications/content/data/BlogData.xml (original)
+++ ofbiz/trunk/applications/content/data/BlogData.xml Tue Jan 23 21:17:03 2007
@@ -80,6 +80,7 @@
     <ContentPurposeOperation contentPurposeTypeId="ARTICLE" contentOperationId="CONTENT_LINK_TO" roleTypeId="LOGGEDIN" statusId="_NA_" privilegeEnumId="CNT_PRV_NA_"/>
     <ContentPurposeOperation contentPurposeTypeId="RESPONSE" contentOperationId="CONTENT_LINK_TO" roleTypeId="LOGGEDIN" statusId="_NA_" privilegeEnumId="CNT_PRV_NA_"/>
     <ContentPurposeOperation contentPurposeTypeId="RESPONSE" contentOperationId="CONTENT_LINK_FROM" roleTypeId="LOGGEDIN" statusId="_NA_" privilegeEnumId="CNT_PRV_NA_"/>
+    <ContentPurposeOperation contentPurposeTypeId="ARTICLE" contentOperationId="CONTENT_LINK_FROM" roleTypeId="LOGGEDIN" statusId="_NA_" privilegeEnumId="CNT_PRV_NA_"/>
     
     <ContentPurposeOperation contentPurposeTypeId="RESPONSE" contentOperationId="CONTENT_UPDATE" roleTypeId="LOGGEDIN" statusId="_NA_" privilegeEnumId="_NA_"/>
     <ContentPurposeOperation contentPurposeTypeId="RESPONSE" contentOperationId="CONTENT_CREATE" roleTypeId="LOGGEDIN" statusId="_NA_" privilegeEnumId="_NA_"/>

Added: ofbiz/trunk/applications/ecommerce/config/BlogUiLabels.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/config/BlogUiLabels.properties?view=auto&rev=499264
==============================================================================
--- ofbiz/trunk/applications/ecommerce/config/BlogUiLabels.properties (added)
+++ ofbiz/trunk/applications/ecommerce/config/BlogUiLabels.properties Tue Jan 23 21:17:03 2007
@@ -0,0 +1,568 @@
+###################################################################
+##
+##  FileName : EcommerceUiLabel.properties
+##
+##  Author     : Ravichandar Arukala Email: [hidden email]
+##
+##  Description : This File has English Words
+##              for Localization of Ecommerce Platform
+##
+###################################################################
+###################################################################
+####
+# OFBiz UiLabel Properties used for the Ecommerce module
+#
+
+de=German
+en=English
+fr=French
+pt_PT=Portuguese
+pt_BR=Brazilian Portuguese
+
+CommonLogin=Login
+CommonLogout=Logout
+CommonMain=Main
+CommonPassword=Password
+CommonRegistered=Registered User Login
+CommonUsername=Username
+
+CommonCreateNew=Create New
+CommonComments=Comments
+CommonDescription=Description
+CommonEdit=Edit
+CommonFromDate=From Date
+CommonFrom=From
+CommonId=ID
+CommonLookup=Look Up
+CommonNA=N/A
+CommonNext=Next
+CommonNotModifRecreat=cannot change without re-creating
+CommonPrevious=Previous
+CommonQuantity=Quantity
+CommonRemove=Remove
+CommonSave=Save
+CommonSet=Set
+CommonShowLookupFields=Show Lookup Fields
+CommonThruDate=Thru Date
+CommonThru=Thru
+CommonTitle=Title
+CommonTo=To
+CommonUom=UOM
+CommonUpdate=Update
+CommonValue=Value
+CommonView=View
+CommonWelcome=Welcome
+PartyPartyId=Party ID
+PartyRoles=Roles
+PartyRoleTypeId=RoleType ID
+PartyTerms=Terms
+PartyTerm=Term
+PartyTermType=Term Type
+PartyTermValue=Term Value
+ProductProductId=Product Id
+
+#NOTE: below here is mostly copied from ecommerce, should consider getting rid of nearly all of this
+
+bu=Bulgarian
+de=German
+en=English
+gr=Greek
+
+AccountingAccount=Account
+AccountingAccountNumber=Account Number
+AccountingAccountType=Account Type
+AccountingAddNewCreditCard=Add New Credit Card
+AccountingAddNewGiftCard=Add New Gift Card
+AccountingAddNewEftAccount=Add New EFT Account
+AccountingBank=Bank
+AccountingBankName=Bank Name
+AccountingBillingAccount=Billing Account
+AccountingCardInfoNotBelongToYou=The credit card specified does not belong to you, you may not view or edit it
+AccountingCardNumber=Card Number
+AccountingCardSecurityCode=Card Security Code
+AccountingCardType=Card Type
+AccountingCompanyNameOnAccount=Company Name on Account
+AccountingCompanyNameOnCard=Company Name on Card
+AccountingCreditCard=Credit Card
+AccountingEditCreditCard=Edit Credit Card
+AccountingEditGiftCard=Edit Gift Card
+AccountingEftAccount=EFT Account
+AccountingEftNotBelongToYou=The EFT Account specified does not belong to you, you may not view or edit it
+AccountingExpirationDate=Expiration Date
+AccountingGiftCard=Gift Card
+AccountingNameOnAccount=Name on Account
+AccountingNameOnCard=Name on Card
+AccountingNoBillingAccount=No Billing Account
+AccountingNoPaymentMethodInformation=No payment method information on file
+AccountingNoPaymentMethodsOnFile=There are no payment methods on file
+AccountingOfflinePayment=Offline Payment
+AccountingPaymentInformation=Payment Information
+AccountingPaymentMethodInformation=Payment Method Information
+AccountingPaymentVia=Payment Via
+AccountingPayOnlyWithBillingAccount=Pay only with Billing Account
+AccountingPayWithPayPal=Pay With PayPal
+AccountingPayWithWorldPay=Pay With WorldPay
+AccountingRoutingNumber=Routing Number
+AccountingUseAccount=Use Account
+
+CommonYouremail=Your email
+CommonEmailTo=Email To
+CommonMessage=Message
+CommonSend=Send
+CommonSorryYouCannotSend=Sorry, you cannot send this page to a friend. Please select from either a category or product
+CommonGotoParent=Go To Parent
+
+CommonAdd=Add
+CommonAddDefault=Add Default
+CommonAll=All
+CommonAmount=Amount
+CommonAnd=And
+CommonAny=Any
+CommonAvailable=Available
+CommonBack=Back
+CommonBackToOptions=Back to Options
+CommonBenefit=Benefit
+CommonBy=By
+CommonCancel=Cancel
+CommonChecking=Checking
+CommonCheckoutAnonymous=Checkout Without Login
+CommonCheckoutAnonymousMsg=You may checkout without creating an account
+CommonChooseLanguage=Choose Language
+CommonClear=Clear
+CommonClickHere=Click Here
+CommonComment=Comment
+CommonComments=Comments
+CommonContinue=Continue
+CommonCouldBeUsedAs=Could be Used as
+CommonCreate=Create
+CommonCreateNew=Create New
+CommonDate=Date
+CommonDays=Days
+CommonDelete=Delete
+CommonDescription=Description
+CommonDetails=Details
+CommonEdit=Edit
+CommonEmailPassword=Email Password
+CommonExpire=Expire
+CommonExpires=Expires
+CommonFieldsMarkedAreRequired=Fields marked with (*) are required.
+CommonFind=Find
+CommonForgotYourPassword=Forgot Your Password
+CommonFrom=From
+CommonGetPasswordHint=Get Password Hint
+CommonGoBack=Go Back
+CommonInformation=Information
+CommonInThe=In The
+CommonLanguageTitle=Language
+CommonList=List
+CommonLoginHere=log in here
+CommonLogin=Login
+CommonLogout=Logout
+CommonMain=Main
+CommonMatched=Matched
+CommonMayCreate=Create
+CommonMayCreateNewAccountHere=You may create a new account here
+CommonMore=More
+CommonNewUser=New User
+CommonNext=Next
+CommonNo=No
+CommonNot=Not
+CommonNotYou=Not You
+CommonOn=On
+CommonOpenNewWindow=Open in New Window
+CommonPassword=Password
+CommonPrevious=Previous
+CommonProfile=Profile
+CommonQualifier=Qualifier
+CommonQuantity=Quantity
+CommonQuickAdd=Quick Add
+CommonQuickAddList=Quick Add To Shopping List
+CommonRegistered=Registered User
+CommonRemove=Remove
+CommonReview=Review
+CommonSave=Save
+CommonSavings=Savings
+CommonSearchResultfor=Search Results for
+CommonSelectAll=Select All
+CommonStatus=Status
+CommonSubtotal=Subtotal
+CommonSubTotal=Sub Total
+CommonTellAFriend=Tell-A-Friend
+CommonTitle=Title
+CommonTo=To
+CommonUpdated=Updated
+CommonUpdate=Update
+CommonUsed=Used
+CommonUsedAs=Used as
+CommonUsername=Username
+CommonView=View
+CommonWelcome=Welcome
+CommonWhere=Where
+CommonYes=Yes
+
+EcommerceActive=Active
+EcommerceAddAlltoCart=Add All to Cart
+EcommerceAddCheckedToCart=Add Checked to Cart
+EcommerceAddChildListsToCart=Add This List And Child List(s) To Cart
+EcommerceAddListToCart=Add List To Cart
+EcommerceAddSelectedtoList=Add Selected To List
+EcommerceAddtoCart=Add to Cart
+EcommerceAddtoShoppingList=Add To Shopping List
+EcommerceAdjustment=Adjustment
+EcommerceAdjustments=Adjustments
+EcommerceAlwaysViewCartAfterAddingAnItem=Always view cart after adding an item
+EcommerceAnonymous=Anonymous
+EcommerceAverageRating=Average Rating
+EcommerceCartHas=Cart has
+EcommerceCartSummary=Cart Summary
+EcommerceCartTotal=Cart Total
+EcommerceCheckout=Checkout
+EcommerceChildListTotalPrice=Child Lists Total Price
+EcommerceChildShoppingList=Child Shopping Lists
+EcommerceChooseVariations=Choose Variation
+EcommerceContinueShopping=Continue Shopping
+EcommerceCustomerReviews=Customer Reviews
+EcommerceEmptyCart=Empty Cart
+EcommerceGoToList=Go To List
+EcommerceIncludes=Includes
+EcommerceItem=Item
+EcommerceItemN=Item #
+EcommerceItemsfromShopingList=Items from a shopping list; update quantities from list page
+EcommerceItems=Items
+EcommerceItemTotal=Item Total
+EcommerceLastViewed=Last Viewed
+EcommerceLastCategories=Last Categories
+EcommerceLastProducts=Last Products
+EcommerceLastSearches=Last Searches
+EcommerceListDoesNotBelong=does not belong to you, please try again
+EcommerceListItems=Shopping List Items
+EcommerceListItemsTotalPrice=This List Items Total Price
+EcommerceListName=List Name
+EcommerceListType=List Type
+EcommerceNewShoppingList=New Shopping List
+EcommerceNoParent=No Parent
+EcommerceNoShoppingListsCreate=No shopping lists to select, create a new one
+EcommerceOnSale=On Sale
+EcommerceParentList=Parent List
+EcommercePieces=Pieces
+EcommercePostAnonymous=Post Anonymous
+EcommercePrice=Price
+EcommerceProduct=Product
+EcommercePromotion=Promotion
+EcommercePromotionalItems=Promotional items; quantities cannot be modified
+EcommercePromotionInformation=Promotion Information
+EcommercePromotionsApplied=Promotions Applied
+EcommercePublic=Public
+EcommerceRanking=Ranking
+EcommerceRating=Rating (1-5; 5 being best)
+EcommerceRatings=Ratings
+EcommerceRecalculateCart=Recalculate Cart
+EcommerceRemoveSelected=Remove Selected
+EcommerceReplaceWithVariation=Replace With Variation
+EcommerceSave=Save
+EcommerceShoppingCartEmpty=Shopping Cart is empty
+EcommerceShoppingCart=Shopping Cart
+EcommerceShoppingLists=Shopping&nbsp;Lists
+EcommerceShoppingListDetail=Shopping List Detail
+EcommerceShoppingListEmpty=Your shopping list is empty
+EcommerceShoppingListError=ERROR: The specified shopping list (with
+EcommerceShoppingListPriceTotals=Shopping List Price Totals
+EcommerceShoppingListReorder=Shopping List Re-Order Info
+EcommerceSpecialOffers=Special Offers
+EcommerceToAddSelectedItemsToShoppingList=to add selected items to a shopping list
+EcommerceToCart=to Cart
+EcommerceTotalPrice=Total Price
+EcommerceTotal=Total
+EcommerceUnitPrice=Unit Price
+EcommerceVariationToCart=of Variation To Cart
+EcommerceViewAllPromotions=View All Promotions
+EcommerceViewCart=View Cart
+EcommerceYouMightAlsoIntrested=You might also be interested in
+EcommerceYouMightLike=You Might Like
+EcommerceYouMust=You Must&nbsp;
+EcommerceYourPrice=Your Price
+EcommerceYourShoppingCartEmpty=Your shopping cart is empty
+
+EcommerceCartItemUseinPromotions=Cart Item Use in Promotions
+EcommerceIsAPromotionalItem=Is a Promotional Item
+EcommerceOfPromotion=of Promotion
+EcommerceViewAllPromotions=View All Promotions
+EcommercePromotionDetails=Promotion Details
+EcommerceProductsForPromotion=Products For Promotion
+EcommerceErrorNoPromotionFoundWithID=ERROR: No promotion found with ID
+
+Factoids=Did you know?
+MostRecentlyViewed=Recently Viewed
+
+OrderAdjustments=Adjustments
+OrderAdvancePayment=Advance Payment
+OrderAllowSplit=Allow Split
+OrderBackHome=Back Home
+OrderBacktoShoppingCart=Back to Shopping Cart
+OrderBesureIncludeOrder=Be sure to include your order
+OrderBillUpTo=Bill Up To
+OrderCashPaymentOnPickUp=Cash Payment on Pickup
+OrderCOD=COD
+OrderCommaSeperatedEmailAddresses=You may add other comma separated email addresses here that will be used only for the current order
+OrderConfirmation=Order Confirmation
+OrderContinueShopping=Continue Shopping
+OrderContinueToFinalOrderReview=Continue to Final Order Review
+OrderDemoFrontNote=NOTE: This is a DEMO store-front.  Orders placed here will NOT be billed, and will NOT be fulfilled
+OrderDestination=Destination
+OrderDistributor=Distributor
+OrderEmailSentToFollowingAddresses=Your order will be sent to the following email addresses
+OrderErrorShoppingCartEmpty=ERROR: Shopping cart empty, please start over
+OrderFinalCheckoutReview=Final Checkout Review
+OrderGift=Gift
+OrderGiftMessage=Gift Message
+OrderGrandTotal=Grand Total
+OrderHistory=Order&nbsp;History
+OrderHowShallWeShipIt=How shall we ship it
+OrderHowShallYouPay=How shall you pay
+OrderIntructions=Instructions
+OrderInvoice=Invoice
+OrderIsThisGift=Is This a Gift
+OrderMethod=Method
+OrderMoneyOrder=Mail Check/Money Order
+OrderNoOrderFound=No Orders Found
+OrderNoReturnableItems=No returnable items found for order
+OrderNotYetOrdered=Not Yet Ordered
+OrderOrder=Order
+OrderOrderItems=Order Items
+OrderPleaseShipItemsBecomeAvailable=Please ship items I ordered as they become available (you may incur additional shipping charges)
+OrderPleaseWaitUntilBeforeShipping=Please wait until the entire order is ready before shipping
+OrderPoNumber=PO Number
+OrderPurchaseOrderNumber=Purchase Order Number
+OrderQtyCanceled=Qty Cancelled
+OrderQtyOrdered=Qty Ordered
+OrderQtyShipped=Qty Shipped
+OrderReason=Reason
+OrderRequestedResponse=Requested Response
+OrderRequestReturn=Request Return
+OrderReturnItemsFromOrder=Return Item(s) From Order
+OrderReturnItems=Return Items
+OrderReturnSelectedItems=Return Selected Item(s)
+OrderSalesOrderLookupFailed=ERROR: Sales Order Lines lookup failed
+OrderSalesTax=Sales Tax
+OrderSelectShipFromAddress=Please select a ship from address
+OrderSendPaymentTo=Please Send Payment To
+OrderShipAllAtOnce=Ship all at once, or 'as available'
+OrderShippingAndHandling=Shipping and Handling
+OrderShippingInformation=Shipping Information
+OrderSpecialInstructions=Special Instructions
+OrderSpecifiedNotFound=The specified order was not found, please try again
+OrderSplittingPreference=Splitting Preference
+OrderSubmitOrder=Submit Order
+OrderSubmittingOrder=Please Wait, Processing Order...
+OrderThisIsGift=This order is a gift
+OrderThisIsNotGift=This order is not a gift
+OrderTrackingNumber=Tracking Number
+OrderUpdateEmailAddress=Your may update these in your
+OrderUseDefault=Use Default: No other shipping methods available
+OrderWhereShallWeShipIt=Where shall we ship it
+PageTitleAdvancedSearch=Advanced Search
+PageTitleCategoryPage=Category Page
+PageTitleChangePassword=Change Password
+PageTitleCheckoutOptions=Checkout Options
+PageTitleCheckoutReview=Checkout Review
+PageTitleEditContactMechanism=Edit Contact Mechanisam
+PageTitleEditCreditCard=Edit Credit Card
+PageTitleEditGiftCard=Edit Gift Card
+PageTitleEditEFTAccount=Edit EFT Account
+PageTitleEditPerson=Edit Person
+PageTitleLastViewProducts=Last View Products
+PageTitleLogin=Login
+PageTitleMain=Main Page
+PageTitleNewCustomer=New Customer
+PageTitleOrderHistory=Order History
+PageTitleOrderStatus=Order Status
+PageTitleOrderSummary=Order Summary - Thank you for your order!
+PageTitleProductPage=Product Page
+PageTitleProductReview=Product Review
+PageTitleQuickAdd=Quick Add
+PageTitleRequestReturn=Request Return
+PageTitleSearchResults=Search Results
+PageTitleShoppingCart=Shopping Cart
+PageTitleShoppingList=Shopping List
+PageTitleViewProfile=View Profile
+PartyAddNewAddress=New Address
+PartyAddNewPersonalInformation=Add New Personal Information
+PartyAddPurpose=Add Purpose
+PartyAddrAttnName=Attn
+PartyAddressLine1=Address Line 1
+PartyAddressLine1MissingError=Address Line 1 is missing
+PartyAddressLine2=Address Line 2
+PartyAffiliateCodeMissingError=Affiliate Code is missing
+PartyAffiliateNameMissing=Affiliate Name is missing
+PartyAllowAddressSolicitation=Allow Address Solicitation
+PartyAllowSolicitation=Allow Solicitation
+PartyAllPhoneNumbers=All phone numbers
+PartyAlreadyHaveAccount=If you already have an account
+PartyAreaCode=Area Code
+PartyAttentionName=Attention Name
+PartyBillingAddress=Billing Address
+PartyBillingAddressNotSelected=Billing Address Not Yet Selected
+PartyBirthDate=Birth Date
+PartyBirthDateMissingError=Birthdate is not formatted correctly: must be yyyy-mm-dd, like 1982-07-21
+PartyBusinessPhone=Business phone
+PartyChangePassword=Change Password
+PartyCity=City
+PartyCityMissing=City is Missing
+PartyCompanyNameMissingError=Company Name is missing
+PartyContactInfoNotBelongToYou=The contact information specified does not belong to you, you may not view or edit it
+PartyContactInformation=Contact Information
+PartyContactMechIdMissing=Contact Mech ID is missing
+PartyContactNumber=Contact Number
+PartyContactNumberMissing=Contact Number is missing
+PartyContactPurposes=Contact Purposes
+PartyContactTelephoneMissingError=Contact telephone is missing
+PartyContactType=Contact Type
+PartyCountryCode=Country Code
+PartyCountry=Country
+PartyCountryMissing=Country is Missing
+PartyCreateNewBillingAddress=Create a new billing address for this credit card
+PartyCreateNewContactInfo=Create New Contact Information
+PartyCreateNewCreditCard=Create New Credit Card
+PartyCreateNewGiftCard=Create New Gift Card
+PartyCreateNewEftAccount=Create New EFT Account
+PartyDivorced=D - Divorced
+PartyEditContactInfo=Edit Contact Information
+PartyEditPersonalInformation=Edit Personal Information
+PartyEmailAddress=Email address
+PartyEmailAddresses=Email Addresses
+PartyEmailAddressMissingError=E-mail address is missing
+PartyEmailAddressNotFormattedCorrectly=E-mail address not formatted correctly, must be like: name@domain
+PartyEnterPasswordTwice=You must enter your password twice
+PartyExtension=Extension
+PartyFaxNumber=Fax number
+PartyFirstName=First name
+PartyFirstNameMissing=Firstname is Missing
+PartyGender=Gender
+PartyHeight=Height
+PartyHideOld=Hide Old
+PartyHomePhone=Home phone
+PartyInformationNotBelongToYou=This information does not belong to you and you do not have permission to view it
+PartyLastName=Last name
+PartyLastNameMissingError=Lastname is Missing
+PartyMaidenName=Mothers Maiden Name
+PartyMaritalStatus=Marital Status
+PartyMarried=M - Married
+PartyMiddleInitial=Middle initial
+PartyMobilePhone=Mobile phone
+PartyNameAndShippingAddress=Name and Shipping Address
+PartyName=Name
+PartyNewContactHavePurpose=Note: this new contact information will have the purpose
+PartyNewPassword=New Password
+PartyNewPasswordVerify=New Password Verify
+PartyNewUser=New User
+PartyNickName=Nick Name
+PartyNoBillingAddress=No Billing Address Selected
+PartyNoContactInformation=No contact information on file
+PartyNoContactInformation=No Contact Information On File
+PartyNoPartyForCurrentUserName=No party found for current user with user name
+PartyNoState=No State/Province
+PartyOldPassword=Current (Old) Password
+PartyPassportExpireDate=Passport Expire Date
+PartyPassportNumber=Passport Number
+PartyPasswordHint=Password Hint
+PartyPasswordMatchError=Your Passwords do not match
+PartyPasswordMissing=Password is Missing
+PartyPersonalInformationNotFound=Personal Information Not Found
+PartyPersonalInformation=Personal Information
+PartyPhoneNumberInfoNotFound=Phone Number Information Not Found
+PartyPhoneNumber=Phone Number
+PartyPhoneNumbers=Phone Numbers
+PartyPostalInformationNotFound=Postal Information Not Found
+PartyProfile=Profile
+PartyProvinceMissing=State/Province is Missing
+PartyPurposeTypeNotFound=Contact Purpose Type Not Found with ID
+PartyRecievePasswordByEmail=You will receive a password by email when your new account is approved
+PartyRepeatPassword=Repeat password to confirm
+PartyRequestNewAccount=Request a New Account
+PartySelectContactType=Select Contact Type
+PartySendEmail=Send Email
+PartyShowOld=Show Old
+PartySingle=S - Single
+PartySiteURLMissing=Site URL is missing
+PartySocialSecurityNumber=Social Security Number
+PartySolicitingOk=Soliciting OK
+PartyState=State/Province
+PartySuffix=Suffix
+PartyTheProfileOf=The Profile of
+PartyToName=To Name
+PartyTotalYearsWorkExperience=Total Years Work Experience
+PartyUseCurrentAddress=Use Current Address
+PartyUserLoginMissingError=Username is Missing
+PartyWeight=Weight
+PartyYearsWork=Years Work
+PartyZipCodeMissing=Zip/Postal Code is missing
+PartyZipCode=Zip/Postal Code
+ProductAddProductsUsingDefaultQuantities=Add Products in this Category to the Cart using Default Quantities
+ProductAdvancedSearch=Advanced Search
+ProductAdvancedSearchIn=Advanced Search in
+ProductAdvancedSearchinCategory=Advanced Search in Category
+ProductAllKeyword=All Keywords
+ProductAnyKeyword=Any Keyword
+ProductBeTheFirstToReviewThisProduct=Be The First To Review This Product!
+ProductBrowseCategories=Browse&nbsp;Categories
+ProductBrowseContent=Browse&nbsp;Content
+ProductBrowseForums=Browse&nbsp;Forums
+ProductCannotReviewUnKnownProduct=Cannot review an unknown product
+ProductCategory=Category
+ProductCategoryNotFoundforCategoryID=Category not found for Category ID
+ProductChooseCatalog=Choose Catalog
+ProductChooseQuickAddCategory=Choose QuickAdd Category
+ProductCompareAtPrice=Compare At
+ProductEntireCatalog=Entire Catalog
+ProductErrorProductNotFound=ERROR: Product not found
+ProductItemOutofStock=This item is out of stock
+ProductKeywords=Keywords
+ProductListPrice=List Price
+ProductNoLongerAvailable=No Longer Available
+ProductNoProductsInThisCategory=There are no products in this category
+ProductNoResultsFound=No results found
+ProductNotViewedAnyProducts=You have not viewed any products this session
+ProductNotYetAvailable=Not Yet Available
+ProductProductNoLongerAvailable=This product is no longer available for sale
+ProductProductNotFound=Product not found for Product ID
+ProductProductNotReviewedYet=This product hasn't been reviewed yet
+ProductProductNotYetMadeAvailable=This product has not yet been made available for sale
+ProductProductsLastViewed=Products Last Viewed
+ProductQuickReorder=Quick&nbsp;Reorder
+ProductRegularPrice=Regular Price
+ProductReviewThisProduct=Review This Product!
+ProductSearchCatalog=Search Catalog
+ProductSearchinCategory=Search in Category
+ProductUsuallyShipsIn=Usually ships in
+
+ProductSortOrder=Sort Order
+ProductKeywordRelevency=Keyword Relevancy
+ProductProductName=Product Name
+ProductLastSearch=Last Search
+ProductSortedBy=Sorted by
+ProductRefineSearch=Refine Search
+ProductNewSearch=New Search
+ProductProductSearch=Product Search
+ProductYouSearchedFor=you searched for
+EcommerceChooseAmount=Choose Amount
+
+AccountingCardNumber=Card Number
+AccountingPINNumber=PIN Number
+AccountingExpirationDate=Expiration Date
+
+OrderChangeShippingAddress=Change Shipping Address
+OrderChangePaymentInfo=Change Payment Info
+
+AccountingGift=Gift
+AccountingUseGiftCardNotOnFile=Use Gift Card Not On File
+AccountingNumber=Number
+AccountingPIN=PIN
+AccountingAmount=Amount
+AccountingSplitPayment=Split Payment
+AccountingSingleUseCreditCard=Single Use Credit Card
+AccountingSingleUseGiftCard=Single Use Gift Card
+AccountingSingleUseEFTAccount=Single Use EFT Account
+
+PartyBasicInformation=Basic Information
+OrderShippingAddress=Shipping Address
+

Modified: ofbiz/trunk/applications/ecommerce/config/blog.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/config/blog.properties?view=diff&rev=499264&r1=499263&r2=499264
==============================================================================
--- ofbiz/trunk/applications/ecommerce/config/blog.properties (original)
+++ ofbiz/trunk/applications/ecommerce/config/blog.properties Tue Jan 23 21:17:03 2007
@@ -24,4 +24,5 @@
 # -- Required checkout fields
 require.email=true
 require.phone=false
+blog.view.size=6
 

Added: ofbiz/trunk/applications/ecommerce/data/DemoBlogEntryData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/data/DemoBlogEntryData.xml?view=auto&rev=499264
==============================================================================
--- ofbiz/trunk/applications/ecommerce/data/DemoBlogEntryData.xml (added)
+++ ofbiz/trunk/applications/ecommerce/data/DemoBlogEntryData.xml Tue Jan 23 21:17:03 2007
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entity-engine-xml>
+    <DataResource dataResourceId="BLG10000" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_PUBLISHED" dataResourceName="Float left" mimeTypeId="text/html" objectInfo="component://ecommerce/widget/blog/BlogTemplates.xml#FloatLeft" createdDate="2004-01-16 01:24:06.522" createdByUserLogin="admin" lastModifiedDate="2007-01-23 16:46:38.468" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:38.468" lastUpdatedTxStamp="2007-01-23 16:46:37.359" createdStamp="2007-01-23 16:46:22.421" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <DataResource dataResourceId="BLG10001" dataResourceTypeId="OFBIZ_FILE_BIN" dataTemplateTypeId="NONE" statusId="BLOG_DRAFT" mimeTypeId="image/jpeg" objectInfo="/applications/ecommerce/data/cutekid.jpg" isPublic="Y" createdDate="2007-01-23 16:46:22.843" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:22.843" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:22.843" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:22.843" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <DataResource dataResourceId="BLG10002" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_DRAFT" createdDate="2007-01-23 16:46:22.984" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:38.671" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:38.671" lastUpdatedTxStamp="2007-01-23 16:46:37.359" createdStamp="2007-01-23 16:46:22.984" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <DataResource dataResourceId="BLG10003" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_PUBLISHED" createdDate="2007-01-23 16:47:49.343" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:47:49.343" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:47:49.343" lastUpdatedTxStamp="2007-01-23 16:47:49.328" createdStamp="2007-01-23 16:47:49.343" createdTxStamp="2007-01-23 16:47:49.328"/>
+    <DataResource dataResourceId="BLG10004" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_PUBLISHED" createdDate="2007-01-23 16:50:38.171" createdByUserLogin="blog_guest" lastModifiedDate="2007-01-23 16:50:38.171" lastModifiedByUserLogin="blog_guest" lastUpdatedStamp="2007-01-23 16:50:38.187" lastUpdatedTxStamp="2007-01-23 16:50:38.171" createdStamp="2007-01-23 16:50:38.187" createdTxStamp="2007-01-23 16:50:38.171"/>
+    <DataResource dataResourceId="BLG10005" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_PUBLISHED" createdDate="2007-01-23 16:52:11.421" createdByUserLogin="blog_guest" lastModifiedDate="2007-01-23 16:52:11.421" lastModifiedByUserLogin="blog_guest" lastUpdatedStamp="2007-01-23 16:52:11.421" lastUpdatedTxStamp="2007-01-23 16:52:11.406" createdStamp="2007-01-23 16:52:11.421" createdTxStamp="2007-01-23 16:52:11.406"/>
+    <DataResource dataResourceId="BLG10006" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_PUBLISHED" mimeTypeId="text/html" createdDate="2007-01-23 16:58:31.093" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 16:58:31.093" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 16:58:31.093" lastUpdatedTxStamp="2007-01-23 16:58:31.078" createdStamp="2007-01-23 16:58:31.093" createdTxStamp="2007-01-23 16:58:31.078"/>
+    <DataResource dataResourceId="BLG10007" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_PUBLISHED" createdDate="2007-01-23 16:58:31.734" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 16:58:31.734" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 16:58:31.734" lastUpdatedTxStamp="2007-01-23 16:58:31.078" createdStamp="2007-01-23 16:58:31.734" createdTxStamp="2007-01-23 16:58:31.078"/>
+    <DataResource dataResourceId="BLG10008" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_PUBLISHED" createdDate="2007-01-23 17:00:46.234" createdByUserLogin="blog_guest" lastModifiedDate="2007-01-23 17:00:46.234" lastModifiedByUserLogin="blog_guest" lastUpdatedStamp="2007-01-23 17:00:46.234" lastUpdatedTxStamp="2007-01-23 17:00:46.234" createdStamp="2007-01-23 17:00:46.234" createdTxStamp="2007-01-23 17:00:46.234"/>
+    <DataResource dataResourceId="BLG10009" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_PUBLISHED" mimeTypeId="text/html" createdDate="2007-01-23 17:07:12.25" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 17:07:12.25" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 17:07:12.25" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.25" createdTxStamp="2007-01-23 17:07:12.234"/>
+    <DataResource dataResourceId="BLG10010" dataResourceTypeId="ELECTRONIC_TEXT" dataTemplateTypeId="NONE" statusId="BLOG_PUBLISHED" createdDate="2007-01-23 17:07:12.625" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 17:07:12.625" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 17:07:12.671" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.671" createdTxStamp="2007-01-23 17:07:12.234"/>
+    <Content contentId="BLG10000" contentTypeId="DOCUMENT" ownerContentId="BLOGROOTBIGAL" dataResourceId="BLOG_TPL_TOPLEFT" statusId="BLOG_PUBLISHED" contentName="Cute Kid " description="Cutest Kid in the World" childBranchCount="1" createdDate="2007-01-23 16:46:21.453" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:37.453" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:52:23.14" lastUpdatedTxStamp="2007-01-23 16:52:22.546" createdStamp="2007-01-23 16:46:21.593" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <Content contentId="BLG10001" contentTypeId="DOCUMENT" ownerContentId="BLOGROOTBIGAL" dataResourceId="BLG10000" statusId="BLOG_PUBLISHED" contentName="Cute Kid " description="Cutest Kid in the World" createdDate="2007-01-23 16:46:21.453" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:38.562" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:38.579" lastUpdatedTxStamp="2007-01-23 16:46:37.359" createdStamp="2007-01-23 16:46:22.765" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <Content contentId="BLG10002" contentTypeId="DOCUMENT" ownerContentId="BLOGROOTBIGAL" dataResourceId="BLG10001" statusId="BLOG_DRAFT" contentName="Cute Kid " description="Cutest Kid in the World" createdDate="2007-01-23 16:46:22.906" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:22.906" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:22.921" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:22.921" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <Content contentId="BLG10003" contentTypeId="DOCUMENT" ownerContentId="BLOGROOTBIGAL" dataResourceId="BLG10002" statusId="BLOG_DRAFT" createdDate="2007-01-23 16:46:23.031" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:23.031" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:23.046" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:23.046" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <Content contentId="BLG10004" contentTypeId="DOCUMENT" ownerContentId="BLG10000" dataResourceId="BLG10003" statusId="BLOG_PUBLISHED" contentName="RE:Cute Kid " description="You got that right." childBranchCount="1" createdDate="2007-01-23 16:47:49.375" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:47:49.375" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:52:23.187" lastUpdatedTxStamp="2007-01-23 16:52:22.546" createdStamp="2007-01-23 16:47:49.375" createdTxStamp="2007-01-23 16:47:49.328"/>
+    <Content contentId="BLG10005" contentTypeId="DOCUMENT" ownerContentId="BLG10000" dataResourceId="BLG10004" statusId="BLOG_PUBLISHED" contentName="Chopped liver?" description="What am I - chopped liver?" childBranchCount="1" createdDate="2007-01-23 16:50:38.296" createdByUserLogin="blog_guest" lastModifiedDate="2007-01-23 16:50:38.296" lastModifiedByUserLogin="blog_guest" lastUpdatedStamp="2007-01-23 16:52:23.203" lastUpdatedTxStamp="2007-01-23 16:52:22.546" createdStamp="2007-01-23 16:50:38.343" createdTxStamp="2007-01-23 16:50:38.171"/>
+    <Content contentId="BLG10006" contentTypeId="DOCUMENT" ownerContentId="BLG10000" dataResourceId="BLG10005" statusId="BLOG_PUBLISHED" contentName="Chopped liver?" description="Look like your father" childBranchCount="0" createdDate="2007-01-23 16:52:11.437" createdByUserLogin="blog_guest" lastModifiedDate="2007-01-23 16:52:11.437" lastModifiedByUserLogin="blog_guest" lastUpdatedStamp="2007-01-23 16:52:23.204" lastUpdatedTxStamp="2007-01-23 16:52:22.546" createdStamp="2007-01-23 16:52:11.453" createdTxStamp="2007-01-23 16:52:11.406"/>
+    <Content contentId="BLG10007" contentTypeId="DOCUMENT" ownerContentId="BLOGROOTMADMAX" dataResourceId="BLG10006" statusId="BLOG_PUBLISHED" contentName="2008 Elections " description="2008 Elections more like a reality show." childBranchCount="1" createdDate="2007-01-23 16:58:31.265" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 16:58:31.265" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 17:00:47.875" lastUpdatedTxStamp="2007-01-23 17:00:47.046" createdStamp="2007-01-23 16:58:31.39" createdTxStamp="2007-01-23 16:58:31.078"/>
+    <Content contentId="BLG10008" contentTypeId="DOCUMENT" ownerContentId="BLOGROOTMADMAX" dataResourceId="BLG10007" statusId="BLOG_PUBLISHED" createdDate="2007-01-23 16:58:31.75" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 16:58:31.75" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 16:58:31.796" lastUpdatedTxStamp="2007-01-23 16:58:31.078" createdStamp="2007-01-23 16:58:31.796" createdTxStamp="2007-01-23 16:58:31.078"/>
+    <Content contentId="BLG10009" contentTypeId="DOCUMENT" ownerContentId="BLG10007" dataResourceId="BLG10008" statusId="BLOG_PUBLISHED" contentName="RE:2008 Elections " description="I agree - lets go back to drafting candidates." childBranchCount="0" createdDate="2007-01-23 17:00:46.421" createdByUserLogin="blog_guest" lastModifiedDate="2007-01-23 17:00:46.421" lastModifiedByUserLogin="blog_guest" lastUpdatedStamp="2007-01-23 17:00:47.953" lastUpdatedTxStamp="2007-01-23 17:00:47.046" createdStamp="2007-01-23 17:00:46.468" createdTxStamp="2007-01-23 17:00:46.234"/>
+    <Content contentId="BLG10010" contentTypeId="DOCUMENT" ownerContentId="BLOGROOTMADMAX" dataResourceId="BLG10009" statusId="BLOG_PUBLISHED" contentName="Next Linus" description="David Jones - next Linux Torvalds" createdDate="2007-01-23 17:07:12.296" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 17:07:12.296" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 17:07:12.421" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.421" createdTxStamp="2007-01-23 17:07:12.234"/>
+    <Content contentId="BLG10011" contentTypeId="DOCUMENT" ownerContentId="BLOGROOTMADMAX" dataResourceId="BLG10010" statusId="BLOG_PUBLISHED" createdDate="2007-01-23 17:07:12.687" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 17:07:12.687" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 17:07:12.703" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.703" createdTxStamp="2007-01-23 17:07:12.234"/>
+    <ElectronicText dataResourceId="BLG10000" lastUpdatedStamp="2007-01-23 16:46:38.515" lastUpdatedTxStamp="2007-01-23 16:46:37.359" createdStamp="2007-01-23 16:46:22.703" createdTxStamp="2007-01-23 16:46:21.406">

+        <textData><![CDATA[Hey, if I write this stuff for free, I sure as heck am going to put my kid's picture up there if I want to.

+<p/>

+This is an example of a complex blog entry that uses the screen widgets to combine text and images.

+

+If you want to see what the editing environment look like, log in as "bigal/ofbiz".

+]]></textData>

+    </ElectronicText>

+    <ElectronicText dataResourceId="BLG10002" textData="Cutest kid in the whole world.  This section is the &quot;SUMMARY&quot; section. It is stored separately from the main content." lastUpdatedStamp="2007-01-23 16:46:38.672" lastUpdatedTxStamp="2007-01-23 16:46:37.359" createdStamp="2007-01-23 16:46:23.015" createdTxStamp="2007-01-23 16:46:21.406"/>

+    <ElectronicText dataResourceId="BLG10003" lastUpdatedStamp="2007-01-23 16:47:49.359" lastUpdatedTxStamp="2007-01-23 16:47:49.328" createdStamp="2007-01-23 16:47:49.359" createdTxStamp="2007-01-23 16:47:49.328">

+        <textData><![CDATA[This certainly is the cutest kid I have ever seen.

+

+- Maxwell's (Cutest Kid in the World) mother]]></textData>

+    </ElectronicText>

+    <ElectronicText dataResourceId="BLG10004" lastUpdatedStamp="2007-01-23 16:50:38.265" lastUpdatedTxStamp="2007-01-23 16:50:38.171" createdStamp="2007-01-23 16:50:38.265" createdTxStamp="2007-01-23 16:50:38.171">

+        <textData><![CDATA[So what am I - chopped liver? How come I can't upload my picture?

+

+- Joseph (Max's baby brother - age 7 months)]]></textData>

+    </ElectronicText>

+    <ElectronicText dataResourceId="BLG10005" lastUpdatedStamp="2007-01-23 16:52:11.437" lastUpdatedTxStamp="2007-01-23 16:52:11.406" createdStamp="2007-01-23 16:52:11.437" createdTxStamp="2007-01-23 16:52:11.406">

+        <textData><![CDATA[Sorry dear, but you look too much like your father. Hopefully, you get something from him that may lessen the handicap with which you have been saddled. :0(

+

+- Mom]]></textData>

+    </ElectronicText>

+    <ElectronicText dataResourceId="BLG10006" textData="Our leaders have long since stopped being leaders and become moral barometers instead, and believe me there is a storm a`comin. I can understand rich Americans voting for rich politicians because they share a common interest. What I can&apos;t understand is middle class Americans voting for rich politicians in the hopes that they can hold on to the little bit more money they have than the Democrats. What is even sadder is the less well-off who vote for some good-looking joe who has no more in common with them than the man-in-the-moon because it makes them feel like they are like him - reality TV." lastUpdatedStamp="2007-01-23 16:58:31.156" lastUpdatedTxStamp="2007-01-23 16:58:31.078" createdStamp="2007-01-23 16:58:31.156" createdTxStamp="2007-01-23 16:58:31.078"/>

+    <ElectronicText dataResourceId="BLG10007" textData="The 2008 Elections more like a reality show than anything meaningful." lastUpdatedStamp="2007-01-23 16:58:31.735" lastUpdatedTxStamp="2007-01-23 16:58:31.078" createdStamp="2007-01-23 16:58:31.735" createdTxStamp="2007-01-23 16:58:31.078"/>

+    <ElectronicText dataResourceId="BLG10008" textData="I think one requirement for attaining the office of President should be that you don&apos;t want it. That you are drafted by the will of the people and dragged kicking and screaming to the position should be the process." lastUpdatedStamp="2007-01-23 17:00:46.406" lastUpdatedTxStamp="2007-01-23 17:00:46.234" createdStamp="2007-01-23 17:00:46.406" createdTxStamp="2007-01-23 17:00:46.234"/>

+    <ElectronicText dataResourceId="BLG10009" lastUpdatedStamp="2007-01-23 17:07:12.281" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.281" createdTxStamp="2007-01-23 17:07:12.234">

+        <textData><![CDATA[This is not any kind of hero worship; it is pragmatic marketing. You need a profile to attach to dynamic movements, if for no reason other than to pick fights with your competion - "our icon is more enigmatic than your icon". You need someone for publications to write articles about and "the next Linus Torvalds" is just the sort of catch phrase they would pick up on.

+<p/>

+David won't like it. He will probably delete this seed data from the DB, but it is not really about him. He gave up his right to privacy when he chose to pursue the glamorous life of an open source software developer. We could choose someone else, but no one else knows enough about OFBiz to do the interviews.]]></textData>

+    </ElectronicText>

+    <ElectronicText dataResourceId="BLG10010" textData="Considering how much more valuable ERP software is than operating system, lets crown David Jones OSS king of the hill and milk it for all it is worth." lastUpdatedStamp="2007-01-23 17:07:12.672" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.672" createdTxStamp="2007-01-23 17:07:12.234"/>

+
+:    <ContentAssoc contentId="BLG10000" contentIdTo="BLG10001" contentAssocTypeId="SUB_CONTENT" fromDate="2007-01-23 16:46:22.218" mapKey="MAIN" createdDate="2007-01-23 16:46:38.593" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:38.593" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:38.64" lastUpdatedTxStamp="2007-01-23 16:46:37.359" createdStamp="2007-01-23 16:46:38.64" createdTxStamp="2007-01-23 16:46:37.359"/>
+    <ContentAssoc contentId="BLG10000" contentIdTo="BLG10001" contentAssocTypeId="SUB_CONTENT" fromDate="2007-01-23 16:46:22.796" mapKey="MAIN" createdDate="2007-01-23 16:46:22.796" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:22.796" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:22.812" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:22.812" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <ContentAssoc contentId="BLG10000" contentIdTo="BLG10002" contentAssocTypeId="SUB_CONTENT" fromDate="2007-01-23 16:46:22.953" mapKey="IMAGE" createdDate="2007-01-23 16:46:22.953" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:22.953" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:22.968" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:22.968" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <ContentAssoc contentId="BLG10000" contentIdTo="BLG10003" contentAssocTypeId="SUB_CONTENT" fromDate="2007-01-23 16:46:23.109" mapKey="SUMMARY" createdDate="2007-01-23 16:46:23.109" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:23.109" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:23.125" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:23.125" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <ContentAssoc contentId="BLG10000" contentIdTo="BLG10004" contentAssocTypeId="RESPONSE" fromDate="2007-01-23 16:47:49.406" createdDate="2007-01-23 16:47:49.406" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:47:49.406" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:47:49.437" lastUpdatedTxStamp="2007-01-23 16:47:49.328" createdStamp="2007-01-23 16:47:49.437" createdTxStamp="2007-01-23 16:47:49.328"/>
+    <ContentAssoc contentId="BLG10004" contentIdTo="BLG10005" contentAssocTypeId="RESPONSE" fromDate="2007-01-23 16:50:38.515" createdDate="2007-01-23 16:50:38.515" createdByUserLogin="blog_guest" lastModifiedDate="2007-01-23 16:50:38.515" lastModifiedByUserLogin="blog_guest" lastUpdatedStamp="2007-01-23 16:50:38.531" lastUpdatedTxStamp="2007-01-23 16:50:38.171" createdStamp="2007-01-23 16:50:38.531" createdTxStamp="2007-01-23 16:50:38.171"/>
+    <ContentAssoc contentId="BLG10005" contentIdTo="BLG10006" contentAssocTypeId="RESPONSE" fromDate="2007-01-23 16:52:11.5" createdDate="2007-01-23 16:52:11.5" createdByUserLogin="blog_guest" lastModifiedDate="2007-01-23 16:52:11.5" lastModifiedByUserLogin="blog_guest" lastUpdatedStamp="2007-01-23 16:52:11.515" lastUpdatedTxStamp="2007-01-23 16:52:11.406" createdStamp="2007-01-23 16:52:11.515" createdTxStamp="2007-01-23 16:52:11.406"/>
+    <ContentAssoc contentId="BLG10007" contentIdTo="BLG10008" contentAssocTypeId="SUB_CONTENT" fromDate="2007-01-23 16:58:31.812" mapKey="SUMMARY" createdDate="2007-01-23 16:58:31.812" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 16:58:31.812" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 16:58:31.828" lastUpdatedTxStamp="2007-01-23 16:58:31.078" createdStamp="2007-01-23 16:58:31.828" createdTxStamp="2007-01-23 16:58:31.078"/>
+    <ContentAssoc contentId="BLG10007" contentIdTo="BLG10009" contentAssocTypeId="RESPONSE" fromDate="2007-01-23 17:00:46.515" createdDate="2007-01-23 17:00:46.515" createdByUserLogin="blog_guest" lastModifiedDate="2007-01-23 17:00:46.515" lastModifiedByUserLogin="blog_guest" lastUpdatedStamp="2007-01-23 17:00:46.578" lastUpdatedTxStamp="2007-01-23 17:00:46.234" createdStamp="2007-01-23 17:00:46.578" createdTxStamp="2007-01-23 17:00:46.234"/>
+    <ContentAssoc contentId="BLG10010" contentIdTo="BLG10011" contentAssocTypeId="SUB_CONTENT" fromDate="2007-01-23 17:07:12.734" mapKey="SUMMARY" createdDate="2007-01-23 17:07:12.734" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 17:07:12.734" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 17:07:12.765" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.765" createdTxStamp="2007-01-23 17:07:12.234"/>
+    <ContentAssoc contentId="BLOGROOTBIGAL" contentIdTo="BLG10000" contentAssocTypeId="PUBLISH_LINK" fromDate="2007-01-23 16:46:22.218" createdDate="2007-01-23 16:46:22.218" createdByUserLogin="bigal" lastModifiedDate="2007-01-23 16:46:38.359" lastModifiedByUserLogin="bigal" lastUpdatedStamp="2007-01-23 16:46:38.39" lastUpdatedTxStamp="2007-01-23 16:46:37.359" createdStamp="2007-01-23 16:46:22.25" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <ContentAssoc contentId="BLOGROOTMADMAX" contentIdTo="BLG10007" contentAssocTypeId="PUBLISH_LINK" fromDate="2007-01-23 16:58:31.656" createdDate="2007-01-23 16:58:31.656" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 16:58:31.656" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 16:58:31.687" lastUpdatedTxStamp="2007-01-23 16:58:31.078" createdStamp="2007-01-23 16:58:31.687" createdTxStamp="2007-01-23 16:58:31.078"/>
+    <ContentAssoc contentId="BLOGROOTMADMAX" contentIdTo="BLG10010" contentAssocTypeId="PUBLISH_LINK" fromDate="2007-01-23 17:07:12.578" createdDate="2007-01-23 17:07:12.578" createdByUserLogin="madmax" lastModifiedDate="2007-01-23 17:07:12.578" lastModifiedByUserLogin="madmax" lastUpdatedStamp="2007-01-23 17:07:12.593" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.593" createdTxStamp="2007-01-23 17:07:12.234"/>
+
+
+    <ContentPurpose contentId="BLG10000" contentPurposeTypeId="ARTICLE" lastUpdatedStamp="2007-01-23 16:46:22.125" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:22.125" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <ContentPurpose contentId="BLG10001" contentPurposeTypeId="ARTICLE" lastUpdatedStamp="2007-01-23 16:46:22.781" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:22.781" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <ContentPurpose contentId="BLG10002" contentPurposeTypeId="ARTICLE" lastUpdatedStamp="2007-01-23 16:46:22.937" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:22.937" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <ContentPurpose contentId="BLG10003" contentPurposeTypeId="ARTICLE" lastUpdatedStamp="2007-01-23 16:46:23.062" lastUpdatedTxStamp="2007-01-23 16:46:21.406" createdStamp="2007-01-23 16:46:23.062" createdTxStamp="2007-01-23 16:46:21.406"/>
+    <ContentPurpose contentId="BLG10004" contentPurposeTypeId="RESPONSE" lastUpdatedStamp="2007-01-23 16:47:49.39" lastUpdatedTxStamp="2007-01-23 16:47:49.328" createdStamp="2007-01-23 16:47:49.39" createdTxStamp="2007-01-23 16:47:49.328"/>
+    <ContentPurpose contentId="BLG10005" contentPurposeTypeId="RESPONSE" lastUpdatedStamp="2007-01-23 16:50:38.5" lastUpdatedTxStamp="2007-01-23 16:50:38.171" createdStamp="2007-01-23 16:50:38.5" createdTxStamp="2007-01-23 16:50:38.171"/>
+    <ContentPurpose contentId="BLG10006" contentPurposeTypeId="RESPONSE" lastUpdatedStamp="2007-01-23 16:52:11.484" lastUpdatedTxStamp="2007-01-23 16:52:11.406" createdStamp="2007-01-23 16:52:11.484" createdTxStamp="2007-01-23 16:52:11.406"/>
+    <ContentPurpose contentId="BLG10007" contentPurposeTypeId="ARTICLE" lastUpdatedStamp="2007-01-23 16:58:31.5" lastUpdatedTxStamp="2007-01-23 16:58:31.078" createdStamp="2007-01-23 16:58:31.5" createdTxStamp="2007-01-23 16:58:31.078"/>
+    <ContentPurpose contentId="BLG10008" contentPurposeTypeId="ARTICLE" lastUpdatedStamp="2007-01-23 16:58:31.797" lastUpdatedTxStamp="2007-01-23 16:58:31.078" createdStamp="2007-01-23 16:58:31.797" createdTxStamp="2007-01-23 16:58:31.078"/>
+    <ContentPurpose contentId="BLG10009" contentPurposeTypeId="RESPONSE" lastUpdatedStamp="2007-01-23 17:00:46.5" lastUpdatedTxStamp="2007-01-23 17:00:46.234" createdStamp="2007-01-23 17:00:46.5" createdTxStamp="2007-01-23 17:00:46.234"/>
+    <ContentPurpose contentId="BLG10010" contentPurposeTypeId="ARTICLE" lastUpdatedStamp="2007-01-23 17:07:12.546" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.546" createdTxStamp="2007-01-23 17:07:12.234"/>
+    <ContentPurpose contentId="BLG10011" contentPurposeTypeId="ARTICLE" lastUpdatedStamp="2007-01-23 17:07:12.718" lastUpdatedTxStamp="2007-01-23 17:07:12.234" createdStamp="2007-01-23 17:07:12.718" createdTxStamp="2007-01-23 17:07:12.234"/>
+</entity-engine-xml>

Added: ofbiz/trunk/applications/ecommerce/data/DemoBlogMiscData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/data/DemoBlogMiscData.xml?view=auto&rev=499264
==============================================================================
--- ofbiz/trunk/applications/ecommerce/data/DemoBlogMiscData.xml (added)
+++ ofbiz/trunk/applications/ecommerce/data/DemoBlogMiscData.xml Tue Jan 23 21:17:03 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+    <ContentPurposeOperation contentPurposeTypeId="_NA_" contentOperationId="CONTENT_ADMIN" roleTypeId="BLOG_ADMIN" statusId="_NA_" privilegeEnumId="CNT_PRV_NA_" />
+    <ContentPurposeOperation contentPurposeTypeId="_NA_" contentOperationId="CONTENT_UPDATE" roleTypeId="BLOG_ADMIN" statusId="_NA_" privilegeEnumId="CNT_PRV_NA_" />
+    <StatusValidChange condition="" statusId="BLOG_DRAFT" statusIdTo="BLOG_PUBLISHED" transitionName="Publish"/>
+
+
+    <DataResource dataResourceId="BLOG_TPL_TOPLEFT" dataResourceTypeId="CONTEXT_FILE" dataTemplateTypeId="SCREEN_COMBINED" dataResourceName="Float left" mimeTypeId="text/html" createdDate="2004-01-16 01:24:06.522" createdByUserLogin="admin" lastModifiedDate="2004-01-16 19:20:58.891" lastModifiedByUserLogin="admin" objectInfo="component://ecommerce/widget/blog/BlogTemplates.xml#FloatLeft" />
+
+    <DataResource dataResourceId="BLOG_TPL_TOPCENTER" dataResourceTypeId="CONTEXT_FILE" dataTemplateTypeId="SCREEN_COMBINED" dataResourceName="Top centered" mimeTypeId="text/html" createdDate="2004-01-16 01:24:06.522" createdByUserLogin="admin" lastModifiedDate="2004-01-16 19:20:58.891" lastModifiedByUserLogin="admin" objectInfo="component://ecommerce/widget/blog/BlogTemplates.xml#TopCenter" />
+
+</entity-engine-xml>

Added: ofbiz/trunk/applications/ecommerce/data/DemoBlogPubPtData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/data/DemoBlogPubPtData.xml?view=auto&rev=499264
==============================================================================
--- ofbiz/trunk/applications/ecommerce/data/DemoBlogPubPtData.xml (added)
+++ ofbiz/trunk/applications/ecommerce/data/DemoBlogPubPtData.xml Tue Jan 23 21:17:03 2007
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+
+
+ <Content contentId="BLOGROOT"  contentTypeId="WEB_SITE_PUB_PT"
+ ownerContentId=""
+ contentName="Blog Root"
+ description="Blog Root"
+ childBranchCount="1"
+ childLeafCount="1"
+ createdByUserLogin="admin"
+ lastModifiedByUserLogin="admin"
+ createdDate="2004-10-16 17:32:31.285"
+ lastModifiedDate="2004-10-16 17:32:31.291" />
+
+
+<Content contentId="BLOGROOTBIGAL"  contentTypeId="WEB_SITE_PUB_PT"
+ ownerContentId="BLOGROOT"
+ contentName="Big Al"
+ description="Big Al"
+ childBranchCount="1"
+ childLeafCount="1"
+ createdByUserLogin="admin"
+ lastModifiedByUserLogin="admin"
+ createdDate="2007-01-22 17:32:31.285"
+ lastModifiedDate="2007-01-22 17:32:31.291" />
+
+<ContentAssoc
+ contentId="BLOGROOT"
+ contentIdTo="BLOGROOTBIGAL"  
+ contentAssocTypeId="SUBSITE"
+ fromDate="2004-11-22 17:32:33.987"
+ createdByUserLogin="admin"
+ lastModifiedByUserLogin="admin"
+ createdDate="2007-01-22 17:32:33.988"
+ lastModifiedDate="2007-01-22 17:32:33.988" />
+
+<Content contentId="BLOGROOTMADMAX"  contentTypeId="WEB_SITE_PUB_PT"
+ ownerContentId="BLOGROOT"
+ contentName="Mad Max"
+ description="Mad Max"
+ childBranchCount="1"
+ childLeafCount="1"
+ createdByUserLogin="admin"
+ lastModifiedByUserLogin="admin"
+ createdDate="2007-01-22 17:32:31.285"
+ lastModifiedDate="2007-01-22 17:32:31.291" />
+
+
+<ContentAssoc
+ contentId="BLOGROOT"
+ contentIdTo="BLOGROOTMADMAX"  
+ contentAssocTypeId="SUBSITE"
+ fromDate="2004-11-22 17:32:33.987"
+ createdByUserLogin="admin"
+ lastModifiedByUserLogin="admin"
+ createdDate="2007-01-22 17:32:33.988"
+ lastModifiedDate="2007-01-22 17:32:33.988" />
+</entity-engine-xml>

Added: ofbiz/trunk/applications/ecommerce/data/DemoBlogUsersData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/data/DemoBlogUsersData.xml?view=auto&rev=499264
==============================================================================
--- ofbiz/trunk/applications/ecommerce/data/DemoBlogUsersData.xml (added)
+++ ofbiz/trunk/applications/ecommerce/data/DemoBlogUsersData.xml Tue Jan 23 21:17:03 2007
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
+
+<entity-engine-xml>
+    <Party partyId="BLOGUSER_ADMIN" partyTypeId="PERSON" createdDate="2004-03-27 09:37:40.989" createdByUserLogin="admin" lastModifiedDate="2004-03-27 09:37:40.989" lastModifiedByUserLogin="admin"/>
+    <Person partyId="BLOGUSER_ADMIN" lastName="Blog" firstName="Admin"/>
+    <UserLogin userLoginId="blog_admin" partyId="BLOGUSER_ADMIN" currentPassword="47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+    <PartyRole partyId="BLOGUSER_ADMIN" roleTypeId="BLOG_ADMIN"/>
+    <ContentRole partyId="BLOGUSER_ADMIN" roleTypeId="BLOG_ADMIN" contentId="BLOGROOT" fromDate="2004-03-27 09:37:40.989"/>
+    <UserLoginSecurityGroup userLoginId="blog_admin" groupId="FULLADMIN" fromDate="2004-09-15 00:00:00.000"/>
+
+    <Party partyId="BLOGUSER_EDITOR" partyTypeId="PERSON" createdDate="2004-03-27 09:37:40.989" createdByUserLogin="admin" lastModifiedDate="2004-03-27 09:37:40.989" lastModifiedByUserLogin="admin"/>
+    <Person partyId="BLOGUSER_EDITOR" lastName="Blog" firstName="Editor"/>
+    <UserLogin userLoginId="blog_editor" partyId="BLOGUSER_EDITOR" currentPassword="47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+    <PartyRole partyId="BLOGUSER_EDITOR" roleTypeId="BLOG_ADMIN"/>
+    <ContentRole partyId="BLOGUSER_EDITOR" roleTypeId="BLOG_ADMIN" contentId="BLOGROOT" fromDate="2004-03-27 09:37:40.989"/>
+    <UserLoginSecurityGroup userLoginId="blog_editor" groupId="FULLADMIN"  fromDate="2004-09-15 00:00:00.000"/>
+
+    <Party partyId="BLOGUSER_USER" partyTypeId="PERSON" createdDate="2004-03-27 09:37:40.989" createdByUserLogin="admin" lastModifiedDate="2004-03-27 09:37:40.989" lastModifiedByUserLogin="admin"/>
+    <Person partyId="BLOGUSER_USER" lastName="Blog" firstName="User"/>
+    <UserLogin userLoginId="blog_user" partyId="BLOGUSER_USER" currentPassword="47ca69ebb4bdc9ae0adec130880165d2cc05db1a" fromDate="2004-09-15 00:00:00.000"/>
+    <PartyRole partyId="BLOGUSER_USER" roleTypeId="BLOG_ADMIN"/>
+    <PartyRole partyId="BLOGUSER_USER" roleTypeId="BLOG_AUTHOR"/>
+
+    <Party partyId="BLOGUSER_GUEST" partyTypeId="PERSON" createdDate="2004-10-20 09:37:40.989" createdByUserLogin="admin" lastModifiedDate="2004-10-20 09:37:40.989" lastModifiedByUserLogin="admin"/>
+    <Person partyId="BLOGUSER_GUEST" lastName="Blog" firstName="Guest"/>
+    <UserLogin userLoginId="blog_guest" partyId="BLOGUSER_GUEST" currentPassword="47ca69ebb4bdc9ae0adec130880165d2cc05db1a" fromDate="2004-09-15 00:00:00.000"/>
+
+    <Party partyId="AUTHOR_BIGAL" partyTypeId="PERSON" createdDate="2004-03-27 09:37:40.989" createdByUserLogin="admin" lastModifiedDate="2004-03-27 09:37:40.989" lastModifiedByUserLogin="admin"/>
+    <Person partyId="AUTHOR_BIGAL" lastName="Al" firstName="Big"/>
+    <UserLogin userLoginId="bigal" partyId="AUTHOR_BIGAL" currentPassword="47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+    <PartyRole partyId="AUTHOR_BIGAL" roleTypeId="BLOG_AUTHOR"/>
+    <ContentRole partyId="AUTHOR_BIGAL" roleTypeId="BLOG_AUTHOR" contentId="BLOGROOTBIGAL" fromDate="2004-03-27 09:37:40.989"/>
+    <ContentPurpose contentId="BLOGROOTBIGAL" contentPurposeTypeId="ARTICLE"/>
+    <!-- Updating BLOGROOTBIGAL with bigal as creator so that he will be found as "owner" for subrecords.
+         This is used in a screen permission test.
+         -->
+ <Content contentId="BLOGROOTBIGAL"  
+ createdByUserLogin="bigal"
+ lastModifiedByUserLogin="bigal"
+ createdDate="2004-10-16 17:32:31.285"
+ lastModifiedDate="2004-10-16 17:32:31.291" />
+
+    <Party partyId="AUTHOR_MADMAX" partyTypeId="PERSON" createdDate="2004-03-27 09:37:40.989" createdByUserLogin="admin" lastModifiedDate="2004-03-27 09:37:40.989" lastModifiedByUserLogin="admin"/>
+    <Person partyId="AUTHOR_MADMAX" lastName="Max" firstName="Mad"/>
+    <UserLogin userLoginId="madmax" partyId="AUTHOR_MADMAX" currentPassword="47ca69ebb4bdc9ae0adec130880165d2cc05db1a"/>
+    <PartyRole partyId="AUTHOR_MADMAX" roleTypeId="BLOG_AUTHOR"/>
+    <ContentRole partyId="AUTHOR_MADMAX" roleTypeId="BLOG_AUTHOR" contentId="BLOGROOTMADMAX" fromDate="2004-03-27 09:37:40.989"/>
+    <ContentPurpose contentId="BLOGROOTMADMAX" contentPurposeTypeId="ARTICLE"/>
+    <!-- Updating biBLOGROOTMADMAXgal with madmax as creator so that he will be found as "owner" for subrecords.