Related changes
Appearance
← mentén
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
3 December 2024
- diffhist Module:languages 19:10 +225 Theknightwho talk contribs (Various optimisations.)
- diffhist Module:languages 14:38 −284 Theknightwho talk contribs (Remove useRequire, as it's now fully unused, and remove tracking of dontCanonicalizeAliases. dontCanonicalizeAliases is now the third parameter of makeObject, but it's only used in one bot script, which has been updated accordingly.)
- diffhist m Module:string utilities 13:32 0 Theknightwho talk contribs
- diffhist Module:scripts 02:29 +110 Theknightwho talk contribs (Better tolerance of nil inputs to getByCanonicalName and getByCategoryName.)
- diffhist Module:scripts/data 02:21 −72 Theknightwho talk contribs (Adjust some names slightly to be consistent.)
- diffhist Module:scripts 02:17 −1 Theknightwho talk contribs (Bugfix.)
- diffhist Module:scripts 02:10 −16 Theknightwho talk contribs
- diffhist Module:scripts 02:07 +477 Theknightwho talk contribs (Change syntax of category_name_to_code.)
- diffhist Module:string utilities 01:29 +1,966 Theknightwho talk contribs (More sophisticated handling of optional pattern in case_insensitive_pattern.)
- diffhist Module:string utilities 00:26 −852 Theknightwho talk contribs (Special handling of initial ^ in split and gsplit, and merge the logic of the two.)
2 December 2024
- diffhist Module:string utilities 22:14 +1,206 Theknightwho talk contribs (Add case_insensitive_pattern.)
- diffhist Module:scripts 17:48 +807 Theknightwho talk contribs (Documentation for getByCanonicalName and getByCategoryName.)
- diffhist Module:scripts 17:43 +152 Theknightwho talk contribs (Separate out getByCategoryName() from getByCanonicalName(), to avoid false-positives when only one or other is wanted.)
- diffhist Module:scripts 17:18 +385 Theknightwho talk contribs (Use new canonical_name_to_code in getByCanonicalName to convert a canonical name input to the code.)
- diffhist Module:table 15:16 +138 Theknightwho talk contribs (Use the is_integer function in Module:math.)
- diffhist Module:utilities 14:40 −83 Theknightwho talk contribs (Remove unused variables.)
- diffhist Module:utilities 14:39 −466 Theknightwho talk contribs (Move is_positive_integer and dec_to_hex to Module:math.)
- diffhist m Module:table 14:33 −296 Theknightwho talk contribs (isPositiveInteger moved to Module:math as is_positive_integer.)
- diffhist Module:utilities 13:36 +227 Theknightwho talk contribs (Add is_positive_integer.)
- diffhist Module:table 13:16 +2,465 Theknightwho talk contribs (Add signedIndex() and integrate it into other functions where appropriate, and split apply() into a new version of apply() which replaces values in the input table and generate() which generates a new table.)
- diffhist Module:scripts 09:51 −292 Theknightwho talk contribs (Remove getParent as an alias of getParentCode, as all uses have been converted.)
- diffhist Module:scripts 09:48 −1,630 Theknightwho talk contribs (Remove paramForError, disallowNil and useRequire, as they're all now unused.)
1 December 2024
- diffhist Module:fun 12:18 +81 Surjection talk contribs
- diffhist Module:languages 12:18 +80 Surjection talk contribs
- diffhist Module:table 02:24 +30 Theknightwho talk contribs (Rename extendList to extend.)
- diffhist Module:scripts 01:10 +77 Theknightwho talk contribs (Add getAllNames(), and make getOtherNames() only return the names listed in the otherNames field (since that's how most modules use it).)
- diffhist m Module:languages 00:58 0 Theknightwho talk contribs
- diffhist Module:languages 00:57 −322 Theknightwho talk contribs (Add getAllNames(), and make getOtherNames() only return the names listed in the otherNames field (since that's how most modules use it).)
- diffhist Module:table 00:13 +604 Theknightwho talk contribs (Add flatten function.)
30 November 2024
- diffhist Module:scripts 21:04 +240 Theknightwho talk contribs (Also return the Wikidata item and IETF subtag from toJSON(), and rename getParent() to getParentCode() for consistency with Module:languages and Module:families, keeping "getParent" as an alias for now.)
- diffhist m Module:languages 20:40 0 Theknightwho talk contribs
- diffhist Module:languages 20:36 +53 Theknightwho talk contribs (Return the Wikipedia article in the JSON data.)
- diffhist Module:languages 20:14 −6 Theknightwho talk contribs (Use the getParentCode() and getFullCode() methods in toJSON() instead of checking the data manually, as the implementation might change at some point.)
- diffhist Module:languages 18:48 +10 Theknightwho talk contribs (Correct link to module override tracking.)
- diffhist Module:languages 18:27 −135 Theknightwho talk contribs (Don't call Module:etymology languages/track-bad-etym-code or Module:families/track-bad-etym-code, as they duplicate the alias tracking already done by this module.)
- diffhist Module:languages 15:34 +83 Theknightwho talk contribs (Track dontCanonicalizeAliases, as any calling modules will need to be updated once (the now non-operable) useRequire is removed from the list of parameters.)
- diffhist Module:languages 15:31 −787 Theknightwho talk contribs (Remove useRequire, as it was only necessary due to old memory limit, since non-mainspace modules like Module:family tree actually use more memory when there there are very few invokes on a page. The new limit means this is no longer relevant.)
- diffhist Module:languages 13:58 −225 Theknightwho talk contribs (Also for getByCode in Module:scripts.)
- diffhist Module:languages 13:49 −18 Theknightwho talk contribs (Don't call getByCode in Module:families with the useRequire parameter, as it's been removed.)
- diffhist Module:scripts 13:43 +346 Theknightwho talk contribs (Track uses of the old useRequire parameter, so they can be cleaned up.)
- diffhist Module:languages 13:37 +2 Theknightwho talk contribs
- diffhist Module:languages 13:10 +245 Theknightwho talk contribs (Remove nil return from makeObject and throw an error if no data/invalid data is supplied instead.)
- diffhist m Module:scripts 12:33 −8 Theknightwho talk contribs
- diffhist Module:scripts 11:35 +522 Theknightwho talk contribs (Remove nil return from makeObject and throw an error if no data/invalid data is supplied instead. Also track uses of the disallowNil parameter in getByCode, and instances where paramForError is passed with a nil code.)
29 November 2024
- diffhist -n 20:44 +15 Surjection talk contribs (→Etymology 3: (using AjaxEdit))
- diffhist Module:scripts 17:39 +35 Theknightwho talk contribs (Don't call makeObject unless there is actually data.)
- diffhist Module:scripts 17:26 +63 Theknightwho talk contribs (Track instances of makeObject returning nil.)
- diffhist Module:languages 17:15 +36 Theknightwho talk contribs (Track instances of makeObject returning nil.)
- diffhist Module:languages 14:43 +31 Theknightwho talk contribs (Switch to using the key "parent" instead of key 5 for parents.)
- diffhist Module:table 13:03 −81 Theknightwho talk contribs (Refactor reverseIpairs.)