aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.Title
Commit message (Expand)AuthorAgeFilesLines
* build: Fix and re-enable eslint rule unicorn/prefer-includesJames D. Forrester2025-03-211-7/+7
* Split MediaWikiTitleCodecTim Starling2025-03-031-3/+3
* build: Update eslint-config-wikimedia to 0.28.1 and autofixEd Sanders2024-06-111-4/+4
* Merge "docs: Remove link syntax for non-working links"jenkins-bot2024-05-201-1/+1
|\
| * docs: Remove link syntax for non-working linksapaskulin2024-05-171-1/+1
* | mediawiki.Title: Remove trailing _ in commentFomafix2024-05-111-1/+1
* | resources/src: Fix several trivial files to use let/const not varsJames D. Forrester2024-05-031-32/+33
|/
* docs: Standardize use of class descriptions in JSDocapaskulin2024-04-251-12/+13
* docs: Fix JSDoc linksapaskulin2024-04-011-1/+1
* docs: Fix JSDoc syntaxapaskulin2024-03-261-6/+8
* docs: Convert examples to JSDocapaskulin2024-02-231-10/+20
* Use ESLint "sourceType": "commonjs" for package modulesBartosz Dziewoński2024-02-131-2/+2
* jsdoc: Support dots in '@module <name>' and '@exports <name>'Bartosz Dziewoński2024-02-071-1/+1
* mw.Title: Improve documentationRoan Kattouw2023-12-141-43/+44
* mw.Title: Document in jsdocJon Robson2023-12-141-49/+61
* Avoid implicit type cast to boolean in isTalkFomafix2023-11-241-1/+1
* Title.js: Move var declarations inlineEd Sanders2023-11-171-27/+21
* Update eslint-config-wikimedia to 0.25.0Ed Sanders2023-05-051-0/+3
* Title.js: Rename Title.getName[Text]Gergő Tisza2022-12-121-6/+36
* mediawiki.Title: Treat U+FFFD (replacement character) as invalidBartosz Dziewoński2022-03-271-0/+8
* Remove unreachable parts of getTitleInvalidRegex() in PHP and JSKunal Mehta2021-12-121-3/+1
* build: Update eslint-config-wikimedia to 0.21.0Ed Sanders2021-11-091-1/+1
* Hard-deprecate remaining MWNamespace methodsAlexander Vorwerk2021-10-201-1/+1
* mediawiki.Title: Regenerate phpCharMappings against plain PHP 7.2Petr Pchelko2021-10-191-572/+1
* Use 0 instead of "" in phpCharToUpper.jsonFomafix2021-09-232-772/+772
* mediawiki.Title: Support Unicode characters out of BMPFomafix2021-09-181-1/+2
* Hard-deprecate some MWNamespace methodsAlexander Vorwerk2021-06-301-1/+1
* Remove unused mw.title.getDotExtension() methodThiemo Kreuz2020-08-271-12/+0
* Account for non-existence namespaces in makeTitlejdlrobson2020-07-311-2/+17
* docs: Add missing @property types and some other missing docsEd Sanders2020-06-131-8/+8
* eslint: Update to eslint-config-wikimedia 0.16.0Ed Sanders2020-06-021-2/+8
* mediawiki.util: Add mw.util.parseImageUrlGergő Tisza2020-05-231-37/+3
* Documentation fixes for upcoming ESLint config changeEd Sanders2020-05-161-0/+1
* Fix typo: 'the the' -> 'the'Ed Sanders2020-05-031-1/+1
* title: Update documentation for ambiguous mw.Title.getName()Thiemo Kreuz2019-11-121-12/+12
* build: Update linters and fix errorsEd Sanders2019-10-231-2/+2
* Merge "mediawiki.Title: Remove unused signature from newFromUserInput"jenkins-bot2019-10-031-18/+5
|\
| * mediawiki.Title: Remove unused signature from newFromUserInputThiemo Kreuz2019-09-301-18/+5
* | mediawiki.Title: Reduce transfer size of phpCharToUpper.jsonTimo Tijhof2019-09-172-775/+780
|/
* Merge "Update phpCharToUpper.json based on current differences"jenkins-bot2019-09-091-91/+650
|\
| * Update phpCharToUpper.json based on current differencesEd Sanders2019-09-051-91/+650
* | mediawiki.Title: Minor optimizations for mw.Title JavaScript codeThiemo Kreuz2019-09-081-18/+15
* | mediawiki.Title: Change internal 'title' field to include file extensionThiemo Kreuz2019-09-081-24/+19
|/
* Avoid Sizzle's :first/:last selectors. Use $.first()/$.last()Ed Sanders2019-06-271-1/+1
* mediawiki.Title: Remove dead code and streamline newFromUserInput()Thiemo Kreuz2019-05-131-20/+12
* mediawiki.Title: Remove redundant closureTimo Tijhof2019-04-072-895/+896
* Change 'mediawiki.Title' to use 'packageFiles'Bartosz Dziewoński2019-03-283-257/+258
* mediawiki.Title: Avoid 'this' in static methodTimo Tijhof2019-02-171-1/+1
* mw.Title.newFromUserInput: Rename vars, improve docs for double signatureEd Sanders2018-12-121-5/+9
* Replace $.type with typeofEd Sanders2018-12-121-1/+1