From a34284f33794867210158c16033c632e73de655d Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 21 Sep 2014 21:07:59 -0400 Subject: [PATCH] Updated some miscellaneous files. --- install/updateNuMods.php | 15 +++++++++------ nuMods_settings.inc.php | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/install/updateNuMods.php b/install/updateNuMods.php index d8bafd96..29e6964f 100644 --- a/install/updateNuMods.php +++ b/install/updateNuMods.php @@ -55,32 +55,35 @@ if ($_GET['update'] == 1) hesk_dbQuery("INSERT INTO `".hesk_dbEscape($hesk_settings['db_pfix'])."statuses` (ID, ShortNameContentKey, TicketViewContentKey, TextColor, IsNewTicketStatus, IsClosed, IsClosedByClient, IsCustomerReplyStatus, IsStaffClosedOption, IsStaffReopenedStatus, IsDefaultStaffReplyStatus, LockedTicketStatus) VALUES (5, 'on_hold', 'on_hold', '#000000', 0, 0, 0, 0, 0, 0, 0, 0);"); + hesk_dbQuery("ALTER TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."users` ADD COLUMN `autorefresh` BIGINT NOT NULL DEFAULT 0 AFTER `replies`;"); } } ?> - NuMods 1.2.4 Install / Upgrade + NuMods 1.4.0 Install / Upgrade
-

Update NuMods from v1.2.4 - v1.3.0 to v1.3.1

+

Update NuMods from v1.3.1 to v1.4.0

+

Update here. Do not use any of the other links below!

+

Update NuMods from v1.2.4 - v1.3.0 to v1.4.0

Update here. Do not use the installation below!

Install NuMods v1.3.1 for the first time

If you have not yet installed/updated HESK, please do so first before continuing; otherwise installation will fail!


-

Please verify the database information below. Addtionally, ensure that the database user has CREATE permissions.

+

Please verify the database information below. Additionally, ensure that the database user has CREATE permissions.

Database Host:

Database Name:

Database User:

Database Password:

Database Prefix:

- Proceed with installation/upgrade + Proceed with installation
-

Installation / Upgrade Finished

-

The installation / upgrade of NuMods has finished. You can now delete the install directory and access the admin area

+

Installation Finished

+

The installation of NuMods has finished. You can now delete the install directory and access the admin area

diff --git a/nuMods_settings.inc.php b/nuMods_settings.inc.php index 1ea67e3b..27cc9ede 100644 --- a/nuMods_settings.inc.php +++ b/nuMods_settings.inc.php @@ -1,4 +1,4 @@ -