•  
     
    story #22569 export `text` fields
Summary
Empty
export `text` fields
Empty

Text fields are added bellow the fields table with following structure

  • Heading 2 - Artifacts
  • Heading 3 - #xxx -Artifact Title
    • Heading 4 - Fields ... fields table
    • Heading 4 - Text field 1 name
      • content
    • Heading 4 - Text field 2 name
      • content

Text fields must be managed with their format:

  • Text -> content is set "raw"
  • Markdown -> content is added rendered as HTML
  • HTML -> content is set with formatting (in the limit of what is supported by OpenDocument format & converter possibilities)
    • Images embedded in the original text are embedded in the document.
Empty
Empty
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#22569
Manuel Vacelet (vaceletm)
2021-10-18 11:59
2021-07-26 10:02
3742

References
Referencing story #22569

Git commit

tuleap/tuleap/stable

Add text fields using the Text format to the generated document c76beeb1d3
Text fields in HTML/CommonMark format are added to the document as plaintext 6c7d7ab340
Deal with HTML content containing <div>, <p> and <br> tags 44b78f2ddf
Support usual HTML tags used to style a text 870f62a95e
docx: 6.0.3 -> 7.1.1 2daba0eb52
Add support of HTML unordered lists d70cb17c5e
Add support of HTML ordered lists 6d68598f94
Add support of HTML images 1764842fae
Add support of HTML links bf1cff696d
Add support of HTML titles 0fd286c83d
Add support of HTML horizontal rules 43044ecd90
Add support for HTML blockquote elements a38bb370af
Add support for code snippets e8ba26614c
Use alt text when an image cannot be loaded b0534ecadf
Table of Contents can be refreshed 5b74a46815
Add a very minimal support of HTML tables 103c1cd6f2
Add support for text colors set via inlined styles in HTML content fba0885d23
Extract hardcoded style options used during the HTML to docx conversion 44f7880f6a

Follow-ups

User avatar
Thomas Gerbet (tgerbet)2021-10-12 17:23

Marking as done since the feature set listed in the ACs is now complete.


  • Status changed from On going to Done
User avatar
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
Thomas Gorka (tgorka)2021-09-22 10:34

gerrit #24020 integrated into Tuleap 13.0.99.28


  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes