Home
last modified time | relevance | path

Searched hist:c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/inc/Parsing/
H A DModeRegistry.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

/dokuwiki/inc/Parsing/ParserMode/
H A DBase.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

H A DFootnote.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

H A DQuote.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

H A DTable.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

H A DListblock.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

/dokuwiki/inc/Extension/
H A DSyntaxPlugin.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

/dokuwiki/_test/
H A Dbootstrap.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

H A Dphpcs.xmlc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

/dokuwiki/inc/
H A Ddeprecated.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.

H A Dparserutils.phpc8dd1b9d24a2f9905db764a0ac4646fb1e172af4 Thu Apr 16 15:51:43 UTC 2026 Andreas Gohr <andi@splitbrain.org> introduce ModeRegistry to encapsulate parser mode categories

Replace the global $PARSER_MODES definition in inc/parser/parser.php
with a ModeRegistry singleton that initializes and manages the mode
categories. The global array is still populated for backward
compatibility with plugins that access it directly.

Mode constructors now use ModeRegistry::getModesForCategories()
instead of accessing the global directly. p_get_parsermodes() and
p_sort_modes() are moved to inc/deprecated.php as thin wrappers.