diff --git a/README.md b/README.md index 3a4c8dcc..13be82f9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ [![Analytics](https://ga-beacon.appspot.com/UA-49251479-1/hesk/README)](https://github.com/mkoch227/Hesk) -

NuHesk v1.2.0

+

NuMods v1.2.0

-This branch contains all files modified from the base version of HESK to become NuHesk, a set of modifications for HESK v2.x +This branch contains all files modified from the base version of HESK to become NuMods, a set of modifications for HESK v2.x

Features

-

Currently, the two major features of NuHesk are:

+

Currently, the two major features of NuMods are:

-

There are no intentions of making NuHesk compatible with Internet Explorer 6 or 7, or any browser that is 2 or more major revisions older than its latest version.

+

There are no intentions of making NuMods compatible with Internet Explorer 6 or 7, or any browser that is 2 or more major revisions older than its latest version.

Versioning

-

NuHesk will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

+

NuMods will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch> @@ -63,6 +63,6 @@ You can download this tweak via two ways:

For more information on SemVer, please visit http://semver.org.

Credits

-

Mike Koch - Creator of NuHesk

+

Mike Koch - Creator of NuMods

Klemen Stirn - Creator of HESK

lupolo from PHPJunkyard Scripts - diligent bug reporting on the PHPJunkyard Scripts Forum

diff --git a/admin/admin_settings.php b/admin/admin_settings.php index 47699642..ea8032b2 100644 --- a/admin/admin_settings.php +++ b/admin/admin_settings.php @@ -42,7 +42,7 @@ if (is_dir(HESK_PATH . 'install')) {die('Please delete the install folder // Get all the required files and functions require(HESK_PATH . 'hesk_settings.inc.php'); -require(HESK_PATH . 'nuHesk_settings.inc.php'); +require(HESK_PATH . 'nuMods_settings.inc.php'); // Save the default language for the settings page before choosing user's preferred one $hesk_settings['language_default'] = $hesk_settings['language']; @@ -146,10 +146,10 @@ if ( defined('HESK_DEMO') ) - : + : - + diff --git a/css/hesk_newStyle.php b/css/hesk_newStyle.php index 1282d31f..966eea27 100644 --- a/css/hesk_newStyle.php +++ b/css/hesk_newStyle.php @@ -1,21 +1,21 @@ .row { diff --git a/inc/headerAdmin.inc.php b/inc/headerAdmin.inc.php index 36022d66..88aa2267 100644 --- a/inc/headerAdmin.inc.php +++ b/inc/headerAdmin.inc.php @@ -47,7 +47,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} - + - NuHesk 1.2.0 Install / Upgrade + NuMods 1.2.0 Install / Upgrade
-

Install / Upgrade NuHesk to 1.2.0

+

Install / Upgrade NuMods to 1.2.0

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.

@@ -78,7 +78,7 @@ if ($_GET['update'] == 1)

Installation / Upgrade Finished

-

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

+

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

\ No newline at end of file diff --git a/js/nuHesk-javascript.js b/js/nuMods-javascript.js similarity index 100% rename from js/nuHesk-javascript.js rename to js/nuMods-javascript.js diff --git a/language/en/text.php b/language/en/text.php index 97a9c307..5d50428e 100644 --- a/language/en/text.php +++ b/language/en/text.php @@ -21,7 +21,7 @@ $hesklang['_COLLATE']='utf8_unicode_ci'; // This is the email break line that will be used in email piping $hesklang['EMAIL_HR']='------ Reply above this line ------'; -// ADDED OR MODIFIED IN NuHESK 1.2 +// ADDED OR MODIFIED IN NuMods 1.2 $hesklang['statuses'] = 'Statuses'; $hesklang['basicProperties'] = 'Basic Properties'; $hesklang['shortNameKey'] = 'Short Name Key'; @@ -39,7 +39,7 @@ $hesklang['isStaffClosedOptionMsg'] = 'When a staff member clicks the "Close tic $hesklang['isStaffReopenedStatusMsg'] = 'When a staff member clicks the "Open ticket" link, change the status to'; $hesklang['isDefaultStaffReplyStatusMsg'] = 'When a staff member replies to a ticket, change the status to'; $hesklang['lockedTicketStatusMsg'] = 'When a ticket is locked, change the status to'; -$hesklang['nuHeskVersion'] = 'NuHesk Version'; +$hesklang['nuModsVersion'] = 'NuMods Version'; $hesklang['shortNameRequired'] = 'Short Name Key is required.'; $hesklang['longNameRequired'] = 'Long Name Key is required.'; $hesklang['textColorRequired'] = 'Text Color is required.'; @@ -50,7 +50,8 @@ $hesklang['whyCantIDeleteThisStatusReason'] = 'This status cannot be deleted bec $hesklang['isNewTicketMsg'] = 'When a new ticket is created, set its status to'; $hesklang['isRepliedByClientMsg'] = 'When a client replies to a ticket, set its status to'; $hesklang['close_this_ticket']='Close ticket'; -$hesklang['closed']='closed'; // Ticket has been RESOLVED +$hesklang['closed']='closed'; +$hesklang['resolved']='Resolved'; // Ticket has been RESOLVED $hesklang['quick_help_ticket']='Here is the information on your ticket. You can add a reply to this ticket, close it, or re-open the ticket if applicable.'; diff --git a/nuHesk_settings.inc.php b/nuHesk_settings.inc.php deleted file mode 100644 index 082b93f6..00000000 --- a/nuHesk_settings.inc.php +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/nuMods_settings.inc.php b/nuMods_settings.inc.php new file mode 100644 index 00000000..2f556313 --- /dev/null +++ b/nuMods_settings.inc.php @@ -0,0 +1,19 @@ +