forked from ckeditor/ckeditor5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'i/3204-table-caption' into i/9105-table-algorithms
- Loading branch information
Showing
141 changed files
with
4,721 additions
and
853 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,27 @@ | ||
sudo: required | ||
dist: xenial | ||
addons: | ||
chrome: stable | ||
language: node_js | ||
services: | ||
- xvfb | ||
cache: | ||
yarn: true | ||
node_js: | ||
- "12" | ||
cache: | ||
- node_modules | ||
cache: yarn | ||
before_install: | ||
- export START_TIME=$( date +%s ) | ||
- export COVERALLS_SERVICE_JOB_ID=$( TRAVIS_JOB_ID ) | ||
- export COVERALLS_SERVICE_NAME="CKEditor5 code coverage" | ||
- npm i -g yarn | ||
install: | ||
- yarn install | ||
# The "./manual/all-features-dll.js" test requires building DLL. | ||
- yarn run dll:build | ||
script: | ||
- node ./scripts/continuous-integration-script.js | ||
- yarn run lint | ||
- yarn run stylelint | ||
- ./scripts/check-manual-tests.sh -r ckeditor5 -f ckeditor5 | ||
- yarn run docs --strict | ||
- 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then | ||
travis_wait 30 yarn run docs:build-and-publish-nightly; | ||
fi' | ||
- ./scripts/ci/travis-check.js | ||
# "travis_wait" does not work in child processes. Hence, it must be called from the configuration file. | ||
- if [[ $TRAVIS_JOB_TYPE == "Validation" && $TRAVIS_TEST_RESULT -eq 0 ]]; then travis_wait 30 yarn run docs:build-and-publish-nightly; fi | ||
after_script: | ||
- export END_TIME=$( date +%s ) | ||
- ckeditor5-dev-tests-notify-travis-status | ||
env: | ||
global: | ||
- secure: RO140EQDHmEOPJPikk8eCY5IdHpnEKGm41p5U1ewAbeZv1DpCG+rSumR2JdYl75kFAaZvCSm1NuVMM+kmYd+/z+LQbKj7QH5G/UHNho3H89blIU6WlJhT0YR5vclm9rvnEvOtxnfODca1Qrw+CaCoJks2o4VYbJB7mOBVNsh7Bc= | ||
jobs: | ||
- TRAVIS_JOB_TYPE=Tests | ||
- TRAVIS_JOB_TYPE=Validation |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
<div id="snippet-wproofreader"> | ||
<p>Typos hapen. We striving to correct them. Hover on the marked words for instant correction suggestions or click the dialoge icon in the bottom right corner to have the whole text proofread at once.</p> | ||
<p>You can also paste your own text here to have its spelling and grammar checked.</p> | ||
<p>Warsaw is the capital adn largest city of Poland. The metropolis stands on the Vistula River in east-central Poland and its population is officially estimatd at 1.8 million residents within a greater metropolitan area of 3.1 million residents, which makes Warsaw the 7th most-populous capital city in the European Union. Warsaw is an alpha-global city, a major international tourist destination, and a significaant cultural, political, and economic hub. Its historical Old Town was designated a UNESCO World Heritage Site.</p> | ||
|
||
<p>Warschau ist seit 1596 die Hauptstadt Polens und die flächenmäßig größte sowie mit über 1,75 Mio. Einwonern bevölkerungsreichste Staddt des Landes. Als eines der wichtigsten Verkehrs-, Wirtschafts- und Handelszentren Mittel- und Osteeuropas genießt Warschau große politische und kulturelle Bedetung. In der Stadt befinden sich zahlreiche Institutionen, Universitäten, Theater, Museen und Baudenkmäler.</p> | ||
|
||
<p>Варша́ва является столицей и крупнейшим по населению, и территории городом Польшй. Город стал фактической столицей в 1596 году, коггда после пожара в Вавельском замке в Кракове король Сигизмунд III перёнёс свою резиденцию суда, при этом столичный статус города был подтверждён только в Конституции 1791 года. Через город протекает река Висла, разделяющая город приблизительно поровну.</p> | ||
</div> |
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
category: builds-migration | ||
menu-title: Migration to v27.1.0 | ||
order: 10 | ||
--- | ||
|
||
# Migration to CKEditor 5 v27.1.0 | ||
|
||
For the entire list of changes introduced in version 27.1.0, see the [changelog for CKEditor 5 v27.1.0](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md#TODO). | ||
|
||
Listed below are the most important changes that require your attention when upgrading to CKEditor 5 v27.1.0. | ||
|
||
## Disallowing nesting block quotes | ||
|
||
Prior to version 27.1.0 inserting a block quote into another block quote was not allowed. | ||
|
||
If you wish to bring back this restriction, see the {@link features/block-quote#disallow-nesting-block-quotes Disallow nesting block quotes} section in the block quote feature guide. |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. | ||
# | ||
# !!! IMPORTANT !!! | ||
# | ||
# Before you edit this file, please keep in mind that contributing to the project | ||
# translations is possible ONLY via the Transifex online service. | ||
# | ||
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5. | ||
# | ||
# To learn more, check out the official contributor's guide: | ||
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Language-Team: German (Switzerland) (https://www.transifex.com/ckeditor/teams/11143/de_CH/)\n" | ||
"Language: de_CH\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
msgctxt "Toolbar button tooltip for aligning the text to the left." | ||
msgid "Align left" | ||
msgstr "Linksbündig" | ||
|
||
msgctxt "Toolbar button tooltip for aligning the text to the right." | ||
msgid "Align right" | ||
msgstr "Rechtsbündig" | ||
|
||
msgctxt "Toolbar button tooltip for aligning the text to center." | ||
msgid "Align center" | ||
msgstr "Zentriert" | ||
|
||
msgctxt "Toolbar button tooltip for making the text justified." | ||
msgid "Justify" | ||
msgstr "Blocksatz" | ||
|
||
msgctxt "Dropdown button tooltip for the text alignment feature." | ||
msgid "Text alignment" | ||
msgstr "Textausrichtung" | ||
|
||
msgctxt "Label used by assistive technologies describing the text alignment feature toolbar." | ||
msgid "Text alignment toolbar" | ||
msgstr "Text-Ausrichtung Toolbar" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.