CHANGELOG.TXT
上传用户:gzy2002
上传日期:2010-02-11
资源大小:1785k
文件大小:4k
源码类别:

电子政务应用

开发平台:

Java

  1. ############################ v2.0.1 ############################
  2. The following features where added in this version:
  3. - techs can specify name when creating user
  4. - now ticketlog sending attachments
  5. - added option in db class to give warning on errors
  6. - added debug view of environment variables
  7. - upgrade system which preserves templates/words
  8. - tech gateway no longer relies on from: email, can send from any email account
  9. - Added russian language
  10. The following bugs / minor improvements where resolved / added in this version:
  11. - fixed display of categories in ticketlog
  12. - fixed display of article question in faq articles
  13. - improved get_data() function to reduce SQL calls
  14. - removed duplicate calls to srand/mt_srand
  15. - improved randomness of ticket generator
  16. - add prefilled timezone to user creation
  17. - fixed sending techs emails when a user validates themselves
  18. - fixed sending category/priority/tech name to techs when using POP3 mail collection
  19. - don't send any more subject duplication warning errors after 3rd duplication
  20. - improved handling of tech level gateway errors
  21. - empty gateway_auto table when clearing gateway errors
  22. - fixed problem with sending gateway error email to users without email
  23. - added notice to turn on email gateway in gateway accounts
  24. - fix query to find merged ticket in email gateway
  25. - fixed problems related to tech reply by email
  26. - consistant code for tech/email reply by email; require the ticketauth now beta emails have expired
  27. - order categories by ordering in tech/tickets/newticket.php
  28. - fixed display of faq rating on category template, and added relevant % sign to template
  29. - don't show faq ratings on view article list when ratings are disabled
  30. - updated error message for license problem
  31. - problem when tech turns off emailing a reply
  32. - fixed problem with ticket ref duplication in email interface
  33. - fixed problem with techs creating users
  34. - problem with sending replies when no gateway account created
  35. - n attached to edit user error messages
  36. - fixed jump message when updating ticket from ticketview
  37. - update_user_details($user_details);; removed ;
  38. - fixed tech update password problem
  39. - sizing for jump()
  40. - global of $db in log_pop_error()
  41. - fixed css include path in get_css() function
  42. - fixed error when faq is set to be view only by logged in users [bug #9150-JCOC-2358]
  43. - increased number of tickets to show on front page (500) but limit each section to 100
  44. - add note that if there are 500 tickets on front page to say there are more
  45. - fixed user check when downloading attachments
  46. - fixed sending sms emails to techs upon user ticket reply
  47. - rewrite of techemail():
  48. - more reuse of code
  49. - fix variable replacement
  50. - fix attachment sending
  51. - addslashes() in log_pop_error
  52. - fixed find_email() function in /email/functions.php
  53. - fixed problem on custom field searching
  54. - fixed jumping to saved search
  55. - check for array on mulit_array2sql
  56. - fixed problem with disabled user in userland so they user can go somewhere
  57. - don't run ini_set() when we are in safe_mode (for timezone)
  58. - fixed htmlspecialchars() of ', " and & in ticketview
  59. - include password in emails sent when a user has registered but does not log in
  60. - don't send user attachments they sent to us in user.php
  61. - fixed problem with adding empty header to send emails
  62. - fixed problem with attachments when techs reply
  63. - fixed problem with tech creating new ticket that is unnassigned and specifiying custom fields
  64. - removed many duplicate indexes and general database schema improvements
  65. - updated 2 missing variables in CSS
  66. - fixed in_array() error in /tech/popup.php / don't only show max 5
  67. - fixed '/" problem in faq footer + fixed a problem an early fix of this had caused
  68. - fixed 2 spelling errors in english words
  69. - fixed handlers/gateway confusion in creating/editing pop3 accounts
  70. - rewrite of install system
  71. - fix log queries problem in db class for install/upgrade
  72. - fixed problem with editing words and only custom words showing up
  73. - fixed display of non roman languages on edit words / edit email templates
  74. - fixed display of non roman languages in form elements (e.g. custom fields)
  75. - fixed restoring email template from backup
  76. - fixed private messaging overwrite of subject with message
  77. - fixed problem assigning private message to multiple people
  78. - fixed updating words, setting them as changed for upgrade purposes and for translation