BugPort v1.039 : September 3, 2003, 12:19 pm -------------------------------- Defects: -------------------------------- Other Notes: Testing deployment to WWW again BugPort v1.040 : September 4, 2003, 1:39 pm -------------------------------- Defects: -------------------------------- Other Notes: Fixed bug in SystemStatsPortlet with it hardcoding the schema name instead of using the constant Fixed bug in UserType with it hardcoding the schema name instead of using the constant Added some insertions of fixed rows that were missing from the previous create_tables.sql file Modified create_tables.sql to create example project and users Modified template config.conf to place place sequence tables in the "bugport" schema instead of "bugport_seq" Commented out setting of maxApacheChildMemory in the template config.conf Created new stats page with new statistics portlets, removed portlets from home page for speed improvements. BugPort v1.041 : September 5, 2003, 1:27 pm -------------------------------- Defects: -------------------------------- Other Notes: Added missing angle brackets in AEmail->_getHeaders. BugPort v1.042 : September 9, 2003, 12:33 pm -------------------------------- Defects: -------------------------------- Other Notes: Minor bug fix to HistoryView page - default selection for column drop down did not init in the proper state. Bug in HTML library fixed to address this. Added new getShortFormattedDBTimeStamp() function to the string library. Clean-ups for the new Stats page. Fix bug with bad defined check in webServer::tryKillProcess. Blocked sending emails when in demo mode ADOdb folder now defaults to "adodb" BugPort v1.043 : September 9, 2003, 2:06 pm -------------------------------- Defects: -------------------------------- Other Notes: Modified configuration.php to not throw an error when $home is a link to a directory. Fixed problem with unknown variable "entry" in KeyManager::clearKeyValue. Updated SQL file to include the stat* tables BugPort v1.044 : September 9, 2003, 5:52 pm -------------------------------- Defects: 3431 Deal with project names that have spaces -------------------------------- Other Notes: User::getCurrentUser exits with a better error message when no user has been authenticated. Changed Project.php to properly handle filenames when the project name contains spaces. Removed the ID sequence tables from the create_tables.sql. ADOdb will create the tables as necessary. BugPort v1.045 : September 10, 2003, 9:48 am -------------------------------- Defects: -------------------------------- Other Notes: Fixed AImage->getHTML so that tooltips will appear in Gecko based browsers. BugPort v1.046 : September 12, 2003, 2:44 pm -------------------------------- Defects: -------------------------------- Other Notes: Added hooks for text filters. Made two text filters: one that turns http://... strings into links and one that turns \\server\dir\file.txt into links. Minimal page load time slowdown caused. BugPort v1.047 : September 12, 2003, 2:46 pm -------------------------------- Defects: -------------------------------- Other Notes: tiny enhancement for http:// test filter BugPort v1.048 : September 15, 2003, 2:36 pm -------------------------------- Defects: 3467 Client Type and Server Instance not visible in bug report 3469 Potential problems with new text filters -------------------------------- Other Notes: The "client type" field was added to the details page table. Added '#' as valid URL character for URLHTMLFilter.php BugPort v1.049 : September 29, 2003, 1:08 pm -------------------------------- Defects: -------------------------------- Other Notes: Updated file path construction and URL to file path handling to work under Windows. BugPort v1.050 : September 29, 2003, 2:07 pm -------------------------------- Defects: 3564 Body tag lacks bgcolor attrib -------------------------------- Other Notes: Explicitly setting background color to white. BugPort v1.051 : September 29, 2003, 2:21 pm -------------------------------- Defects: -------------------------------- Other Notes: Replaced the few occurrences of the short PHP tag (_getFormValue. BugPort v1.096 : January 19, 2004, 2:42 pm -------------------------------- Defects: 4015 George and I see same information in "My Recently Viewed Items" portlet and the information is wrong -------------------------------- Other Notes: BugPort v1.097 : January 28, 2004, 3:56 pm -------------------------------- Defects: -------------------------------- Other Notes: Adding fault tolerance for handling bad IDs to RecentItemSetPortlet BugPort v1.098 : January 29, 2004, 1:52 pm -------------------------------- Defects: 4049 Rename config.conf to config.php -------------------------------- Other Notes: updated SQL file with more AUTO_INCREMENT fixed dev problem in user.php BugPort v1.099 : January 30, 2004, 2:11 pm -------------------------------- Defects: 4049 Rename config.conf to config.php -------------------------------- Other Notes: updated SQL file with more AUTO_INCREMENT fixed dev problem in user.php Modified BugPort to read its configuration settings from conf/config.php instead of conf/config.conf. This removes a security concern with unauthorized viewing of the configuration settings by web server users. BugPort will automatically correct this security problem if the web server has write access to the conf directory. If it does not have write access to the conf directory it will continually print out a warning at the top of every page. BugPort v1.100 : February 9, 2004, 10:25 am -------------------------------- Defects: 4041 Cannot add new favorites group .... at least, not one that I can find -------------------------------- Other Notes: Fixed a bug with trying to add a large number of items to a favorites group at one time. BugPort v1.101 : February 25, 2004, 4:03 pm -------------------------------- Defects: -------------------------------- Other Notes: Changed conf/configuration.php to use a default of "RELEASE" for $versionType, so that $versionType does NOT have to be set in conf/config.php. BugPort v1.102 : March 17, 2004, 5:18 pm -------------------------------- Defects: 4177 Send newly submitted issue notification to QA lead as well, expect for what that person submits -------------------------------- Other Notes: BugPort v1.103 : March 17, 2004, 5:36 pm -------------------------------- Defects: -------------------------------- Other Notes: Removed a debugging print statement BugPort v1.104 : April 1, 2004, 4:09 pm -------------------------------- Defects: 4215 possible to add multiple people with the same login name 4213 Admin Tools: When adding a new user, user name is not being added 4212 Admin Tools: Sometimes I have problems adding new random user 3303 Emails getting sent to wrong people? 3762 Stats: Items I have closed in the last 7 days appears to only include items I had ALSO OPENED in that 7 day period 4041 Cannot add new favorites group .... at least, not one that I can find 3920 Home Page portlet "View all X results" returns all project defects? 4214 Admin Tools: If I hit save without making changes to a user, an error occurs 3747 New defects submitted by QA are being assigned Project's default tester as tester 3748 Emails not going to new tester when ChangeTester is performed -------------------------------- Other Notes: Added start of admin tools - currently all you can manage are projects (adding) and users (add/modify) added new isAdmin column added new code to avoid potential ID value conflicts for all database items managed in Bugport BugPort v1.105 : April 1, 2004, 4:15 pm -------------------------------- Defects: -------------------------------- Other Notes: small bug with an IS_DEV... flag BugPort v1.106 : April 1, 2004, 5:14 pm -------------------------------- Defects: 4217 Invalid file names are not caught until they are tried to be accessed -------------------------------- Other Notes: BugPort v1.107 : April 1, 2004, 5:15 pm -------------------------------- Defects: 4217 Invalid file names are not caught until they are tried to be accessed -------------------------------- Other Notes: BugPort v1.108 : April 9, 2004, 1:04 pm -------------------------------- Defects: -------------------------------- Other Notes: Removed uses of "call time pass by reference" in imageLibrary.php to correct minor PHP compatibility problem. BugPort v1.109 : April 19, 2004, 9:17 am -------------------------------- Defects: 4266 Caching issue with populating Submitter / Tester / Developer fields on search page -------------------------------- Other Notes: BugPort v1.110 : April 22, 2004, 9:35 am -------------------------------- Defects: -------------------------------- Other Notes: Added code to allow users to selectively enable debug settings which could be useful when configuring BugPort BugPort v1.111 : April 22, 2004, 10:34 am -------------------------------- Defects: -------------------------------- Other Notes: added credit to bottom of page, formatted time elapsed number BugPort v1.112 : April 26, 2004, 1:10 pm -------------------------------- Defects: -------------------------------- Other Notes: Minor change to handle magic_quotes_gpc being enabled in the SearchForm; however, it is recommended that magic_quotes_gpc be disabled. BugPort v1.113 : April 26, 2004, 2:01 pm -------------------------------- Defects: -------------------------------- Other Notes: Added a check in configuration.php to make sure magic_quotes_gpc is not enabled. The user may disable this check if desired, but it is not recommended. BugPort v1.114 : April 27, 2004, 4:52 pm -------------------------------- Defects: -------------------------------- Other Notes: Fixed compatibility issue with BugPort emails being sent under Windows BugPort v1.115 : April 27, 2004, 9:16 pm -------------------------------- Defects: -------------------------------- Other Notes: Fixed a Windows compatibility issue with attachments BugPort v1.116 : April 28, 2004, 9:55 am -------------------------------- Defects: -------------------------------- Other Notes: Correction to Windows compatibility email fix in 1.114 BugPort v1.117 : May 14, 2004, 3:22 pm -------------------------------- Defects: -------------------------------- Other Notes: BugPort v1.118 : May 19, 2004, 10:32 am -------------------------------- Defects: -------------------------------- Other Notes: added sort by date due to search form Added duedate support to review form - input validation is still rather lacking Added duedate to the item details view BugPort v1.119 : May 19, 2004, 11:12 am -------------------------------- Defects: -------------------------------- Other Notes: better date string formatting BugPort v1.120 : June 1, 2004, 11:24 am -------------------------------- Defects: -------------------------------- Other Notes: Just a simple update to catch some authentication problems, this fix will only help a small percentage of users having trouble with BugPort setup - if BugPort works for you this change will not affect you BugPort v1.121 : June 7, 2004, 2:42 pm -------------------------------- Defects: 4457 Error on specific search -------------------------------- Other Notes: BugPort v1.122 : June 14, 2004, 4:23 pm -------------------------------- Defects: 4463 Cannot search for all issues < 1 day old? -------------------------------- Other Notes: BugPort v1.123 : June 16, 2004, 12:17 pm -------------------------------- Defects: 4558 Stats page is broken -------------------------------- Other Notes: BugPort v1.124 : June 16, 2004, 5:36 pm -------------------------------- Defects: -------------------------------- Other Notes: Added missing items to details page: design hours, client platform performed slight re-org for details page main table to minimize number of rows BugPort v1.125 : June 16, 2004, 5:50 pm -------------------------------- Defects: -------------------------------- Other Notes: small fix to prevent the URLFilter from failing to convert & to & BugPort v1.126 : June 17, 2004, 3:27 pm -------------------------------- Defects: 4571 Old bugs cause error when missing certain fields? -------------------------------- Other Notes: BugPort v1.127 : July 13, 2004, 12:03 pm -------------------------------- Defects: -------------------------------- Other Notes: added ~ as a valid URL char BugPort v1.128 : August 2, 2004, 4:57 pm -------------------------------- Defects: -------------------------------- Other Notes: added new undocumented hacked search feature BugPort v1.129 : August 6, 2004, 9:38 am -------------------------------- Defects: -------------------------------- Other Notes: made the subject line larger in the details view BugPort v1.130 : August 24, 2004, 12:05 pm -------------------------------- Defects: -------------------------------- Other Notes: Changed the quicksearch to only search for active bugs when doing a text search. fixed a table problem in the results view BugPort v1.131 : August 25, 2004, 9:20 am -------------------------------- Defects: -------------------------------- Other Notes: Added a fix to AEmail::send to not send an email when there are no recipients BugPort v1.132 : August 30, 2004, 10:30 am -------------------------------- Defects: -------------------------------- Other Notes: got rid of persistant connection as the default since there is little performance gain BugPort v1.133 : September 14, 2004, 12:37 pm -------------------------------- Defects: -------------------------------- Other Notes: trying to handle magic_quotes_gpc a little better dealing with times when bugport is not installed at the web server root. BugPort v1.134 : September 30, 2004, 10:09 am -------------------------------- Defects: -------------------------------- Other Notes: BugPort v1.135 : October 7, 2004, 11:43 am -------------------------------- Defects: -------------------------------- Other Notes: Added a few more file types to get loaded directly in browser. BugPort v1.136 : October 14, 2004, 10:24 am -------------------------------- Defects: -------------------------------- Other Notes: small improvement to attachment system BugPort v1.137 : October 26, 2004, 2:26 pm -------------------------------- Defects: -------------------------------- Other Notes: Updated URL Filter to only allow colons for the port number (and the http proto) BugPort v1.138 : November 15, 2004, 11:25 am -------------------------------- Defects: -------------------------------- Other Notes: Added RSS feed capability with link on results page Added a page that favorite item sets for all BugPort users (who have favorite item sets) BugPort v1.139 : November 15, 2004, 11:46 am -------------------------------- Defects: -------------------------------- Other Notes: Updating images and index.php which were overlooked in the last update. BugPort v1.140 : November 17, 2004, 11:22 am -------------------------------- Defects: -------------------------------- Other Notes: Added ability to have the configuration.php initialization script print out the configuration settings to aid in diagnosing installation problems. Modified the example conf/config.php script to use single quotes instead of double quotes. This allows Windows users to not worry about escaping \. BugPort v1.141 : November 17, 2004, 2:51 pm -------------------------------- Defects: -------------------------------- Other Notes: Added ADOdb to the standard distribution archive file Made minor compatbility changes for Windows. These compatbility changes are within the BugPort error handler, so ideally this code is never executed. Made changes to work under PHP5. Modified the error_handler to ignore PHP5 compatiblity notices. Added a wrapper around the reflection capabilities of PHP to abstract the differences between PHP4 and PHP5. BugPort v1.142 : November 17, 2004, 3:00 pm -------------------------------- Defects: -------------------------------- Other Notes: Another attempt at fixing PHP 4 / 5 reflection compatibility issues BugPort v1.143 : November 17, 2004, 3:07 pm -------------------------------- Defects: -------------------------------- Other Notes: Fixed problem with the defining of IS_PHP5 within the conf/configuration.php script. BugPort v1.144 : November 17, 2004, 5:22 pm -------------------------------- Defects: -------------------------------- Other Notes: Removed the need to set "$home" in the conf/config.php file. The configuration.php script will now choose an appropriate default. BugPort v1.145 : November 17, 2004, 5:35 pm -------------------------------- Defects: -------------------------------- Other Notes: Fixed some path handling issues under Windows. BugPort v1.146 : November 18, 2004, 12:18 pm -------------------------------- Defects: -------------------------------- Other Notes: Compatibility fix for PHP5. Added array_merge_compat that works like PHP4's array_merge and not like PHP5's array_merge with respect to handling scalars. Fixed all occurrences of array_merge to use the new array_merge_compat instead. BugPort v1.147 : February 9, 2005, 9:36 am -------------------------------- Defects: -------------------------------- Other Notes: fixed issue with item getting "lost" in workflow under certain circumstances