Array
(
    [0] => Warning
    [1] => Undefined array key "language"
    [2] => /home/whmcsdev/public_repo/wbteampro.major-release/installation/modules/addons/wbteampro/initialize.php
    [3] => 282
)
Array
(
    [0] => Warning
    [1] => Undefined property: stdClass::$state
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 942
)
Array
(
    [0] => Deprecated
    [1] => htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 279
)
1.1.1 - Change Log - Knowledgebase - WHMCS Dev
Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

1.1.1 - Change Log Print

  • 0

The following CHANGELOG provides a roadmap of the wbTeamPro development process.

******************************************************
Webuddha wbTeamPro
(c) 2011 Webuddha.com, The Holodyn Corporation - All Rights Reserved
******************************************************

Release Version: 2.1.3
Release Type: Stable Release
Release Date: 2012-10-05

******************************************************
Legend
******************************************************

! = Release Note
^ = Code Update
+ = Feature Added
- = Removed Feature

******************************************************
v100: 03-22-2011
******************************************************

* Launch v100

******************************************************
v101: 04-05-2011
******************************************************

^ {whmcs}/admin/../controllers/ticket.list.php
Corrected Security Prevention of AllTickets List
in client profile

******************************************************
v102: 04-06-2011
******************************************************

^ README.txt
Added the {whmcs}/admin/wbteampro.php file to the
instructions

^ {whmcs}/admin/wbteampro.php
Updated to remove includes from older versions
of whmcs not found in 4.4.2

^ {whmcs}/admin/wbteampro.php
Updated errors on failed file include

******************************************************
v103: 04-06-2011
******************************************************

+ {whmcs}/admin/wbteampro.php
Corrected Missing WHMCS Smarty Logging Function

+ {whmcs}/admin/wbteampro.php
Templates Compile Directory for Default Config

******************************************************
v104: 04-07-2011
******************************************************

+ {whmcs}/admin/wbteampro.php
Added Updated for Addons Menu Bug

^ {whmcs}/admin/../tmpl/header.php
Updated errors on failed file include

+ Exported IonCube v6 & v7 Versions

******************************************************
v105: 04-07-2011
******************************************************

+ {whmcs}/admin/../wbteampro.php
Updated SQL Timezone Implementation

+ {whmcs}/admin/../controller/dashboard.graphs.php
Added GD2 Library Testing Errors

******************************************************
v105b: 04-08-2011
******************************************************

+ {whmcs}/configuration-addons.php
Added Timezone Setting

- {whmcs}/admin/../config.php
- {whmcs}/admin/../wbteampro.php
Removed GMT Offset Setting (now strict SQL
relationship to Timezone set in configuration)

+ {whmcs}/admin/../controller/dashboard.graphs.php
Added Error Catch for Debugging

^ {whmcs}/admin/../wbteampro.php
Updated Variable Comparison for Licenses

^ {whmcs}/admin/../classes/class.auth.php
^ {whmcs}/admin/../classes/class.common.php
^ {whmcs}/admin/../classes/class.html.php
^ {whmcs}/admin/../classes/class.lang.php
^ {whmcs}/admin/../classes/class.request.php
Updated Static Function Definitions

+ README.txt
Added Section for Configuration

******************************************************
v105c: 04-08-2011
******************************************************

^ {whmcs}/admin/../controller/dashboard.graphs.php
Corrected Division by Zero Error

******************************************************
v106: 05-24-2011
******************************************************

^ {whmcs}/admin/../inc/script-min.php
Updated for jQuery v1.4.4

******************************************************
v107: 07-01-2011 Preliminary
******************************************************

! This release is a preliminary to the upcoming
Major release 2.0.0

+ {whmcs}/configuration-addons.php
Added WHMCS_ADDONS_PUBLIC_PATH definition

+ {whmcs}/admin/wbteampro.php
Added Smarty Include
Added Magic Quotes correction
Integrated admin_super_roles

+ {whmcs}/admin/AddOns/whmcs_dbh.php
Added Set Character Encoding
Added getNextID
Added runInsert
Added runUpdate

+ {whmcs}/admin/../config.php
Updated Key Notes
Added access denial
Added super admin note
Added valid_super_roles
Added plugins
Added NULL end of file

+ {whmcs}/admin/../wbteampro.php
Added system version check
Added plugin class
Added email class
Integrated admin_super_roles

+ {whmcs}/admin/../controllers/system.upgrade.php
Added Versioning & DB Install / Upgrade
Cleanup Magic Quotes from database

+ {whmcs}/admin/../classes/class.email.php
Added Email Processing

+ {whmcs}/admin/../classes/class.plugin.php
Added Plugin Processing

+ {whmcs}/admin/../plugins/notifications.php
Added Notifications Plugin

+ {whmcs}/admin/../tables/table.file.php
Added client_visible column & index
Added owner_contactid column

+ {whmcs}/admin/../tables/table.topic.php
Added client_visible column & index
Added owner_contactid column

+ {whmcs}/admin/../tables/table.project.php
Added client_visible column & index
Added project_notes column

+ {whmcs}/admin/../tables/table.action.php
Added client_access column & index
Added client_visible column
Added action_notes column

+ {whmcs}/admin/../tables/table.timelog.php
Added owner_userid column & index
Changed owner_adminid column

^ {whmcs}/admin/../controllers/file.list.php
{whmcs}/admin/../controllers/topic.list.php
{whmcs}/admin/../controllers/project.list.php
{whmcs}/admin/../controllers/action.list.php
{whmcs}/admin/../controllers/timelog.list.php
Implemented admin_super_roles

+ {whmcs}/admin/../controllers/file.list.php
{whmcs}/admin/../controllers/project.action.list.php
{whmcs}/admin/../controllers/project.list.php
{whmcs}/admin/../controllers/project.edit.form.php
{whmcs}/admin/../controllers/project.edit.tabs.php
{whmcs}/admin/../controllers/project.file.view.php
{whmcs}/admin/../controllers/project.file.view.form.php
{whmcs}/admin/../controllers/project.file.view.list.php
{whmcs}/admin/../controllers/project.topic.view.php
{whmcs}/admin/../controllers/project.topic.view.form.php
{whmcs}/admin/../controllers/project.topic.view.list.php
{whmcs}/admin/../controllers/topic.list.php
Added client access controls

^ {whmcs}/admin/../controllers/dashboard.graphs.php
Modified spacing of numbers display to be more
legible.

+ {whmcs}/admin/../controllers/project.copy.php
Added feature for copying project record and
related actions.

+ {whmcs}/admin/../controllers/project.edit.form.php
Added project copy button

^ {whmcs}/admin/../controllers/ajax.projectlist.php
Implemented admin_super_roles

+ {whmcs}/admin/../inc/script.js
Added project copy action confirmation

******************************************************
v1.7.1: 07-01-2011
******************************************************

^ {whmcs}/wbteampro.php
Corrected SSL display error

^ {whmcs}/admin/../classes/class.email.php
Corrected Styles Smarty Literals error

******************************************************
v1.7.2: 07-01-2011
******************************************************

^ {whmcs}/../inc/script.php
^ {whmcs}/admin/../inc/script.php
Corrected jQuery IE Issues

^ {whmcs}/../controller/topic.list.php
{whmcs}/../controller/project.list.php
{whmcs}/../controller/file.list.php
{whmcs}/../controller/dashboard.php
{whmcs}/../controller/action.list.php
{whmcs}/../controller/project.action.list.php
Corrected jQuery IE Issues

^ {whmcs}/admin/../controller/topic.list.php
{whmcs}/admin/../controller/project.list.php
{whmcs}/admin/../controller/file.list.php
{whmcs}/admin/../controller/dashboard.php
{whmcs}/admin/../controller/action.list.php
{whmcs}/admin/../controller/project.action.list.php
Corrected jQuery IE Issues

******************************************************
v1.7.3: 07-02-2011
******************************************************

+ {whmcs}/../inc/script.js
Added Client Area Template Checking
for Custom Tabs

^ {whmcs}/../inc/style.css
Updated for Blend & Simple Templates

+ {whmcs}/../controller/ajax.clientlist.php
{whmcs}/../controller/ajax.projectlist.php
Added HTML Entity Encoding

******************************************************
v1.7.4: 07-05-2011
******************************************************

^ {whmcs}/wbteampro.php
{whmcs}/admin/wbteampro.php
Updated Output Capture for Image Generation,
corrected issue on Windows Servers with
carriage return on file include.

^ {whmcs}/admin/../inc/script.js
Improved Client Tabs for TimeLog Integration

^ {whmcs}/admin/../inc/style.css
Updated Client Tabs Style

^ {whmcs}/admin/../class/class.html.php
Updated Page Title TaskHeader Processor. The
Period is used as a sub-array delimiter since
v170 - updated overlooked taskHeader records.

^ {whmcs}/../lang/english.php
{whmcs}/admin/../lang/english.php
Updated taskheader language records

^ {whmcs}/admin/../controller/project.edit.tabs.php
Updated Language Call

******************************************************
v1.7.5: 07-09-2011
******************************************************

^ {whmcs}/admin/../controller/project.copy.php
Corrected bug with project action record not
copying with new unique table identifiers

^ {whmcs}/../controller/dashboard.php
Dashboard updates to use smarty template

+ {whmcs}/../tmpl/dashboard.tpl
Dashboard smarty template

^ {whmcs}/../lang/english.php
Updated all language records to remove
dashes from the variable names (for smarty)

^ {whmcs}/admin/../lang/english.php
Updated all language records to remove
dashes from the variable names (for smarty)

^ {whmcs}/../controller/*
Updated all controller files to accommodate new
language variables

^ {whmcs}/admin/../controller/*
Updated all controller files to accommodate new
language variables

******************************************************
v1.7.6: 07-11-2011
******************************************************

^ {whmcs}/admin/../controller/system.upgrade.php
Update to SQL injection for `tblemailtemplates`

******************************************************
v1.7.6: 09-01-2011
******************************************************

^ {whmcs}/admin/../wbteampro.php
Update plugin execution order

^ {whmcs}/admin/../controller/system.upgrade.php
Check if templates exist before inserting

^ {whmcs}/admin/../plugins/notifications.php
Corrected Action Expiration Comparison Check
Corrected Action Expiration Date Offset Check

******************************************************
v1.7.7: 09-08-2011
******************************************************

^ {whmcs}/../controller/project.edit.tabs.php
Corrected Language Associations for Tabs

^ {whmcs}/admin/../controller/timelog.list.php
Corrected Language for Status Column

******************************************************
v1.7.7: 09-29-2011
******************************************************

^ {whmcs}/admin/../controller/timelog.list.php
Corrected list ordering, was ignoring column

^ {whmcs}/admin/../controller/project.timelog.trigger.php
Corrected language error on stop trigger

******************************************************
v1.7.7: 10-03-2011
******************************************************

^ {whmcs}/admin/../controller/project.action.list.php
Corrected Invalid Elapsed Display when No Actions

******************************************************
v1.7.7: 10-05-2011
******************************************************

^ {whmcs}/admin/wbteampro.php
Updated Admin Permissions Identification

******************************************************
v1.7.7: 10-06-2011
******************************************************

+ {whmcs}/admin/../lang/french.php
{whmcs}/admin/../lang/portugues.php
{whmcs}/../lang/french.php
{whmcs}/../lang/portugues.php
Added blank language files

+ {whmcs}/admin/../controller/action.list.php
{whmcs}/admin/../controller/project.action.list.php
{whmcs}/admin/../lang/english.php
{whmcs}/admin/../inc/style.css
Added Display Mode Label

******************************************************
v1.7.7: 10-10-2011
******************************************************

+ {whmcs}/admin/../controller/project.list.php
{whmcs}/admin/../inc/style.css
Added Project Status / Completed row classes
Added Light Gray background color to 100% rows

******************************************************
v1.7.7: 10-11-2011
******************************************************

+ {whmcs}/admin/../tables/table.project.php
{whmcs}/admin/../controller/system.upgrade.php
Added `project_function` field to project table

+ {whmcs}/admin/../controller/project.list.php
Added `project_function` filter to queries

+ {whmcs}/admin/../tmpl/menu.php
{whmcs}/admin/../tmpl/sidebar.php
Added Template List Menu Items

+ {whmcs}/admin/../inc/script.js
Added Template Features to New Project Script

+ {whmcs}/admin/../inc/style.css
Added Copy Template Button

+ {whmcs}/admin/../lang/english.php
Added Template Features Language

+ {whmcs}/admin/../controllers/project.edit.php
{whmcs}/admin/../controllers/project.edit.tabs.php
{whmcs}/admin/../controllers/project.edit.form.php
{whmcs}/admin/../controllers/project.action.edit.php
{whmcs}/admin/../controllers/ajax.projectlist.php
{whmcs}/admin/../controllers/action.list.php
{whmcs}/admin/../controllers/file.list.php
{whmcs}/admin/../controllers/timelog.list.php
{whmcs}/admin/../controllers/topic.list.php
{whmcs}/admin/../controllers/dashboard.php
Added Template Features

+ {whmcs}/admin/../controllers/setup.config.php
{whmcs}/admin/../controllers/setup.update.php
Framework for upcoming features

+ {whmcs}/admin/../controllers/project.copy.php
Added Options Form & Functionality
Added File, Discussion, Ticket, Timelog Copy

******************************************************
v1.7.7: 10-14-2011
******************************************************

^ {whmcs}/admin/../classes/class.common.php
Upgraded Elapsed Time Processing for Future Vals

^ {whmcs}/admin/../classes/class.request.php
Upgraded Request Filter for Custom Datasets

+ {whmcs}/admin/../tables/table.project.php
Encapsulated Copy Feature into Project Class

^ {whmcs}/admin/../controllers/project.copy.php
Replaced copy functionality with class call

******************************************************
v1.7.7: 11-04 .. 11-10-2011
******************************************************

+ {whmcs}/admin/../controllers/setup.tabs.php
Added tabs to the Setup area

+ {whmcs}/admin/../controllers/setup.plugin.list.php
{whmcs}/admin/../controllers/setup.plugin.edit.php
Added pages for Plugin management

+ {whmcs}/admin/../table/table.extension.list.php
Added extension table class

+ {whmcs}/admin/../lang/english.php
Updated language for Extensions

- {whmcs}/admin/../lang/english.plugin_notifications.php
Removed, moved into plugin architecture

+ {whmcs}/admin/../wbteampro.php
Added Extension Include
Added Dispatch Include
Added Plugin Triggers
admin_onInitialize
admin_onPrepareView
admin_onBeforeLoadTask
admin_onAfterLoadTask
admin_onFinalizeView

+ {whmcs}/admin/../controllers/project.action.edit.php
Added Plugin Trigger
admin_onSaveActionEditForm

+ {whmcs}/admin/../controllers/project.edit.form.php
Added Plugin Trigger
admin_onRenderProjectEditForm

+ {whmcs}/admin/../controllers/project.edit.php
Added Plugin Trigger
admin_onSaveProjectEditForm

+ {whmcs}/admin/../classes/class.dispatch.php
Added for Plugin / Module event dispatch

- {whmcs}/admin/../classes/class.common.php
Removed triggerAllPlugins (moved to dispatch)

- {whmcs}/admin/../classes/class.plugin.php
Removed Event Triggering (moved to dispatch)

^ {whmcs}/admin/../wbteampro.php
{whmcs}/admin/../controllers/setup.tabs.php
Added / Updated Plugin Triggers

- {whmcs}/admin/../controllers/system.cleanup.php
Removed Plugin Trigger

^ {whmcs}/admin/../controllers/project.topic.view.list.php
{whmcs}/admin/../controllers/project.file.view.list.php
Corrected language on toggle button

+ {whmcs}/admin/../plugins/notifications/notifications.php
{whmcs}/admin/../plugins/notifications/notifications.xml
{whmcs}/admin/../plugins/notifications/lang/english.php
{whmcs}/admin/../plugins/notifications/actions/onInitialize.ActionExpiring.php
{whmcs}/admin/../plugins/notifications/actions/onSaveAction.ActionChanges.php
{whmcs}/admin/../plugins/notifications/actions/onSaveProject.ProjectChanges.php
Corrected language on toggle button

+ {whmcs}/../controllers/blank.php
{whmcs}/admin/../controllers/blank.php
Blank pages for use with custom plugin requests

+ {whmcs}/admin/../controllers/system.upgrade.php
Added 1.7.8 Database Changes
Added Database Flush / Reset Function

+ {whmcs}/admin/wbteampro.php
Added {$charset} value for Smarty
Added {$admin_notes} value for Smarty

^ {whmcs}/admin/../classes/class.request.php
Removed Character Filter to allow utf8 encoding

- {whmcs}/admin/../controllers/ajax.clientlist.php
{whmcs}/admin/../controllers/ajax.projectlist.php
Removed htmlentityencoding() for utf8 encoding

- {whmcs}/wbteampro.php
+ {whmcs}/../wbteampro.php
Migrated preliminary executions

+ {whmcs}/../wbteampro.php
Added client_onRunCron plugin trigger

+ {whmcs}/admin/../classes/class.email.php
Added Smarty Include (triggered when not loaded)

******************************************************
v2.0.0: 11-10 .. 12-24-2011
******************************************************

^ System Migration to WHMCS Module Addons.
Client & Admin system files migrated into
the WHMCS modules/addons system folder.
New structure consisting of the following:

{whmcs}/wbteampro.php
{whmcs}/admin/wbteampro.php
{whmcs}/modules/addons/wbDatabase.php
{whmcs}/modules/addons/wbteampro/{system}
{whmcs}/modules/servers/wbteampro/wbteampro.php
{whmcs}/templates/default/wbteampro.tpl

^ Full system upgrade for new path orientation.
Removal of WHMCS_ADDONS_PATH dependancy
Removal of WHMCS_ADDONS_PUBLIC_PATH dependancy

^ Full system upgrade of Error Notifications
Replaced all possible system errors with
safe on-screen notifications and passive
abort functions.

+ {whmcs}/modules/addons/wbDatabase.php
Replacement of whmcs_dbh class dependancy with
new wbDatabase class for shared usage
across multiple addon packages. Added timezone
management from configuration.

+ {whmcs}/../wbteampro/.htaccess
Security mechanism for Apache preventing all
direct requests, excluding cron.php, images,
javascript, and stylesheets.

+ {whmcs}/../wbteampro/cron.php
Created wbTeamPro Cron callable script for
executing the system_onRunCron plugin event.

+ {whmcs}/../wbteampro/hooks.php
Created WHMCS Hook Handler for Client Header,
Admin Header, and Admin Widget hooks.

+ {whmcs}/../wbteampro/initialize.php
Created new centralized system initialization
for both admin and client systems. Added
timezone management from configuration.

+ {whmcs}/../wbteampro/wbteampro.php
Created WHMCS Module Handler with integration
for Addon Activation and Installation management.
Responsible authority for current version.

+ {whmcs}/../admin/controller.php
Created admin system controller

+ {whmcs}/../wbteampro/client/controller.php
Created client system controller

^ {whmcs}/../wbteampro/inc/
Merged Admin and Client CSS & JS include files
into single system include folder.

+ {whmcs}/../admin/controllers/system.install.php
Created license installation handler.

^ {whmcs}/../admin/controllers/system.upgrade.php
+ {whmcs}/../admin/controllers/system.upgrade-ext.php
Implemented new upgrade strategy
Implemented reKey system license reset
Implemented resetInstall system DB reset
Implemented flushInstall system uninstallation

^ {whmcs}/../admin/controllers/setup.config.php
+ {whmcs}/../classes/class.config.php
Implemented new configuration management system

+ {whmcs}/../admin/controllers/hook.adminareaheadoutput.php
+ {whmcs}/../client/controllers/hook.adminareaheadoutput.php
Hook controllers for system header output

^ {whmcs}/../admin/controllers/project.edit.php
{whmcs}/../admin/controllers/project.edit.form.php
{whmcs}/../admin/controllers/project.list.php
Implemented Project Archive feature

+ {whmcs}/../classes/class.common.php
Added image resize function

+ {whmcs}/../tables/table.file.php
Added file thumbnail function

+ {whmcs}/../admin/controllers/project.file.view.php
{whmcs}/../admin/controllers/project.file.view.list.php
{whmcs}/../client/controllers/project.file.view.php
{whmcs}/../client/controllers/project.file.view.list.php
Implemented File Thumbnail rendering and Image View

+ {whmcs}/../widgets/wbteampro_fileactivity.php
{whmcs}/../widgets/wbteampro_projectactivity.php
{whmcs}/../widgets/wbteampro_ticketactivity.php
{whmcs}/../widgets/wbteampro_timelogactivity.php
{whmcs}/../widgets/wbteampro_topactions.php
{whmcs}/../widgets/wbteampro_topicactivity.php
Created WHMCS Desktop widgets

+ {whmcs}/../classes/class.email.php
Added email logging functionality

+ {whmcs}/../inc/admin-script.js
Added confirmation options

******************************************************
v2.0.1: 12-27-2011
******************************************************

^ {whmcs}/../tables/table.project.php
Added Event table_onProjectCopy
Added Event table_onProjectDelete

^ {whmcs}/../plugins/example/
{whmcs}/../plugins/notifications/
Added Event table_onProjectCopy
Added Event table_onProjectDelete

******************************************************
v2.0.2: 12-28-2011
******************************************************

^ {whmcs}/modules/addons/wbteampro/wbteampro.php
Corrected installation checklist path issues

^ {whmcs}/modules/addons/wbteampro/inc/*.*
Fixed badly packaged css / js files

******************************************************
v2.0.3: 01-06-2012
******************************************************

^ {whmcs}/modules/../class.dispatch.php
Corrected Event Function Dispatch Issue

^ {whmcs}/modules/../class.email.php
Corrected SSL / TLS PHPMailer Error

^ {whmcs}/modules/../class.email.php
Corrected SSL / TLS PHPMailer Error

^ {whmcs}/modules/../notifications.helper.php
Improved Email Error Reporting

^ {whmcs}/modules/../class.common.php
Improved Error Display for Multiple Stack

^ {whmcs}/modules/../admin/english.php
Corrected Archive Mispelling

^ {whmcs}/modules/../admin/english.php
Corrected Archive Mispelling

+ {whmcs}/modules/../admin/setup.config.php
Added additional date formats

^ {whmcs}/modules/../cron.php
Updated License Verification for Cron Request

******************************************************
v2.0.4: 01-24-2012
******************************************************

^ {whmcs}/wbteampro.php
Corrected broken include order causing invalid err

+ {whmcs}/../admin/controller/project.action.gantt.php
{whmcs}/../admin/controller/project.list.gantt.php
{whmcs}/../admin/controller/project.action.gantt.edit.php

^ {whmcs}/../admin/controller/action.list.php
Corrected listing filter error
Added gantt listing

^ {whmcs}/../admin/controller/project.list.php
Added gantt listing

+ {whmcs}/../inc/wbGantt/
Gantt Javascript library

+ {whmcs}/../admin/tmpl/menu-include.tpl
{whmcs}/../admin/tmpl/sidebar-include.tpl
Added customizable Menu & Sidebar tpl files

^ {whmcs}/modules/addons/wbDatabase.php
Changed default from utf8 to latin1
Imports $mysql_charset from configuration.php if defined

^ {whmcs}/admin/wbteampro.php
Corrected Module include global conflict

******************************************************
v2.0.5: 02-20-2012
******************************************************

^ {whmcs}/../classes/class.email.php
Updated cache path for email templates

^ {whmcs}/../inc/wbGantt/wbGantt.js
Improved for speed in large datasets
Added view by Months for wide datasets

^ {whmcs}/../initialize.php
Modified database include for $dbh conflict

^ {whmcs}/../classes/class.common.php
Replace global $dbh request with instance call

******************************************************
v2.0.6: 02-21-2012
******************************************************

^ {whmcs}/../wbDatabase.php
Updated Instance Call

******************************************************
v2.0.7: 02-29-2012
******************************************************

^ {whmcs}/../admin/controller/project.list.php
{whmcs}/../admin/controller/action.list.php
{whmcs}/../admin/controller/file.list.php
{whmcs}/../admin/controller/ticket.list.php
{whmcs}/../admin/controller/topic.list.php
Fixed column sorting on page change

+ {whmcs}/../admin/controller/project.list.php
{whmcs}/../admin/controller/action.list.php
{whmcs}/../admin/controller/topic.list.php
{whmcs}/../admin/controller/file.list.php
Added ifor client name display

^ {whmcs}/../inc/wbGantt/wbGantt.css
{whmcs}/../inc/wbGantt/wbGantt.js
Corrected zIndex layer conflict with DropDown menu
Disabled today indicator when out of range
Increased left column width
Added anchor titles to left column links

+ {whmcs}/../admin/controller/setup.config.php
Added Project Type / Status check on save
Added Action Type / Status check on save

^ {whmcs}/../admin/controller/project.file.view.list.php
{whmcs}/../admin/controller/project.topic.view.list.php
Updated visibility status label

+ {whmcs}/../admin/lang/english.php
^ {whmcs}/../client/controller/project.file.view.list.php
{whmcs}/../client/controller/project.topic.view.list.php
{whmcs}/../admin/controller/project.file.view.list.php
{whmcs}/../admin/controller/project.file.view.form.php
{whmcs}/../admin/controller/project.file.view.php
{whmcs}/../admin/controller/file.list.php
{whmcs}/../admin/controller/project.topic.view.list.php
{whmcs}/../admin/controller/project.topic.view.form.php
{whmcs}/../admin/controller/project.topic.view.php
{whmcs}/../admin/controller/topic.list.php
{whmcs}/../inc/admin-style.css
{whmcs}/../inc/admin-script.js
Added status display / management
Added expand toggle for long detail blocks
Disabled editing functions for closed threads

^ {whmcs}/../tables/table.file.php
Corrected cache path for non-standard template_c

^ {whmcs}/../inc/admin-script.js
{whmcs}/../admin/controller/hook.adminareaheadoutput.php
{whmcs}/../client/controller/hook.clientareaheadoutput.php
+ {whmcs}/../admin/lang/english.php
Added language for ajax search input field

+ {whmcs}/../admin/controller/system.upgrade-ext.php
{whmcs}/../wbteampro.php
Updated installation functions for v2.0.7

******************************************************
v2.0.8: 03-09-2012
******************************************************

^ {whmcs}/../admin/controller/project.edit.php
Updated to return to client page after delete

+ {whmcs}/../admin/controller/project.list.php
Added proper display mode flag on client tab

^ {whmcs}/../wbteampro.php
Upgraded installation checklist to verify that
the System URL and the System SSL URL are Valid

^ {whmcs}/../initialize.php
Corrected rootPath variable typo

^ {whmcs}/../hooks.php
{whmcs}/modules/servers/wbteampro/wbteampro.php
Upgraded server module to store the created
project ID as the service domain.
Implemented the Create / Terminate buttons.
Updated the Invoice Paid hook to check if
domain value exists before creating project.
Removed the "Primary Module" options - this
feature was not working properly.
** The server module will be rebuilt to coincide
with upcoming invoice / billing integration.

******************************************************
v2.0.9: 04-12-2012
******************************************************

+ {whmcs}/../classes/class.email.php
Ignore adding Header if Company Logo undefined

^ {whmcs}/../classes/class.email.php
Replaced Sendmail with phpMail for non SMTP

+ {whmcs}/../admin/controller/system.upgrade-ext.php
{whmcs}/../wbteampro.php
Updated installation functions for v2.0.9

******************************************************
v2.0.10: 04-24-2012
******************************************************

^ {whmcs}/../cron.php
Update password identification for system cron

^ {whmcs}/../initialize.php
Added $customadminpath global for custom admin
path detection during system cron

^ {whmcs}/../wbteampro.php
Updated version identifier

^ {whmcs}/../admin/tmpl/sidebar-include.tpl
Removed duplicate support link

+ {whmcs}/../admin/lang/english.php
error.record_notfound
error.record_undefined
error.record_updatefailed
error.record_incomplete
js.rowSelectEmpty
js.rowSelectConfirm
js.rowInvoiceCreate
js.rowInvoiceCancel
js.rowInvoiceNoItems
invoice.modal.title
invoice.modal.date
invoice.modal.duedate
invoice.modal.taxrate
invoice.modal.applytax
invoice.modal.paymentmethod
invoice.modal.sendinvoice
invoice.modal.autoapplycredit
invoice.modal.rate
invoice.modal.invoiceid
formnav.invoice
listhead.invoice_id
configfield.cron_adminid
configfield.cron_adminid-help
configfield.cron_password-help
configfield.billing.hourly_rate
configfield.billing.hourly_rate-help
configfield.billing.email_invoice
configfield.billing.email_invoice-help
configfield.billing.tax_rate
configfield.billing.tax_rate-help
configfield.billing.apply_tax
configfield.billing.apply_tax-help
configfield.billing.apply_credits
configfield.billing.apply_credits-help
configfield.billing.round_elapsed
configfield.billing.round_elapsed-help

+ {whmcs}/../admin/controllers/action.list.php
Added UI Dialog Flags

+ {whmcs}/../admin/controllers/dashboard.php
Added UI Dialog Flags

+ {whmcs}/../admin/controllers/hook.adminareaheadoutput.php
Added JS language definitions: rowSelectEmpty, rowSelectConfirm,
uiInvoiceCreate, uiInvoiceCancel, uiInvoiceNoItems

+ {whmcs}/../admin/controllers/project.action.list.php
Added UI Dialog Flags

+ {whmcs}/../admin/controllers/project.timelog.invoice.php
New controller for Timelog List Invoicing

+ {whmcs}/../admin/controllers/project.timelog.edit.php
Added support for multiple removals on single request

+ {whmcs}/../admin/controllers/system.cleanup.php
Added Check / Removal of abandoned timelog to
invoice relationships

+ {whmcs}/../admin/controllers/setup.tabs.php
Added billing configuration tab

+ {whmcs}/../admin/controllers/setup.config.php
Added cron_adminid configuration value for WHMCS localAPI()
Added billing congiguration tab

+ {whmcs}/../admin/controllers/system.upgrade-ext.php
Added database updates for 2.0.10

+ {whmcs}/../admin/controllers/ticket.list.php
Added UI Dialog Flags

+ {whmcs}/../admin/controllers/timelog.list.php
Added UI Dialog Flags

+ {whmcs}/../admin/controllers/ui_dialog.php
Added UI Dialog Flags
Added Invoicing Dialog

^ {whmcs}/../classes/class.common.php
Corrected getTime() / getDate() offset value

+ {whmcs}/../classes/class.html.php
Added getTableSortRow() column header thextra

^ {whmcs}/../classes/class.html.php
Corrected field name on selectlist
Corrected option labels on selectlist, radiolist, checklist

+ {whmcs}/../inc/img/bill.png
{whmcs}/../inc/img/qm-dn_btn.png
{whmcs}/../inc/img/qm-up_btn.png
Added images for quickmenu & row billing

+ {whmcs}/../inc/admin-script.js
Added new language definitions
Added filter for TimeDialog
Added filter for TicketDialog
Added toggleExpanderContent()
Added toggleRowConfig()
Added quickMenu class
Added actionTimelog.removeList
Added actionTimelog.invoiceList
Added actionTimelog.invoiceDialogCalc

- {whmcs}/../inc/admin-script.js
Removed togglePluginContent()
Removed togglePluginRowCfg()

+ {whmcs}/../inc/admin-script.css
Invoicing Dialog
QuickMenu Display
Expander Display

+ {whmcs}/../tables/table.timelog.php
Added invoice_id column

+ {whmcs}/../plugins/autobilling/*
Added automated invoicing plugin

+ {whmcs}/../plugins/notifications/inc/admin-style.css
{whmcs}/../plugins/notifications/notifications.php
{whmcs}/../plugins/notifications/notifications.helper.php
Added expander content
Replaced $() with jQuery()

******************************************************
v2.0.11: 04-26-2012
******************************************************

^ {whmcs}/../inc/admin-style.css
Updated expBlock header justification

+ {whmcs}/../inc/client-style.css
Added pre line wrap definition

+ {whmcs}/../admin/controllers/setup.config.php
Added exception for handling missing
timezone_identifiers_list() when PHP < 5.2

******************************************************
v2.0.12: 05-07-2012
******************************************************

+ {whmcs}/modules/addons/wbteampro/index.html
{whmcs}/modules/addons/wbteampro/{all_folders}
Added to all folders to prevent directory listing

^ {whmcs}/../wbteampro.php
Updated version identifier

+ {whmcs}/../tables/table.action.php
Updated filter for client visibility inheritance
Added `action_type` to calculation response

^ {whmcs}/../plugins/autobilling/autobilling.helper.php
Corrected sendinvoice flag for API call

+ {whmcs}/../inc/admin-script.js
Added language values
Upgraded loading indicator to display during more
instances of async communication
Added additional ajax/async success / error alerts
Added toggleTableRowSelect function for row checkbox
Added initModifyActionsDialog for dialog handling
Added action list clickable link for editing
Added projectActionList.removeList for QuickMenu
Added projectActionList.invoiceList for QuickMenu
Added projectActionList.modifyList for QuickMenu

^ {whmcs}/../inc/admin-script.js
Replaced initDateTime function with
initDatePicker: init date only dialog
initDateTimePicker: init date/time dialog
Update invalid statement in toggleTableRowCfg
Modified rs list submission (added rsKey,rsIds)

^ {whmcs}/../inc/client-script.js
Replaced initDateTime function with
initDateTimePicker: init date/time dialog

+ {whmcs}/../inc/admin-style.css
Added table row selected highlighting
Added zIndex for ajax-loading overlay
Added modify actions dialog stylesf

^ {whmcs}/../inc/admin-style.css
Updated action list expand icon
Updated QuickMenu zIndex
Updated QuickMenu links
Disabled IE gradient filter for QuickMenu

+ {whmcs}/../inc/wbSortable.js
{whmcs}/../inc/wbSortable.css
Added functionality for table row sorting icon

^ {whmcs}/../inc/wbGantt/wbGantt.js
{whmcs}/../inc/wbGantt/wbGantt.css
Corrected layering of today marker

+ {whmcs}/../inc/img/list_modify.png
{whmcs}/../inc/img/rowdrag-out.png
{whmcs}/../inc/img/rowdrag-over.png
{whmcs}/../inc/img/rowdrag-target.png

+ {whmcs}/../admin/lang/english.php
Javascript language values
js.uiInvoiceNoItems
js.uiInvoiceSuccess
js.uiModifyAccept
js.uiModifyCancel
Modify Actions dialog
modifyactions.modal.title
modifyactions.modal.th-apply
modifyactions.modal.th-option
modifyactions.modal.th-value
QuickMenu icon labels
quickmenu.delete_rows
quickmenu.invoice_rows
quickmenu.modify_rows

+ {whmcs}/../admin/controllers/action.list.php
Added Invoice Dialog flag
Added Modify Dialog flag
Added QuickMenu Selection / Options
Added list sorting icon

+ {whmcs}/../admin/controllers/hook.adminareaheadoutput.php
Added javascript language values

+ {whmcs}/../admin/controllers/project.action.edit.php
Added additional permission check
Added action type to query response
Added deletelist & modifylist query processors

+ {whmcs}/../admin/controllers/project.action.list.php
Added Invoice Dialog flag
Added Modify Dialog flag
Added QuickMenu Selection / Options
Added list sorting icon

+ {whmcs}/../admin/controllers/project.edit.php
Added client_visible to query response

^ {whmcs}/../admin/controllers/project.timelog.invoice.php
Added rsKey,rsIds list collection
Updated rs list query recognition
Added missing sendinvoice API flag

^ {whmcs}/../admin/controllers/system.upgrade-ext.php
Added database updates for 2.0.12

^ {whmcs}/../admin/controllers/timelog.list.php
Added QuickMenu language

+ {whmcs}/../admin/controllers/ui_dialog.php
Added UAI Dialog Modify Actions flag
Updated DateTime picker

******************************************************
v2.0.13: 06-11-2012
******************************************************

- {whmcs}/modules/servers/wbteampro/wbteampro.php
This server module is in alpha testing **
Stripped previous primary module logic (was failing)

^ {whmcs}/../admin/controllers/ui_dialog.php
Corrected error in Payment Method list affecting
non-upgrade installations

******************************************************
v2.0.14: 06-18-2012
******************************************************

^ {whmcs}/../admin/controllers/project.action.list.php
Corrected missing column in archive list display

+ {whmcs}/../admin/controllers/system.upgrade-ext.php
Added exception for upgrading previous installations
with broken tables

^ {whmcs}/../client/controllers/dashboard.graphs.php
{whmcs}/../admin/controllers/dashboard.graphs.php
Removed ImageAntiAlias requirement
Removed PHP Notice Alerts

+ {whmcs}/modules/addons/wbDatabase.php
Added required changes for WHMCS v5.1.0 RC1

******************************************************
v2.0.15: 06-20-2012
******************************************************

^ {whmcs}/../client/controllers/dashboard.php
{whmcs}/../admin/controllers/dashboard.php
Updated query for project actions (assigned value)

^ {whmcs}/../widgets/wbteampro_topactions.php
Updated query for project actions (assigned value)

^ {whmcs}/../wbteampro.php
Corrected missing class error occurring when
wbTeamPro disabled & changes made on Addons page

^ {whmcs}/../admin/controllers/project.edit.php
Changed redirection on delete to correct listing page

^ {whmcs}/../admin/controllers/project.timelog.invoice.php
Removed timelog note truncation before passing
to invoice dialog. Removed truncation before invoicing.

^ {whmcs}/../admin/inc/admin-script.js
Replaced checkbox check method .attr('checked') with .is(':checked')

+ {whmcs}/../admin/controllers/system.upgrade-ext.php
^ {whmcs}/../admin/controllers/project.action.edit.php
Modified action table title field to VARCHAR(128)

******************************************************
v2.1.0: 07-12-2012
******************************************************

^ {whmcs}/../admin/inc/admin-script.js
Updated blend template integration for WHMCS v5.1.2

^ {whmcs}/../admin/inc/admin-style.css
Updated blend template integration for WHMCS v5.1.2

+ {whmcs}/../admin/inc/admin-script.js
Added autogrow feature to action editor

^ {whmcs}/../wbteampro.php
Updated adminid recognition
Updated installation to activate home screen widgets

+ {whmcs}/../admin/controllers/project.edit.tabs.php
Added counters to project editing tabs

******************************************************
v2.1.1: 07-17-2012
******************************************************

^ {whmcs}/modules/servers/wbteampro/wbteampro.php
Corrected wbTeamPro detection function

^ {whmcs}/../admin/inc/admin-script.js
{whmcs}/../admin/inc/admin-style.css
{whmcs}/../admin/controllers/ui_dialog.php
Updated .btn class to resolve conflict WHMCS update
Replaced GET Requests with POST Requests

^ {whmcs}/../admin/controllers/project.timelog.edit.php
Modified for POST request

^ {whmcs}/../admin/controllers/project.timelog.trigger.php
Modified client name display

+ {whmcs}/../classes/class.request.php
Added getUserStateRequest function for session cache

+ {whmcs}/../admin/controllers/action.list.php
{whmcs}/../admin/controllers/file.list.php
{whmcs}/../admin/controllers/project.list.php
{whmcs}/../admin/controllers/ticket.list.php
{whmcs}/../admin/controllers/timelog.list.php
{whmcs}/../admin/controllers/topic.list.php
Implemented session cache of list sorting

******************************************************
v2.1.2: Beta Release
******************************************************

^ {whmcs}/../admin/controllers/project.timelog.invoice.php
{whmcs}/../admin/controllers/setup.config.php
{whmcs}/../admin/lang/english.php
Added billing item line description formatting option
Updated config post values to base64 / mod_sec fix

+ {whmcs}/../inc/client-style.css
Updated / Added new styles for default theme

+ {whmcs}/../admin/controllers/project.edit.tabs.php
Added admin_onPrepareProjectEditTabs event
Added custom tab display format model

+ {whmcs}/../admin/controllers/setup.plugin.list.php
Added plugin_onBeforeUninstall event

+ {whmcs}/../admin/controllers/ticket.create.php
{whmcs}/../admin/controllers/ui_dialog.php
{whmcs}/../admin/lang/english.php
{whmcs}/../inc/admin-script.js
Added send email on ticket create toggle

******************************************************
v2.1.2: Stable Release
******************************************************

+ {whmcs}/modules/addons/wbDatabase.php
Added getRow() function

^ {whmcs}/../plugins/notifications/notifications.helper.php
{whmcs}/../plugins/notifications/alerts/onRunCron.ActionExpiring.php
{whmcs}/../plugins/autobilling/autobilling.helper.php
{whmcs}/../classes/class.config.php
{whmcs}/../classes/class.dispatch.php
{whmcs}/../classes/class.html.php
{whmcs}/../admin/controllers/action.list.php
{whmcs}/../admin/controllers/file.list.php
{whmcs}/../admin/controllers/project.action.gantt.php
{whmcs}/../admin/controllers/project.action.list.php
{whmcs}/../admin/controllers/project.file.view.php
{whmcs}/../admin/controllers/project.list.php
{whmcs}/../admin/controllers/project.timelog.invoice.php
{whmcs}/../admin/controllers/project.topic.view.php
{whmcs}/../admin/controllers/setup.plugin.list.php
{whmcs}/../admin/controllers/supporttickets.tab.php
{whmcs}/../admin/controllers/ticket.list.php
{whmcs}/../admin/controllers/timelog.list.php
{whmcs}/../admin/controllers/topic.list.php
{whmcs}/../client/controllers/action.list.php
{whmcs}/../client/controllers/file.list.php
{whmcs}/../client/controllers/project.action.list.php
{whmcs}/../client/controllers/project.file.view.php
{whmcs}/../client/controllers/project.list.php
{whmcs}/../client/controllers/project.topic.view.php
{whmcs}/../client/controllers/ticket.list.php
{whmcs}/../client/controllers/topic.list.php
{whmcs}/../tables/table.file.php
{whmcs}/../tables/table.project.php
{whmcs}/../tables/table.timelog.php
{whmcs}/../initialize.php
{whmcs}/../wbteampro.php
Implemented getRow() request

+ {whmcs}/admin/wbteampro.php
Added new backup sidebar rendering feature

******************************************************
v2.1.3: Stable Release
******************************************************

^ {whmcs}/../admin/controllers/setup.config.php
BUG FIX: Yes/No Fields saving incorrectly

+ {whmcs}/../admin/controllers/setup.config.php
{whmcs}/../admin/lang/english.php
{whmcs}/../admin/controllers/system.upgrade-ext.php
{whmcs}/../admin/controllers/project.action.list.php
Added collapse_complete option for actions

******************************************************
End
******************************************************


Was this answer helpful?

« Back

Powered by WHMCompleteSolution