Forums



 
May 17, 2012, 02:58:24 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Changelog for V2.8.4 (Stable) to V2.8.8 (Stable)  (Read 1375 times)
ThinkingMind
Administrator
Newbie
*****
Posts: 9


View Profile Email
« on: November 02, 2010, 05:36:08 AM »

Below is the list of files and folders that were modified in version change from Vision Helpdesk V2.8.4 to V2.8.8 Stable

/integration/whmcs/moduels/support/vision/class_action.php
/integration/whmcs/moduels/support/vision/class_pipe.php
/integration/whmcs/moduels/support/vision/class_smtp.php

/action.php
/class_action.php
/class_connection.php
/class_pipe.php
/class_smtp.php

/lang/English.php


/manage/ticket.php
/manage/repository.php
/manage/search.php
/manage/admin.php
/manage/graph.php

/manage/js/tickets.js
/manage/js/repository.js
/manage/js/admin.js
/manage/js/admin_leftpane.js

/manage/modules/module_ticket.php
/manage/modules/module_admin.php

/manage/functions/functions_ticket.php
/manage/functions/functions_admin.php

/manage/classes/class_pipe.php
/manage/classes/class_parser.php
/manage/classes/class_ticket.php
/manage/classes/class_cron.php
/manage/classes/class_parsercore.php
/manage/classes/class_smtp.php
/manage/classes/class_mail.php
/manage/classes/class_repository.php
/manage/classes/class_admin.php


MS-TNEF Plugin
/manage/plugins/attachment_tnef/


Mysql Changes
Code:
alter table `vis_tickets` change `subject` `subject` text   NULL
CREATE TABLE `vis_comments` (                      
                `cmid` int(15) unsigned NOT NULL AUTO_INCREMENT,  
                `flid` int(15) unsigned DEFAULT NULL,            
                `fltype` tinyint(2) DEFAULT '0',                  
                `content` text,                                  
                `submitter` tinyint(1) DEFAULT '0',              
                `subid` int(15) DEFAULT NULL,
                `dateline` int(15) DEFAULT NULL,                    
                PRIMARY KEY (`cmid`)                              
              );
CREATE TABLE `vis_rating` (                              
              `rtid` int(15) unsigned NOT NULL AUTO_INCREMENT,      
              `flid` int(15) unsigned DEFAULT NULL,                  
              `stid` int(15) unsigned DEFAULT NULL,                  
              `clid` int(15) unsigned DEFAULT NULL,                  
              `rating` int(15) DEFAULT '3',                          
              `fltype` tinyint(2) DEFAULT '0',                      
              PRIMARY KEY (`rtid`)                                  
            )
insert into `vis_emailtemplate` (`mail_type`, `dmid`, `subject`, `content` ) values (6, 0, 'User registration pending',  'Dear $username<br><br>Thank you for registering with our support system.<br><br> You are receiving this email as confirmation of your registration application and to inform you that someone from our team will assess the application and get in touch with you shortly.<br><br> Kind regards,<br>Support Team. ' );
alter table `vis_smtpmail` add column `dpid` int (15)  NULL  after `status`, add column `set_default` tinyint (1)  DEFAULT '0' NULL  after `dpid`;
update `vis_settings` set content="2.8.8 (Stable)" where title="version";
« Last Edit: November 03, 2010, 05:18:02 AM by ThinkingMind » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!

Home | Products | Purchase | Support | Company | Community Forums | Contact | Site Map
© 2008. ThinkSoftwares.Net All Rights Reserved
Terms & Conditions