QA <- Master - #532
Merged
Merged
Conversation
Replace EOL CKEditor 4.22.1 with self-hosted CKEditor 5 (GPL) to remove the insecure-version warning (#484), sync the editor UI language with the admin session locale, and cover create/edit plus locale wiring with tests.
Os links de "Política editorial" no menu da home do periódico, nos cards de listagem e no cabeçalho do artigo apontavam para #item-2/#item2, mas o conteúdo publicado usa id="policy" para essa seção, deixando o link sem destino. Padroniza os 5 links para #policy.
Periódicos ainda no fluxo antigo de geração de conteúdo entregam a seção de política editorial com o id numérico legado "item-2" em vez do id semântico "policy" usado pelo fluxo atual (core.scielo.org). extract_section() passa a injetar uma âncora extra id="policy" ao lado do id legado, sem removê-lo, para que o link padronizado funcione nos dois casos sem regressão.
Cobre extract_section() nos cenários de id legado (item-2), id já normalizado (policy) e ausência da seção no conteúdo buscado.
fix(templates): corrige âncora do link de política editorial (#516)
Update QA -> Master
Migrate admin Pages editor from CKEditor 4 to CKEditor 5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Atualizar a branch de QA com a Master.