Related changes
Appearance
← medals
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
28 November 2024
- diffhist Module:table 00:46 +19 Theknightwho talk contribs
- diffhist Module:table 00:43 −667 Theknightwho talk contribs (Optimisations + simplify logic of indexIpairs, which doesn't need to use __ipairs metamethods at all.)
27 November 2024
- diffhist Appendix:Glossary 23:54 +2 Quercus solaris talk contribs
- diffhist Appendix:Glossary 23:53 +114 Quercus solaris talk contribs
- diffhist Module:table 16:03 +325 Theknightwho talk contribs (Additional tracking in deepcopy.)
26 November 2024
- diffhist m Module:scripts 14:56 0 Theknightwho talk contribs
- diffhist Module:languages 14:51 +53 Theknightwho talk contribs (finalizeData also processes Module:writing systems/data.)
- diffhist m Module:scripts 14:46 −1 Theknightwho talk contribs
- diffhist Module:scripts 14:41 +29 Theknightwho talk contribs (Declare gmatch locally.)
- diffhist Module:scripts/data 14:22 −333 Theknightwho talk contribs (Use finalizeData in Module:languages to finalise the data, instead of doing it in this module.)
- diffhist Module:languages 14:14 −62 Theknightwho talk contribs (Remove finalizeEtymologyData, as it's no longer called anywhere.)
- diffhist Module:languages 14:05 −43 Theknightwho talk contribs (Merge finalizeEtymologyData into finalizeData.)
- diffhist Module:languages 13:39 +315 Theknightwho talk contribs (Generalise finalizeData to handle family and script data as well.)
- diffhist Module:languages/data/3/u 13:20 +5 Theknightwho talk contribs (finalizeLanguageData changed to finalizeData.)
- diffhist Module:languages/data/3/m 13:17 +5 Theknightwho talk contribs (finalizeLanguageData changed to finalizeData.)
- diffhist Module:languages/data/2 13:08 +5 Theknightwho talk contribs (finalizeLanguageData changed to finalizeData.)
- diffhist Module:languages 13:07 +42 Theknightwho talk contribs (finalizeLanguageData changed to finalizeData, keeping the old name as an alias for now.)
- diffhist Module:scripts 12:29 +77 Theknightwho talk contribs (Add documentation for getTypes.)
- diffhist Module:scripts 12:26 −127 Theknightwho talk contribs (No longer necessary to account for spaces before/after commas in serialized data.)
- diffhist Module:scripts/data 12:23 +157 Theknightwho talk contribs
- diffhist Module:scripts/data 12:17 +229 Theknightwho talk contribs
- diffhist Module:scripts 11:52 +112 Theknightwho talk contribs (Add getTypes method, and use it in toJSON. Also use keysToList in Module:table instead of constructing the type list manually.)
- diffhist Module:scripts 11:36 +271 Theknightwho talk contribs (Add a returnTable option to toJSON, as in Module:languages.)
- diffhist m Module:languages 11:30 +28 Theknightwho talk contribs (Update comment.)
- diffhist Module:languages 11:29 +39 Theknightwho talk contribs (Only use deepcopy in toJSON when returning a table instead of JSON data.)
25 November 2024
- diffhist Module:table 03:54 +311 Theknightwho talk contribs (Add a concat function which respects __index metamethods.)
- diffhist Module:table 02:23 −293 Theknightwho talk contribs (Revert to using pairs instead of indexPairs in various functions, as it's the expected behaviour. If indexPairs is needed, it can be specifically called. Also use deepEquals in keyFor, matching tableContains.)
- diffhist Module:table 01:49 +317 Theknightwho talk contribs (Add rawPairs and rawIpairs for convenience.)
- diffhist Module:table 01:26 −93 Theknightwho talk contribs (Fix bug in maxIndex.)
24 November 2024
- diffhist Module:table 20:02 +22 Theknightwho talk contribs
- diffhist Module:table 17:26 +291 Theknightwho talk contribs (Track instances of data loaded via `mw.loadData` being copied with shallowcopy as well.)
- diffhist Module:table 17:07 +319 Theknightwho talk contribs (Optimisations for deepcopy.)
- diffhist Module:fun 16:13 +22 Theknightwho talk contribs
- diffhist m Module:fun 16:03 +9 Theknightwho talk contribs (Comment.)
- diffhist Module:fun 15:59 +140 Theknightwho talk contribs (Use rawget() when checking a metatable for metamethods, and rawequal() when checking if a __metatable value is the metatable itself.)
- diffhist Module:fun 15:35 +2,102 Theknightwho talk contribs (Track instances where is_callable() is called on a table with a protected metatable, since it's not possible to reliably determine if there's a __call metamethod in such cases.)
- diffhist Module:fun 12:42 +87 Theknightwho talk contribs (Minor optimisation for is_callable().)
- diffhist Module:languages/canonical names 01:50 0 AryamanA talk contribs (sulung to puroik)
23 November 2024
- diffhist Module:table 15:35 +401 Theknightwho talk contribs (Track instances of data loaded via `mw.loadData` being copied with deepcopy, which is usually unnecessary.)
- diffhist m Module:table 14:36 −74 Theknightwho talk contribs
- diffhist Module:table 14:35 +1,317 Theknightwho talk contribs (Expand documentation for deepEquals(), clean-up the laborious check loop, and remove a redundant check.)
- diffhist Module:table 03:58 −572 Theknightwho talk contribs (Use metamethods when comparing with deepEquals().)
- diffhist m Appendix:Glossary 03:12 +11 Brainulator9 talk contribs (→B: adding anchor) Tag: 2017 source edit
- diffhist Module:table 02:52 +162 Theknightwho talk contribs (Add a `raw` parameter to shallowcopy().)
- diffhist Module:template parser 02:30 +266 Theknightwho talk contribs (Avoid destructively modifying the input args table to templateLink().)
- diffhist Module:table 02:27 +818 Theknightwho talk contribs (Only call string_sort from Module:collation when comparing strings. Also account for other data types appropriately.)
- diffhist Module:headword/data 02:07 −5 Theknightwho talk contribs (Finalise switchover.)
- diffhist Module:table 02:06 +59 Theknightwho talk contribs (Pass the index as the first argument to any function given to listToSet, then the item + any further arguments.)
- diffhist Module:headword/data 02:05 0 Theknightwho talk contribs
- diffhist Module:headword/data 02:00 +8 Theknightwho talk contribs (Prep for change in syntax to listToSet in Module:table.)