[ Index ]

PHP Cross Reference of Eventum

title

Body

[close]

/ -> ChangeLog (source)

   1  Eventum Issue Tracking System
   2  =============================
   3  
   4  2007-12-17, Version 2.1.1
   5  - Added missing PEAR classes for Text_Diff (Elan Ruusamäe)
   6  - Fix unwanted breakage of PHP 4.x compatability (Elan Ruusamäe)
   7  - Include JavaScript files client side, not from Smarty. Fixes #32619 (Elan Ruusamäe)
   8  - Avoid redefine error of APP_GETTEXT_MODE constant in language class (Elan Ruusamäe)
   9  - Added 'Category' to workload by date range report (Bryan)
  10  - Update php-gettext wrapper to support switching locales on same page (Elan Ruusamäe)
  11  - Update php-gettext to find LC_MESSAGES from various dirs like glibc function does (Elan Ruusamäe)
  12  
  13  2007-11-20, Version 2.1
  14  - Fixed error with DB error when removing assignnees from issue assignment list (Bryan)
  15  - Rewritten error handling to create less smaller error reports (Elan Ruusamäe)
  16  - Make issue associated list as text field (Bryan, Elan Ruusamäe)
  17  - Implementing per project "mail aliases" (Alessandro Ogier, Elan Ruusamäe)
  18  - Rollback file upload if there was an error instead of creating lingering attachments (Elan Ruusamäe)
  19  - Made timetracking window input more convenient (Elan Ruusamäe)
  20  - Display email addresses to whom email was sent when issue was updated (Elan Ruusamäe)
  21  - Remove unnecessary array_map that breaks UTF-8 encoding in charts legend (Grzegorz 'Dzikus' Sterniczuk)
  22  - Propagate errors from invalid to header and ignore it in emails listing page (Elan Ruusamäe)
  23  - Add "Show Times spent on issue" to weekly report page (Elan Ruusamäe, Raul Raat)
  24  - Fixed bug with viewers updating preferences (Bryan)
  25  - Improved Weekly Reports output possibilities (Raul Raat)
  26  - Added more information to Workflow::shouldEmailAddress (Bryan)
  27  - Fixed bug with adding warning message to base64 encoded email (Bryan)
  28  - Added "Recipients" to view email and view note page (Bryan)
  29  - Added seperate columns for different custom field datatypes (Bryan)
  30  - Display database error in text mode when invoked from cron (Elan Ruusamäe, Raul Raat)
  31  - Hide issue stats from reporters when "Segregate Reporters" is enabled (Bryan)
  32  - Fixed bug with lookup layer on edit notification list (Bryan)
  33  - Fixed bug with reminders when no recipients are found (Bryan)
  34  - Fixed bug with emails downloaded from mail server only being sent to issue assignee (Bryan)
  35  - Added support level to list issues page (Bryan)
  36  - Fixed conditional statements involving roles and localization (Bryan)
  37  - Update add time tracking window so that change of start time changes the end time (Raul Raat)
  38  - Don't hide Total Time Spent: when hiding time tracking block in issue details page (Raul Raat)
  39  - Added ability to control if a custom fields is required and validation options from backend (Bryan)
  40  - Added option to include custom fields on close issue page (Bryan)
  41  - Added more parameters to Customer::notifyIssueClosed() (Bryan)
  42  - Call Workflow::getAdditionalEmailAddresses() when notifying an issue has been updated (Bryan)
  43  - Add extra parameter to Workflow::getAdditionalEmailAddresses() to allow issue diffs to be passed (Bryan)
  44  - Fixed bug with not encoding [ and ] in address strings (Bryan)
  45  - Changed roles needed to move issues between projects (Bryan)
  46  - Added option to hide closed issues on stats page (CmputrAce)
  47  - Make variable available for workflow to be able to detect whether the email created new issue (Elan Ruusamäe)
  48  - Added support for inactive options to Custom field backends (Bryan)
  49  - Fixed bug with saving routed email (Bryan)
  50  - Added workflow method to control if email addresses are automatically added to the notification list (Bryan)
  51  - Fixed bug with blocked emails adding sender to the notification list (Bryan)
  52  - Changed customer API to support multiple contracts (Bryan)
  53  - Fixed bug with closed issue notification going out even when it shouldn't have (Bryan)
  54  - Prevent users of being notified if they assign an issue to themselves (Bryan)
  55  - Updated Smarty and PEAR packages to latest versions (Elan Ruusamäe)
  56  - Fixed tab order of custom fields (Bryan)
  57  - Fixed bug with expandable tables (Bryan)
  58  
  59  2007-04-17, Version 2.0.1
  60  - Fixed packaging bug that prevented setup from running (Bryan)
  61  
  62  2007-04-12, Version 2.0
  63  - Fixed bug with user recieving an update email when they updated the issue (Bryan)
  64  - Fixed bug with inserting attachment from email with an apostrophe in the email name (Bryan)
  65  - Changed support_email table to not truncate long to and cc lists (Bryan)
  66  - Changed status graph colors to actually match the status colors (Bryan)
  67  - Fixed bug with downloading notes multiple times (Bryan)
  68  - Automatically add sender of email to authorized repliers list when auto creating an issue (Bryan)
  69  - Refresh parent window when closing notification popup (Bug #20020) (Bryan)
  70  - Changed Eventum to honor default notification options when adding an address from an email (Bryan)
  71  - Fixed bug with special "bullet" character when submitting an issue (Bryan)
  72  - Added new 'Estimated Development Time' report (Bryan)
  73  - Fixed bug that allowed reporter to change the status when sending an email (Bryan)
  74  - Fixed bug with closing an issue while switching projects in another window (Bryan)
  75  - Fixed PHP error on associate email page (Bryan, Rusty Nejdl)
  76  - Changed Advanced Search to allow reporters to access it (Bryan)
  77  - Added X-Eventum-Assignee header to emails (Bryan)
  78  - Fixed bug with date fields on advanced search page not showing correctly (Bryan)
  79  - Fixed bug with message body not being displayed when Content-Type is missing (Bryan)
  80  - Fixed PHP warning in customer backend (Bryan)
  81  - Fixed bug caused by whitespace at start of email address (Elan Ruusamäe)
  82  - Fixed bug with wrong users being displayed on close issue page (Bryan)
  83  - Changed quick filter form to be fixed width to avoid rendering problems in Firefox (Bryan)
  84  - Fixed bug with error when sending emails creating infinite loops (Bryan)
  85  - Fixed bug with special "dash" character when submitting an issue (Bryan)
  86  - Fixed problem with rss feeds searching by custom fields (Bryan)
  87  - Worked on removing instances of call time pass by reference (Bryan)
  88  - Fixed bug with subject based routing with special characters (Bryan, Thanks to Frank Tilmans)
  89  - Fixed bug with saving mail queue log (Bryan, Thanks to Peter van den Heuvel)
  90  - Fixed bug with email bounces causing infinite mail loop when auto creating issues (Bryan)
  91  - Added workflow method to be called before email is downloaded (Bryan)
  92  - Added "Open Issues By Reporter" report (Bryan)
  93  - Fixed bug with UTF8 characters on graphs (Bryan)
  94  - Send emails with charset specified in config (Bug #17267) (Bryan)
  95  - Added link from reporter to show all issues reported by that user (Bryan)
  96  - Correctly show changes to issue private status in history (Bryan)
  97  - Set last response date if sending an email from a user with a role of Standard User or above (Bryan)
  98  - Added --separate-closed argument to Eventum CLI weekly-report command (Elan Ruusamäe)
  99  - Removed double emails decoding bug (Bryan)
 100  - Fix corruption of SCM commits messages of certain commit messages (Elan Ruusamäe)
 101  - Allow SCM commit messages contain multiple issue IDs (Elan Ruusamäe)
 102  - Add "Add signature" feature to issue close page (Elan Ruusamäe)
 103  - Customize list page sorting order per column type (Elan Ruusamäe)
 104  - Added $note_id to handleNewNote workflow method (Elan Ruusamäe)
 105  - Detect and log corrupted MIME emails (Elan Ruusamäe)
 106  - Show attached xml files inline (Elan Ruusamäe)
 107  - Improved time tracking output to show also hours and days (Elan Ruusamäe)
 108  - Changed view issue page to be more compact (Eliot Blennerhassett, Elan Ruusamäe)
 109  - Rewritten SCM configuration which allows simple way of using https scheme (Elan Ruusamäe)
 110  - Speedup SCM commits that are not associated with Eventum issue (Elan Ruusamäe)
 111  - Optimized regex and memory usage (Elan Ruusamäe)
 112  - Change permissions to allow Administrators to delete attachments from any users (Bryan)
 113  - Remove "Remember Login" checkbox since it is confusing and mislabeled (Bryan)
 114  - Fixed bug with custom fields report showing data across projects (Bryan)
 115  - Fixed bug with Custom Fields with a type of date (Dave Greco)
 116  - Dislay all recipients for emails in issue details screen (Elan Ruusamäe)
 117  - Fixed bug with attachments breaking with magic_quotes_sybase = On (Dave Greco)
 118  - Fixed stylesheet bugs (Dave Greco)
 119  - Automatically add addresses on to/cc list to notification list when auto creating a new issue (Bryan)
 120  - Change weekly report to be project specific (Bryan)
 121  - Added warning message when closing issue from update issue page (Bryan)
 122  - Added Ignore Issue Status Changes to weekly report window (Elan Ruusamäe)
 123  - Update Eventum core code to handle PHP configurations without old style of globals (Elan Ruusamäe)
 124  - Update JPGraph to handle PHP configurations without old style of globals (Bryan)
 125  - Fixed bug with not setting the issue ID in the subject of emails sent to users not on the notification list (Bryan)
 126  - Allow IRC bot to join server with username/password optionally. (Elan Ruusamäe)
 127  - Set system user to always have a role of administrator (Bryan)
 128  - Fixed bug with displaying note sequence (Bryan)
 129  - Fixed bug with extracting attachments (Bryan)
 130  - Added Finnish translation (Jyrki Heinonen)
 131  - Fixed bug attachment history entry not being added due variable overwrite (Elan Ruusamäe)
 132  - Fixed detection in process_{svn,cvs}_commits whether there was issue id specified in commit message (Elan Ruusamäe)
 133  - Order weekly report by Issue ID (Bryan)
 134  
 135  31 Mar 2006, Version 1.7.1
 136  - Fixed bug with Workflow::handleAssignmentChange() being called too often (Bryan)
 137  - Fixed bug that allowed unassigned issues even if "Allow unassigned issues" is set to no (Bryan)
 138  - Added information on what community users should do to contribute code to the Eventum project (João)
 139  - Fixed bug that tried to set status to "Assigned" when an issue was created with assignees (Bug #16165) (Bryan)
 140  - Fixed bug with sorting by last action date with MySQL 5 (Bryan)
 141  - Fixed bug with workflow API when updating custom fields (Bryan)
 142  - Changed issue ID field to automatically strip non numeric characters when looking up issue (Bryan)
 143  - Fixed bug that was causing too many redirects (Bryan)
 144  - Added X-Eventum-Category special header (Bryan)
 145  - Added workflow method to check if a user can email an issue (Bryan)
 146  - Fixed bug where statuses were not restricted on view issue page (Bryan)
 147  - Fixed bug with not encoding title on RSS feed (Bryan)
 148  - Added favicon (Contributed by Georger Araujo)
 149  - Added new constant APP_COOKIE_URL (Bryan)
 150  - Fixed bug with using authentication when sending mail (Bryan)
 151  - Fixed bug with empty reply-to headers causing mail to be associated with the wrong issue (Bryan)
 152  - When creating a new issue from an email, add the senders to the authorized repliers list (Bryan)
 153  - Added option to send closing comments to all users (Bryan)
 154  - Fixed bug with custom date fields on anonymous report form (Bug #17166) (Bryan)
 155  - Added new special header 'X-Eventum-Project' (Bryan)
 156  - Added workflow method for when a user is added to the Authorized repliers list (Bryan)
 157  - Added feature to allow sorting by custom fields (Bryan)
 158  - Added full path to reports link (Bug #17551) (Bryan)
 159  - Fixed bug with searching on custom date fields (Bryan)
 160  - Changed naming format of saved routed emails/notes/drafts to be easier to read (Bryan)
 161  - Fixed bug with issues not being created when using elipsis in issue description using Internet Explorer (Bryan)
 162  - Fixed bug with notification email showing wrong status when sending a note (Bryan)
 163  - Fixed bug with searching by keyword on email page (Bryan)
 164  - Fixed bug with showing old project name when auto switching projects (Bryan)
 165  - Added ability to use different hashing method for passwords (Bryan)
 166  - Allow issue auto creation to work with subject based routing (Bryan)
 167  - Fixed subject based routing to work across multiple projects (Bryan)
 168  - Fixed page refreshes to use the relative URL instead of the absolute URL (Bryan)
 169  - Fixed subject encoding in mail queue (Elan Ruusamäe)
 170  - Truncate issue list in issue lookup to 70 characters (Elan Ruusamäe)
 171  - Changed recent activity report to open issue links in blank windows (Elan Ruusamäe)
 172  - Changed file upload window to not automatically close if there was an error uploading the file (Elan Ruusamäe)
 173  - Changed templates to display 'Add Email/Note/Draft/etc' button, even when section is collapsed (Elan Ruusamäe)
 174  - Fixed bug that prevented "Record Time Worked" section from being displayed (Elan Ruusamäe)
 175  - Changed mail handling routines to be case insensitive (Elan Ruusamäe)
 176  - Changed link filters to match more links and email addresses (Elan Ruusamäe)
 177  - Fixed bug with associate emails page not remembering search parameters (Bryan)
 178  - Changed configuration structure to seperate directories / files (Bryan, Elan Ruusamäe)
 179  - Changed default to "Allow un-assigned issues" to "Yes" (Bryan)
 180  - Enabled email integration by default (Bryan)
 181  - Prevent users with a role of reporter from accessing time tracking information (Bryan)
 182  - Display multi-combo custom fields on custom fields report (Bryan)
 183  
 184  29 Dec 2005, Version 1.7.0
 185  - Added feature to support custom fields with dynamic option lists (Bryan)
 186  - Fixed bug with highlight quoted replies plugin with handling line seperators (Bryan, Elan Ruusamäe)
 187  - Fixed bug with displaying values from multiple option custom fields (Bug #12494) (Bryan)
 188  - Added feature to allow custom fields to store date values (Bryan)
 189  - Added URL parameter to specify the project to switch to when loading a page (Bryan)
 190  - Added constants to allow default user preferences to be configured (Bryan)
 191  - Fixed bug with error checking on anonymous report form (Bryan)
 192  - Changed Authorization code to redirect using 'Location' header for all servers except IIS (Bug #13051) (Bryan)
 193  - Changed FAQ screen to use created date when last updated date is empty (Bryan)
 194  - Changed associate note feature to not change subject when associating with an issue (Bryan)
 195  - Fixed bug with updating priorities (Bryan)
 196  - Fixed bug with parsing multiple or invalid email addresses (Bryan)
 197  - Fixed the SCM checkin code to properly update the last action date field for an issue (João)
 198  - Fixed a problem with the IRC bot that would prevent it from working under PHP5 (João)
 199  - Fixed a bug in which inactive users would still show up when sending emails and choosing Cc: recipients (João)
 200  - Added a workaround to a Windows-only Time zone related bug that would trigger a crash in Apache in certain circumstances (João)
 201  - Fixed bug with expandable tables on recent activity report (Bryan)
 202  - Fixed bug on custom fields report that prevent custom fields with backends from being displayed (Bryan)
 203  - Updated Eventum to be compatible with MySQL 5.0 (Bryan)
 204  - Added feature to add attachments from notes as internal only files (João)
 205  - Added Subject based routing (Bryan; special thanks to Tibor Gellert)
 206  - Added feature to allow recipient flags on all notes/emails sent from Eventum even if routing is disabled (Eliot Blennerhassett, Bryan)
 207  - Added feature to handle email messages that don't have a Message-ID header set (Bryan)
 208  - Added new 'Stalled Issues' report (Bryan)
 209  - Updated the fulltext search routine to properly use UNIONs and allow MySQL to use the proper indexes when searching (João)
 210  - Fixed bug on the RSS feed script to avoid an error condition when no issues could be found for a particular saved search (João)
 211  - Fixed bug that reset Administrator's permission level (Bryan)
 212  - Changed list.php to use relative instead of absolute URL (Bryan)
 213  - Fixed bug with custom fields not showing up on new issue email from anonymous report form (Bryan)
 214  - Added new workflow method to notify additional email addresses when a new issue is created (Bryan)
 215  - Fixed bug with updating custom fields for projects with single quotes in their name (Bryan)
 216  - Added code to prevent caching of csv export page (Bryan)
 217  - Added priority and category to bulk update (Bryan)
 218  
 219  19 Aug 2005, Version 1.6.1
 220  - Fixed the installation procedure to add the INDEX privilege to the MySQL user (João)
 221  - Fixed bug with handling HTML characters in Internal FAQ entries (Bryan)
 222  - Fixed bug displaying priority in current filters (Bryan)
 223  - Added feature to set X-Eventum-Type header in new assignment email (Bryan)
 224  - Fixed bug that allowed users to access attachments, custom fields, phone calls and time tracking from issues they did not have access too (Bryan)
 225  - Added new workflow method to check if an address should be emailed (Bryan)
 226  - Fixed the issue searching routine to properly handle disabled fulltext search and customer integration features (João)
 227  - Improved the IRC Bot script to be easier to configure (João)
 228  - Added feature to update issue assignment, status and release for multiple issues at the same (Bryan)
 229  - Fixed labels on workload by date range graphs (Bryan)
 230  - Added feature to highlight quoted replies in notes and emails using smarty plugin from Joscha Feth (Bryan)
 231  - Updated the bundled XML-RPC library to the latest PEAR 1.4.0 release (João)
 232  
 233  29 Jul 2005, Version 1.6.0
 234  - Added feature to control order of custom fields (Bryan)
 235  - Added feature to specify custom field backend (Bryan)
 236  - Added feature to control which users can access specific custom fields (Bryan)
 237  - Improved fulltext search feature to include custom fields (Bryan)
 238  - Fixed bug with returning list of statuses in abstract workflow backend (Bryan)
 239  - Added reporter to advanced search page (Bryan)
 240  - Fixed the editing of news items on the administration interface (João)
 241  - Fixed possible SQL injection vulnerability on the Authentication class (Bug #12254) (João)
 242  - Fixed the installation procedure code to properly detect MySQL versions and enable the fulltext search feature (João)
 243  - Fixed possible SQL injection vulnerabilities on the Release and Report classes (Bug #12254) (João)
 244  - Fixed bug that caused custom field data to be deleted from all projects when removing a field from one project (Bryan)
 245  - Added the CREATE, DROP and ALTER privileges when creating a new MySQL user for the Eventum database (João)
 246  - Added feature to display which filters are active on the issue listing screen (Bryan)
 247  - Replaced JSRS library with a new httpClient library (Bryan)
 248  - Fixed a bug that would prevent the authorized repliers list from working correctly (João)
 249  - Changed the project switch feature so that it respects the user preference to auto close the popup window or not (João)
 250  - Added the ability to rank FAQ entries (João)
 251  - Added the feature to search for past releases on the advanced search screen (João)
 252  - Fixed bug that caused URLs in news item to be corrupted (Bryan)
 253  - Added option to choose time category when adding a time tracking entry from a note (Bryan)
 254  - Added feature to automatically set the subject of new notes (Bryan)
 255  - Fixed the view note window to properly display a special message when a note has been deleted (Bryan)
 256  - Added feature to display a sequenential note number in title window of view note page (Bryan)
 257  - Added feature to customize the boilerplate text of reminder alert messages (João)
 258  - Fixed the RSS feature of custom filters to behave properly under Microsoft IIS (João)
 259  
 260  26 Jul 2005, Version 1.5.5
 261  - Fixed the issue details page to properly escape the summary of associated issues (Bug #10464) (João)
 262  - Fixed the link activation code to properly parse and ignore certain words (Bug #10263) (João)
 263  - Added a feature to automatically enable/disable the full-text search feature on the installation procedure (João)
 264  - Improved the installation routines to properly display the full path to potential missing files (João)
 265  - Updated Example Customer API to handle expired customers (Bryan)
 266  - Fixed bug that caused links in FAQ entries to be mangled (Bryan)
 267  - Fixed a bug on the workflow API so that it will only list backend files with filenames ending in .php (Elan Ruusamäe)
 268  - Added a check on the link filter feature to avoid double parsing for urls (Elan Ruusamäe)
 269  - Fixed bug with full-text searching under MySQL 4.1 (Bryan)
 270  - Fixed email routing where domain portion was not properly verified (Elan Ruusamäe)
 271  - Added Expected Resolution Date field to list issues page (Bryan)
 272  - Changed the recent activity report to properly escape values in query (Bryan)
 273  - Fixed issue summaries escaping on weekly report to prevent XSS (Elan Ruusamäe)
 274  - Fixed bug that that didn't mark issue as updated when adding a time entry (Bryan)
 275  - Fixed bug with CLI command 'open-issues' (Bryan)
 276  - Fixed the database schema file to properly set the table types to MyISAM (João)
 277  - Merged the fix for the security hole on the PEAR XML_RPC package (João)
 278  - Fixed the custom field handling code to properly escape HTML values (João)
 279  - Fixed the advanced search screen to properly save the 'authorized to email' / 'notification list' options (João)
 280  - Added a validation check to the installation screen for the sender address (João)
 281  - Changed the preferences screen to not allow customers to edit their personal details (João)
 282  - Removed references to the missing 'cst_use_fulltext' database field (João)
 283  - Fixed the auto-link feature to properly recognize URLs with pipes in them (Elan Ruusamäe)
 284  - Added a new Workflow API method to be triggered when SCM commits are made (Elan Ruusamäe)
 285  - Fixed the IRC bot to automatically re-join the channels when it reconnects (João, Elan Ruusamäe)
 286  - Improved the Workflow::handleIssueClosed API to receive all arguments related to an issue being closed (Elan Ruusamäe)
 287  - Fixed bug with spell checker (Bryan)
 288  
 289  6 Jun 2005, Version 1.5.4
 290  - Fixed bug with 'reply' button having a hard coded email account ID (Bryan)
 291  - Added workflow method be to be called when adding a user to the notification list (Bryan)
 292  - Fixed bug that prevented releases scheduled for today from showing up (Bryan)
 293  - Added conditional statement to prevent PHP error if a user did not have any preferences set when creating new issue (Bryan)
 294  - Changed the code to automatically disable magic_quote_runtime to prevent problems from creeping up (João)
 295  - Changed the error handling routines to avoid sending out an email notification when the error is about MySQL's max_allowed_packet setting (João)
 296  - Added workaround to prevent email from iNotes from being displayed as one line (Bryan)
 297  - Fixed bug with < and > not showing up issue summaries on associate issues page (Bryan)
 298  - Added feature to allow reporters to be added to the authorized repliers list (Bryan)
 299  - Fixed bug with saving searches with the Rows Per Page as 'ALL' (Bryan)
 300  - Changed send forms to display notification list accurately and consistently (Bryan)
 301  - Added feature to mark last action as 'User Response' if a user with a level of 'Reporter' emails an issue (Bryan)
 302  - Added feature to allow reporters to change 'Automatically close confirmation popup windows' preference (Bryan)
 303  - Added check if 'register_argc_argv' is enabled in download_emails.php (Bryan)
 304  - Fixed bug so that 'Remember Project' checkbox is honored on the select project page (Bryan)
 305  - Added feature to automatically activate links within custom fields (Bryan)
 306  - Added ability to change status when sending notes (Bryan)
 307  - Added feature to display who closed the issue when sending notification email (Bryan)
 308  - Added feature to automatically change pages to main page when switching projects from view or update page (Bryan)
 309  - Fixed bug to only display FAQ entries for the currently selected project (Bryan)
 310  - Fixed a bug that would trigger a loop of errors when a database connection cannot be completed (Elan Ruusamäe)
 311  - Fixed the email removal routine to properly remove the associated email bodies (João)
 312  - Fixed the permanent email removal routine so it doesn't remove the messages from the server if the 'leave messages on server' option is enabled (João)
 313  - Added full text searching to the issue listing screen (Bryan)
 314  - Fixed the issue details page to properly hide the custom fields table if there are none to be displayed (João)
 315  - Fixed bug to prevent customers from accessing the email listing page (Bryan)
 316  - Fixed SQL error when auto creating issue from email with no customer specified (Bryan)
 317  - Changed the graphs on the initial screen to hide entities that don't have any values (João)
 318  - Added a feature to display the number of open/closed items on the stats screen (João)
 319  - Changed the user management screen not to allow administrators from changing the role of a customer user (João)
 320  - Fixed the notification code to use a more descriptive subject about an issue being created from an email (Bryan)
 321  - Fixed small time formatting bug that would only be triggered for values bigger than a day (João)
 322  
 323  21 Apr 2005, Version 1.5.3
 324  - Fixed bug with segregate reporters that allowed reporters to access issues they didn't report (Bryan)
 325  - Fixed problem with resetting user permissions when updating a project (João)
 326  - Fixed bug with returning number of rows on list issues page (Bryan)
 327  - Fixed bug with encoding certain characters in email addresses (Bryan)
 328  - Fixed bug with timezone DST information for 'Europe/Tallinn' and 'Europe/Vilnius' timezones (Elan Ruusamäe)
 329  - Increased the default memory limit on the IRC bot code to prevent crashes (Elan Ruusamäe)
 330  - Increased the default memory limit on the IRC bot code to prevent crashes (Elan Ruusamäe)
 331  - Improved module name readability by making module/directory name not wrap on the list of CVS checkins (Elan Ruusamäe)
 332  - Changed recent activity report to properly fix the encoding of sender/recipient headers (Elan Ruusamäe)
 333  - Added feature to automatically activate links from within attachment descriptions (Elan Ruusamäe)
 334  - Fixed bug that prevented URLs like http://example.com/~user/ from being auto-linked (Elan Ruusamäe)
 335  - Fixed mail queue log screen to properly use the user's preferred timezone when displaying the queued date (Elan Ruusamäe)
 336  - Fixed date handling code to properly use PEAR::Date to convert timezones (Elan Ruusamäe)
 337  - Changed textarea height size to fit within the send email popup window (Elan Ruusamäe)
 338  - Changed the issue listing screen code so that sorting by status will use the status rank field (João)
 339  - Fixed code that allowed one to associate an issue to itself (João)
 340  - Added some extra checks to the login screen to properly report problems on the Eventum installation (João)
 341  - Added some code to properly identify closed issues when displaying duplicate or associated issues (João)
 342  - Fixed problem that prevented search options from being saved on the advanced search screen (Bug #10026) (Bryan)
 343  - Fixed magic quote problem by auto-unescaping quotes on $_REQUEST array (Bug #9915) (Bryan)
 344  - Allow reporters to access issues they are on the authorized repliers list when segregate reporters is enabled (Bryan)
 345  
 346  15 Apr 2005, Version 1.5.2
 347  - Fixed the note viewing screen to prevent users with permission levels lower than "Standard User" from displaying notes (Bug #9134) (João)
 348  - Fixed the time tracking remove routine to check if the person removing the entry is really its owner (Bug #9137) (João)
 349  - Fixed the issue assignment feature of the listing screen to work again (João)
 350  - Fixed bug that was causing php error when removing all assigned users from an issue (Bryan)
 351  - Fixed bug with searching by date range on recent activity report (Bryan)
 352  - Removed update issue confirmation dialog for users with a role of developer or above (Bryan)
 353  - Fixed JS error on close issue page (Bryan)
 354  - Fixed bug in example customer API (Bryan)
 355  - Fixed bug with 'My Assignments' not remembering sort order (Bryan)
 356  - Fixed bug #9181: Edit Notification List doesn't select address to edit (Bryan)
 357  - Added feature to allow issue/note/draft routing to use normal email accounts instead of specialized setup (Bryan)
 358  - Changed statuses to always be sorted by rank (Bryan)
 359  - Fixed bug with array_merge() on manage users page (Bryan)
 360  - Fixed bug with not being able to un-assign inactive users from issues (Bryan)
 361  - Added more thorough input checking to prevent possible SQL Injection attacks (Bryan)
 362  - Fixed Misc::activateLinks() method to handle links with tildes (Elan Ruusamäe)
 363  - Fixed potential SQL injection vulnerabilities (Bryan)
 364  - Fixed email handling code to properly strip CC and BCC headers from outgoing emails to avoid sending duplicate messages (Bryan)
 365  - Added feature to list issues on Custom Fields report (Bryan)
 366  - Added To and From columns to phone support listing (Bryan)
 367  - Fixed estimated dev time showing up as minutes instead of hours on notification email (Bryan)
 368  - Fixed a bug that was preventing an email from being converted to an issue even when it isn't from a known customer (João)
 369  - Added extra order by clauses to make sure results are returned the same way every time (Bryan)
 370  - Added feature to display project name in IRC notice if multiple projects are broadcasting in the same channel (Bryan)
 371  - Fixed bug that caused notification to be sent to user who updated issue (Bryan)
 372  - Fixed bug that prevented multiple select custom fields to have values cleared (Bug #9853) (Bryan)
 373  - Changed issue listing screen show/hide links to be displayed in Opera/Safari (Elan Ruusamäe)
 374  - Fixed dynCalendar so it works in Opera (Elan Ruusamäe)
 375  - Added issue description to RSS feed as well as other minor fixes (Elan Ruusamäe)
 376  - Fixed bug with transferring non-ASCII data over xmlrpc (Elan Ruusamäe)
 377  - Fixed bug on the issue listing screen that would not add the assignee to the notification list (João)
 378  - Added feature to clear closed date and resolution when re-opening issues (Bryan)
 379  - Added feature to honor default notification options (Bryan)
 380  - Added feature to display different auto created email for users that don't have accounts (Bryan)
 381  - Added extra check to the installation procedure to properly check for session support (João)
 382  - Fixed bug that caused the wrong timezone short name on daylight savings time to be displayed (João)
 383  - Fixed bug that prevented SMTP authentication from working in a few special cases (João)
 384  - Fixed problem that was triggering Internet Explorer's warning message about switching from secure to insecure mode on the reporting system (João)
 385  - Added feature to automatically set the project lead user as a manager for that project (João)
 386  - Fixed bug that caused release changes not to show up in update email (Bryan)
 387  - Added feature so route emails script can now figure out what email account to use automatically (Bryan)
 388  
 389  11 Mar 2005, Version 1.5.1
 390  - Fixed bug in which associating an email to a new issue with a quotation mark on the subject would break the summary input tag (João)
 391  - Avoid displaying PHP warnings when running Eventum under safe_mode (João)
 392  - Fixed the mail queue processing code that was referencing a missing method name (João)
 393  - Added feature to replace special characters Microsoft Word uses for double and single quotes with normal characters when creating an issue (Bryan)
 394  - Added feature to allow emails to be moved between accounts (Bryan)
 395  - Added some form validation to the custom field report (João)
 396  - Changed the attachment handling code to handle certain attachment types better (Bryan)
 397  - Changed the issue/email listing screens to save their search related information in the database, instead of in cookies (João)
 398  - Added indexes to a few columns (Bug #7676) (Bryan)
 399  - Added some code to prevent people from creating an internal FAQ entry without selecting the project first (João)
 400  - Added feature to allow download_emails script to be called via the web (Bryan)
 401  - Fixed the issue update code to properly subscribe new assignees to the notification list (João)
 402  - Changed the behavior of the view issue screen to automatically hide tables without any data (João)
 403  - Fixed some caching problems that might be triggered when customizing the columns to be displayed at a project level (João)
 404  - Fixed the report form so that it dynamically focus the correct field depending on what form fields are hidden (João)
 405  - Changed the view email screen to set the page character set to whatever is set on the underlying email content (Elan Ruusamäe)
 406  - Added Estimated Dev time field to list issues page, view issue page and update page (Dustin Sias)
 407  - Added Percent complete field (Dustin Sias)
 408  - Changed javascript confirmation when updating an issue to not be displayed if no emails accounts exist yet (Bryan)
 409  - Fixed bug that allowed any authenticated user to assign any issue to any user (Bug #9097) (Bryan)
 410  - Changed history of changes screen to properly decode quoted-printable subject (Elan Ruusamäe)
 411  - Changed the expandable cell feature to also automatically activate links (Elan Ruusamäe)
 412  - Changed the error handling routines to save an error log with more detailed information (João)
 413  - Fixed bug that would prevent users from downloading files because of encoded content-type headers (João)
 414  
 415  01 Mar 2005, Version 1.5
 416  - Fixed bug with looking up addresses not working when replying to email (Bryan)
 417  - Fixed bug with APP_TITLE not being displayed in issue auto created messages (Bryan)
 418  - Fixed Clock-In / Clock-Out link on non-base directories (João)
 419  - Fixed the mail queue handling code to prevent displaying a PHP warning (João)
 420  - Fixed a problem on the example customer backend that was triggering a DB error (João)
 421  - Added missing function to Abstract_Workflow_Backend class (Bryan)
 422  - Display the current textarea value when trying to update the custom fields (João)
 423  - Issue assignment emails now go out from project email address (Bryan)
 424  - Back button on mail queue log page uses app_base_url now (Bryan)
 425  - Users can now have seperate roles per project (Bryan)
 426  - Added option to hide priority and file field on create issue page (Bryan)
 427  - Drafts are now never deleted (Bryan)
 428  - Issues Descriptions are now collapsible (Bryan)
 429  - Added #s to drafts, notes, phone calls, emails and time tracking entries (Bryan)
 430  - Weekly report excludes notification and authorized replier actions (Bryan)
 431  - Upgraded recent activity report to handle emails, notes, drafts and time tracking entries (Bryan)
 432  - If text file is > 5K force download instead of displaying (Bryan)
 433  - Add confirmation if you do not redeem incidents when closing an issue (Bryan)
 434  - Fixed tab order on new issue form (Bryan)
 435  - Add attachments to new issue notification (Bryan)
 436  - Remove certain CC addresses from incoming emails (Bryan)
 437  - Added IRC bot restart script (Bryan)
 438  - Fixed SQL error with advanced search (Bryan)
 439  - Fixed bug with link filters (Bryan)
 440  - Added option to add time tracking entry from close issue page (Bryan)
 441  - Fixed typo in JS confirmation when sending an email (Bryan)
 442  - Added option to let reporters only view issues they reported (Bryan)
 443  - Forced timezone library to realize all dates in Eventum are stored as GMT (Bryan)
 444  - Added option to mark issues as private (Bryan)
 445  - Fixed bug with remembering the row count on the 'My Assignment' link (Bryan)
 446  - Fixed bug that caused multiple blank file upload fields to appear (Bryan)
 447  - Fixed bug that prevented the edit custom fields window from automatically closing (Bryan)
 448  - Remove 'Return-Path' header from messages added to the mail queue (Bryan)
 449  - Added option to display reporter to list issues page (Bryan)
 450  - Added the feature to always allow the issue reporter to send emails (Bryan)
 451  - Changed attachment handling to work with inline attachments (Bryan)
 452  - Apply encoding fixes in more places (Elan Ruusamäe)
 453  - Fixed the CVS integration code to silence console errors when adding a new directory (Elan Ruusamäe)
 454  - Fixed the email download code to release the lock if there is an error connecting to the mail server (Bryan)
 455  - Added workload by date range report (Bryan)
 456  - Added missing "scm_checkin_associated" history type (João)
 457  - Fixed bug on CVS integration script that was not encoding the URL arguments (João)
 458  - Added the ability to rank custom priorities (João)
 459  - Fixed bug when sorting by category (Bryan)
 460  - Added specialized headers to outgoing emails (Bryan)
 461  - Added new CLI command 'takeIssue' (Bryan)
 462  - Added reminders and ability to sort to recent activity report (Bryan)
 463  - Added feature to prevent time tracking categories 'Email Discussion' and 'Telephone Discussion' from being removed (Bryan)
 464  - When changing status with 'Change Status' select box, send out notification message (Bryan)
 465  - Fixed the CVS commit handling regular expression to properly match "issue" or "bug" followed by a number (Elan Ruusamäe)
 466  - Fixed the monitor code to properly escape the dash when searching for the IRC bot pid (Elan Ruusamäe)
 467  
 468  04 Jan 2005, Version 1.4
 469  - Fixed the notification code to properly handle the condition in which the recipient type flag is empty (João)
 470  - Fixed the MIME handling code to support inline attachments (João)
 471  - Fixed some of the navigation links so they show up for the Reporter permission level users (João)
 472  - Fixed bug where developer role could not see which issues were quarantined from the list issues page (Bryan)
 473  - Changed the mail queue code to properly add a Date: header to outgoing emails (João)
 474  - Renamed the Profile page to Stats (João)
 475  - Fixed the issue quarantine code so that when its status is changed it will now save a history entry about it (João)
 476  - Changed the lookup field javascript code to search for keywords in the middle of the words instead of just at the beginning of them (João)
 477  - Improved the error handling routine to also include the browser information (João)
 478  - Fixed the email routing interface to allow 'issue+1@example.com' as a valid address (João)
 479  - Changed the session code as to prevent it from messing up the browser cache (João)
 480  - Removed the Lock/Unlock issue feature since it wasn't really restricting anything (João)
 481  - Added 'Link Filters' so text matching a regular expression could be linked to other systems (Bryan)
 482  - If select box only has one valid option it will be selected automatically (Bryan)
 483  - Popups to choose associated issues now has option to choose issue by ID (Bryan)
 484  - Added a prompt message to confirm the closing of the email window (Bryan)
 485  - Changed reminder system to allow date fields to be compared with other date fields (Bryan)
 486  - Changed IRC notification system to not always be tied to a specific issue (Bryan)
 487  - Workflow: When a new email is recieved, the handleNewEmail method is always called. Previously the method was only called if the email was associated with an issue. (Bryan)
 488  - Fixed bug that generated error when changing priority (Bryan)
 489  - Added option to list custom fields on list issues page (Bryan)
 490  - Fixed 'Issues by Release' link to actually only list issues from the correct release (Bryan)
 491  - Added option to force reminders to not count weekends when performing date calculations (Bryan)
 492  - Made certain popups resizable (Bryan)
 493  - Fixed bug with outdated information being emailed to a user when a new project is assigned to them (Bryan)
 494  - If customer integration is not enabled, don't mention customers in warning message (Bryan)
 495  - Workflow: Added workflow method to restrict what statuses can be set for a specific issue (Bryan)
 496  - Updated PEAR Net_UserAgent_Detect class to be compatible with PHP5 (Bryan)
 497  - Added ability to dynamically control which columns are displayed on issue listing screen (Bryan)
 498  - Added the 'Release' field to the advanced search page (Bryan)
 499  - Added email configuration form to installation screen (Bryan)
 500  - Fixed the custom field code to properly display the current value of a textarea-field when trying to update their information (João)
 501  - Updated the custom field handling code in the anonymous report form (João)
 502  - Automatically redirect to the second step of the anonymous report form if there is just one project to select (João)
 503  - Added code to respect the allow-unassigned-issues feature in the anonymous report form (João)
 504  - Rewrote the CVS integration script in PHP (João)
 505  - Moved the file upload form to a popup window (João)
 506  - Changed the template code to allow popup windows to be resized (João)
 507  - Fixed the installation screen to properly display a warning if the IMAP extension is not enabled (João)
 508  - Added some documentation about some of the management screens (João)
 509  - Moved the log files into a separate directory (João)
 510  - Rewrote the locking mechanism for most of the interactive scripts (João)
 511  - Fixed the phone entry window to automatically close after submitting the form (João)
 512  - Added the ability to create custom filters for "un-assigned" issues and issues assigned to "myself or un-assigned" (João)
 513  - Fixed bug that was causing a SQL error when deleting projects if no email accounts were associated with it (Bryan)
 514  - Added 'Recent Activity Report' to show phone calls added recently (Bryan)
 515  - Fixed bug with phone call entry not defaulting to current local time (Bryan)
 516  - Fixed bug with reminder system where expired contracts were not being excluded (Bryan)
 517  - Added option to search by events in past X hours on advanced search page (Bryan)
 518  - Added support for multiple incident types (Bryan)
 519  - Following a direct link to an issue will no longer prompt for a project when you login (Bryan)
 520  - Automatically switch projects if viewing an issue in a project other then the currently selected one (Bryan)
 521  - Added default charset of 'ISO-8859-1' (Bryan)
 522  - Inline file attachments (such as images) now have filename set (Bryan)
 523  
 524  15 Sep 2004, Version 1.3.1
 525  - Added the missing maq_iss_id and maq_subject columns to the mail_queue table schema (João)
 526  - Fixed a database schema upgrade bug that tried to do "default '0'" in a auto_increment field (João)
 527  - Added a missing named anchor in the example backend customer information template (João)
 528  - Fixed the create issue form priority drop-down box to default to 'Please choose a priority' (João)
 529  - Added the support for a non-standard MySQL port (João)
 530  - Changed the issue reply window to have a unique name so one can reply to multiple issues at once (João)
 531  - Fixed the FAQ and News modules to automatically activate links when displaying the content (João)
 532  - Added the ability to sort by the Last Action Date column in saved searches (João)
 533  - Added an initial set of commands to the IRC bot: !help; !auth; !clock; !list-clocked-in and !list-quarantined (João)
 534  
 535  10 Sep 2004, Version 1.3
 536  - Customer integration API (João, Bryan)
 537  - Custom Workflow API (Bryan)
 538  - Made canned email responses be customizable in a per-project basis (João)
 539  - Made priorities be customizable in a per-project basis (João)
 540  - Fixed the SQL schema to avoid the mystic "Invalid default value for 'sta_id'" error message when installing the application (João)
 541  - Automatically add a slash in the end of the installation path to avoid configuration problems (João)
 542  - Fixed bug in custom field report when not graphing all options. (Bryan)
 543  - Forced order of graph bars on custom field report to match order options are listed in the select box. (Bryan)
 544  - Added customer stats report. (Bryan)
 545  - Added ability to specify which fields should be displayed on the issue creation form. (Bryan)
 546  - Fixed the "Forgot My Password" code to check for null results (Clay Loveless)
 547  - Improved the form validation of the email account form (Clay Loveless)
 548  - Fixed a bug that was preventing history entries to be created about an assignment from an issue automatically created from an email (Clay Loveless, João)
 549  - Added support for "date field is NULL" type search (João)
 550  - Added the ability to create global custom filters (João)
 551  - Displaying the history of reminder actions triggered for a specific issue (João)
 552  - Added time tracking shortcuts to the note and draft popups (João)
 553  - Added a feature to display the assignment information for an issue when doing IRC notifications (João)
 554  - Added a new option to silently associate an email with an existing issue (João)
 555  - Clear out any email listing screen search parameters when switching the currently selected project (João)
 556  - Added shortcuts for the list-files and get-file CLI commands (João)
 557  - Added a feature to include the backtrace of an error if we have access to the debug_backtrace() function (João)
 558  - Added note to remind people to protect their setup directories after installation (João)
 559  - Removed the "default notification options" feature. Too complex for something that should be simple (João)
 560  - Added user preference to automatically pre-fill the email signature in the internal notes module (João)
 561  - Fixed a bug that would continualy add "[#3333] Note: " to messages that already have that in the subject line (João)
 562  - Added a feature to save the issue/email listing screen search parameters in a per-project basis, so switching projects no longer is a problem (João)
 563  - Added a feature to allow a issue reminder to trigger a specific action and also a IRC notification (João)
 564  - Fixed the issue-xxxx@ code to properly ignore vacation auto-responder messages (João)
 565  - Improved the Mail_Queue class code to remove any Reply-To: values prior to sending the messages out (João)
 566  - Added some performance tweaks to a few screens (João)
 567  - Added a feature to hide issue resolution from interface if no resolutions are set (Bryan)
 568  - Changed CLI 'open-issues' command to use a case insensitive search (Bryan)
 569  - Added email notification for when issue assignment is changed (Bryan)
 570  - Added Group support (Bryan)
 571  - Display who performed the action when sending notification messages (Bryan)
 572  - Changed titled of draft window to 'Create Draft' (Bryan)
 573  - Added option to hide fields from users of a specific role on the create issue form (Bryan)
 574  - Added ability for issues to be 'Quarantined' when they are created (Bryan)
 575  - Added sorting on 'Last Action Date' column (Bryan, João)
 576  - Changed the history of changes window to dynamically hide internal-only actions from customer users (Bryan)
 577  - Fixed bug in the notification email code to properly display the project name in the outgoing emails (Clay Loveless)
 578  
 579  30 Jun 2004, Version 1.2.2
 580  - Forced cookies to always be set using APP_RELATIVE_URL to prevent multiple cookies from being created. (Bryan)
 581  - Properly handling email attachments with uppercase MIME related values (João)
 582  - Fixed the email and note routing scripts to parse MIME emails and fetch the appropriate message body (João)
 583  - When handling a routed note, add all email addresses from staff users from both To: and Cc: list to notification list (João)
 584  - Properly handle quoted-printable message bodies (João)
 585  - Weekly report can now be generated for any time period. (Bryan)
 586  - Added new Custom Field Report. (Bryan)
 587  - Download emails script no longer requires a mailbox name if using a pop3 account. (Bryan)
 588  - Fixed bug where values for new custom fields could not be set on existing issues. (Bryan)
 589  - When replying to an email from the web interface, set the In-Reply-To: header accordingly (João)
 590  - Added an automatic check to handle concurrency issues with the mail queue process script (João)
 591  - Phone call module now uses expandable cell to save space. (João; Bryan)
 592  - When Phone call is added, time tracking entry is also added. (João; Bryan)
 593  - Moved description to seperate table to prevent wide descriptions from pushing the rest of the table over. (Bryan)
 594  - Added security to reports to prevent users with a role lower then "Standard User" from accessing them. (Bryan)
 595  - Auto reconnect to the IRC server if the connection is lost (João)
 596  - Fixed cookie related problem that prevented users from logging into IIS based installations (João)
 597  - Fixed a bug that was preventing the selected list of statuses from being stored when creating a new project (João)
 598  
 599  15 Jun 2004, Version 1.2.1
 600  - Fixed the email download routine to properly handle emails without any issue association (João)
 601  - Changed the reminder email alert so it displays the current assignment list (João)
 602  - Fixed the database upgrade script to properly respect the table prefix chosen by the user (João)
 603  
 604  14 Jun 2004, Version 1.2
 605  - SMS email address can now be set back to empty. (Bryan)
 606  - Fixed a problem with a duplicate key name in the history_type table (João)
 607  - Fixed a few database migration problems when upgrading from an old snapshot release (João)
 608  - Added a missing directory required in order for the IRC bot to work (João)
 609  - Added a feature to auto-create issues from downloaded emails (João)
 610  - Reworked the code that handles the automatic association of email into issues (João)
 611  - Added a missing directory required in order for the diff-style issue updated notification emails to work (João)
 612  - Added a usr_id field to the email table to make reporting on that table easier (Bryan)
 613  - Separated the body and full email fields from the email table into a separate one to improve query performance (João)
 614  - Added a missing reference to the 'noted_emails|notes' directories in the INSTALL file (João)
 615  - Removed 'to' field when sending emails from an issue since emails are sent to notification list. (Bryan)
 616  - Fixed a bug in which the selected date for a phone call would be ignored (João)
 617  
 618  05 Jun 2004, Version 1.1
 619  - Initial release (João; Bryan)
 620  
 621  /* vim: set encoding=utf-8: */


Generated: Wed Dec 19 21:21:33 2007 Cross-referenced by PHPXref 0.7