aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/WikiTextStructure.php
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-0/+19
* WikiTextStructure: Drop message fallback to old cirrussearch messageReedy2024-07-291-4/+0
* WikiTextStructure: Use raw text from ParserOutputBartosz Dziewoński2024-03-081-4/+1
* WikiTextStructure: Support heading tags with attributesBartosz Dziewoński2024-02-081-1/+1
* WikiTextStructure/WikitextContentHandler: Minor cleanupReedy2024-02-011-44/+40
* Namespace ParserOutputJames D. Forrester2023-12-141-0/+1
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* WikiTextStructure: Rename extractHeadingBeforeFirstHeading() to extractTextBe...Reedy2023-08-231-2/+2
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+1
* WikiTextStructure: Also extract figcaption elements as captionsErik Bernhardson2023-03-231-0/+1
* Generate/set/get TOCData/SectionMetadata objects instead of arraysSubramanya Sastry2023-01-191-2/+6
* WikiTextStructure::getDefaultSort should return null, not falseErik Bernhardson2022-11-181-1/+5
* Do minor code cleanupMatěj Suchánek2022-06-241-1/+0
* Rename ParserOutput::{get,set,unset}Property to {get,set,unset}PagePropertyC. Scott Ananian2021-10-081-1/+1
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-3/+0
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Replace strlen() calls with strict string comparisonsThiemo Kreuz2019-03-281-1/+1
* WikiTextStructure: Add an exclusion from WikibaseMediaInfoJames D. Forrester2019-01-171-1/+3
* WikiTextStructure: Explain the source of two non-Core exclusionsJames D. Forrester2019-01-171-2/+2
* Preserve whitespace in search index text contentErik Bernhardson2018-09-141-4/+0
* WikiTextStructure: Exclude <style> tagsBrad Jorsch2018-03-131-0/+2
* Use ParserOutput stateless transformsBrad Jorsch2017-11-301-3/+4
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-101-1/+0
* Allow editors to exclude navigation items from search indicesErik Bernhardson2017-04-181-0/+3
* Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-14/+20
* Update weblinks in comments from HTTP to HTTPSFomafix2016-10-111-1/+1
* Remove/actualize unused importsMax Semenik2016-09-261-1/+0
* Merge "Add DEFAULTSORT to search index field data"jenkins-bot2016-09-011-0/+8
|\
| * Add DEFAULTSORT to search index field datadcausse2016-08-291-0/+8
* | Extract ParserOutput search index data fields from WikiTextContentHandleraude2016-08-191-44/+0
|/
* Add search-ignored-headings string, copied from cirrus-search-ignored-headings.Stanislav Malyshev2016-08-041-2/+5
* Make content handlers assemble content for searchStanislav Malyshev2016-07-261-0/+277