Project

General

Profile

Actions

Feature #20070

closed

htmlArea RTE: Improve spell checker configurability

Added by Stanislas Rolland about 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-02-21
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Default dictionary and list of dictionaries should be moved from EM to Page TSConfig

(issue imported from #M10513)


Files

rtehtmlarea_feature_10513.patch (18.8 KB) rtehtmlarea_feature_10513.patch Administrator Admin, 2009-02-21 06:18

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #19960: Spellchecker dictionaries not loaded correctlyClosedStanislas Rolland2009-02-03

Actions
Actions #1

Updated by Stanislas Rolland about 15 years ago

EM variables defaultDictionary and dictionaryList are marked DEPRECATED.

Page TSConfig property RTE.default.enablePersonalDicts is marked DEPRECATED.

The following Page TSConfig properties are added:

buttons.spellcheck.enablePersonalDictionaries: boolean
If set, personal dictionaries are enabled.
Default: 0
Note: The option is ignored if PHP safe_mode is enabled on the server.
Note: The feature must also be enabled in User TSConfig.
Note: Personal dictionaries are stored in subdirectories of uploads/tx_rtehtmlarea

buttons.spellcheck.dictionaries.items: list-of-id-strings
The list of Aspell dictionary codes available to the spell checking feature. This list is used only if safe_mode is enabled. If safe_mode is not enabled, the list is automatically obtained from Aspell.
Default: en

buttons.spellcheck.dictionaries.restrictToItems: list-of-id-strings
List of Aspell dictionary codes to which the drop-down list of dictionaries is limited in the spell checker dialogue.
Note: If not set, all dictionaries obtained from Aspell or, if safe_mode is enabled, all dictionaries listed in property buttons.spellcheck.dictionaries.items, will appear in the drop-down list.

buttons.spellcheck.dictionaries.[language-iso-code].defaultValue: string
Aspell dictionary code of the dictionary to be used by default to spell check a content element in the language specified by the ISO code. The specified dictionary will be pre-selected in the drop-down list of dictionaries.
Default: the language ISO code.

Actions #2

Updated by Stanislas Rolland about 15 years ago

Committed to SVN TYPO3core trunk (revision 5046).

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF