Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1244487
in-portal
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
Fri, Nov 21, 2:08 AM
Size
5 KB
Mime Type
text/x-diff
Expires
Sun, Nov 23, 2:08 AM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
806558
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.0.x/core/units/general/main_event_handler.php
===================================================================
--- branches/5.0.x/core/units/general/main_event_handler.php (revision 12294)
+++ branches/5.0.x/core/units/general/main_event_handler.php (nonexistent)
@@ -1,39 +0,0 @@
-<?php
-/**
-* @version $Id$
-* @package In-Portal
-* @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved.
-* @license GNU/GPL
-* In-Portal is Open Source software.
-* This means that this software may have been modified pursuant
-* the GNU General Public License, and as distributed it includes
-* or is derivative of works licensed under the GNU General Public License
-* or other free or open source software licenses.
-* See http://www.in-portal.net/license/ for copyright notices and details.
-*/
-
- class MainEventHandler extends kEventHandler {
-
-
- /**
- * Description
- *
- * @var kDBConnection
- * @access public
- */
- var $Conn;
-
- /**
- * Adds ability to address db connection
- *
- * @return kDBEventHandler
- * @access public
- */
- function MainEventHandler()
- {
- parent::kBase();
- $this->Conn =& $this->Application->GetADODBConnection();
- }
- }
-
-?>
\ No newline at end of file
Property changes on: branches/5.0.x/core/units/general/main_event_handler.php
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.17.2.5
\ No newline at end of property
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Index: branches/5.0.x/core/units/general/general_config.php
===================================================================
--- branches/5.0.x/core/units/general/general_config.php (revision 12294)
+++ branches/5.0.x/core/units/general/general_config.php (revision 12295)
@@ -1,53 +1,51 @@
<?php
/**
* @version $Id$
* @package In-Portal
* @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved.
* @license GNU/GPL
* In-Portal is Open Source software.
* This means that this software may have been modified pursuant
* the GNU General Public License, and as distributed it includes
* or is derivative of works licensed under the GNU General Public License
* or other free or open source software licenses.
* See http://www.in-portal.net/license/ for copyright notices and details.
*/
-$config = Array(
- 'Prefix' => 'm',
- 'EventHandlerClass' => Array('class' => 'MainEventHandler', 'file' => 'main_event_handler.php', 'build_event' => 'OnBuild'),
- /*'TagProcessorClass' => Array('class'=>'kMainTagProcessor','file'=>'','build_event'=>'OnBuild'),*/
-
- 'QueryString' => Array(
- 1 => 'cat_id',
- 2 => 'cat_page',
- 3 => 'lang',
- 4 => 'theme',
- 5 => 'opener',
- 6 => 'wid',
- ),
- 'TitleField' => 'CachedNavbar',
- 'TitlePhrase' => 'la_Text_Category',
- 'CatalogTabIcon' => 'icon16_folder.gif',
- 'ItemType' => 1,
- 'TableName' => TABLE_PREFIX.'Category',
-
- 'CatalogItem' => true,
-
- 'PortalStyleEnv' => true,
-
- 'RewritePriority' => 100,
- 'RewriteListener' => 'ModRewriteHelper:MainRewriteListener',
-
- 'PermTabText' => 'In-Portal',
- 'PermSection' => Array('search' => 'in-portal:configuration_search', 'custom' => 'in-portal:configuration_custom'),
-
-
- 'RegisterClasses' => Array(
- Array('class'=>'InpCustomFieldsHelper','pseudo'=>'InpCustomFieldsHelper','file'=>'custom_fields.php','build_event'=>'','require_classes'=>'kHelper'),
- Array('class'=>'kCountryStatesHelper','pseudo'=>'CountryStatesHelper','file'=>'country_states.php','build_event'=>'','require_classes'=>'kHelper'),
- Array('class'=>'kBracketsHelper','pseudo'=>'BracketsHelper','file'=>'brackets.php','build_event'=>'','require_classes'=>'kHelper'),
- Array('class'=>'kXMLHelper','pseudo'=>'kXMLHelper','file'=>'xml_helper.php','build_event'=>'','require_classes'=>'kHelper'),
- ),
- );
-
-?>
\ No newline at end of file
+ $config = Array (
+ 'Prefix' => 'm',
+ 'EventHandlerClass' => Array ('class' => 'kEventHandler', 'file' => '', 'build_event' => 'OnBuild'),
+// 'TagProcessorClass' => Array ('class' => 'kMainTagProcessor', 'file' => '', 'build_event' => 'OnBuild'),
+
+ 'QueryString' => Array (
+ 1 => 'cat_id',
+ 2 => 'cat_page',
+ 3 => 'lang',
+ 4 => 'theme',
+ 5 => 'opener',
+ 6 => 'wid',
+ ),
+
+ 'TitleField' => 'CachedNavbar',
+ 'TitlePhrase' => 'la_Text_Category',
+ 'CatalogTabIcon' => 'icon16_folder.gif',
+ 'ItemType' => 1,
+ 'TableName' => TABLE_PREFIX . 'Category',
+
+ 'CatalogItem' => true,
+
+ 'PortalStyleEnv' => true,
+
+ 'RewritePriority' => 100,
+ 'RewriteListener' => 'ModRewriteHelper:MainRewriteListener',
+
+ 'PermTabText' => 'In-Portal',
+ 'PermSection' => Array ('search' => 'in-portal:configuration_search', 'custom' => 'in-portal:configuration_custom'),
+
+ 'RegisterClasses' => Array (
+ Array ('class' => 'InpCustomFieldsHelper', 'pseudo' => 'InpCustomFieldsHelper', 'file' => 'custom_fields.php', 'build_event' => '', 'require_classes' => 'kHelper'),
+ Array ('class' => 'kCountryStatesHelper', 'pseudo' => 'CountryStatesHelper', 'file' => 'country_states.php', 'build_event' => '', 'require_classes' => 'kHelper'),
+ Array ('class' => 'kBracketsHelper', 'pseudo' => 'BracketsHelper', 'file' => 'brackets.php', 'build_event' => '', 'require_classes' => 'kHelper'),
+ Array ('class' => 'kXMLHelper', 'pseudo' => 'kXMLHelper', 'file' => 'xml_helper.php', 'build_event' => '', 'require_classes' => 'kHelper'),
+ ),
+ );
\ No newline at end of file
Event Timeline
Log In to Comment