if( "{Example}" == "example" )
{
Example is equal to example
}
- PHP Functions Support as <#FUNC(***)/#>
ex:
<#date('d-m-y',time())/#>
- Blocks for Templates Available.
ex:
[#oldTPL
HTML HERE
/#oldTPL]
!-EXAMPLE_BLOCK-!>
- Many Template Files Merged to Decrease the Files.
- New Ticket Notification Mail Now Contains Title And Message of New ticket.
- Tickets table now stores the number of replies made to a ticket and thus saving 1 query per ticket.
- Admin/Staff Main Pages changed and a seperate page created for ticket views.
Main Page includes :
- Open Tickets Count.
- Private Messages Count ( Unread only ).
- Announcements.
- Members Main Page now includes announcements which aren't expired yet.
BUG FIXES :
= Beta 1 :
- Fetch Mail Configurations Not being updated in v0.4-0.5*
- If fields count more than the no. of fields in the ticket being edited, all the fields had value of NULL
- Notes.PHP template broken while adding a Note.
- Waiting For error when responses added through email.
- Missing TPL Vars Fixed.
- Some mySQL queries errors resolved.
- L_TYPE missing in the member area file.
// ---------------------------------------------------//
// ---------------------------------------------------//
.:: Release v0.6 Beta - Final ::.
// ---------------------------------------------------//
--- 0.6 Releases
0.6 Final Released : February 23, 2004
0.6 Beta 2 Released: January 26, 2004.
0.6 Beta 1 Released: January 20, 2004.
NEW FEATURES :
- Saved Responses.
- Create/Edit/Delete Knowledge Base Groups.
- Mail piping (Very Beta Stage)
- F.A.Q. And STAFF Rating Available : 0 - 5
- TroubleShooter Available
- Suspend Members
OTHER CHANGES :
- Staff are now forbidden to edit all FAQ except the one that belongs to the particular staff.
- Table extensions can be changed while installation, the default is phpdesk_*.
- Ticket Editing/Deleting/Creating excluded from the admin.php,index.php,staff.php and put in one file named
ticket.php and thus saving space and easy editing.
- Some files are better commented now.
BUG FIXES :
= Final :
- Mail -> Ticket SQL query error fixed.
= Beta 2 :
- 'rating' Field Missing Where Upgraded.
- Search results having Wrong Links to ticket view.
= Beta 1 :
- Fetch Mail Configurations Not being updated in v0.4-0.5*
- If fields count more than the no. of fields in the ticket being edited, all the fields had value of NULL
- Notes.PHP template broken while adding a Note.
- Waiting For error when responses added through email.
- Missing TPL Vars Fixed.
// ---------------------------------------------------//
// ---------------------------------------------------//
.:: Release v0.5 Beta - Final ::.
// ---------------------------------------------------//
--- 0.5 Releases
0.5 Beta 2 Released: January 02, 2004.
0.5 Beta 1 Released: January 01, 2004.
NEW FEATURES :
- Set Signatures.
- Multiple Templates Choice.
- Members Can Search Tickets Of their Own.
- Search by Member Name Available.
- Search responses.
- Ability to Suspend Members.
- Add/Edit/View Servers for Status Viewing.
OTHER CHANGES :
- Staff signature viewable in all tickets.
- Template Text Set in lang_en.php in form of variables. i.e. $tpl['***']
BUG FIXES :
= Final :
- While Installation, the tpl_dir path being the full while it have to be the mini-path.
- Table doesn't exists error for responses created through email piping.
= Beta 2 :
- Function missing on all the files which doesnt includes the file named common.php.
= Beta 1 :
- Mail not deleted from inbox if its a reply.
- mySQL Error when a response added from email.
- PMs fields not filled while replying.
// ---------------------------------------------------//
// ---------------------------------------------------//
.:: Release v0.4 Beta - Final ::.
// ---------------------------------------------------//
--- 0.4 Releases
0.4 Final Released: December 24, 2003.
0.4 Beta 1 Released: December 13, 2003.
NEW FEATURES :
- Search Tickets
- Add/Edit/Delete Staff Notes
OTHER CHANGES :
- Disabled users from opening tickets in EMAIL group as it is just for Fetched Mails.
- A common file created to allow more files just than one, i.e. modules can be created easily now.
- Templates are well documented now.
BUG FIXES :
= Beta 1 :
- Response mails weren't send due to a problem with code.
// ---------------------------------------------------//
// ---------------------------------------------------//
.:: Release v0.3 Beta - Final ::.
// ---------------------------------------------------//
--- 0.3 Releases
0.3 Final Released: December 10,2003.
0.3 Beta 1 Released: December 5, 2003.
NEW FEATURES :
- Knowledge Base added.
- Custom Fields for tickets can be added now.
OTHER CHANGES :
- Version Information specified along with copyright.
BUG FIXES :
= Beta 1 :
- mySQL error while installation for most of the systems using cPanel.
// ---------------------------------------------------//
// ---------------------------------------------------//
.:: Release v0.2 Beta - Final ::.
// ---------------------------------------------------//
--- 0.2 Releases
0.2 Final Released: December 2, 2003.
0.2 Beta 2 Released: November 28, 2003.
0.2 Beta 1 Released: November 27, 2003.
NEW FEATURES :
- Fetching of mail through IMAP/POP3 and conversion to tickets available.
OTHER CHANGES :
- Added validation for most of the editing/adding stuff.
BUG FIXES :
= Beta 1 :
- A user could set his tickets/page to 0 and then get unexpected errors.
// ---------------------------------------------------//
// ---------------------------------------------------//
.:: Release v0.1 Beta - Final ::.
// ---------------------------------------------------//
--- 0.1 Releases
0.1 Final Released: November 22, 2003.
0.1 Beta 2 Released: November 20, 2003.
0.1 Beta Released: November 18, 2003.
NEW FEATURES :
- ALL THE FEATURES AVAILABLE IN EXOPHPDESK, FIRST RELEASE.
OTHER CHANGES :
- Created some variables with query commands which are used abundantly throughout the script operations, so as to lessen the size.
- Changed the layout of the admin CP categorizing the tickets in departments, as it was in Staff CP ago.
BUG FIXES :
= Final :
- Anyone could use Lost Password retrieval and reset password for anyone, though it would be only viewable by the user it was changed for, bug no more exists.
- In staff CP, the footer of each group was missing, bug solved.
// ---------------------------------------------------//
// Project Start Date: November 10, 2003.