Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZP-30129: Handled bold & italic styles when converting from OE format to DocBook #93

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

andrerom
Copy link
Contributor

@andrerom andrerom commented Dec 19, 2019

Question Answer
JIRA issue EZP-30129
Bug/Improvement yes
New feature no
Target version 1.1 (2.5)
BC breaks no
Tests pass yes
Doc needed no

Format coming from copy /paste will often use <b> and <i> tags, or sometimes also span tags with bold / italic style attribute. This change makes sure to map these cases to the correct docbook tags we support. Solving the linked Word copy / paste issue, as well as improving the code for import use cases from other systems.

TODO:

  • Implement feature / fix a bug.
  • Implement tests.
  • Fix new code according to Coding Standards ($ composer fix-cs).
  • Ask for Code Review.

Copy link
Member

@konradoboza konradoboza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@alongosz alongosz changed the title EZP-30129: Handle bold + italic styles in copy&paste and html import use cases EZP-30129: Handled bold & italic styles when converting from OE format to DocBook Dec 20, 2019
@alongosz alongosz requested a review from dew326 December 20, 2019 09:29
@andrerom andrerom requested a review from alongosz January 7, 2020 14:57
@micszo micszo self-assigned this Jan 9, 2020
Copy link
Member

@micszo micszo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA Approved on eZ Platform EE v2.5.8 with diff (also with diff from EZP-30033).
Checked with lists. Also checked underline, strikethrough, subscript, superscript.

@micszo micszo removed their assignment Jan 9, 2020
@andrerom andrerom merged commit 4a7e012 into 1.1 Jan 9, 2020
@andrerom andrerom deleted the EZP-30129 branch January 9, 2020 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

5 participants