Ticket #2566 (s3b_implementation_finished unplanned_task)
[html] Modify tags in the manifest XML
Reported by: | yuriy | Owned by: | tancheto |
---|---|---|---|
Priority: | major | Milestone: | Y1 |
Component: | uncategorized | Version: | 2.1 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | Design_owners: | ||
Imp._owners: | Test_owners: | ||
Analysis_reviewers: | Changelog: | Changelog | |
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 0 | Imp._score: | 0 |
Test_score: | 0 |
Description
In order to avoid problems with specific symbols that can be part of the book title but cannot be used in an XML tag we need to do the following:
- Rename the tag that holds the information for the books resources from [BOOK_NAME]_resources to book_resources
- Add a tag in the book_resources that specifies the name of the book.
Change History
comment:1 Changed 13 years ago by yuriy
- Summary changed from Modify tags in the manifest XML to [html] Modify tags in the manifest XML
comment:2 Changed 13 years ago by yuriy
- Owner set to yuriy
- Status changed from new to s1a_analysis_started
comment:3 Changed 13 years ago by yuriy
- Status changed from s1a_analysis_started to s1b_analysis_finished
comment:5 Changed 13 years ago by tancheto
- Status changed from s1b_analysis_finished to s1c_analysis_ok
comment:6 Changed 13 years ago by tancheto
- Status changed from s1c_analysis_ok to s2a_design_started
comment:7 Changed 13 years ago by tancheto
- Status changed from s2a_design_started to s2b_design_finished
comment:9 Changed 13 years ago by tancheto
- Status changed from s2c_design_ok to s3a_implementation_started
comment:10 Changed 13 years ago by tancheto
- Status changed from s3a_implementation_started to s3b_implementation_finished
Now book resources are stored in tag, named "bookResources" and to this tag is added tag, named "name" that stored real name of the folder with resources of the book.
Additionally is made refactoring of the code, that manipulating and collecting information for the manifest.
Commited in [10161].
Note: See
TracTickets for help on using
tickets.