This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-Scribunto
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-Scribunto
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced
2024-11-13 18:07:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0f82e5a8c6
mediawiki-extensions-Scribunto
/
.gitignore
11 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitignore Change-Id: I9e989ba6c579f2098abd99764798cf180edaf864
2012-05-21 00:44:31 +00:00
*~
*.kate-swp
.*.swp
Update ignores for some emacs tmp files Change-Id: I7ea67b68e701f6b9ef6685d10988af347798cb67
2013-07-25 17:11:50 +00:00
\#*#
.#*
Lua ustring implementation This is a reimplementation of Lua's string library with support for UTF-8. The entire ustring library is implemented in pure Lua. PHP callbacks are also available for overrides: in LuaSandbox these are used for almost all functions, while in LuaStandalone they are used only for the pattern matching. Also, ustring.upper and ustring.lower are overridden using mw.language's .uc and .lc if available. It also includes a bunch of unit tests. Note that if you download the normalization tests, they may fail under LuaSandbox if you have PHP's intl extension installed and libicu on your system is too old. Change-Id: Ie76fdf8d3a85d0a3d2a41b0d3b7afe433f247af0
2012-12-11 02:53:43 +00:00
NormalizationTest.txt
build: Configure banana-checker and jsonlint Change-Id: I9c3597e4fea669ff7ec5086dfc6a61d797fa48fe
2015-06-20 05:17:55 +00:00
node_modules/
Add phplint to composer Change-Id: Ia3509caa82a3ed6d021c61d8bbe2340f12f15e05
2016-02-08 22:45:39 +00:00
vendor/
build: Updating mediawiki/mediawiki-codesniffer to 0.7.2 Also added "composer fix" command. Change-Id: I8da17b799929b7caed0e0a89014c6ab15c39f0c6
2016-05-28 01:24:16 +00:00
composer.lock
Reference in a new issue
Copy permalink