mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-23 22:46:17 +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": {
|
||||
"AJAXPoll": "AJAXPoll_body.php"
|
||||
"AJAXPoll": "includes/AJAXPoll.class.php"
|
||||
},
|
||||
"ResourceModules": {
|
||||
"ext.ajaxpoll": {
|
||||
"group": "ext.ajaxpoll",
|
||||
"scripts": [
|
||||
"ajaxpoll.js"
|
||||
"js/ajaxpoll.js"
|
||||
],
|
||||
"styles": [
|
||||
"ajaxpoll.css"
|
||||
"css/ajaxpoll.css"
|
||||
],
|
||||
"dependencies": [],
|
||||
"messages": [
|
||||
|
|
|
@ -583,7 +583,7 @@ During the last 48 hours, $tab2[0] votes have been given.";
|
|||
// >= 1.17 support
|
||||
$db = $updater->getDB();
|
||||
|
||||
$patchPath = __DIR__ . '/patches/';
|
||||
$patchPath = __DIR__ . '/../sql/';
|
||||
|
||||
if ( $db->tableExists( 'poll_info' ) ) {
|
||||
# poll_info.poll_title field was dropped in AJAXPoll version 1.72
|
Loading…
Reference in a new issue