mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-27 16:30:32 +00:00
Reorganize directory structure + file renaming
Bug: T160849 Change-Id: I4c7ec4d2c5e1dfcc65c4236c8b5d625c6e0e0f12
This commit is contained in:
parent
3db3af9873
commit
4c4348557c
|
@ -31,16 +31,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"AutoloadClasses": {
|
"AutoloadClasses": {
|
||||||
"AJAXPoll": "AJAXPoll_body.php"
|
"AJAXPoll": "includes/AJAXPoll.class.php"
|
||||||
},
|
},
|
||||||
"ResourceModules": {
|
"ResourceModules": {
|
||||||
"ext.ajaxpoll": {
|
"ext.ajaxpoll": {
|
||||||
"group": "ext.ajaxpoll",
|
"group": "ext.ajaxpoll",
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"ajaxpoll.js"
|
"js/ajaxpoll.js"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"ajaxpoll.css"
|
"css/ajaxpoll.css"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"messages": [
|
"messages": [
|
||||||
|
|
|
@ -583,7 +583,7 @@ During the last 48 hours, $tab2[0] votes have been given.";
|
||||||
// >= 1.17 support
|
// >= 1.17 support
|
||||||
$db = $updater->getDB();
|
$db = $updater->getDB();
|
||||||
|
|
||||||
$patchPath = __DIR__ . '/patches/';
|
$patchPath = __DIR__ . '/../sql/';
|
||||||
|
|
||||||
if ( $db->tableExists( 'poll_info' ) ) {
|
if ( $db->tableExists( 'poll_info' ) ) {
|
||||||
# poll_info.poll_title field was dropped in AJAXPoll version 1.72
|
# poll_info.poll_title field was dropped in AJAXPoll version 1.72
|
Loading…
Reference in a new issue