added TODO
This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -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"),
|
||||
|
||||
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user