From 2f9374884157967358848b0f726b679dd2af2f52 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Mon, 7 May 2018 07:13:41 +0200 Subject: [PATCH] added TODO --- cms-ver.php | 3 ++- cms-vss.php | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cms-ver.php b/cms-ver.php index a0ceebf..0af76e8 100644 --- a/cms-ver.php +++ b/cms-ver.php @@ -11,13 +11,14 @@ * - Add the rest of the scripts from Softaculous - work in progress * - Add scripts from outside Softaculous - work in progress * - Add "Current Status" - work in progress + * - Fix Drupal 7 not working correctly */ $versions = array( array("Wordpress", "/wp-includes/version.php", "\$wp_version =", "Maintained"), array("Drupal 8", "/core/modules/system/system.info.yml", "version: '", "Maintained"), - array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", "Maintained"), array("Drupal", "/modules/system/system.info", "version = ", "Maintained"), + array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", "Maintained"), array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',", "Maintained"), array("SMF", "/index.php", "\$forum_version = 'SMF", "Maintained"), array("Gallery", "/modules/gallery/helpers/gallery.php", "const VERSION =", "EOL"), diff --git a/cms-vss.php b/cms-vss.php index b2a1e85..b8b7a0a 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -12,14 +12,16 @@ * - Add the rest of the scripts from Softaculous - work in progress * - Add scripts from outside Softaculous - work in progress * - Add "Current Status" - work in progress + * - Fix Drupal 7 not working correctly + * - Die graciously if no user is specified */ $versions = array( array("Wordpress", "/wp-includes/version.php", "\$wp_version =", "Maintained"), + array("Drupal", "/modules/system/system.info", "version = ", "Maintained"), array("Drupal 8", "/core/modules/system/system.info.yml", "version: '", "Maintained"), array("osCommerce", "/includes/application_top.php", "define('PROJECT_VERSION', 'osCommerce Online Merchant", "Maintained"), - array("Drupal", "/modules/system/system.info", "version = ", "Maintained"), array("phpBB", "/includes/constants.php", "define('PHPBB_VERSION',", "Maintained"), array("SMF", "/index.php", "\$forum_version = 'SMF", "Maintained"), array("Gallery", "/modules/gallery/helpers/gallery.php", "const VERSION =", "EOL"), @@ -225,6 +227,8 @@ $versiondouble = array ( array("Joomla 3.5+", "/libraries/cms/version/version.php", "const RELEASE =", "const DEV_LEVEL =","Maintained"), array("CS-Cart", "/config.php", "define('PRODUCT_NAME',", "define('PRODUCT_VERSION',", "Maintained"), array("SohoLaunch", "/sohoadmin/version.php", "## Soholaunch(R)", "## Version", "EOL"), + array("Drupal 7", "/modules/system/system.info", "core = 7.x", "version = ", "Maintained"), + );