User contributions
User account "Jackmcbarn" is not registered.
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:18, 28 June 2014 (diff | hist) . . (+246) . . Module:Protection banner (some cleanup)
- 03:01, 28 June 2014 (diff | hist) . . (+2,326) . . Module:Protection banner (get a few other changes from the ec)
- 02:56, 28 June 2014 (diff | hist) . . (+2,405) . . Module:Protection banner (and finally protectionDate)
- 02:55, 28 June 2014 (diff | hist) . . (+2,421) . . Module:Protection banner (next expiry)
- 02:55, 28 June 2014 (diff | hist) . . (+2,464) . . Module:Protection banner (now reason)
- 02:54, 28 June 2014 (diff | hist) . . (+2,476) . . Module:Protection banner (now level)
- 02:52, 28 June 2014 (diff | hist) . . (+2,524) . . Module:Protection banner (try to merge the edit conflict, one variable at a time, starting with action)
- 02:46, 28 June 2014 (diff | hist) . . (+2,897) . . Module:Protection banner (get rid of the config class while still allowing replacing it for testing)
- 18:05, 27 June 2014 (diff | hist) . . (+3,956) . . Module:Protection banner (don't keep the whole export table around when we only need one thing from it)
- 02:59, 27 June 2014 (diff | hist) . . (+3,974) . . Module:Protection banner (check against edit/move, rather than for create, and simplify logic)
- 00:28, 26 June 2014 (diff | hist) . . (+1,382) . . m Module:Protection banner (check the right action variable)
- 16:53, 19 June 2014 (diff | hist) . . (-4,711) . . Module:Protection banner (get rid of unnecessary wrapper functions)
- 16:40, 8 June 2014 (diff | hist) . . (-20,853) . . Module:Protection banner (add no globals now, to catch any problems sooner rather than later)
- 23:37, 3 June 2014 (diff | hist) . . (-15) . . Module:Documentation (match our config)
- 23:36, 3 June 2014 (diff | hist) . . (+210) . . Module:Documentation/config (per talk)
- 18:43, 3 June 2014 (diff | hist) . . (0) . . Template:Documentation (always pass _content (to save double expansion cost))
- 18:42, 3 June 2014 (diff | hist) . . (-39) . . Module:Documentation (ignore _content if it wouldn't have tried expanding the template)
- 02:40, 3 June 2014 (diff | hist) . . (-17) . . m Module:Documentation (reflect changes to our config)
- 02:40, 3 June 2014 (diff | hist) . . (+186) . . Module:Documentation/config (WP:BOLDly switching to SVGs)
- 14:23, 27 May 2014 (diff | hist) . . (-8,431) . . m Module:Protection banner (fix indentation)
- 01:32, 27 May 2014 (diff | hist) . . (-8,739) . . m Module:Protection banner (reflect changes to Module:Effective protection level)
- 01:24, 27 May 2014 (diff | hist) . . (-227) . . Module:Effective protection level (make the metatable work with the change coming June 5th)
- 17:19, 24 May 2014 (diff | hist) . . (+870) . . Module:Navbar (support collapsible version)
- 16:42, 24 May 2014 (diff | hist) . . (+94) . . N Template:Sidebar (appears to work in testcases, deploy it live)
- 22:09, 23 May 2014 (diff | hist) . . (+437) . . Module:Navbar (autofill name, export _navbar, use Module:Arguments, and fix whitespace, from sandbox)
- 16:35, 2 May 2014 (diff | hist) . . (+307) . . N Module:No globals (rm name exception)
- 21:48, 23 April 2014 (diff | hist) . . (+16) . . Module:No globals (setting doesn't need exception for name)
- 21:46, 23 April 2014 (diff | hist) . . (+32) . . Module:No globals (don't bother saving old __index or __newindex)
- 21:38, 23 April 2014 (diff | hist) . . (+150) . . Module:No globals (←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...')
- 16:30, 20 April 2014 (diff | hist) . . (+78) . . Template:Documentation (ugly hack so that expanding of the /doc subpage doesn't count against Lua's time limit)
- 16:25, 20 April 2014 (diff | hist) . . (-17) . . Module:Documentation (only return contentTitle if it will be used)
- 16:22, 20 April 2014 (diff | hist) . . (-38) . . Module:Documentation (ugly hack so that expanding of the /doc subpage doesn't count against Lua's time limit)
- 20:50, 19 April 2014 (diff | hist) . . (-237) . . Module:Effective protection level (add a metamethod so the action can be passed as the first param to #invoke instead of 'main')
- 20:38, 19 April 2014 (diff | hist) . . (-353) . . Module:Effective protection level (let one function work for other modules and for wikitext)
- 20:03, 17 April 2014 (diff | hist) . . (-306) . . m Module:Documentation (check id)
- 20:02, 17 April 2014 (diff | hist) . . (-309) . . Module:Documentation (add a link to run the test cases from the sandbox page)
- 19:57, 17 April 2014 (diff | hist) . . (+186) . . Module:Documentation/config (add a message for running test cases)
- 03:07, 30 March 2014 (diff | hist) . . (-153) . . Module:Effective protection level (add PC detection, from sandbox)
- 20:06, 21 March 2014 (diff | hist) . . (-954) . . Module:Namespace detect/data (Undid revision 600634263 by Jackmcbarn (talk): Oh, this seems to have been for performance. Still not sure if it's a good idea, but will leave for now)
- 20:04, 21 March 2014 (diff | hist) . . (-1,049) . . Module:Namespace detect/data (IMO, aliasing variables like that makes readability worse)
- 17:02, 20 March 2014 (diff | hist) . . (+212) . . Module:Namespace detect/data (name return values)
- 16:52, 20 March 2014 (diff | hist) . . (+195) . . Module:Namespace detect/data (okay, it needs wrapping after all)
- 16:49, 20 March 2014 (diff | hist) . . (+191) . . Module:Namespace detect/data (no sense wrapping this)
- 16:47, 20 March 2014 (diff | hist) . . (+217) . . Module:Namespace detect/data (←Created page with '---------------------------------------------------------------------------------------------------- -- Configuration da...')
- 02:12, 7 February 2014 (diff | hist) . . (-676) . . Module:Effective protection level (enable titleblacklist checks)
- 20:43, 30 January 2014 (diff | hist) . . (-664) . . Module:Effective protection level (Use new protection retrieval, and prepare for when titleblacklist works here)
- 19:38, 24 January 2014 (diff | hist) . . (-858) . . Module:Effective protection level (Sync from sandbox)
- 20:44, 16 January 2014 (diff | hist) . . (-1,681) . . Module:Effective protection level (detect cascading protection)
- 19:56, 12 January 2014 (diff | hist) . . (-1,885) . . Module:Effective protection level (don't bother checking our own frame)
- 04:41, 12 January 2014 (diff | hist) . . (-1,810) . . Module:Effective protection level (←Created page with 'local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed i...')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)