Module:File link: 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

22 September 2019

18 December 2014

  • curprev 09:0509:05, 18 December 2014>Mr. Stradivarius 2,544 bytes +100 when calling this from wikitext use a more readable error message for missing file parameters
  • curprev 08:2408:24, 18 December 2014>Mr. Stradivarius 2,444 bytes +85 use yesno to test whether to add a border
  • curprev 07:3207:32, 18 December 2014>Mr. Stradivarius 2,359 bytes −5,984 make this a lot simpler - the original module was overkill for what it was trying to do

3 June 2014

31 May 2014

30 May 2014

  • curprev 10:2610:26, 30 May 2014>Mr. Stradivarius 7,414 bytes −144 don't include the library name in checkSelf method names
  • curprev 10:2110:21, 30 May 2014>Mr. Stradivarius 7,558 bytes +135 rename the image table to a fileLink table, seeing as this code is applicable to all file links
  • curprev 10:1410:14, 30 May 2014>Mr. Stradivariusm 7,423 bytes 0 Mr. Stradivarius moved page Module:Image to Module:File link without leaving a redirect: this is applicable to all file links, not just images
  • curprev 09:1609:16, 30 May 2014>Mr. Stradivarius 7,423 bytes +55 add page, class and lang to privateFields
  • curprev 08:3808:38, 30 May 2014>Mr. Stradivarius 7,368 bytes +691 add page, class and lang parameters
  • curprev 06:4706:47, 30 May 2014>Mr. Stradivarius 6,677 bytes +263 allow nil values as input to most of the functions, to make call-chaining with conditional variables easier
  • curprev 06:2206:22, 30 May 2014>Mr. Stradivarius 6,414 bytes +96 remove "theName" field from readOnlyFields
  • curprev 03:2803:28, 30 May 2014>Mr. Stradivarius 6,318 bytes −6 reduce redundant error code
  • curprev 03:2103:21, 30 May 2014>Mr. Stradivarius 6,324 bytes +521 seperate treatment of private fields and read-only fields, and add a __pairs metamethod
  • curprev 02:4602:46, 30 May 2014>Mr. Stradivarius 5,803 bytes +620 enable call-chaining and tweak the error messages to use "image:method" rather than just "method"
  • curprev 02:0702:07, 30 May 2014>Mr. Stradivarius 5,183 bytes +282 move duplicate size error checks to the setting functions, fix the alignment error message

29 May 2014

  • curprev 21:0121:01, 29 May 2014>Mr. Stradivarius 4,901 bytes −140 fix read-only behaviour and remove the test function
  • curprev 20:4920:49, 29 May 2014>Mr. Stradivarius 5,041 bytes +3,295 add type checks and write the render function; read-only code not working yet
  • curprev 19:4519:45, 29 May 2014>Mr. Stradivarius 1,746 bytes +1,746 beginnings of an image library