Page history
23 January 2014
change docpageRoot to docpageBase, as usually base and root mean different things with respect to titles
fix env.templateTitle value when title is in a talk namespace
+108
21 January 2014
add missing return statement from p.renderStartBoxLinks
+12
add comments for p.makeEndBoxExperimentBlurb
+2,105
reorder end box functions
+65
tweak the _endBox comment and fix a few variables that were accidentally left undefined
+212
hardcode image=none in fmbox
+1,249
more comment tweaks
+1,300
comment tweaks
+1,414
20 January 2014
don't use title error message
-78
convert a stray message name
+4
use hyphens for message names rather than camelCase, in line with MediaWiki
+142
make 'string' the default message type in the message function to avoid having 'string' all over the place
-638
remove the err function, as it's not being used any more
-210
19 January 2014
17 January 2014
simplify the start box code and attempt to get some more output if the env table contains errors
-70
use "ugsub" rather than "gsub" as the abbreviation for mw.ustring.gsub, to make it clearer that it isn't the regular string.gsub
+2
16 January 2014
oops, looks like I issued a command that put everything in lower case somewhere along the line
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
+228
fix subjectSpace var in makeSubpagesBlurb
+59
clean up the env table functions and the comments
+369
fix revision id code
-4
sandbox notice - separate test cases blurb with a line break rather than a space
+5
convert the sandbox notice code to Lua
+1,199
move diff link to the env table
+262
p.makeStartBoxLinksData - fix title objects that weren't being passed through
+46
get rid of the env:grab function
-1,099
use the err function for all the errors
-8
finish moving end box code into sub-functions
-216
simplify the content function
-108
need to check type as well
+88
control for blank values of linksData
+27
replace another argument name with a hardcoded value
-54
hardcode "off" in "link box=off" as well, for the benefit of other modules/templates
-26
don't use messages for args either - would be a pain for other modules that have to use this module
-218
15 January 2014
don't use messages for fmbox parameter names
-194
use messages for the err function instead of hard-coded values
-7
add a categories blurb function
+378
add a templateTitle object to the env functions, and reformat the experimentBlurb function to make it fit on the page
+1,469
allow for nil values of makeDocPageBlurb
+8
split out docpage blurb code
+1,123
fix the docpage thing again
m+14
split out experiment blurb code
+897
use docTitle.prefixedText instead of docpage
+14
finish splitting the _startBox function into smaller functions
-1,530
add functions for rendering start box links and for making the start box link data
+2,385
14 January 2014
13 January 2014
fix typo
madd local subjectSpace variable to _startBox
+39
make all the helper functions available in the p table
+129