Version History / Changes Version 1.50-beta3 - Added the ability to change the master password from the main interface. - Added the ability to export existing wallet entries to a semi-colo-delimited flat file. - Timeout event status is moved from the browser status bar to a tag at the top left of the browser window. This tag is red to call attention to the fact that a forced logout is imminent. It also only shows up after a specified time (default is 30 seconds prior to forced logout). This value can be set in the config file. The timeout status also has a link to reset the timer to prevent the forced logout. - Each page has been reworked to use more modular code. - A common database class has been included for simpler db connections, with all database connections using this class. This class also utilizes a "singleton" method for class initialization. - Output is compliant with the XHTML 1.0 Transitional specification. - A new system message system has been implemented to make various messages (such as incorrect login credentials) more uniform. - Added a text-link menu at the bottom of each page, included in the new footer. - Added helpful links on the "view", "edit", and "delete" pages that link to the other associated pages for the current item. - Various visual changes. - Moved all css markup to the style.css file. This allows theoretical use of custom styles for completely different looks to the system. - Menus are now built from settings in the config file, including the ability to specify which items should appear at the top or bottom, or both. Version 1.40 - password field is filled with randomly generated string when adding a new entry. - switch from encrypt() to sha1() and md5() as the password and entry encoding functions, since SHA 1 exists on all platforms. Update script from version 1.30 is provided. - Multiple line comments are displayed now correctly - highlighting of the current row in the list view (thanks to KoS for this feature!) - check for installed mcrypt libraries Version 1.30: - bugfix: $PHP_SELF variable changed to $_SERVER['PHP_SELF'] - bugfix: reassigning the order of fields for uploaded files - bugfix: use global variable iv in config.inc - cosmetic changes to the list view (fixed width of table columns) Version 1.20: - rewrote variable assignments, so that register_globals could now be safely turned off in php.ini - some minor changes in the CSS - fixed some typos Special thanks to Nathan Grennan who did most of the work for this update! Version 1.10: - added a link from Host-Field in Detail view - Statusbar with counter ("seconds until forced logoff") Version 1.00: - Initial Relase