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 (<?) with the long PHP tag (<?php) for better portability.



BugPort v1.052 : October 1, 2003, 2:44 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Altered the table definition file, so that iuser.currentProject_id is "NOT NULL".

Users with previous installs should run the SQL statement "ALTER TABLE iuser MODIFY currentProject_id INT NOT NULL".  If you have any iuser entries with a null currentProject_id, you should run the following SQL "UPDATE iuser SET currentProject_id = 1 WHERE currentProject_id IS NULL" before applying the not null constraint.

Improved error checking in User::getCurrentUser to ease debugging of installation issues.



BugPort v1.053 : October 2, 2003, 3:30 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Improved error messages when trying to login as an invalid user.

Improved error messages for bad database connection settings.



BugPort v1.054 : October 21, 2003, 4:48 pm
--------------------------------
Defects:
3303 Emails getting sent to wrong people?
3663 Sub-project isn't sticking...
3621 "Viewing x items" not displaying in some search results cases


--------------------------------
Other Notes:
Modified email handler to send to the tester, developer, and project designers when a comment, attachment, or related item is added to an item.

Fixed an issue with the review form not correctly setting the subproject. Existing users will probably have incorrect subproject_ids in their report table.

The script php/admin/fixSubprojects.php will fix this if there is only one subproject for each project. If a project has more than one subproject changes will need to made to the fixSubprojects.php script to handle your specific projects.



BugPort v1.055 : October 21, 2003, 5:07 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Fixing an issue with "Needs More Info" and project designers created by the last update.



BugPort v1.056 : October 29, 2003, 3:08 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Added client and server detected and fixed versions to output table of getCSV.php



BugPort v1.057 : October 29, 2003, 3:11 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Fixed a broken version retrieval in getCSV.



BugPort v1.058 : November 3, 2003, 2:21 pm
--------------------------------
Defects:
3743 Change to omitting the triggering user as a recipient of notification emails
3744 Changes to the set of users allowed to "Verify" an item


--------------------------------
Other Notes:
BugPort has been altered to always send emails to all recipients dictated by the action except for the actions: "Add Comment", "Add Attachment", and "Add Related Item". In the case of the "Add" actions, the user that performed the action will NOT be sent an email.

BugPort now supports a more strict set of rules for who can verify / fail a development item.  A configuration flag "$enableStrictVerification" has been added.  When enabled, it allows only the assigned tester of an item to verify / fail the bug.

The default config.conf does not enable this flag by default.  If the flag is not defined, the flag is given a default value of false.  This allows existing BugPort users to use their existing config.conf without changing BugPort's behavior.



BugPort v1.059 : November 3, 2003, 3:13 pm
--------------------------------
Defects:
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:
Fixed issue 3747 which was created as part of the $enableStrictVerification capability added in 1.058.  It only effects users trying to use the new $enableStrictVerification feature.

Fixed issue 3748 - where the new tester was not always notified when a bug was assigned to them.  An email notification is now sent to the new tester and only the new tester.



BugPort v1.060 : November 4, 2003, 9:38 am
--------------------------------
Defects:


--------------------------------
Other Notes:
Fixed bug in email changes that were added in 1.057



BugPort v1.061 : November 4, 2003, 10:51 am
--------------------------------
Defects:
3750 Problem adding tasks


--------------------------------
Other Notes:


BugPort v1.062 : November 5, 2003, 9:23 am
--------------------------------
Defects:
3750 Problem adding tasks
3751 Implementing TimeDuration / TimeDurationField
3754 Changes to time entry fields


--------------------------------
Other Notes:
Created TimeDuration objects towards getting Date field searching to work (by age)

Modified time entry fields on forms to have allow time using different units.  A units drop-down now appears next to the text field.  The units drop-down defaults to minutes.

The results and details views still show time in terms of hours, but that will likely in a later release.



BugPort v1.063 : November 7, 2003, 5:21 pm
--------------------------------
Defects:
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


--------------------------------
Other Notes:
fixing a bug with the stats portlet 'items closed in last week' entry



BugPort v1.064 : December 3, 2003, 4:09 pm
--------------------------------
Defects:
3838 Have SearchForm default to report_id DESC


--------------------------------
Other Notes:
Changed default order by selection in large search form.

Changed submit button text to "Save" for forms that are changing an issue.



BugPort v1.065 : December 3, 2003, 5:22 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Added the line "USE bugport" to the top of the create_tables.sql file.

Added user contributed installer for Gentoo.  The Gentoo installer is not supported by INCOGEN.



BugPort v1.066 : December 5, 2003, 11:37 am
--------------------------------
Defects:


--------------------------------
Other Notes:
Added a devel-docs directory to the distribution that contains documentation useful to BugPort developers.

Added an UPDATE.txt that provides a series of steps to use when updating BugPort.

Fixed a problem with not including the Gentoo installer in the distribution.



BugPort v1.067 : December 5, 2003, 3:11 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Updated the forms so that the submit button will go disabled on submission.  This provides better user feedback and greatly reduces the change of a double submit.



BugPort v1.068 : December 9, 2003, 2:30 pm
--------------------------------
Defects:
3894 Automatically make the developer equal to the designer when a bug is placed into "Verification Requested" by the designer


--------------------------------
Other Notes:
Added ability for designer to quickly mark issues as fixed / verification requested.

Major refactoring to accomodate future inclusion of admin tools.



BugPort v1.069 : December 10, 2003, 5:02 pm
--------------------------------
Defects:
3889 When I submit a search and then I click on the "Stop" button  the page is unusable till I reload.


--------------------------------
Other Notes:
Made submit button on search form no longer go disabled.  This was to deal with the case where the user hits the stop button to interupt a search.



BugPort v1.070 : December 11, 2003, 1:08 pm
--------------------------------
Defects:
3146 Problem with searching on comments and caching
3565 Have Bugs.SaveCountsExecutable automatically clean out results that match the current date


--------------------------------
Other Notes:
Fixed slight caching problem with comments table and a more significant problem with searching comment text.

Updated stat history exec to deal with multiple runs on the same day and runs that could span midnight.



BugPort v1.071 : December 12, 2003, 11:43 am
--------------------------------
Defects:
3901 no email sent when defects put into verification requested


--------------------------------
Other Notes:


BugPort v1.072 : December 15, 2003, 11:42 am
--------------------------------
Defects:
3903 Error after adding comment


--------------------------------
Other Notes:
Fixed a couple bugs introduced in 1.068



BugPort v1.073 : December 15, 2003, 2:48 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Updated Gentoo Ebuild



BugPort v1.074 : December 16, 2003, 12:09 pm
--------------------------------
Defects:
3095 "Send to VIBE" link not appearing on Sequence Details Portal when reached from Gene Bin Details Portal


--------------------------------
Other Notes:
Added a bunch of indexes to the database that helped speed comment searches 100-fold



BugPort v1.075 : December 16, 2003, 4:31 pm
--------------------------------
Defects:
3125 Ability to specify a list of TR-IDs as search criteria


--------------------------------
Other Notes:
Updated create_tables.sql to include some necessary CREATE INDEX statements.

Existing BugPort users can run the SQL statements in add_indices.sql to add these sequences.

Try this link to see the new customSearch:

https://stage.incogen.com/bugTest/php/index.php?view=CustomSearchForm&cols[]=category_id&cols[]=frequency_id&cols[]=severity_id

added ability to search for report_id by comma or space-seperated list in the main search form.



BugPort v1.076 : December 16, 2003, 4:31 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
removing a debug statement



BugPort v1.077 : December 17, 2003, 9:39 am
--------------------------------
Defects:
3910 Search criteria applied when switching projects (if switch occurs while looking at search results)


--------------------------------
Other Notes:


BugPort v1.078 : December 17, 2003, 10:13 am
--------------------------------
Defects:
3913 Problem doing ID search


--------------------------------
Other Notes:


BugPort v1.079 : December 17, 2003, 4:26 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Removed some duplicated code

Updated the report_id search field in the main search page to take any delimiters for an id list.  You can type 3033, 3034 in the report_id field to limit your search to those two IDs.



BugPort v1.080 : December 17, 2003, 4:35 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
small enhancement to report_id delimiter logic



BugPort v1.081 : December 18, 2003, 4:35 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Modifications to allow BugPort to run under PHP 4.2



BugPort v1.082 : December 19, 2003, 2:16 pm
--------------------------------
Defects:
3920 Home Page portlet "View all X results" returns all project defects?


--------------------------------
Other Notes:


BugPort v1.083 : December 19, 2003, 5:44 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Updated the search documentation to indicate the words that are ignored in a keyword-style search



BugPort v1.084 : December 30, 2003, 9:25 am
--------------------------------
Defects:
3925 Can't add attachment


--------------------------------
Other Notes:


BugPort v1.085 : December 30, 2003, 1:29 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Added notes to INSTALL.txt that describe how to change PHP and Apache configuration files to allow for adding larger attachments in BugPort.



BugPort v1.086 : December 31, 2003, 10:25 am
--------------------------------
Defects:
3927 "Order by" criteria is not applied to search results


--------------------------------
Other Notes:


BugPort v1.087 : December 31, 2003, 10:37 am
--------------------------------
Defects:
3930 No emails sent for when adding development items


--------------------------------
Other Notes:


BugPort v1.088 : December 31, 2003, 11:03 am
--------------------------------
Defects:
3923 Search page: "Detailed" option for listing style has no effect


--------------------------------
Other Notes:


BugPort v1.089 : January 8, 2004, 2:56 pm
--------------------------------
Defects:
3928 "Favorites" portlet?


--------------------------------
Other Notes:
Created Favorites portlet and favorites group view.

Created new Recently Viewed items portlet on home page - it will automatically maintain a list of the last 40 or so items you viewed, with the most recent 7 shown, in order of time viewed, in the portlet itself.

add favorite groups with the checkboxes on the search results page

Additionality functionality for tracking favorites items will be added in future releases.  The current favorites functionality is very limited.



BugPort v1.090 : January 13, 2004, 11:12 am
--------------------------------
Defects:
3983 Ability to remove items from a Favorites Group


--------------------------------
Other Notes:


BugPort v1.091 : January 13, 2004, 4:33 pm
--------------------------------
Defects:
3989 Ability to add Favorite Group from item details view
3988 Change positioning of item checkboxes for Favorites Group manipulation


--------------------------------
Other Notes:


BugPort v1.092 : January 13, 2004, 4:35 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
trying to fix an update bug



BugPort v1.093 : January 14, 2004, 6:12 pm
--------------------------------
Defects:
3992 Backwards compatibility issue with search URLs missing favSetAction parameter


--------------------------------
Other Notes:


BugPort v1.094 : January 15, 2004, 9:50 am
--------------------------------
Defects:


--------------------------------
Other Notes:
When upgrading BugPort installations before 1.088 to 1.089 or higher, you will need to run the SQL statement in the included create_config_table.sql file.

New installations only need to run the SQL statements in the included create_tables.sql file.



BugPort v1.095 : January 16, 2004, 12:07 pm
--------------------------------
Defects:


--------------------------------
Other Notes:
Fixed typo in LightIteratorSelectField->_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 &amp;



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.



