From d52c5ebaa7ac272de284cd3301fca07e190f6a83 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Mon, 19 May 2014 13:22:48 +0000
Subject: [PATCH] v1.9.0

Change v1.8.2 to v1.9.0
Drop help tips for list properties
---
 WHATSNEW.md                                       |  2 +-
 include/staff/dynamic-list.inc.php                | 15 +++++----------
 .../streams/core/4323a6a8-9ef33a06.patch.sql      |  2 +-
 .../streams/core/9ef33a06-8f99b8bf.patch.sql      |  2 +-
 .../streams/core/f5692e24-4323a6a8.patch.sql      |  4 ++--
 5 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/WHATSNEW.md b/WHATSNEW.md
index fc8dd24a7..c0a14a6a5 100644
--- a/WHATSNEW.md
+++ b/WHATSNEW.md
@@ -58,7 +58,7 @@ for non-US keyboards
   * Original thread content format is saved (html or text)
   * Alerts and Notices support quoted response removal
 
-osTicket v1.8.1.3
+osTicket v1.8.3
 =================
 ### Enhancements
   * Support filtering based on help topic (#728)
diff --git a/include/staff/dynamic-list.inc.php b/include/staff/dynamic-list.inc.php
index 27a958476..157dba28a 100644
--- a/include/staff/dynamic-list.inc.php
+++ b/include/staff/dynamic-list.inc.php
@@ -87,16 +87,11 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
             </th>
         </tr>
         <tr>
-            <th nowrap>Sort
-                <i class="help-tip icon-question-sign" href="#field_sort"></i></th>
-            <th nowrap>Label
-                <i class="help-tip icon-question-sign" href="#field_label"></i></th>
-            <th nowrap>Type
-                <i class="help-tip icon-question-sign" href="#field_type"></i></th>
-            <th nowrap>Variable
-                <i class="help-tip icon-question-sign" href="#field_variable"></i></th>
-            <th nowrap>Delete
-                <i class="help-tip icon-question-sign" href="#field_delete"></i></th>
+            <th nowrap>Sort</th>
+            <th nowrap>Label</th>
+            <th nowrap>Type</th>
+            <th nowrap>Variable</th>
+            <th nowrap>Delete</th>
         </tr>
     </thead>
     <tbody class="sortable-rows" data-sort="prop-sort-">
diff --git a/include/upgrader/streams/core/4323a6a8-9ef33a06.patch.sql b/include/upgrader/streams/core/4323a6a8-9ef33a06.patch.sql
index d49df2d43..016210202 100644
--- a/include/upgrader/streams/core/4323a6a8-9ef33a06.patch.sql
+++ b/include/upgrader/streams/core/4323a6a8-9ef33a06.patch.sql
@@ -1,5 +1,5 @@
 /**
- * @version v1.8.2
+ * @version v1.9.0
  * @signature 9ef33a062ca3a20190dfad594d594a69
  * @title Add organization features
  *
diff --git a/include/upgrader/streams/core/9ef33a06-8f99b8bf.patch.sql b/include/upgrader/streams/core/9ef33a06-8f99b8bf.patch.sql
index da9dbcd29..fc2a4a2a1 100644
--- a/include/upgrader/streams/core/9ef33a06-8f99b8bf.patch.sql
+++ b/include/upgrader/streams/core/9ef33a06-8f99b8bf.patch.sql
@@ -1,5 +1,5 @@
 /**
- * @version v1.8.2
+ * @version v1.9.0
  * @signature 8f99b8bf9bee63c8e4dc274ffbdda383
  * @title Move organization support from UserAccount to User model.
  *
diff --git a/include/upgrader/streams/core/f5692e24-4323a6a8.patch.sql b/include/upgrader/streams/core/f5692e24-4323a6a8.patch.sql
index a75a8372d..5d6a5f2b3 100644
--- a/include/upgrader/streams/core/f5692e24-4323a6a8.patch.sql
+++ b/include/upgrader/streams/core/f5692e24-4323a6a8.patch.sql
@@ -1,5 +1,5 @@
 /**
- * @version v1.8.2
+ * @version v1.9.0
  * @signature 4323a6a81c35efbf7722b7fc4e475440
  * @title Add client login feature
  *
@@ -140,7 +140,7 @@ DELETE FROM `%TABLE_PREFIX%email_template`
 -- thread entries from text to html. Now that the format column exists in
 -- the ticket_thread table, we opted to retroactively add the format column
 -- to the dad45ca2 patch. Therefore, anyone upgrading from osTicket < 1.8.0
--- to v1.8.2 and further will alreay have a `format` column when they arrive
+-- to v1.9.0 and further will alreay have a `format` column when they arrive
 -- at this patch. In such a case, we'll just change the default to 'html'
 SET @s = (SELECT IF(
     (SELECT COUNT(*)
-- 
GitLab