Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1102380
D108.id248.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Aug 18, 8:38 PM
Size
25 KB
Mime Type
text/x-diff
Expires
Tue, Aug 19, 8:38 PM (3 h, 27 m)
Engine
blob
Format
Raw Data
Handle
714137
Attached To
D108: INP-1459 - Remove "Intechnic\" from namespace
D108.id248.diff
View Options
Index: core/install/cache/class_structure.php
===================================================================
--- core/install/cache/class_structure.php
+++ core/install/cache/class_structure.php
@@ -81,20 +81,20 @@
'ImageTagProcessor' => '/core/units/images/image_tag_processor.php',
'ImagesItem' => '/core/units/images/images.php',
'InPortalPrerequisites' => '/core/install/prerequisites.php',
+ 'InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand' => '/core/kernel/Console/Command/AbstractCommand.php',
+ 'InPortal\\Core\\kernel\\Console\\Command\\BuildClassMapCommand' => '/core/kernel/Console/Command/BuildClassMapCommand.php',
+ 'InPortal\\Core\\kernel\\Console\\Command\\CompletionCommand' => '/core/kernel/Console/Command/CompletionCommand.php',
+ 'InPortal\\Core\\kernel\\Console\\Command\\IConsoleCommand' => '/core/kernel/Console/Command/IConsoleCommand.php',
+ 'InPortal\\Core\\kernel\\Console\\Command\\ResetCacheCommand' => '/core/kernel/Console/Command/ResetCacheCommand.php',
+ 'InPortal\\Core\\kernel\\Console\\Command\\RunEventCommand' => '/core/kernel/Console/Command/RunEventCommand.php',
+ 'InPortal\\Core\\kernel\\Console\\Command\\RunScheduledTaskCommand' => '/core/kernel/Console/Command/RunScheduledTaskCommand.php',
+ 'InPortal\\Core\\kernel\\Console\\ConsoleApplication' => '/core/kernel/Console/ConsoleApplication.php',
+ 'InPortal\\Core\\kernel\\Console\\ConsoleCommandProvider' => '/core/kernel/Console/ConsoleCommandProvider.php',
+ 'InPortal\\Core\\kernel\\Console\\IConsoleCommandProvider' => '/core/kernel/Console/IConsoleCommandProvider.php',
+ 'InPortal\\Core\\kernel\\utility\\ClassDiscovery\\ClassDetector' => '/core/kernel/utility/ClassDiscovery/ClassDetector.php',
+ 'InPortal\\Core\\kernel\\utility\\ClassDiscovery\\ClassMapBuilder' => '/core/kernel/utility/ClassDiscovery/ClassMapBuilder.php',
+ 'InPortal\\Core\\kernel\\utility\\ClassDiscovery\\CodeFolderFilterIterator' => '/core/kernel/utility/ClassDiscovery/CodeFolderFilterIterator.php',
'InpCustomFieldsHelper' => '/core/units/helpers/custom_fields_helper.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand' => '/core/kernel/Console/Command/AbstractCommand.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\BuildClassMapCommand' => '/core/kernel/Console/Command/BuildClassMapCommand.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\CompletionCommand' => '/core/kernel/Console/Command/CompletionCommand.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\IConsoleCommand' => '/core/kernel/Console/Command/IConsoleCommand.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\ResetCacheCommand' => '/core/kernel/Console/Command/ResetCacheCommand.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\RunEventCommand' => '/core/kernel/Console/Command/RunEventCommand.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\RunScheduledTaskCommand' => '/core/kernel/Console/Command/RunScheduledTaskCommand.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\ConsoleApplication' => '/core/kernel/Console/ConsoleApplication.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\ConsoleCommandProvider' => '/core/kernel/Console/ConsoleCommandProvider.php',
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\IConsoleCommandProvider' => '/core/kernel/Console/IConsoleCommandProvider.php',
- 'Intechnic\\InPortal\\Core\\kernel\\utility\\ClassDiscovery\\ClassDetector' => '/core/kernel/utility/ClassDiscovery/ClassDetector.php',
- 'Intechnic\\InPortal\\Core\\kernel\\utility\\ClassDiscovery\\ClassMapBuilder' => '/core/kernel/utility/ClassDiscovery/ClassMapBuilder.php',
- 'Intechnic\\InPortal\\Core\\kernel\\utility\\ClassDiscovery\\CodeFolderFilterIterator' => '/core/kernel/utility/ClassDiscovery/CodeFolderFilterIterator.php',
'ItemFilterEventHandler' => '/core/units/filters/item_filter_eh.php',
'ItemFilterTagProcessor' => '/core/units/filters/item_filter_tp.php',
'JSONHelper' => '/core/units/helpers/json_helper.php',
@@ -839,99 +839,99 @@
'type' => 1,
'modifiers' => 0,
),
- 'InpCustomFieldsHelper' => array(
- 'type' => 1,
- 'modifiers' => 0,
- 'extends' => array(
- 0 => 'kHelper',
- ),
- ),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand' => array(
+ 'InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand' => array(
'type' => 1,
'modifiers' => 1,
'extends' => array(
0 => 'Symfony\\Component\\Console\\Command\\Command',
- 1 => 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\IConsoleCommand',
+ 1 => 'InPortal\\Core\\kernel\\Console\\Command\\IConsoleCommand',
),
),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\BuildClassMapCommand' => array(
+ 'InPortal\\Core\\kernel\\Console\\Command\\BuildClassMapCommand' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
- 0 => 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand',
+ 0 => 'InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand',
1 => 'Stecman\\Component\\Symfony\\Console\\BashCompletion\\Completion\\CompletionAwareInterface',
),
),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\CompletionCommand' => array(
+ 'InPortal\\Core\\kernel\\Console\\Command\\CompletionCommand' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
0 => 'Stecman\\Component\\Symfony\\Console\\BashCompletion\\CompletionCommand',
- 1 => 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\IConsoleCommand',
+ 1 => 'InPortal\\Core\\kernel\\Console\\Command\\IConsoleCommand',
),
),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\IConsoleCommand' => array(
+ 'InPortal\\Core\\kernel\\Console\\Command\\IConsoleCommand' => array(
'type' => 2,
),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\ResetCacheCommand' => array(
+ 'InPortal\\Core\\kernel\\Console\\Command\\ResetCacheCommand' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
- 0 => 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand',
+ 0 => 'InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand',
),
),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\RunEventCommand' => array(
+ 'InPortal\\Core\\kernel\\Console\\Command\\RunEventCommand' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
- 0 => 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand',
+ 0 => 'InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand',
1 => 'Stecman\\Component\\Symfony\\Console\\BashCompletion\\Completion\\CompletionAwareInterface',
),
),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\RunScheduledTaskCommand' => array(
+ 'InPortal\\Core\\kernel\\Console\\Command\\RunScheduledTaskCommand' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
- 0 => 'Intechnic\\InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand',
+ 0 => 'InPortal\\Core\\kernel\\Console\\Command\\AbstractCommand',
1 => 'Stecman\\Component\\Symfony\\Console\\BashCompletion\\Completion\\CompletionAwareInterface',
),
),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\ConsoleApplication' => array(
+ 'InPortal\\Core\\kernel\\Console\\ConsoleApplication' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
0 => 'Symfony\\Component\\Console\\Application',
),
),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\ConsoleCommandProvider' => array(
+ 'InPortal\\Core\\kernel\\Console\\ConsoleCommandProvider' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
0 => 'kBase',
- 1 => 'Intechnic\\InPortal\\Core\\kernel\\Console\\IConsoleCommandProvider',
+ 1 => 'InPortal\\Core\\kernel\\Console\\IConsoleCommandProvider',
),
),
- 'Intechnic\\InPortal\\Core\\kernel\\Console\\IConsoleCommandProvider' => array(
+ 'InPortal\\Core\\kernel\\Console\\IConsoleCommandProvider' => array(
'type' => 2,
),
- 'Intechnic\\InPortal\\Core\\kernel\\utility\\ClassDiscovery\\ClassDetector' => array(
+ 'InPortal\\Core\\kernel\\utility\\ClassDiscovery\\ClassDetector' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
0 => 'PhpParser\\NodeVisitorAbstract',
),
),
- 'Intechnic\\InPortal\\Core\\kernel\\utility\\ClassDiscovery\\ClassMapBuilder' => array(
+ 'InPortal\\Core\\kernel\\utility\\ClassDiscovery\\ClassMapBuilder' => array(
'type' => 1,
'modifiers' => 0,
),
- 'Intechnic\\InPortal\\Core\\kernel\\utility\\ClassDiscovery\\CodeFolderFilterIterator' => array(
+ 'InPortal\\Core\\kernel\\utility\\ClassDiscovery\\CodeFolderFilterIterator' => array(
'type' => 1,
'modifiers' => 0,
'extends' => array(
0 => 'RecursiveFilterIterator',
),
),
+ 'InpCustomFieldsHelper' => array(
+ 'type' => 1,
+ 'modifiers' => 0,
+ 'extends' => array(
+ 0 => 'kHelper',
+ ),
+ ),
'ItemFilterEventHandler' => array(
'type' => 1,
'modifiers' => 0,
Index: core/install/install_data.sql
===================================================================
--- core/install/install_data.sql
+++ core/install/install_data.sql
@@ -1039,5 +1039,5 @@
INSERT INTO PromoBlockGroups VALUES (DEFAULT, 'Default Group', UNIX_TIMESTAMP(), '1', '7.00', '0.60', '1', 'fade', '');
-INSERT INTO Modules VALUES ('Core', 'core/', 'Intechnic\\InPortal\\Core', 'adm', DEFAULT, 1, 1, '', 0, NULL);
-INSERT INTO Modules VALUES ('In-Portal', 'core/', 'Intechnic\\InPortal\\Core', 'm', DEFAULT, 1, 0, '', 0, NULL);
\ No newline at end of file
+INSERT INTO Modules VALUES ('Core', 'core/', 'InPortal\\Core', 'adm', DEFAULT, 1, 1, '', 0, NULL);
+INSERT INTO Modules VALUES ('In-Portal', 'core/', 'InPortal\\Core', 'm', DEFAULT, 1, 0, '', 0, NULL);
Index: core/install/upgrades.sql
===================================================================
--- core/install/upgrades.sql
+++ core/install/upgrades.sql
@@ -3021,4 +3021,8 @@
ALTER TABLE SiteDomains
CHANGE SSLUrl SSLDomainName VARCHAR(255) NOT NULL DEFAULT '',
CHANGE SSLUrlUsesRegExp SSLDomainNameUsesRegExp TINYINT(4) NOT NULL DEFAULT '0';
-DELETE FROM UserPersistentSessionData WHERE VariableName = 'site-domain[Default]columns_.';
\ No newline at end of file
+DELETE FROM UserPersistentSessionData WHERE VariableName = 'site-domain[Default]columns_.';
+
+UPDATE Modules
+SET ClassNamespace = 'InPortal\\Core'
+WHERE `Name` IN ('Core', 'In-Portal');
Index: core/kernel/Console/Command/AbstractCommand.php
===================================================================
--- core/kernel/Console/Command/AbstractCommand.php
+++ core/kernel/Console/Command/AbstractCommand.php
@@ -12,10 +12,10 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console\Command;
+namespace InPortal\Core\kernel\Console\Command;
-use Intechnic\InPortal\Core\kernel\Console\ConsoleApplication;
+use InPortal\Core\kernel\Console\ConsoleApplication;
use Symfony\Component\Console\Command\Command as SymfonyCommand;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
Index: core/kernel/Console/Command/BuildClassMapCommand.php
===================================================================
--- core/kernel/Console/Command/BuildClassMapCommand.php
+++ core/kernel/Console/Command/BuildClassMapCommand.php
@@ -12,10 +12,10 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console\Command;
+namespace InPortal\Core\kernel\Console\Command;
-use Intechnic\InPortal\Core\kernel\utility\ClassDiscovery\ClassMapBuilder;
+use InPortal\Core\kernel\utility\ClassDiscovery\ClassMapBuilder;
use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface;
use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext;
use Symfony\Component\Console\Input\InputInterface;
Index: core/kernel/Console/Command/CompletionCommand.php
===================================================================
--- core/kernel/Console/Command/CompletionCommand.php
+++ core/kernel/Console/Command/CompletionCommand.php
@@ -12,10 +12,10 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console\Command;
+namespace InPortal\Core\kernel\Console\Command;
-use Intechnic\InPortal\Core\kernel\Console\ConsoleApplication;
+use InPortal\Core\kernel\Console\ConsoleApplication;
use Stecman\Component\Symfony\Console\BashCompletion\Completion;
use Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand as BashCompletionCommand;
use Stecman\Component\Symfony\Console\BashCompletion\CompletionHandler;
Index: core/kernel/Console/Command/IConsoleCommand.php
===================================================================
--- core/kernel/Console/Command/IConsoleCommand.php
+++ core/kernel/Console/Command/IConsoleCommand.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console\Command;
+namespace InPortal\Core\kernel\Console\Command;
defined('FULL_PATH') or die('restricted access!');
Index: core/kernel/Console/Command/ResetCacheCommand.php
===================================================================
--- core/kernel/Console/Command/ResetCacheCommand.php
+++ core/kernel/Console/Command/ResetCacheCommand.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console\Command;
+namespace InPortal\Core\kernel\Console\Command;
use Symfony\Component\Console\Input\InputInterface;
Index: core/kernel/Console/Command/RunEventCommand.php
===================================================================
--- core/kernel/Console/Command/RunEventCommand.php
+++ core/kernel/Console/Command/RunEventCommand.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console\Command;
+namespace InPortal\Core\kernel\Console\Command;
use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface;
Index: core/kernel/Console/Command/RunScheduledTaskCommand.php
===================================================================
--- core/kernel/Console/Command/RunScheduledTaskCommand.php
+++ core/kernel/Console/Command/RunScheduledTaskCommand.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console\Command;
+namespace InPortal\Core\kernel\Console\Command;
use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface;
Index: core/kernel/Console/ConsoleApplication.php
===================================================================
--- core/kernel/Console/ConsoleApplication.php
+++ core/kernel/Console/ConsoleApplication.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console;
+namespace InPortal\Core\kernel\Console;
use Symfony\Component\Console\Application as BaseApplication;
@@ -74,7 +74,7 @@
$default_commands = parent::getDefaultCommands();
$command_provider_classes = $this->Application->getSubClasses(
- 'Intechnic\InPortal\Core\kernel\Console\IConsoleCommandProvider'
+ 'InPortal\Core\kernel\Console\IConsoleCommandProvider'
);
foreach ( $command_provider_classes as $command_provider_class ) {
Index: core/kernel/Console/ConsoleCommandProvider.php
===================================================================
--- core/kernel/Console/ConsoleCommandProvider.php
+++ core/kernel/Console/ConsoleCommandProvider.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console;
+namespace InPortal\Core\kernel\Console;
defined('FULL_PATH') or die('restricted access!');
@@ -29,7 +29,7 @@
{
$commands = array();
$command_classes = $this->Application->getSubClasses(
- 'Intechnic\InPortal\Core\kernel\Console\Command\IConsoleCommand'
+ 'InPortal\Core\kernel\Console\Command\IConsoleCommand'
);
foreach ( $command_classes as $command_class ) {
Index: core/kernel/Console/IConsoleCommandProvider.php
===================================================================
--- core/kernel/Console/IConsoleCommandProvider.php
+++ core/kernel/Console/IConsoleCommandProvider.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\Console;
+namespace InPortal\Core\kernel\Console;
defined('FULL_PATH') or die('restricted access!');
Index: core/kernel/application.php
===================================================================
--- core/kernel/application.php
+++ core/kernel/application.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-use Intechnic\InPortal\Core\kernel\Console\ConsoleApplication;
+use InPortal\Core\kernel\Console\ConsoleApplication;
defined('FULL_PATH') or die('restricted access!');
@@ -1061,7 +1061,7 @@
*/
public function getConsoleApplication()
{
- return $this->makeClass('Intechnic\InPortal\Core\kernel\Console\ConsoleApplication');
+ return $this->makeClass('InPortal\Core\kernel\Console\ConsoleApplication');
}
/**
Index: core/kernel/utility/ClassDiscovery/ClassDetector.php
===================================================================
--- core/kernel/utility/ClassDiscovery/ClassDetector.php
+++ core/kernel/utility/ClassDiscovery/ClassDetector.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\utility\ClassDiscovery;
+namespace InPortal\Core\kernel\utility\ClassDiscovery;
use PhpParser\Node;
Index: core/kernel/utility/ClassDiscovery/ClassMapBuilder.php
===================================================================
--- core/kernel/utility/ClassDiscovery/ClassMapBuilder.php
+++ core/kernel/utility/ClassDiscovery/ClassMapBuilder.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\utility\ClassDiscovery;
+namespace InPortal\Core\kernel\utility\ClassDiscovery;
use PhpParser\Lexer;
Index: core/kernel/utility/ClassDiscovery/CodeFolderFilterIterator.php
===================================================================
--- core/kernel/utility/ClassDiscovery/CodeFolderFilterIterator.php
+++ core/kernel/utility/ClassDiscovery/CodeFolderFilterIterator.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-namespace Intechnic\InPortal\Core\kernel\utility\ClassDiscovery;
+namespace InPortal\Core\kernel\utility\ClassDiscovery;
defined('FULL_PATH') or die('restricted access!');
Index: core/kernel/utility/factory.php
===================================================================
--- core/kernel/utility/factory.php
+++ core/kernel/utility/factory.php
@@ -12,7 +12,7 @@
* See http://www.in-portal.org/license for copyright notices and details.
*/
-use Intechnic\InPortal\Core\kernel\utility\ClassDiscovery\ClassMapBuilder;
+use InPortal\Core\kernel\utility\ClassDiscovery\ClassMapBuilder;
defined('FULL_PATH') or die('restricted access!');
Index: modules/custom/install/install_data.sql
===================================================================
--- modules/custom/install/install_data.sql
+++ modules/custom/install/install_data.sql
@@ -4,4 +4,4 @@
INSERT INTO Permissions VALUES(DEFAULT, 'custom:widgets.add', 11, 1, 1, 0);
INSERT INTO Permissions VALUES(DEFAULT, 'custom:widgets.view', 11, 1, 1, 0);
-INSERT INTO Modules VALUES ('Custom', 'modules/custom/', 'Intechnic\\InPortal\\Modules\\Custom', 'custom-sections', DEFAULT, 1, 10, 'custom/', 0, NULL);
+INSERT INTO Modules VALUES ('Custom', 'modules/custom/', 'InPortal\\Modules\\Custom', 'custom-sections', DEFAULT, 1, 10, 'custom/', 0, NULL);
Index: modules/custom/install/upgrades.sql
===================================================================
--- modules/custom/install/upgrades.sql
+++ modules/custom/install/upgrades.sql
@@ -70,3 +70,8 @@
# ===== v 1.2.1-RC1 =====
# ===== v 1.2.1 =====
+
+# ===== v 1.3.0-B1 =====
+UPDATE Modules
+SET ClassNamespace = 'InPortal\\Modules\\Custom'
+WHERE `Name` = 'Custom';
Index: modules/in-auction/install/install_data.sql
===================================================================
--- modules/in-auction/install/install_data.sql
+++ modules/in-auction/install/install_data.sql
@@ -1792,4 +1792,4 @@
INSERT INTO Permissions VALUES (DEFAULT, 'ebay:configuration_feedbacks.edit', 11, 1, 1, 0);
INSERT INTO Permissions VALUES (DEFAULT, 'ebay:configuration_general.edit', 11, 1, 1, 0);
-INSERT INTO Modules VALUES ('In-Auction', 'modules/in-auction/', 'Intechnic\\InPortal\\Modules\\InAuction', 'ebay-sections', DEFAULT, 1, 6, 'in-auction/', 2, NULL);
+INSERT INTO Modules VALUES ('In-Auction', 'modules/in-auction/', 'InPortal\\Modules\\InAuction', 'ebay-sections', DEFAULT, 1, 6, 'in-auction/', 2, NULL);
Index: modules/in-auction/install/upgrades.sql
===================================================================
--- modules/in-auction/install/upgrades.sql
+++ modules/in-auction/install/upgrades.sql
@@ -106,3 +106,6 @@
# ===== v 5.2.1 =====
# ===== v 5.3.0-B1 =====
+UPDATE Modules
+SET ClassNamespace = 'InPortal\\Modules\\InAuction'
+WHERE `Name` = 'In-Auction';
Index: modules/in-bulletin/install/install_data.sql
===================================================================
--- modules/in-bulletin/install/install_data.sql
+++ modules/in-bulletin/install/install_data.sql
@@ -226,4 +226,4 @@
INSERT INTO CustomFields VALUES (DEFAULT, 1, 'bb_ItemTemplate', 'la_fld_cust_bb_ItemTemplate', 0, 'la_title_SystemCF', 'la_fld_cust_bb_ItemTemplate', 'text', NULL, '', 0, 0, 1, 0);
-INSERT INTO Modules VALUES ('In-Bulletin', 'modules/in-bulletin/', 'Intechnic\\InPortal\\Modules\\InBulletin', 'bb', DEFAULT, 1, 3, 'in-bulletin/', {TopicCatId}, NULL);
+INSERT INTO Modules VALUES ('In-Bulletin', 'modules/in-bulletin/', 'InPortal\\Modules\\InBulletin', 'bb', DEFAULT, 1, 3, 'in-bulletin/', {TopicCatId}, NULL);
Index: modules/in-bulletin/install/upgrades.sql
===================================================================
--- modules/in-bulletin/install/upgrades.sql
+++ modules/in-bulletin/install/upgrades.sql
@@ -277,3 +277,6 @@
# ===== v 5.2.1 =====
# ===== v 5.3.0-B1 =====
+UPDATE Modules
+SET ClassNamespace = 'InPortal\\Modules\\InBulletin'
+WHERE `Name` = 'In-Bulletin';
Index: modules/in-commerce/install/install_data.sql
===================================================================
--- modules/in-commerce/install/install_data.sql
+++ modules/in-commerce/install/install_data.sql
@@ -477,4 +477,4 @@
(DEFAULT, 'p', 'Price', 'range', 1, 10),
(DEFAULT, 'p', 'EditorsPick', 'radio', 1, NULL);
-INSERT INTO Modules VALUES ('In-Commerce', 'modules/in-commerce/', 'Intechnic\\InPortal\\Modules\\InCommerce', 'p', DEFAULT, 1, 4, 'in-commerce/', 2, NULL);
+INSERT INTO Modules VALUES ('In-Commerce', 'modules/in-commerce/', 'InPortal\\Modules\\InCommerce', 'p', DEFAULT, 1, 4, 'in-commerce/', 2, NULL);
Index: modules/in-commerce/install/upgrades.sql
===================================================================
--- modules/in-commerce/install/upgrades.sql
+++ modules/in-commerce/install/upgrades.sql
@@ -299,3 +299,7 @@
# ===== v 5.3.0-B1 =====
ALTER TABLE Affiliates DROP SSN;
DELETE FROM LanguageLabels WHERE PhraseKey IN ('LA_FLD_SSN', 'LU_COMM_SSNFIELD', 'LU_FLD_SSNFIELD');
+
+UPDATE Modules
+SET ClassNamespace = 'InPortal\\Modules\\InCommerce'
+WHERE `Name` = 'In-Commerce';
Index: modules/in-link/install/install_data.sql
===================================================================
--- modules/in-link/install/install_data.sql
+++ modules/in-link/install/install_data.sql
@@ -223,4 +223,4 @@
INSERT INTO Counters VALUES (DEFAULT, 'linkhits_count', 'SELECT ROUND(SUM(Hits)) FROM <%PREFIX%>Link', NULL, NULL, '300', '0', '|Link|');
-INSERT INTO Modules VALUES ('In-Link', 'modules/in-link/', 'Intechnic\\InPortal\\Modules\\InLink', 'l', DEFAULT, 1, 1, 'in-link/', 2, NULL);
+INSERT INTO Modules VALUES ('In-Link', 'modules/in-link/', 'InPortal\\Modules\\InLink', 'l', DEFAULT, 1, 1, 'in-link/', 2, NULL);
Index: modules/in-link/install/upgrades.sql
===================================================================
--- modules/in-link/install/upgrades.sql
+++ modules/in-link/install/upgrades.sql
@@ -207,3 +207,6 @@
# ===== v 5.2.1 =====
# ===== v 5.3.0-B1 =====
+UPDATE Modules
+SET ClassNamespace = 'InPortal\\Modules\\InLink'
+WHERE `Name` = 'In-Link';
Index: modules/in-news/install/install_data.sql
===================================================================
--- modules/in-news/install/install_data.sql
+++ modules/in-news/install/install_data.sql
@@ -182,4 +182,4 @@
INSERT INTO ImportScripts VALUES (DEFAULT, 'Articles from CSV file [In-News]', '', 'n', 'In-News', '', 'CSV', '1');
-INSERT INTO Modules VALUES ('In-News', 'modules/in-news/', 'Intechnic\\InPortal\\Modules\\InNews', 'n', DEFAULT, 1, 2, 'in-news/', {NewsCatId}, NULL);
\ No newline at end of file
+INSERT INTO Modules VALUES ('In-News', 'modules/in-news/', 'InPortal\\Modules\\InNews', 'n', DEFAULT, 1, 2, 'in-news/', {NewsCatId}, NULL);
Index: modules/in-news/install/upgrades.sql
===================================================================
--- modules/in-news/install/upgrades.sql
+++ modules/in-news/install/upgrades.sql
@@ -151,3 +151,6 @@
# ===== v 5.2.1 =====
# ===== v 5.3.0-B1 =====
+UPDATE Modules
+SET ClassNamespace = 'InPortal\\Modules\\InNews'
+WHERE `Name` = 'In-News';
Event Timeline
Log In to Comment