Ticket #1950 (closed bug: worksforme)
The export to html does not work since R4 refactoring
Reported by: | mira | Owned by: | mira |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | mira | |
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | mira | Design_owners: | mira |
Imp._owners: | mira | Test_owners: | vanya |
Analysis_reviewers: | meddle | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle, todor |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 3 |
Description
The export to html does not work since R4 refactoring
Change History
comment:2 Changed 16 years ago by mira
- Status changed from s1b_analysis_finished to s2a_design_started
comment:3 Changed 16 years ago by mira
- Design_owners set to mira
- Status changed from s2a_design_started to s2b_design_finished
- Imp._owners set to mira
- Analysis_owners set to mira
The export is working with the persistence logic and is supported only in save mode. Since the ResourceH have similar getters to the old properties the HTML export logic is just made to work via them. Only problem will be the parent properties. This is fixed as the pages styling is done by the book persister and the oage persister is persisting only its sub elements. The old test was also fixed - HtmlExportTest.
comment:4 Changed 16 years ago by meddle
- Status changed from s2b_design_finished to s2c_design_ok
- Analysis_reviewers set to meddle
- Analysis_score changed from 0 to 4
- Cc mira added
- Design_score changed from 0 to 4
- Design_reviewers set to meddle
This is not just a bug, it is task for repairing broken logic similar to repairing pdf stuff or media or fullscreen... but we are on the run and I guess it doesn't matter. Other thing is that the persistence have no design and it will be hard to understand how the html export works... except that I could put this task to im-fi if you wanted to be treated like a bug.
4p (5m)
comment:5 Changed 16 years ago by mira
- Owner set to mira
- Status changed from s2c_design_ok to s3a_implementation_started
comment:6 Changed 16 years ago by mira
- Status changed from s3a_implementation_started to s3b_implementation_finished
I talked to todor for the ticket and he tought that it is a bug. It does not need the new persistence design. The only common thing is the logic for locating persister by MasterPersister and schema which is not new. Changeset - [6182]
comment:7 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Imp._score changed from 0 to 4
- Imp._reviewers set to meddle, todor
Added some stuff in [6213].
The thing connected with the different file separators and some spacing... But for the logic itself:
4p (30m)