Compare commits
40 Commits
Author | SHA1 | Date | |
---|---|---|---|
5ac9c45260 | |||
c11ff2de9a | |||
7f2b49eb54 | |||
86a4b890a6 | |||
bd2e8f727f | |||
07b9daf976 | |||
837d54f69c | |||
7fe3fcd918 | |||
82caf3d0da | |||
5873e8a814 | |||
7eee28bc78 | |||
2297b5de5f | |||
e84f9706b1 | |||
3dca54aa25 | |||
c7d6a9dc62 | |||
d59a984816 | |||
098d067ee3 | |||
7c7217e683 | |||
fee62b2c09 | |||
e9b113fe8d | |||
f7f3afa2bf | |||
0d795af037 | |||
17b79a9698 | |||
02be434a33 | |||
02b7a2eb91 | |||
ef991896ec | |||
52579aff5f | |||
45781105af | |||
2bded8cf30 | |||
20c3fa08d8 | |||
f9fcfcc106 | |||
5c960df92e | |||
00b58838ce | |||
07b8daa9b1 | |||
e17a9967bd | |||
5b884d1f1a | |||
ac9df3b7de | |||
0a73decbd5 | |||
70359307ff | |||
977e5a43b2 |
@ -1,13 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<extension type="plugin" version="3.10" group="extension" method="upgrade">
|
||||
<extension type="plugin" version="5.0" group="extension" method="upgrade">
|
||||
<name>PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING</name>
|
||||
<creationDate>9th March, 2024</creationDate>
|
||||
<creationDate>7th November, 2024</creationDate>
|
||||
<author>Llewellyn van der Merwe</author>
|
||||
<authorEmail>joomla@vdm.io</authorEmail>
|
||||
<authorUrl>https://dev.vdm.io</authorUrl>
|
||||
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
|
||||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
||||
<version>1.2.0</version>
|
||||
<version>3.0.0</version>
|
||||
<namespace path="src">VDM\Plugin\Extension\ComponentbuilderLanguagePackaging</namespace>
|
||||
<description>PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING_XML_DESCRIPTION</description>
|
||||
|
||||
<!-- Scripts to run on installation -->
|
||||
@ -15,14 +16,17 @@
|
||||
|
||||
<!-- Language files -->
|
||||
<languages folder="language">
|
||||
<language tag="en-GB">en-GB/en-GB.plg_extension_componentbuilderlanguagepackaging.ini</language>
|
||||
<language tag="en-GB">en-GB/en-GB.plg_extension_componentbuilderlanguagepackaging.sys.ini</language>
|
||||
<language tag="en-GB">en-GB/plg_extension_componentbuilderlanguagepackaging.ini</language>
|
||||
<language tag="en-GB">en-GB/plg_extension_componentbuilderlanguagepackaging.sys.ini</language>
|
||||
<language tag="af-ZA">af-ZA/plg_extension_componentbuilderlanguagepackaging.ini</language>
|
||||
<language tag="af-ZA">af-ZA/plg_extension_componentbuilderlanguagepackaging.sys.ini</language>
|
||||
</languages>
|
||||
|
||||
<!-- Plugin files -->
|
||||
<files>
|
||||
<filename plugin="componentbuilderlanguagepackaging">componentbuilderlanguagepackaging.php</filename>
|
||||
<folder plugin="componentbuilderlanguagepackaging">services</folder>
|
||||
<filename>index.html</filename>
|
||||
<folder>language</folder>
|
||||
<folder>services</folder>
|
||||
<folder>src</folder>
|
||||
</files>
|
||||
</extension>
|
@ -0,0 +1,2 @@
|
||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_YES="Ja"
|
||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NO="Nee"
|
@ -0,0 +1,2 @@
|
||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_YES="Ja"
|
||||
PLG_CONTENT_COMPONENTBUILDERLANGUAGETABS_NO="Nee"
|
@ -1,3 +1,3 @@
|
||||
PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING="Extension - Componentbuilder Language Packaging"
|
||||
PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING_DESCRIPTION="This plugin is used to add language packaging to JCB. To activate it you must first enable it here. Then open your JCB component global options, and under the Global tab, select this plugin in the Activate Compiler Plugins field."
|
||||
PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING_XML_DESCRIPTION="<h1>Extension - Componentbuilder Language Packaging (v.1.2.0)</h1> <div style='clear: both;'></div><p>This plugin is used to add language packaging to JCB. To activate it you must first enable it here. Then open your JCB component global options, and under the Global tab, select this plugin in the Activate Compiler Plugins field.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 12th October, 2019</small></p>"
|
||||
PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING_XML_DESCRIPTION="<h1>Extension - Componentbuilder Language Packaging (v.3.0.0)</h1> <div style='clear: both;'></div><p>This plugin is used to add language packaging to JCB. To activate it you must first enable it here. Then open your JCB component global options, and under the Global tab, select this plugin in the Activate Compiler Plugins field.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 10th March, 2024</small></p>"
|
@ -1,3 +1,3 @@
|
||||
PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING="Extension - Componentbuilder Language Packaging"
|
||||
PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING_DESCRIPTION="This plugin is used to add language packaging to JCB. To activate it you must first enable it here. Then open your JCB component global options, and under the Global tab, select this plugin in the Activate Compiler Plugins field."
|
||||
PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING_XML_DESCRIPTION="<h1>Extension - Componentbuilder Language Packaging (v.1.2.0)</h1> <div style='clear: both;'></div><p>This plugin is used to add language packaging to JCB. To activate it you must first enable it here. Then open your JCB component global options, and under the Global tab, select this plugin in the Activate Compiler Plugins field.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 12th October, 2019</small></p>"
|
||||
PLG_EXTENSION_COMPONENTBUILDERLANGUAGEPACKAGING_XML_DESCRIPTION="<h1>Extension - Componentbuilder Language Packaging (v.3.0.0)</h1> <div style='clear: both;'></div><p>This plugin is used to add language packaging to JCB. To activate it you must first enable it here. Then open your JCB component global options, and under the Global tab, select this plugin in the Activate Compiler Plugins field.</p><p>Created by <a href='https://dev.vdm.io' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 10th March, 2024</small></p>"
|
182
script.php
182
script.php
@ -13,115 +13,129 @@
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Factory;
|
||||
use Joomla\CMS\Version;
|
||||
use Joomla\CMS\Installer\InstallerAdapter;
|
||||
use Joomla\CMS\Language\Text;
|
||||
use Joomla\CMS\Filesystem\File;
|
||||
use Joomla\CMS\Filesystem\Folder;
|
||||
use Joomla\Filesystem\File;
|
||||
use Joomla\Filesystem\Folder;
|
||||
|
||||
/**
|
||||
* Extension - Componentbuilder Language Packaging script file.
|
||||
*
|
||||
* @package PlgExtensionComponentbuilderLanguagePackaging
|
||||
* @package ComponentbuilderLanguagePackaging
|
||||
*/
|
||||
class plgExtensionComponentbuilderLanguagePackagingInstallerScript
|
||||
{
|
||||
/**
|
||||
* The CMS Application.
|
||||
*
|
||||
* @since 4.4.2
|
||||
*/
|
||||
protected $app;
|
||||
|
||||
/**
|
||||
* A list of files to be deleted
|
||||
*
|
||||
* @var array
|
||||
* @since 3.6
|
||||
*/
|
||||
protected array $deleteFiles = [];
|
||||
|
||||
/**
|
||||
* A list of folders to be deleted
|
||||
*
|
||||
* @var array
|
||||
* @since 3.6
|
||||
*/
|
||||
protected array $deleteFolders = [];
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param InstallerAdapter $adapter The object responsible for running this script
|
||||
*/
|
||||
public function __construct($adapter)
|
||||
{
|
||||
// get application
|
||||
$this->app = Factory::getApplication();
|
||||
|
||||
if (is_file(JPATH_ROOT . '/plugins/extension/componentbuilderlanguagepackaging/componentbuilderlanguagepackaging.php'))
|
||||
{
|
||||
$this->deleteFiles[] = '/plugins/extension/componentbuilderlanguagepackaging/componentbuilderlanguagepackaging.php';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Called before any type of action
|
||||
*
|
||||
* @param string $route Which action is happening (install|uninstall|discover_install|update)
|
||||
* @param Joomla\CMS\Installer\InstallerAdapter $adapter The object responsible for running this script
|
||||
* @param InstallerAdapter $adapter The object responsible for running this script
|
||||
*
|
||||
* @return boolean True on success
|
||||
*/
|
||||
public function preflight($route, $adapter)
|
||||
{
|
||||
// get application
|
||||
$app = Factory::getApplication();
|
||||
// set application to local method var, just use $this->app in future [we will drop $app in J6]
|
||||
$app = $this->app;
|
||||
|
||||
// the default for both install and update
|
||||
$jversion = new JVersion();
|
||||
if (!$jversion->isCompatible('3.8.0'))
|
||||
$jversion = new Version();
|
||||
if (!$jversion->isCompatible('5.0.0'))
|
||||
{
|
||||
$app->enqueueMessage('Please upgrade to at least Joomla! 3.8.0 before continuing!', 'error');
|
||||
$app->enqueueMessage('Please upgrade to at least Joomla! 5.0.0 before continuing!', 'error');
|
||||
return false;
|
||||
}
|
||||
|
||||
if ('install' === $route)
|
||||
{
|
||||
// needs fix
|
||||
|
||||
|
||||
// check that componentbuilder is installed
|
||||
$pathToCore = JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php';
|
||||
if (!JFile::exists($pathToCore))
|
||||
{
|
||||
$app->enqueueMessage('Joomla Component Builder must first be installed from <a href="https://www.joomlacomponentbuilder.com/ " target="_blank">Joomla Component Builder</a>.', 'error');
|
||||
return false;
|
||||
}
|
||||
|
||||
// load the helper class
|
||||
JLoader::register('ComponentbuilderHelper', JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php');
|
||||
|
||||
// block install
|
||||
$blockInstall = true;
|
||||
|
||||
// check the version of JCB
|
||||
$manifest = ComponentbuilderHelper::manifest();
|
||||
if (isset($manifest->version) && strpos($manifest->version, '.') !== false)
|
||||
{
|
||||
// get the version
|
||||
$jcbVersion = explode('.', $manifest->version);
|
||||
// check that we have JCB 3.0.0 or higher installed
|
||||
if (count($jcbVersion) == 3 && $jcbVersion[0] >= 3 &&
|
||||
(
|
||||
($jcbVersion[0] == 3 && $jcbVersion[1] == 0 && $jcbVersion[2] >= 0) ||
|
||||
($jcbVersion[0] == 3 && $jcbVersion[1] > 0) ||
|
||||
$jcbVersion[0] > 3)
|
||||
)
|
||||
{
|
||||
$blockInstall = false;
|
||||
}
|
||||
}
|
||||
|
||||
// allow install if all conditions are met
|
||||
if ($blockInstall)
|
||||
{
|
||||
$app->enqueueMessage('Please upgrade to JCB v3.0.0 or higher before installing this plugin.', 'error');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// check that componentbuilder is installed
|
||||
$pathToCore = JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php';
|
||||
if (!JFile::exists($pathToCore))
|
||||
{
|
||||
$app->enqueueMessage('Joomla Component Builder must first be installed from <a href="https://www.joomlacomponentbuilder.com/ " target="_blank">Joomla Component Builder</a>.', 'error');
|
||||
return false;
|
||||
}
|
||||
// load the helper class
|
||||
JLoader::register('ComponentbuilderHelper', JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php');
|
||||
// block install
|
||||
$blockInstall = true;
|
||||
// check the version of JCB
|
||||
$manifest = ComponentbuilderHelper::manifest();
|
||||
if (isset($manifest->version) && strpos($manifest->version, '.') !== false)
|
||||
{
|
||||
// get the version
|
||||
$jcbVersion = explode('.', $manifest->version);
|
||||
// check that we have JCB 2.10.13 or higher installed
|
||||
if (count($jcbVersion) == 3 && (($jcbVersion[0] == 2 && $jcbVersion[1] >= 10 && (($jcbVersion[1] == 10 && $jcbVersion[2] >= 13) || ($jcbVersion[1] > 10))) || $jcbVersion[0] >= 3))
|
||||
{
|
||||
$blockInstall = false;
|
||||
}
|
||||
}
|
||||
// allow install if all conditions are met
|
||||
if ($blockInstall)
|
||||
{
|
||||
$app->enqueueMessage('Please upgrade to JCB 2.10.13 or higher before installing this plugin.', 'error');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
// remove old files and folders
|
||||
$this->removeFiles();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Called before any type of action
|
||||
*
|
||||
* @param string $route Which action is happening (install|uninstall|discover_install|update)
|
||||
* @param InstallerAdapter $adapter The object responsible for running this script
|
||||
*
|
||||
* @return boolean True on success
|
||||
*/
|
||||
public function postflight($route, $adapter)
|
||||
{
|
||||
// set application to local method var, just use $this->app in future [we will drop $app in J6]
|
||||
$app = $this->app;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove the files and folders in the given array from
|
||||
*
|
||||
* @return void
|
||||
* @since 5.0.2
|
||||
*/
|
||||
protected function removeFiles()
|
||||
{
|
||||
if (!empty($this->deleteFiles))
|
||||
{
|
||||
foreach ($this->deleteFiles as $file)
|
||||
{
|
||||
if (is_file(JPATH_ROOT . $file) && !File::delete(JPATH_ROOT . $file))
|
||||
{
|
||||
echo Text::sprintf('JLIB_INSTALLER_ERROR_FILE_FOLDER', $file) . '<br>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($this->deleteFolders))
|
||||
{
|
||||
foreach ($this->deleteFolders as $folder)
|
||||
{
|
||||
if (is_dir(JPATH_ROOT . $folder) && !Folder::delete(JPATH_ROOT . $folder))
|
||||
{
|
||||
echo Text::sprintf('JLIB_INSTALLER_ERROR_FILE_FOLDER', $folder) . '<br>';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
1
services/index.html
Normal file
1
services/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
48
services/provider.php
Normal file
48
services/provider.php
Normal file
@ -0,0 +1,48 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Joomla.Component.Builder
|
||||
*
|
||||
* @created 30th April, 2015
|
||||
* @author Llewellyn van der Merwe <https://dev.vdm.io>
|
||||
* @git Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder>
|
||||
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
use Joomla\CMS\Factory;
|
||||
use Joomla\CMS\Plugin\PluginHelper;
|
||||
use Joomla\CMS\Extension\PluginInterface;
|
||||
use Joomla\Event\DispatcherInterface;
|
||||
use Joomla\DI\ServiceProviderInterface;
|
||||
use Joomla\DI\Container;
|
||||
use VDM\Plugin\Extension\ComponentbuilderLanguagePackaging\Extension\ComponentbuilderLanguagePackaging;
|
||||
use Joomla\Database\DatabaseInterface;
|
||||
|
||||
return new class () implements ServiceProviderInterface {
|
||||
/**
|
||||
* Registers the service provider with a DI container.
|
||||
*
|
||||
* @param Container $container The DI container.
|
||||
*
|
||||
* @return void
|
||||
* @since 4.3.0
|
||||
*/
|
||||
public function register(Container $container)
|
||||
{
|
||||
$container->set(
|
||||
PluginInterface::class,
|
||||
function (Container $container) {
|
||||
$plugin = new ComponentbuilderLanguagePackaging(
|
||||
$container->get(DispatcherInterface::class),
|
||||
(array) PluginHelper::getPlugin('extension', 'componentbuilderlanguagepackaging')
|
||||
);
|
||||
$plugin->setApplication(Factory::getApplication());
|
||||
$plugin->setDatabase($container->get(DatabaseInterface::class));
|
||||
return $plugin;
|
||||
}
|
||||
);
|
||||
}
|
||||
};
|
@ -8,55 +8,43 @@
|
||||
* @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
namespace VDM\Plugin\Extension\ComponentbuilderLanguagePackaging\Extension;
|
||||
|
||||
use Joomla\CMS\Application\CMSApplication;
|
||||
use Joomla\CMS\Plugin\CMSPlugin;
|
||||
use Joomla\CMS\Filesystem\Folder;
|
||||
use Joomla\Database\DatabaseAwareTrait;
|
||||
use VDM\Joomla\Utilities\JsonHelper;
|
||||
use VDM\Joomla\Utilities\ArrayHelper;
|
||||
use VDM\Joomla\Componentbuilder\Compiler\Factory;
|
||||
use VDM\Joomla\Utilities\StringHelper;
|
||||
use VDM\Joomla\Utilities\GetHelper;
|
||||
|
||||
JLoader::register('ComponentbuilderHelper', JPATH_ADMINISTRATOR . '/components/com_componentbuilder/helpers/componentbuilder.php');
|
||||
|
||||
use VDM\Joomla\Componentbuilder\Compiler\Factory as CFactory;
|
||||
use VDM\Joomla\Componentbuilder\Compiler\Utilities\Placefix;
|
||||
use VDM\Joomla\Utilities\FileHelper;
|
||||
use VDM\Joomla\Componentbuilder\Compiler\Utilities\Indent;
|
||||
use VDM\Joomla\Componentbuilder\Compiler\Utilities\Placefix;
|
||||
use VDM\Joomla\Utilities\GetHelper;
|
||||
use Joomla\Event\SubscriberInterface;
|
||||
|
||||
// No direct access to this file
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
/**
|
||||
* Extension - Componentbuilder Language Packaging plugin.
|
||||
*
|
||||
* @package ComponentbuilderLanguagePackaging
|
||||
* @since 1.2.0
|
||||
* @since 3.0.0
|
||||
*/
|
||||
class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
final class ComponentbuilderLanguagePackaging extends CMSPlugin implements SubscriberInterface
|
||||
{
|
||||
use DatabaseAwareTrait;
|
||||
|
||||
/**
|
||||
* Affects constructor behavior. If true, language files will be loaded automatically.
|
||||
* Affects constructor behaviour. If true, language files will be loaded automatically.
|
||||
*
|
||||
* @var boolean
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected $autoloadLanguage = true;
|
||||
|
||||
/**
|
||||
* Database object
|
||||
*
|
||||
* @var DatabaseDriver
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected $db;
|
||||
|
||||
/**
|
||||
* Application object
|
||||
*
|
||||
* @var CMSApplication
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected $app;
|
||||
|
||||
/**
|
||||
* The percentage before a language can be added
|
||||
*
|
||||
@ -232,7 +220,7 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
isset($component->params['language_options']['activate']) && $component->params['language_options']['activate'] == 1)
|
||||
{
|
||||
// load the admin component details
|
||||
$this->activeComponents[$component->id] = CFactory::_('Config')->component_context;
|
||||
$this->activeComponents[$component->id] = Factory::_('Config')->component_context;
|
||||
$this->activeComponentsNames[$component->id] = StringHelper::safe($component->name_code);
|
||||
$this->activeComponentsRealNames[$component->id] = $component->name;
|
||||
// add excluded list of languages
|
||||
@ -262,12 +250,12 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
public function jcb_ce_onAfterGet()
|
||||
{
|
||||
// get component id
|
||||
$id = (int) CFactory::_('Config')->component_id;
|
||||
$id = (int) Factory::_('Config')->component_id;
|
||||
// check if there is active
|
||||
if (ArrayHelper::check($this->activeComponents)
|
||||
&& isset($this->activeComponents[$id]) && $this->percentageLanguageAddOveride != 200)
|
||||
{
|
||||
CFactory::_('Config')->set('percentage_language_add', $this->percentageLanguageAddOveride);
|
||||
Factory::_('Config')->set('percentage_language_add', $this->percentageLanguageAddOveride);
|
||||
}
|
||||
}
|
||||
|
||||
@ -281,17 +269,17 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
public function jcb_ce_onBeforeSetLangFileData()
|
||||
{
|
||||
// lets map some arrays to the plugin for later use
|
||||
$this->compilerPath = CFactory::_('Config')->compiler_path;
|
||||
$this->tempPath = CFactory::_('Config')->tmp_path;
|
||||
$this->langTag = CFactory::_('Config')->lang_tag;
|
||||
$this->debugLinenr = CFactory::_('Config')->get('debug_line_nr', false);
|
||||
$this->component_version = CFactory::_('Config')->get('component_version', '1.0.0');
|
||||
$this->joomlaVersion = CFactory::_('Config')->joomla_version;
|
||||
$this->percentageLanguageAdd = CFactory::_('Config')->percentage_language_add;
|
||||
$this->removeSiteFolder = CFactory::_('Config')->remove_site_folder;
|
||||
$this->removeSiteEditFolder = CFactory::_('Config')->remove_site_edit_folder;
|
||||
$this->componentPath = CFactory::_('Utilities.Paths')->component_path;
|
||||
$this->componentCodeName = CFactory::_('Config')->component_code_name;
|
||||
$this->compilerPath = Factory::_('Config')->compiler_path;
|
||||
$this->tempPath = Factory::_('Config')->tmp_path;
|
||||
$this->langTag = Factory::_('Config')->lang_tag;
|
||||
$this->debugLinenr = Factory::_('Config')->get('debug_line_nr', false);
|
||||
$this->component_version = Factory::_('Config')->get('component_version', '1.0.0');
|
||||
$this->joomlaVersion = Factory::_('Config')->joomla_version;
|
||||
$this->percentageLanguageAdd = Factory::_('Config')->percentage_language_add;
|
||||
$this->removeSiteFolder = Factory::_('Config')->remove_site_folder;
|
||||
$this->removeSiteEditFolder = Factory::_('Config')->remove_site_edit_folder;
|
||||
$this->componentPath = Factory::_('Utilities.Paths')->component_path;
|
||||
$this->componentCodeName = Factory::_('Config')->component_code_name;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -301,17 +289,17 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
*
|
||||
* @since 1.0
|
||||
*/
|
||||
public function jcb_ce_onBeforeBuildPluginLangFiles(&$plugin, &$languages)
|
||||
public function jcb_ce_onBeforeBuildPluginLangFiles(&$plugin)
|
||||
{
|
||||
// get component id
|
||||
$id = (int) CFactory::_('Config')->component_id;
|
||||
$id = (int) Factory::_('Config')->component_id;
|
||||
// check if there is active
|
||||
if (ArrayHelper::check($this->activeComponents) && isset($this->activeComponents[$id]))
|
||||
{
|
||||
// set file name
|
||||
$file_name = 'plg_' . strtolower($plugin->group) . '_' . strtolower($plugin->code_name);
|
||||
// extrude the languages that should not remain in the plugin
|
||||
$this->extrudeLanguages($id, $languages, CFactory::_('Config')->lang_tag, $file_name, 'admin');
|
||||
$this->extrudeLanguages($id, 'plugins', Factory::_('Config')->lang_tag, $file_name, 'admin');
|
||||
}
|
||||
}
|
||||
|
||||
@ -322,15 +310,15 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
*
|
||||
* @since 1.0
|
||||
*/
|
||||
public function jcb_ce_onBeforeBuildModuleLangFiles(&$module, &$languages)
|
||||
public function jcb_ce_onBeforeBuildModuleLangFiles(&$module)
|
||||
{
|
||||
// get component id
|
||||
$id = (int) CFactory::_('Config')->component_id;
|
||||
$id = (int) Factory::_('Config')->component_id;
|
||||
// check if there is active
|
||||
if (ArrayHelper::check($this->activeComponents) && isset($this->activeComponents[$id]))
|
||||
{
|
||||
// extrude the languages that should not remain in the module
|
||||
$this->extrudeLanguages($id, $languages, CFactory::_('Config')->lang_tag, $module->file_name, $module->target_client);
|
||||
$this->extrudeLanguages($id, 'modules', Factory::_('Config')->lang_tag, $module->file_name, $module->target_client);
|
||||
}
|
||||
}
|
||||
|
||||
@ -341,20 +329,20 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
*
|
||||
* @since 1.0
|
||||
*/
|
||||
public function jcb_ce_onBeforeBuildAllLangFiles(&$languages)
|
||||
public function jcb_ce_onBeforeBuildAllLangFiles($targetArea)
|
||||
{
|
||||
// get component id
|
||||
$id = (int) CFactory::_('Config')->component_id;
|
||||
$id = (int) Factory::_('Config')->component_id;
|
||||
// check if there is active
|
||||
if (ArrayHelper::check($this->activeComponents) && isset($this->activeComponents[$id]))
|
||||
{
|
||||
// set file name
|
||||
$file_name = 'com_' . $this->activeComponentsNames[$id];
|
||||
// extrude the languages that should not remain in the module
|
||||
$this->extrudeLanguages($id, $languages, CFactory::_('Config')->lang_tag, $file_name);
|
||||
$this->extrudeLanguages($id, $targetArea, Factory::_('Config')->lang_tag, $file_name);
|
||||
}
|
||||
// build the language packages
|
||||
$this->buildLanguages($id, CFactory::_('Config')->lang_tag);
|
||||
$this->buildLanguages($id, Factory::_('Config')->lang_tag);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -364,7 +352,7 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
*
|
||||
* @since 1.0
|
||||
*/
|
||||
protected function extrudeLanguages(&$id, &$languages, $langTag, &$file_name, $target_client = 'both')
|
||||
protected function extrudeLanguages(&$id, $targetArea, $langTag, &$file_name, $target_client = 'both')
|
||||
{
|
||||
$mainLangLoader = [];
|
||||
// check if this id was set before
|
||||
@ -379,14 +367,14 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
$this->languages[$id][$file_name] = [];
|
||||
}
|
||||
// set all the extra languages not excluded
|
||||
foreach ($languages as $key => $language)
|
||||
foreach (CFactory::_('Compiler.Builder.Languages')->get($targetArea) as $key => $language)
|
||||
{
|
||||
if ($key !== $langTag && ArrayHelper::check($language) && (!isset($this->excludedLang[$id]) || !in_array($key, $this->excludedLang[$id])))
|
||||
{
|
||||
// add to our bucket
|
||||
$this->languages[$id][$file_name][$key] = $language;
|
||||
// remove from the JCB build
|
||||
unset($languages[$key]);
|
||||
CFactory::_('Compiler.Builder.Languages')->remove("{$targetArea}.{$key}");
|
||||
}
|
||||
// count the area strings
|
||||
if ($langTag === $key)
|
||||
@ -444,26 +432,26 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
// set the lang xml name for later
|
||||
$langXMLNames[$main_path] = $langCodeName . '_' . $this->activeComponentsNames[$id] ;
|
||||
// we must check if old folder is found and remove it
|
||||
if (!isset($this->languageTracker[$main_path]) && JFolder::exists($main_path))
|
||||
if (!isset($this->languageTracker[$main_path]) && Folder::exists($main_path))
|
||||
{
|
||||
// remove the main folder
|
||||
ComponentbuilderHelper::removeFolder($main_path);
|
||||
Factory::_('Utilities.Folder')->remove($main_path);
|
||||
// do not remove it again
|
||||
$this->languageTracker[$main_path] = true;
|
||||
}
|
||||
// check if exist and create if not
|
||||
if (!JFolder::exists($main_path))
|
||||
if (!Folder::exists($main_path))
|
||||
{
|
||||
JFolder::create($main_path);
|
||||
Folder::create($main_path);
|
||||
// count the folder created
|
||||
CFactory::_('Utilities.Counter')->folder++;
|
||||
Factory::_('Utilities.Counter')->folder++;
|
||||
}
|
||||
foreach ($areas as $area => $languageStrings)
|
||||
{
|
||||
// get the file name
|
||||
$fileName = $this->getLanguageFileName($file_name, $tag, $area);
|
||||
// check if language should be added
|
||||
if ($this->shouldLanguageBeAdded($tag, $languageStrings, $mainLangLoader[$area], $fileName) && ($actions = $this->getLangActions($file_name, $tag, $area, $target_client)) !== false)
|
||||
if (Factory::_('Language.Translation')->check($tag, $languageStrings, $mainLangLoader[$area], $fileName) && ($actions = $this->getLangActions($file_name, $tag, $area, $target_client)) !== false)
|
||||
{
|
||||
// set the language data
|
||||
$lang = array_map(
|
||||
@ -473,7 +461,7 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
array_keys($languageStrings)
|
||||
);
|
||||
// set the line counter
|
||||
CFactory::_('Utilities.Counter')->line += count(
|
||||
Factory::_('Utilities.Counter')->line += count(
|
||||
(array) $lang
|
||||
);
|
||||
// check that the main folder exist
|
||||
@ -481,18 +469,18 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
{
|
||||
$client_path = $main_path . $act['target_client'] . '/';
|
||||
// check if exist and create if not
|
||||
if (!JFolder::exists($client_path))
|
||||
if (!Folder::exists($client_path))
|
||||
{
|
||||
JFolder::create($client_path);
|
||||
Folder::create($client_path);
|
||||
// count the folder created
|
||||
$this->folderCount++;
|
||||
}
|
||||
// write the language data to a file
|
||||
ComponentbuilderHelper::writeFile(
|
||||
FileHelper::write(
|
||||
$client_path . $act['file_name'], implode(PHP_EOL, $lang)
|
||||
);
|
||||
// count the file created
|
||||
CFactory::_('Utilities.Counter')->line++;
|
||||
Factory::_('Utilities.Counter')->line++;
|
||||
// build xml strings
|
||||
if (!isset($langXML[$main_path]))
|
||||
{
|
||||
@ -522,25 +510,25 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
{
|
||||
// get the XML
|
||||
$xml = str_replace(
|
||||
array_keys(CFactory::_('Compiler.Builder.Content.One')->allActive()),
|
||||
array_values(CFactory::_('Compiler.Builder.Content.One')->allActive()),
|
||||
array_keys(Factory::_('Compiler.Builder.Content.One')->allActive()),
|
||||
array_values(Factory::_('Compiler.Builder.Content.One')->allActive()),
|
||||
$this->getLanguageXML($target_clients, $langPackages[$main_path], $langNames[$main_path])
|
||||
);
|
||||
// get the XML File Name
|
||||
$xmlFileName = $langXMLNames[$main_path] . '.xml';
|
||||
// write the language data to a file
|
||||
ComponentbuilderHelper::writeFile(
|
||||
FileHelper::write(
|
||||
$main_path . $xmlFileName, $xml
|
||||
);
|
||||
// set the zip full path
|
||||
$zipPath = $this->tempPath . '/' . $langZIPNames[$main_path] . '.zip';
|
||||
// now zip the package
|
||||
if (ComponentbuilderHelper::zip(
|
||||
if (FileHelper::zip(
|
||||
$main_path, $zipPath
|
||||
))
|
||||
{
|
||||
// now remove the package
|
||||
ComponentbuilderHelper::removeFolder($main_path);
|
||||
Factory::_('Utilities.Folder')->remove($main_path);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -677,53 +665,32 @@ class PlgExtensionComponentbuilderLanguagePackaging extends CMSPlugin
|
||||
* check if a translation should be added
|
||||
*
|
||||
* @return bool
|
||||
*
|
||||
* @deprecated 3.4 Use Factory::_('Language.Translation')->check(...);
|
||||
*/
|
||||
protected function shouldLanguageBeAdded(&$tag, &$languageStrings, &$total,
|
||||
&$file_name
|
||||
) {
|
||||
protected function shouldLanguageBeAdded(&$tag, &$languageStrings, &$total, &$file_name)
|
||||
{
|
||||
// only log messages for none $this->langTag translations
|
||||
if ($this->langTag !== $tag)
|
||||
Factory::_('Language.Translation')->check(
|
||||
$tag, $languageStrings, $total, $file_name
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns an array of events this subscriber will listen to.
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @since 5.0.0
|
||||
*/
|
||||
public static function getSubscribedEvents(): array
|
||||
{
|
||||
$langStringNr = count($languageStrings);
|
||||
$langStringSum = ComponentbuilderHelper::bcmath(
|
||||
'mul', $langStringNr, 100
|
||||
);
|
||||
$percentage = ComponentbuilderHelper::bcmath(
|
||||
'div', $langStringSum, $total
|
||||
);
|
||||
$stringNAme = ($langStringNr == 1) ? '(string '
|
||||
. $tag . ' translated)'
|
||||
: '(strings ' . $tag . ' translated)';
|
||||
|
||||
// force load if debug lines are added
|
||||
if (!$this->debugLinenr)
|
||||
{
|
||||
// check if we should install this translation
|
||||
if ($percentage < $this->percentageLanguageAdd)
|
||||
{
|
||||
// dont add
|
||||
CFactory::_('Compiler.Builder.Language.Messages')->set("exclude.$file_name",
|
||||
'<b>' . $total . '</b>(total '
|
||||
. $this->langTag . ' strings) only <b>'
|
||||
. $langStringNr . '</b>' . $stringNAme
|
||||
. ' = ' . $percentage
|
||||
);
|
||||
|
||||
return false;
|
||||
return [
|
||||
'jcb_ce_onBeforeModelComponentData' => 'jcb_ce_onBeforeModelComponentData',
|
||||
'jcb_ce_onAfterGet' => 'jcb_ce_onAfterGet',
|
||||
'jcb_ce_onBeforeSetLangFileData' => 'jcb_ce_onBeforeSetLangFileData',
|
||||
'jcb_ce_onBeforeBuildPluginLangFiles' => 'jcb_ce_onBeforeBuildPluginLangFiles',
|
||||
'jcb_ce_onBeforeBuildModuleLangFiles' => 'jcb_ce_onBeforeBuildModuleLangFiles',
|
||||
'jcb_ce_onBeforeBuildAllLangFiles' => 'jcb_ce_onBeforeBuildAllLangFiles'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
// show if it was added as well
|
||||
CFactory::_('Compiler.Builder.Language.Messages')->set("include.$file_name",
|
||||
'<b>' . $total . '</b>(total '
|
||||
. $this->langTag . ' strings) and <b>'
|
||||
. $langStringNr . '</b>' . $stringNAme . ' = '
|
||||
. $percentage
|
||||
);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
1
src/Extension/index.html
Normal file
1
src/Extension/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
Loading…
Reference in New Issue
Block a user