Related changes
Appearance
← aortach
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- D
- Wikidata edit
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
- Temporarily watched page
13 December 2024
- diffhist Module:parameters 14:43 +194 Theknightwho talk contribs (Add comment.)
- diffhist Module:parameters 14:19 +559 Theknightwho talk contribs (When the title type has a namespace specified and the input begins with a non-namespace prefix (i.e. one which should be treated as plaintext, like an interwiki prefix), check any prefix against the mw.site.namespaces table to determine if mw.title.new or mw.title.makeTitle should be used in advance instead of always grabbing it with mw.title.new then checking if the returned title is external, as that doesn't work with for the "en:" or "wikt:" prefixes.)
- diffhist Module:parameters 00:52 +108 Theknightwho talk contribs (Code clean-up.)
- diffhist Module:parameters 00:18 +841 Theknightwho talk contribs (Support title inputs that are just fragments (e.g. "#foo"), as the mw.title library doesn't handle them properly.)
- diffhist Module:languages/data 00:04 +7 Benwing2 talk contribs (User:Theknightwho is this the right way to remove apostrophes from sorting in Grek?)
12 December 2024
- diffhist Module:parameters 17:02 +122 Theknightwho talk contribs (Add comment.)
- diffhist Module:pages 17:00 −60 Theknightwho talk contribs (Remove now-unused alias.)
- diffhist Module:parameters 16:58 +819 Theknightwho talk contribs (is_valid_title() in Module:pages renamed to is_internal_title(), and add new allow_external flag to the title type, which enables external titles (which are off by default).)
- diffhist Module:template parser 16:21 +39 Theknightwho talk contribs (is_valid_title() in Module:pages renamed to is_internal_title().)
- diffhist Module:pages 16:02 +223 Theknightwho talk contribs (Rename is_valid_title to is_internal_title.)
- diffhist Module:pages 15:49 +1,523 Theknightwho talk contribs (Add is_title, use it in is_valid_title instead of simply checking the input exists, validate that inputs to is_valid_page_name are strings, and add is_valid_link_target function.)
- diffhist Module:scripts 00:07 −52 Theknightwho talk contribs (Move implementation of hasType to Module:language-like, so it can be shared by languages and families.)
- diffhist Module:languages 00:03 −50 Theknightwho talk contribs (Move implementation of hasType to Module:language-like, so it can be shared by families and scripts.)
11 December 2024
- diffhist Appendix:Irish mutations 21:41 +18 Mahagaja talk contribs
- diffhist Module:headword 10:42 −21 Benwing2 talk contribs (remove extraneous whitespace)
- diffhist Module:utilities 03:25 −2 Theknightwho talk contribs (Delegate checking for whether the page is a content page to is_content_page is Module:pages.)
- diffhist Module:pages 03:18 +476 Theknightwho talk contribs (Add is_content_page().)
- diffhist Module:pages 02:29 +529 Theknightwho talk contribs (Support gadget and user scripts/stylesheets, as well as documentation, sandboxes and testcases for various other page types.)
- diffhist Module:maintenance category 00:29 +144 Theknightwho talk contribs (Use new is_sandbox() and is_testcase_page() functions, which can handle various edge cases like testcase documentation pages properly.)
- diffhist Module:pages 00:20 +1,449 Theknightwho talk contribs (Templates and modules can now include up to all three of "testcase", "sandbox" and "documentation" as applicable. Also add is_documentation, is_testcase_page and is_sandbox functions)
10 December 2024
- diffhist Module:pages 22:25 +157 Theknightwho talk contribs (Distinguish user subpages in page types.)
- diffhist Module:pages 21:09 −40 Theknightwho talk contribs (Remove old alias.)
- diffhist Module:maintenance category 20:54 +20 Theknightwho talk contribs (pagetype() in Module:pages renamed to get_pagetype().)
- diffhist Module:pages 19:45 +43 Theknightwho talk contribs (Rename pagetype to get_pagetype.)
- diffhist Module:scripts/data 18:18 +107 Theknightwho talk contribs (Load Module:string utilities on demand.)
- diffhist Module:languages/data/3/u 18:13 +106 Theknightwho talk contribs (Load Module:string utilities on demand.)
- diffhist Module:languages/data/3/m 18:08 +106 Theknightwho talk contribs (Load Module:string utilities on demand.)
- diffhist Module:languages/data/2 17:59 +106 Theknightwho talk contribs (Load Module:string utilities on demand.)
- diffhist Module:languages 17:55 −74 Theknightwho talk contribs (Remove redundant addDefaultTypes, as it's no longer called anywhere.)
- diffhist Module:languages/data/3/u 17:39 −52 Theknightwho talk contribs (addDefaultTypes now merged into finalizeData.)
- diffhist Module:languages/data/3/m 17:31 −52 Theknightwho talk contribs (addDefaultTypes now merged into finalizeData.)
- diffhist Module:languages/data/2 17:12 −52 Theknightwho talk contribs (addDefaultTypes now merged into finalizeData.)
- diffhist Module:scripts 14:47 +33 Theknightwho talk contribs (Accept opts table in toJSON, matching the main toJSON function in Module:JSON, with the addition of a lua_table flag that replaces the previous returnTable flag.)
- diffhist m Module:languages 14:44 −19 Theknightwho talk contribs
- diffhist Module:languages 14:32 +51 Theknightwho talk contribs (Accept opts table in toJSON, matching the main toJSON function in Module:JSON, with the addition of a lua_table flag that replaces the previous returnTable flag.)
- diffhist Module:languages 14:25 −45 Theknightwho talk contribs (Minor optimisation.)
9 December 2024
- diffhist Module:headword/data 23:18 −39 Benwing2 talk contribs (add aliases 'compadv', 'supadv', 'propn', remove ambigous 'pre' and 'pro' that now throw errors)
- diffhist Module:math 15:00 +12 Theknightwho talk contribs (Clarify error.)
- diffhist Module:math 14:57 −6 Theknightwho talk contribs (Minor optimisation.)
- diffhist Module:math 14:52 −403 Theknightwho talk contribs (Bugfix validation for gcd and lcm, where inputs like lcm(3, nil) weren't throwing errors, support type coercion for to_hex, gcd and lcm like the built-in math library, delegate integer errors to a local function, and support negative inputs to to_hex.)
- diffhist Module:headword 09:27 +183 Benwing2 talk contribs (temporary code to throw error if 'pre' or 'pro' is encountered as POS alias)
- diffhist Template:inflection-table-top 07:55 +15 Fenakhay talk contribs
- diffhist Module:headword/data 00:05 +79 Benwing2 talk contribs (add 'pref' = prefix, 'suf' = suffix as POS aliases)
8 December 2024
- diffhist Module:headword 23:03 +91 Benwing2 talk contribs (add tracking for 'pro' = pronoun)
- diffhist Module:headword 22:58 +166 Benwing2 talk contribs (addt tracking for alias 'pre')
- diffhist Module:math 22:54 +4 Theknightwho talk contribs (Bugfix.)
- diffhist Module:headword/data 22:52 +115 Benwing2 talk contribs (add 'compadj', 'supadj' as aliases, FIXME about 'pre')
- diffhist Module:headword/templates 22:50 −67 Benwing2 talk contribs (use canonicalize_pos() in Module:headword)
- diffhist Module:headword 22:47 +470 Benwing2 talk contribs (add canonicalize_pos() for canonicalizing part-of-speech aliases and pluralizing appropriately)
- diffhist m Module:math 21:35 +15 Surjection talk contribs