mediawiki-extensions-Scribunto/engines/LuaCommon/lualib
Brad Jorsch 466ba8668e (bug 45774) Add title.fileExists, improve title.exists
People sometimes want to know if the actual file exists, not just the
file description page. Support that.

Also alias .exists to .fileExists for the Media namespace, since that's
what the Media namespace is for.

And while we're at it, fix .exists for special pages too.

Bug: 45774
Change-Id: I019adc89858a1d32995a38d5e8eef32577fd32d6
2013-03-08 10:33:35 -05:00
..
luabit Clean up lualibs 2013-02-28 18:39:16 -08:00
ustring Fix ustring errors 2013-03-05 12:22:15 -05:00
bit32.lua Add requirable bit32 library 2013-03-05 01:36:17 +00:00
libraryUtil.lua Lua library support functions 2013-01-31 12:40:39 -05:00
mw.language.lua Add language functions 2013-03-04 21:14:34 -05:00
mw.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
mw.message.lua Add mw.message library 2013-02-26 22:20:04 -08:00
mw.site.lua Fix further non-local effects of library registration 2013-02-13 15:40:18 +11:00
mw.title.lua (bug 45774) Add title.fileExists, improve title.exists 2013-03-08 10:33:35 -05:00
mw.uri.lua Fix mw.uri error with empty fragment or query string 2013-03-05 01:44:10 +00:00
mw.ustring.lua Fix mw.ustring.gmatch and patterns with '^' 2013-02-14 14:25:55 -05:00
package.lua Fix package.loaded and other cleanups 2013-01-30 17:24:09 +00:00