#------------------------------------------------------------- # $Id: CHANGELOG 353 2007-05-30 16:32:59Z dbs $ #------------------------------------------------------------- # This is the Keystone2 Changelog. This should reflect all # functionality changes as each release goes out. #------------------------------------------------------------- release-0.90.30 * released on 2007-05-30 * Changed default 'short date format' to match long format, just shorter [dbs] * Fixed problems with dates in reports * Fixed contacts reports to do simple address / phone number listings [dbs] * re-enabled Accessories editing and updating [dbs] * Fixed many bugs in Contacts (not showing fields, delete failing, etc) [dbs] * Took out tons of unused / redundant code in nbrowse [dbs] * Basically rewrote the resources module [dbs] * Replaced menus with new navigation module, removed from nbrowse [dbs] * Updated 'update counters' function to new display model [dbs] * Fixed a problem with Runreports not parsing properly [thanks DLB!] * Fixed non-escaped single quotes in filter editor [dbs] * Fixed search and jump to functions [dbs] release-0.90.20 * released on 2007-01-07 * re-enabled the 'add child' button in slip zooms [dbs] * added ability to target auto-generated forms to new windows [dbs] * fixed various rendering problems in reports [dbs] * fixed slip editors for bugtrack info, adding followup generation [dbs] * added bugtracking table editors back into maintenance page [dbs] * fixed formatting of auto-generated email [dbs] * fixed a problem with 'public' settings not sticking [dbs] * redid color by priority into CSS. now works. [dbs] * fixed problem in stripslashes() views [dbs] * fixed MANY problems in Contacts. Basically overhauled [dbs] * Added alt tags to many IMG SRC entries [dbs] * Made 'Contacts' pulldown on slips work correctly [dbs] release-0.90.10 * released on 2005-06-06 * Fixed personal settings / preferences save [dbs] * Fixed email notifications - wouldn't work without register_globals [dbs] * reworked mail dialog boxes to new design [dbs] * Fixed display of closed date on unclosed slips [dbs] * Followups, closing, editing slips works now with GLOBALS off [dbs] * Fixed debugging information in picker browser [dbs] * Redesigned 'properties' screen for new Box() layout and GLOBAL issues [dbs] * Fixed problem in MySQL definitions causing failure on setup [dbs] * Updated license file [dbs] * Fixed login process to not use GLOBAL vars [dbs] * Allow reporting for years greater than 2005 [hawke] * Much work to support running with register_globals turned off [dbs] release-0.90.09 * released on 2004-05-28 * Major updates of the contacts management functions * Updated the docs/FAQ document with some more information * re-added contact tag querying in visitor page * Fixed text-align: problem that was causing bad formatting in some browsers * add html DOCTYPE declaration to header * self-close (some) tags when necessary * quote (some) attribute values * add alt text for (some) images * lower-case "post" * correction to end comment location (screwed up close tags) * terminated some unterminated tags (no '>') * index.php now validates release-0.90.08 * fixed handling of $sys_switch_followup on followups (was ignored) * fixed logic bug not allowing deletes in browse * fixed displays of wrong copyright date * updated 'search' results on slips to correct format release-0.90.07 * released on 2003-12-16 * fixed comment format problem in struct/classes.pgsql * slips children view now shows text status * fixed hover CSS to work on 'flipped' rows. * changed the mysql db_connect function to use $db_name rather than hardcoded 'keystone' * rearranged the add/edit slip view. * Added an option to allow the addition of auto-prioritization. Defaults to 'off' of course. * changed HTML layout on slipzoom, include close details in info * fixed non-posting of close date/tech to slip when closed * added full display of slip children, and link to slips from slipzoom * when closing a slip via 'slip close', actually change the status. * Quickslips in main window select properly * added pixel offsets in CSS to clean up complex views * added cleanup of escaped slashes in main slips view * fixed select_db problem in mysql.php that would cause 'no database selected' error * fixed typo / wrong include in reports.php release-0.90.06 * released on 2003-11-01 * fixed 'bare word' errors in k2logic * fixed deprecated mysql() call in mysql.php3, renamed to mysql.php * made closeslip and addfollowup use the same methods in k2logic release-0.90.05 * released on 2003-08-24