jstanden
09-14-2007, 06:21 AM
* Added a DEMO_MODE toggle to framework.config.php to allow a helpdesk for demonstration purposes that won't send actual outgoing e-mail or allow configuration changes.
* DEMO_MODE will always show the tour.
* Removed all PEAR requirements from the project
* Added a requirement for PHP's GD extension (graphics drawing, so we can do our own CAPTCHA, charts, etc.)
* Removed the requirement for memory_get_peak_usage() in Platform. This is now optionally displayed where available (it was added in PHP 5.2.0)
* Fixed a licensing bug which prevented the creation of new workers.
* Fixed a session issue where php.ini's 'session.auto_start = true' setting would prevent ADODB_Session (database-backed sessions) from starting properly.
* Fixed an issue with some team managers not being able to see their Control Panel in workspaces.
* Added Display Ticket 'series' support. This will continue your current paging from the list/search which you displayed a ticket from, allowing you to next/prev without having to go back to the ticket list.
* The Installer will now verify PHP has at least 16MB of memory available from php.ini
* Simplified the Contact community tool CAPTCHA (4 characters) and removed the Imagemagick requirement.
* DEMO_MODE will always show the tour.
* Removed all PEAR requirements from the project
* Added a requirement for PHP's GD extension (graphics drawing, so we can do our own CAPTCHA, charts, etc.)
* Removed the requirement for memory_get_peak_usage() in Platform. This is now optionally displayed where available (it was added in PHP 5.2.0)
* Fixed a licensing bug which prevented the creation of new workers.
* Fixed a session issue where php.ini's 'session.auto_start = true' setting would prevent ADODB_Session (database-backed sessions) from starting properly.
* Fixed an issue with some team managers not being able to see their Control Panel in workspaces.
* Added Display Ticket 'series' support. This will continue your current paging from the list/search which you displayed a ticket from, allowing you to next/prev without having to go back to the ticket list.
* The Installer will now verify PHP has at least 16MB of memory available from php.ini
* Simplified the Contact community tool CAPTCHA (4 characters) and removed the Imagemagick requirement.