Module:No globals: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 September 2021

1 April 2020

10 May 2019

12 March 2019

2 May 2014

24 April 2014

  • curprev 06:5806:58, 24 April 2014>Ged UKm 323 bytes 0 Protected Module:No globals: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))

23 April 2014

  • curprev 15:4815:48, 23 April 2014>Jackmcbarn 323 bytes −16 setting doesn't need exception for name
  • curprev 15:4615:46, 23 April 2014>Jackmcbarn 339 bytes −118 don't bother saving old __index or __newindex
  • curprev 15:3815:38, 23 April 2014>Jackmcbarn 457 bytes +457 Created page with 'local mt = getmetatable(_G) or {} local oldIndex = mt.__index or function() return nil end mt.__index = function(t, k) if k ~= 'name' and k ~= 'arg' then erro...'