Related changes
Appearance
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
9 December 2024
- 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 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 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
- diffhist m Module:math 21:29 +30 Surjection talk contribs
- diffhist Module:math 21:00 +131 Theknightwho talk contribs (Put the logic for log10 inside the function which only exists so that module documentation works.)
- diffhist m Module:math 17:08 −18 Theknightwho talk contribs
- diffhist Module:math 17:07 −258 Theknightwho talk contribs (No reason not to support 0 and negatives in GCD and LCM.)
- diffhist Module:math 16:20 +1,292 Theknightwho talk contribs (Various optimisations + still validate remaining inputs even if the GCD is 1 or the LCM is 0.)
- diffhist Module:math 15:43 −76 Theknightwho talk contribs (Bugfix for LCM with 3+ arguments, so that the product is divided by the GCD after each iteration to become the LCM, instead of only once at the end (e.g. lcm(2, 3, 4, 5) should return 60, not 120).)
- diffhist Module:math 13:50 −103 Theknightwho talk contribs (Faster check for is_finite_real_number.)
- diffhist Module:math 12:41 +87 Theknightwho talk contribs (Add include_0 flag to is_positive_integer.)
- diffhist Module:math 11:20 +38 Surjection talk contribs (inline gcd2)
- diffhist m Module:math 08:35 0 Surjection talk contribs
- Deletion log 01:01 Theknightwho talk contribs deleted page Module:parameters/remove holes (Obsolete and orphaned module: content was: " -- A helper function that removes empty numeric indexes in a table, -- so that the values are tightly packed like in a normal Lua table. -- equivalent to require("Module:table").compressSparseArray return function(t) local highest = 0 for num, _ in pairs(t) do if type(num) == "number" and num > 0 and num < math.huge and math.floor(num) == num then highest = math.max(highest, num) end end local need_to_compress = false for i = 1, highest...)
- diffhist Module:parameter utilities 00:57 +11 Theknightwho talk contribs (Bugfix.)
- Deletion log 00:50 Theknightwho talk contribs undeleted page Module:parameters/remove holes (3 revisions)
- Deletion log 00:40 Theknightwho talk contribs deleted page Module:parameters/remove holes (Obsolete and orphaned module: content was: " -- A helper function that removes empty numeric indexes in a table, -- so that the values are tightly packed like in a normal Lua table. -- equivalent to require("Module:table").compressSparseArray return function(t) local highest = 0 for num, _ in pairs(t) do if type(num) == "number" and num > 0 and num < math.huge and math.floor(num) == num then highest = math.max(highest, num) end end local need_to_compress = false for i = 1, highest...)
- diffhist Module:math 00:36 +18 Surjection talk contribs
- diffhist Module:math 00:35 0 Surjection talk contribs
- diffhist m Module:math 00:33 +61 Surjection talk contribs
- diffhist Module:parameters 00:33 +272 Theknightwho talk contribs (When compressing holes, iterate only over the keys that are actually in the table instead of checking from 1 to the max index, as that's vulnerable to parameters with very high numbers.)
- diffhist m Module:math 00:30 0 Surjection talk contribs
- diffhist Module:math 00:30 +1,476 Surjection talk contribs
7 December 2024
- diffhist Module:parameter utilities 23:56 +52 Theknightwho talk contribs (Add note about abusive inputs.)
- diffhist Module:parameters 23:07 +451 Theknightwho talk contribs (More sophisticated checking of number inputs.)
- diffhist Module:math 22:15 +314 Theknightwho talk contribs (Add is_finite_real_number().)
- diffhist Module:pages 21:35 0 Theknightwho talk contribs (Apply that to templates as well.)
- diffhist Module:parameters 20:36 +257 Theknightwho talk contribs (Do the same for the strict flag for the title type.)
- diffhist Module:parameters 20:18 +853 Theknightwho talk contribs (Stricter handling of the "method" flag for languages, families and scripts, and use the "fallback" flag for WM languages instead.)
- diffhist Module:parameters 19:07 +16 Theknightwho talk contribs (Correct docs for boolean.)
- diffhist Module:yesno 19:05 +116 Theknightwho talk contribs (Optimise.)
- diffhist Module:parameters 18:32 −70 Theknightwho talk contribs (Remove uncapitalised type, which was retained for the transition.)
- diffhist Module:parameters 18:27 +49 Theknightwho talk contribs (Capitalise "Wikimedia language" as a parameter type, for consistency with the type given by WM language objects.)
- diffhist Module:parameters 17:51 −455 Theknightwho talk contribs (Use iterateList in Module:table.)
- diffhist Module:table 17:36 +195 Theknightwho talk contribs (Add iterateList.)
- diffhist m Module:fun 16:47 −18 Theknightwho talk contribs (Consistent variable names.)
- diffhist Module:parameters 15:21 +3,096 Theknightwho talk contribs (Load external functions on demand, and track cases with the type "number" that aren't positive integers.)
- diffhist m Module:maintenance category 07:37 −383 Benwing2 talk contribs (not correct; Reverted edits by Benwing2. If you think this rollback is in error, please leave a message on my talk page.) Tag: Rollback
- diffhist Module:pages 07:34 +73 Benwing2 talk contribs (documentation pages that are testcase pages should be categorized as 'module testcase page' not 'module documentation page')
- diffhist Module:maintenance category 07:28 +383 Benwing2 talk contribs (add '/testcases' to text triggering hidden error category and generalize code to check for this) Tag: Reverted
6 December 2024
- diffhist Module:languages 22:50 +74 Theknightwho talk contribs (Comments.)
- diffhist Module:languages 22:44 +844 Theknightwho talk contribs (Account for data in the extra language data modules in the getData() method. Also localise some variables.)