Page history
10 September 2019
28 February 2019
21 December 2018
10 April 2018
2 October 2017
3 October 2016
27 April 2016
26 April 2016
3 April 2016
Changed protection level of Module:Message box: high risk module, used on main page and system messages ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
mChanged protection level of Module:Message box: tweak to make this the most recent protection ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))
m
18 March 2015
29 November 2014
8 April 2014
22 February 2014
27 January 2014
23 October 2013
20 October 2013
Changed protection level of Module:Message box: High-risk Lua module: used in system messages ([Edit=Block all non-admin users] (indefinite) [Move=Block all non-admin users] (indefinite))
mProtected Module:Message box: High-risk Lua module ([Edit=Protected template] (indefinite) [Move=Protected template] (indefinite))
m
13 October 2013
require name parameter for ambox
-42
indentation tweak
+5
control for blank values of issue, fix, and subst
+39
switch indentation to tabs
-2,939
fix stray nsid variable to self.nsid
+5
get arg nums for all parameters as well as cat and category parameters
+124
11 October 2013
8 October 2013
useId --> allowId
+2
don't make the box object available from other modules - it's not really designed for that kind of use
-27
only add id when cfg.useId is true
+34
make args.all work
+70
3 October 2013
load box types from the config page automatically
-97
use the same invalid type warning as the previous template
-53
fix sect regression
+5
fix date formatting order
+71
remove the presentButBlank function, fix bug with blank date values, and trim whitespace from all arguments
+6
change the smalltext logic to work with collapsible text fields
+53
bug fix: isSmall --> self.isSmall
+10
add args.class to the classes table
+30
try switching the imageLeft logic around
-24
fix comment on image divs
+20
make invalid type errors depend on cfg.showInvalidTypeError
+44
add a template link when generating the subst error message
+27
2 October 2013
change pageTitle --> self.pageTitle
+5
change a couple of "name" variables to "self.name"
+10
replace remaining "title" variables with "self.title"
+30
29 September 2013
28 September 2013
remove a not where a not should not be
-4
fix bug where the arguments where all getting removed if cfg.allowBlankParams wasn't present
+3
on second thoughts, I like this way of passing params to category handler better
-198
fix brackets
m+2