aboutsummaryrefslogtreecommitdiff
path: root/mediawiki.lrdevplugin/MediaWikiApi.lua
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2014-11-01 16:24:36 +0100
committerRobin Krahl <me@robin-krahl.de>2014-11-01 16:25:09 +0100
commite1257f32eec1503c1230c4f4642bf2e0bafb7aa4 (patch)
tree4ef14205a5d68c0c7f4ab220c47ac420bebad1ce /mediawiki.lrdevplugin/MediaWikiApi.lua
parent6f251c2526004faa55e4bcb9935aad38bfed7a48 (diff)
downloadLrMediaWiki-e1257f32eec1503c1230c4f4642bf2e0bafb7aa4.tar.gz
LrMediaWiki-e1257f32eec1503c1230c4f4642bf2e0bafb7aa4.tar.bz2
Add permission field to export dialog
Add the permission field to the export dialog and to the file description template. - add permission to the template in `description.txt` - add permission to the UI in `MediaWikiExportServiceProvider` - add permission to the data items in `MediaWikiInterface` Fix https://github.com/ireas/LrMediaWiki/issues/27
Diffstat (limited to 'mediawiki.lrdevplugin/MediaWikiApi.lua')
-rwxr-xr-xmediawiki.lrdevplugin/MediaWikiApi.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediawiki.lrdevplugin/MediaWikiApi.lua b/mediawiki.lrdevplugin/MediaWikiApi.lua
index cde8b48..33ae9a6 100755
--- a/mediawiki.lrdevplugin/MediaWikiApi.lua
+++ b/mediawiki.lrdevplugin/MediaWikiApi.lua
@@ -5,9 +5,9 @@
-- Copyright (C) 2014 by the LrMediaWiki team (see CREDITS.txt file in the
-- project root directory or [2])
--
--- [0] <https://raw.githubusercontent.com/LrMediaWiki/LrMediaWiki/master/LICENSE.txt>
+-- [0] <https://raw.githubusercontent.com/ireas/LrMediaWiki/master/LICENSE.txt>
-- [1] <https://commons.wikimedia.org/wiki/Commons:LrMediaWiki>
--- [2] <https://raw.githubusercontent.com/LrMediaWiki/LrMediaWiki/master/CREDITS.txt>
+-- [2] <https://raw.githubusercontent.com/ireas/LrMediaWiki/master/CREDITS.txt>
-- Code status:
-- doc: partly