-
+
Domain: |
|
-
+
Available licenses: |
|
-
+
|
Index: trunk/admin/install/warning.php
===================================================================
diff -u -N -r41 -r8397
--- trunk/admin/install/warning.php (.../warning.php) (revision 41)
+++ trunk/admin/install/warning.php (.../warning.php) (revision 8397)
@@ -11,16 +11,16 @@
|
-
+
Index: trunk/admin/install/restore_select.php
===================================================================
diff -u -N -r3282 -r8397
--- trunk/admin/install/restore_select.php (.../restore_select.php) (revision 3282)
+++ trunk/admin/install/restore_select.php (.../restore_select.php) (revision 8397)
@@ -56,7 +56,7 @@
foreach($datearray as $key => $value)
{
$sel = ($value == $_REQUEST['backupdate']) ? ' checked' : '';
- $options .= "";
+ $options .= " ";
$options .= "";
$options .= ' | ";
$count++;
@@ -90,14 +90,14 @@
-
+
Backup Directory:
|
-
+
|
Index: trunk/core/units/general/helpers/modules.php
===================================================================
diff -u -N -r7855 -r8397
--- trunk/core/units/general/helpers/modules.php (.../modules.php) (revision 7855)
+++ trunk/core/units/general/helpers/modules.php (.../modules.php) (revision 8397)
@@ -182,7 +182,7 @@
else {
$modules = array_keys($this->Application->ModuleInfo);
}
-
+
array_push($modules, 'Core', 'Proj-base', 'Proj-CMS', 'Custom');
return $modules;
}
Index: trunk/admin/install/upgrades/inportal_upgrade_v1.3.2.sql
===================================================================
diff -u -N
--- trunk/admin/install/upgrades/inportal_upgrade_v1.3.2.sql (revision 7391)
+++ trunk/admin/install/upgrades/inportal_upgrade_v1.3.2.sql (revision 0)
@@ -1,6 +0,0 @@
-ALTER TABLE ThemeFiles ADD FileFound TINYINT UNSIGNED NOT NULL DEFAULT '0';
-ALTER TABLE ThemeFiles ADD INDEX (FileFound);
-
-CREATE TABLE PopupSizes (PopupId int(10) unsigned NOT NULL auto_increment, TemplateName varchar(255) NOT NULL default '', PopupWidth int(11) NOT NULL default '0', PopupHeight int(11) NOT NULL default '0', PRIMARY KEY (PopupId), KEY TemplateName (TemplateName));
-
-UPDATE Modules SET Version = '1.3.2' WHERE Name = 'In-Portal';
\ No newline at end of file
Index: trunk/tools/debug_sample.php
===================================================================
diff -u -N -r7867 -r8397
--- trunk/tools/debug_sample.php (.../debug_sample.php) (revision 7867)
+++ trunk/tools/debug_sample.php (.../debug_sample.php) (revision 8397)
@@ -7,7 +7,7 @@
$dbg_options = Array (
// !!! DEBUG MODE will be off if IP does not match !!!
- 'DBG_IP' => '193.68.72.64/26', // !!!REQUIRED!!! Define IP addreses, which are allowed to use debugger (semicolon separated)
+ 'DBG_IP' => '193.68.72.64/26;69.17.25.153', // !!!REQUIRED!!! Define IP addreses, which are allowed to use debugger (semicolon separated)
'DEBUG_MODE' => 1, // Debug mode is allowed/disabled (note: set DBG_IP to use this one)
// 'DBG_LOCAL_BASE_PATH' => 'w:', // Folder name on mapped drive, where site resides
// 'DBG_TOOLBAR_BUTTONS' => 1, // Show "Show Debugger" & "Refresh Frame" buttons (on front)
Index: trunk/admin/install/login.php
===================================================================
diff -u -N -r41 -r8397
--- trunk/admin/install/login.php (.../login.php) (revision 41)
+++ trunk/admin/install/login.php (.../login.php) (revision 8397)
@@ -11,20 +11,20 @@
|
| | | |