Searched hist:c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/inc/Parsing/ |
| H A D | ModeRegistry.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | Base.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | Footnote.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | Quote.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | Table.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | Listblock.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | SyntaxPlugin.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | bootstrap.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | phpcs.xml | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | deprecated.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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 D | parserutils.php | c8dd1b9d24a2f9905db764a0ac4646fb1e172af4 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.
|