Bug 707833

Summary: RFE: consolidate database entries
Product: [Community] Publican Reporter: Jeff Fearn 🐞 <jfearn>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: futureCC: mhideo, mmcallis, publican-list, thildred
Target Milestone: 3.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 3.0.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-31 03:11:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 820023    
Attachments:
Description Flags
Dump file to show formats in a comma seperated list none

Description Jeff Fearn 🐞 2011-05-26 06:05:24 UTC
Description of problem:
The DB has one entry for each format shipped in a package. There only needs to be one entry with an extra field for tracking the formats.

Version-Release number of selected component (if applicable):
2.5

How reproducible:
Always

Steps to Reproduce:
1. Install a book in a web site
  
Actual results:
One DB row for each format.

Expected results:
One row with details for all formats.

Additional info:
mmm pavlova

Comment 1 Jeff Fearn 🐞 2012-03-14 07:29:38 UTC
Consolidated format field in to formats field, which is a comma separated list of formats as per the cfg file & command line usage.

QA-NOTE: this breaks backwards compatibility with Publican 2 database structure. Need to document migrate_site action.

Pushed To ssh://git.fedorahosted.org/git/publican.git
   403d79f..ec0e254  master -> master

Comment 2 Michael Hideo 2012-06-08 01:35:13 UTC
generate a publican website. review dump.xml. verify dumpt.xml should not contain separate rows for each format of each book.

Comment 3 Michael Hideo 2012-06-08 01:38:12 UTC
generate a publican website. review dump.xml. verify dumpt.xml should not contain separate rows for each format of each book.

Comment 4 Tim Hildred 2012-06-16 03:28:09 UTC
Created attachment 592274 [details]
Dump file to show formats in a comma seperated list

This attachment shows that the bug has been fixed.

Comment 5 Tim Hildred 2012-06-16 03:32:33 UTC
You can see from the attachment that the DUMP.XML now lists formats of installed books as on entry of a comma seperated list.