Reorganize directory structure + file renaming

Bug: T160849
Change-Id: I4c7ec4d2c5e1dfcc65c4236c8b5d625c6e0e0f12
This commit is contained in:
SamanthaNguyen 2017-07-12 18:49:46 -05:00
parent 3db3af9873
commit 4c4348557c
10 changed files with 4 additions and 4 deletions

View file

@ -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": [

View file

@ -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