home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / dotproject / modules / ticketsmith / CHANGELOG < prev    next >
Encoding:
Text File  |  2001-10-18  |  4.8 KB  |  125 lines

  1. -----------
  2.  Changelog
  3. -----------
  4.  
  5. * v0.6.3 - Mon Jun 04 2001 - Justin R. Miller <justin@voxel.net>
  6.  
  7.     - fixed fatal bug in gateway with attachment info
  8.     - fixed fatal bug in gateway with email header quotes
  9.     - fixed bug in ticket view with showing empty Cc: field
  10.     - fixed bug in search results with email address formatting issue
  11.  
  12. * v0.6.2 - Mon Jun 04 2001 - Justin R. Miller <justin@voxel.net>
  13.  
  14.     - cleaned up email address quoting
  15.     - added editable recipient field
  16.     - added attachment indicator
  17.     - properly escape special (i.e. HTML) characters in view.php
  18.     - slight interface tweaks (including longer input fields)
  19.     - fixed slight bug in assignment pull-down in showing admin account
  20.     - fixed "latest followup" bug for tickets with no followups
  21.     - get rid of \r\n-style carriage returns in incoming parent tickets
  22.     - moved contributors to CREDITS file
  23.  
  24. * v0.6.1 - Wed May 16 2001 - Justin R. Miller <justin@voxel.net>
  25.  
  26.     - fixed critical bug with improper ticket parents
  27.     - added view for "my" tickets
  28.  
  29. * v0.6 - Wed May 2 2001 - Justin R. Miller <justin@voxel.net>
  30.  
  31.     - fixed logout bug
  32.     - fixed disappearance of strings that look like HTML tags
  33.     - changed X-Mailer header to reflect new project URL
  34.  
  35. * v0.6pre1 - Thu Apr 5 2001 - Justin R. Miller <justin@voxel.net>
  36.  
  37.     - fix for gateway.pl warnings (thanks to Eric Peters <egpeters@u.washington.edu>)
  38.     - can now enable/disable wordwrapping on badly-formatted messages (i.e. support for PHP4 < 4.0.2 again)
  39.     - changed default search direction to descending (usually want to see newer messages first)
  40.     - can now edit subject in followups
  41.     - URL highlighting in ticket bodies
  42.     - added option to go to parent or latest followup from index
  43.     - added weeks, months, and years to ticket ages
  44.     - added option to change followup navigation ordering
  45.     - added date to search results
  46.     - cleaned up wordwrapping
  47.     - minor cosmetic tweaks
  48.     
  49. * v0.5.1 - Mon Mar 5 2001 - Justin R. Miller <justin@solidlinux.com>
  50.  
  51.     - minor tweaks to README and common.inc.php
  52.     - fixed "followup to staff member" bug
  53.  
  54. * v0.5 - Wed Jan 31 2001 - Justin R. Miller <justin@solidlinux.com>
  55.  
  56.     - fixed gateway.pl timestamp insertion to be MySQL server-side
  57.     - brought back followups & comments to followups & comments
  58.     - added wrapping of long ticket bodies in viewing and followup quoting
  59.     - refined search depth to include type of parent ticket
  60.     - added search results sorting controls
  61.  
  62. * v0.4.1 - Mon Jan 29 2001 - Justin R. Miller <justin@solidlinux.com>
  63.  
  64.     - fixed admin login bug
  65.     - admin authentication cleanup
  66.     - fixed ticket reopening upon followup
  67.     - fixed slash problems in emails
  68.     - fixed expunge of multiple tickets
  69.     - slight fix to Cc: handling
  70.     - fixed Re: handling
  71.  
  72. * v0.4 - Wed Jan 24 2001 - Justin R. Miller <justin@solidlinux.com>
  73.  
  74.     - many, many code cleanups and bug fixes
  75.     - minor tweaks to database schema (see UPGRADE)
  76.     - added X-header to followup mailing
  77.     - many aesthetic improvements
  78.     - converted to PHP4 session management
  79.     - increased email database field sizes
  80.     - fixed search (with slightly less features for now)
  81.     - fixed bidirectional sorting by column on index
  82.  
  83. * v0.3.1 - Wed Jan 17 2001 - Justin R. Miller <justin@solidlinux.com>
  84.  
  85.     - fixed missing followup_id column in table.schema
  86.  
  87. * v0.3 - Mon Jan 15 2001 - Justin R. Miller <justin@solidlinux.com>
  88.  
  89.     - rudimentary searching through tickets enabled (Garrett)
  90.     - added ticket sort controls (Garrett)
  91.     - addition of staff comments added (Garrett)
  92.     - paging through followups (Jim)
  93.     - multiple pages of tickets (Garrett)
  94.     - indication of who made a followup (Jim)
  95.     - author of last followup shown on main page (Jim)
  96.     - minor aesthetic improvements (Jim)
  97.     - switch to VPL (Voxel Public License)
  98.  
  99. * v0.2 - Sun Aug 13 2000 - Justin R. Miller <justin@solidlinux.com>
  100.  
  101.     - added visual ticket age warning
  102.     - renamed *.inc to *.inc.php for security
  103.     - got rid of $HTTP_POST_VARS for portability
  104.     - fixed addslashes routines (checks for magic_quote_gpc)
  105.     - added better comments and documentation
  106.     - added email receipt notification option
  107.     - updated logout force time
  108.     - added priority flag for internal staff use
  109.     - added elapsed ticket time display
  110.     - changed followup layout
  111.     - reordered ticket sort (priority, then age)
  112.     - added 'From' line in followup post section
  113.     - cleaned up signature inclusion
  114.     - cleaned up authentication
  115.     - abstracted all MySQL-specific functions to common.inc.php
  116.     - announced mailing list
  117.     - added ticket deletion
  118.     - added user admin tool
  119.     - changed 'Logout' to 'Change user' to reflect admin user
  120.     - changed ticket type navigation on main screen
  121.  
  122. * v0.1 - Sun Jul 30 2000 - Justin R. Miller <justin@solidlinux.com>
  123.  
  124.     - initial release
  125.