Page history
26 December 2024
no edit summary
no edit summary
+72
no edit summary
+231
no edit summary
Undo revision 13992 by Inno (talk)
no edit summary
no edit summary
−3
no edit summary
no edit summary
+18
no edit summary
+2
Since Elin is really fast in update, we pick a range of versions that is considered to be highly trustworthy.
+816
no edit summary
try to combine the two frontend languages into one backend module.
+760
25 December 2024
no edit summary
+2
no edit summary
Undo revision 13813 by Inno (talk)
+10
no edit summary
−10
no edit summary
no edit summary
no edit summary
no edit summary
−1
no edit summary
+11
no edit summary
+727
Created page with "-- Current stable version. Increment this when a new version is released. local STABLE = 32 local RECENT = 31 local p = {} -- Tries to parse a version number -- returns either a version number, "trunk", or nil (meaning unknown) local function parse_version(version) if type(version) == "number" or version == "trunk" then return version end local num = tonumber(version) if num then -- convert 0.17 to 17 if num < 1 then num = 100*num end..."
+3,342