Module:Documentation: 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.

1 November 2019

  • curprev 10:5410:54, 1 November 2019imported>Cobim 36,778 bytes −5 Fix logic error
  • curprev 10:3910:39, 1 November 2019imported>Cobim 36,783 bytes +16 Make edit links behavior consistent with documentation: If both 1= and content= are specified, display links to 1, and content from content=.

29 July 2019

19 July 2019

28 February 2019

24 February 2019

11 July 2016

  • curprev 06:3106:31, 11 July 2016imported>Andy M. Wang 36,685 bytes +36,685 rm alt text on icon, since the adjacent text, "Template documentation" or "Module documentation", is sufficient alternative text (per edit request)

17 June 2016

14 June 2016

  • curprev 22:0722:07, 14 June 2016imported>Andy M. Wang 36,862 bytes +133 fix for the module mirror link. Previously, it loaded Template:Documentation/mirror, which Lua complained Script error: Lua error at line 1: unexpected symbol near '{'. also rm redundant testcasesTitle test (see talk page for further details)

27 April 2016

  • curprev 22:4522:45, 27 April 2016imported>Andy M. Wang 36,729 bytes +462 syncing with sandbox (except /sandbox) (testcases now have a convenient run link for navigation)

5 April 2016

28 August 2015

31 October 2014

28 September 2014

9 September 2014

  • curprev 09:0409:04, 9 September 2014imported>Mr. Stradivarius 36,247 bytes +8 don't cause a script error if p.makeExperimentBlurb returns nil

4 July 2014

  • curprev 16:2616:26, 4 July 2014imported>Mr. Stradivarius 36,239 bytes −2 Undid revision 615575005 by Technical 13 (talk) this puts the end box inside the main div, so we get one blue box inside another blue box; not really what we want
  • curprev 16:0516:05, 4 July 2014imported>Technical 13 36,241 bytes +2 Tested to be working in sandbox.

7 June 2014

  • curprev 02:4802:48, 7 June 2014imported>Mr. Stradivarius 36,239 bytes −13 remove extra newline before p.addTrackingCategories

4 June 2014

3 June 2014

  • curprev 19:4219:42, 3 June 2014imported>Jackmcbarn 36,228 bytes −22 ignore _content if it wouldn't have tried expanding the template
  • curprev 03:4003:40, 3 June 2014imported>Jackmcbarnm 36,250 bytes 0 reflect changes to our config

20 April 2014

  • curprev 17:2517:25, 20 April 2014imported>Jackmcbarn 36,250 bytes +21 only return contentTitle if it will be used
  • curprev 17:2217:22, 20 April 2014imported>Jackmcbarn 36,229 bytes +268 ugly hack so that expanding of the /doc subpage doesn't count against Lua's time limit

17 April 2014

19 March 2014

  • curprev 01:2401:24, 19 March 2014imported>Mr. Stradivarius 35,400 bytes +48 add nil check for protectionLevels, as it was causing script errors on wikis with earlier versions of Scribunto

13 March 2014

  • curprev 06:0506:05, 13 March 2014imported>Mr. Stradivarius 35,352 bytes −71 use title.protectionLevels instead of {{PROTECTIONLEVEL}} in p.protectionTemplate

6 March 2014

  • curprev 13:5913:59, 6 March 2014imported>Mr. Stradivarius 35,423 bytes +66 add the equivalent of {{clear}} before the sandbox notice - this was in the old {{documentation}} template, but somehow didn't find its way into the module before

13 February 2014

  • curprev 23:3723:37, 13 February 2014imported>Mr. Stradivarius 35,357 bytes −6 undo again - the bug in frame:expandTemplate has now been fixed, so using it again

7 February 2014

  • curprev 06:4206:42, 7 February 2014imported>Mr. Stradivarius 35,363 bytes +6 undo - frame:expandTemplates doesn't handle section headings correctly, so we need to use frame:preprocess

4 February 2014

  • curprev 00:4900:49, 4 February 2014imported>Mr. Stradivarius 35,357 bytes −6 p.content: use frame:expandTemplate instead of frame:preprocess to improve performance

31 January 2014

  • curprev 19:5319:53, 31 January 2014imported>Mr. Stradivarius 35,363 bytes +226 make [create] links look like [view] [edit] etc. links
  • curprev 15:3515:35, 31 January 2014imported>Mr. Stradivarius 35,137 bytes +175 use the module preload in the start box create link if we're in the module namespace
  • curprev 15:1615:16, 31 January 2014imported>Mr. Stradivarius 34,962 bytes +564 use better messages for the sandbox notice when in the module namespace, and only show the diff link when both pages exist
  • curprev 13:1413:14, 31 January 2014imported>Mr. Stradivariusm 34,398 bytes 0 Protected Module:Documentation: High-risk Lua module ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))
  • curprev 11:3211:32, 31 January 2014imported>Mr. Stradivarius 34,398 bytes +111 make it possible to get environment data when calling just the start box, just the content, or just the end box functions from #invoke

30 January 2014

29 January 2014

  • curprev 10:1510:15, 29 January 2014imported>Mr. Stradivarius 34,288 bytes +267 handle nil values of addTrackingCategory properly, and don't categorise testcases pages in the module namespace
  • curprev 02:3802:38, 29 January 2014imported>Mr. Stradivarius 34,021 bytes +64 add a period after the subpages link, with a new message "subpages-blurb"

27 January 2014

  • curprev 13:4513:45, 27 January 2014imported>Mr. Stradivarius 33,957 bytes +122 tweak comments
  • curprev 13:2913:29, 27 January 2014imported>Mr. Stradivarius 33,835 bytes −144 don't check that we are not in the file namespace before adding the subpage blurb, as we already know we're either in the user, template or module namespace
  • curprev 01:2901:29, 27 January 2014imported>Mr. Stradivarius 33,979 bytes −56 remove sort key comment from p.addTrackingCategories, as it isn't being used any more

26 January 2014

  • curprev 16:3516:35, 26 January 2014imported>Mr. Stradivariusm 34,035 bytes 0 switch variable orders
  • curprev 16:3416:34, 26 January 2014imported>Mr. Stradivarius 34,035 bytes −213 don't sort strange usage category in mainspace, as mainspace doesn't have subpages so can't be categorised
  • curprev 09:2109:21, 26 January 2014imported>Mr. Stradivarius 34,248 bytes −12 change makeEndBoxExperimentBlurb to makeExperimentBlurb - simpler

24 January 2014

23 January 2014

  • curprev 04:5004:50, 23 January 2014imported>Mr. Stradivarius 32,556 bytes 0 change docpageRoot to docpageBase, as usually base and root mean different things with respect to titles
  • curprev 03:2203:22, 23 January 2014imported>Mr. Stradivarius 32,556 bytes +108 fix env.templateTitle value when title is in a talk namespace

21 January 2014

20 January 2014

  • curprev 10:5210:52, 20 January 2014imported>Mr. Stradivarius 26,169 bytes +4 convert a stray message name
  • curprev 10:3910:39, 20 January 2014imported>Mr. Stradivarius 26,165 bytes +142 use hyphens for message names rather than camelCase, in line with MediaWiki
  • curprev 09:1509:15, 20 January 2014imported>Mr. Stradivarius 26,023 bytes −638 make 'string' the default message type in the message function to avoid having 'string' all over the place
  • curprev 09:0509:05, 20 January 2014imported>Mr. Stradivarius 26,661 bytes −210 remove the err function, as it's not being used any more

19 January 2014

  • curprev 18:0218:02, 19 January 2014imported>Mr. Stradivarius 26,871 bytes −92 allow documentation passed with the |content= parameter to show even if we get errors from the env table

17 January 2014

  • curprev 09:2109:21, 17 January 2014imported>Mr. Stradivarius 26,963 bytes −70 simplify the start box code and attempt to get some more output if the env table contains errors
  • curprev 08:1508:15, 17 January 2014imported>Mr. Stradivarius 27,033 bytes +2 use "ugsub" rather than "gsub" as the abbreviation for mw.ustring.gsub, to make it clearer that it isn't the regular string.gsub

16 January 2014

  • curprev 18:3318:33, 16 January 2014imported>Mr. Stradivarius 27,031 bytes 0 oops, looks like I issued a command that put everything in lower case somewhere along the line
  • curprev 18:2918:29, 16 January 2014imported>Mr. Stradivarius 27,031 bytes +228 only generate the URL for the compare link in the env table - the rest is now done elsewhere so that the display can be different in different places
  • curprev 16:4216:42, 16 January 2014imported>Mr. Stradivarius 26,803 bytes +59 fix subjectSpace var in makeSubpagesBlurb
  • curprev 16:3916:39, 16 January 2014imported>Mr. Stradivarius 26,744 bytes +369 clean up the env table functions and the comments
  • curprev 09:3309:33, 16 January 2014imported>Mr. Stradivarius 26,375 bytes −4 fix revision id code
  • curprev 09:2409:24, 16 January 2014imported>Mr. Stradivarius 26,379 bytes +5 sandbox notice - separate test cases blurb with a line break rather than a space
  • curprev 09:2009:20, 16 January 2014imported>Mr. Stradivarius 26,374 bytes +1,199 convert the sandbox notice code to Lua
  • curprev 08:1608:16, 16 January 2014imported>Mr. Stradivarius 25,175 bytes +262 move diff link to the env table
  • curprev 07:4407:44, 16 January 2014imported>Mr. Stradivarius 24,913 bytes +46 p.makeStartBoxLinksData - fix title objects that weren't being passed through
  • curprev 06:4406:44, 16 January 2014imported>Mr. Stradivarius 24,867 bytes −1,099 get rid of the env:grab function
  • curprev 05:1505:15, 16 January 2014imported>Mr. Stradivarius 25,966 bytes −8 use the err function for all the errors
  • curprev 05:1005:10, 16 January 2014imported>Mr. Stradivarius 25,974 bytes −216 finish moving end box code into sub-functions
  • curprev 04:4304:43, 16 January 2014imported>Mr. Stradivarius 26,190 bytes −108 simplify the content function
  • curprev 04:3704:37, 16 January 2014imported>Mr. Stradivarius 26,298 bytes +88 need to check type as well
  • curprev 04:3004:30, 16 January 2014imported>Mr. Stradivarius 26,210 bytes +27 control for blank values of linksData
  • curprev 04:0104:01, 16 January 2014imported>Mr. Stradivarius 26,183 bytes −54 replace another argument name with a hardcoded value
  • curprev 02:1102:11, 16 January 2014imported>Mr. Stradivarius 26,237 bytes −26 hardcode "off" in "link box=off" as well, for the benefit of other modules/templates
  • curprev 02:0702:07, 16 January 2014imported>Mr. Stradivarius 26,263 bytes −218 don't use messages for args either - would be a pain for other modules that have to use this module
  • curprev 01:5701:57, 16 January 2014imported>Mr. Stradivarius 26,481 bytes −194 don't use messages for fmbox parameter names
  • curprev 01:4201:42, 16 January 2014imported>Mr. Stradivarius 26,675 bytes −7 use messages for the err function instead of hard-coded values

15 January 2014

13 January 2014

12 January 2014

  • curprev 16:5616:56, 12 January 2014imported>Mr. Stradivarius 21,201 bytes +140 make a couple of the helper functions available for testing

6 January 2014

  • curprev 12:2612:26, 6 January 2014imported>Mr. Stradivarius 21,061 bytes +538 convert env table to use a metatable so we only process things when we need to; add a grab method and an err function for dealing with errors (main functions need to be converted to use these)

3 January 2014

  • curprev 16:2016:20, 3 January 2014imported>Mr. Stradivarius 20,523 bytes +66 finish converting existing values to use env table
  • curprev 08:5308:53, 3 January 2014imported>Mr. Stradivarius 20,457 bytes +2,493 start conversion to a p.getEnv function rather than using globals; I've only got as far as the start box, so the module currently won't run

2 January 2014

  • curprev 16:1216:12, 2 January 2014imported>Mr. Stradivarius 17,964 bytes −463 rename formatMessage --> message, as it is no longer just doing formatting; tweak the function's comment as well
  • curprev 14:4114:41, 2 January 2014imported>Mr. Stradivarius 18,427 bytes −34 found it - fix misspelled message name
  • curprev 14:3714:37, 2 January 2014imported>Mr. Stradivarius 18,461 bytes +35 test otherNamespaceHeading
  • curprev 14:3414:34, 2 January 2014imported>Mr. Stradivarius 18,426 bytes +55 add some newlines to make the html slightly more readable
  • curprev 09:4309:43, 2 January 2014imported>Mr. Stradivarius 18,371 bytes +871 check for type of cfg messages rather than just for nil
  • curprev 09:1609:16, 2 January 2014imported>Mr. Stradivarius 17,500 bytes +1,110 check existence of all cfg messages - this should help avoid hard-to-track-down bugs and silent failures if translators make a coding mistake

1 January 2014

29 December 2013

28 December 2013

29 August 2013

16 August 2013