Share

DoXFS Document Management System

File Release Notes and Changelog

Release Name: 0.7.3

Notes:
DoXFS Release 0.7.3 is a bug fix release.
Bugs Fixed:
Web Client 
- The in-line iframe was not being sized correctly (at least in Konqueror
and Mozilla) when browsing a topic that contains sub-topics and
documents.
Server 
- New versions of checked-in files were not showing up in the browse list
after check-in unless you forced the document index cache and document
parent index cache to be refreshed. 
- The server was returning all documents (current and non-current)
regardless of whether the "Current" checkbox was checked in the Web
Client.

Changes: Client => 0.7.2 08/25/2004 Joe Bacom classes/session.class.php Modified the way the session cache data is being read. Changed fopen/fread/fclose to file_get_contents. => 0.7.1 08/24/2004 Joe Bacom include/config.php Rearranged the way the client libraries are loaded, moved the includes statements to this file from function/loader.php. loader.php is now no longer necessary and has been removed from the tree. Server => 0.7.3 09/03/2004 Joe Bacom classes/document.class.php When checking in a document, the document index array and document parent index array were not being updated, so the new version was not showing up in the document list classes/list.class.php Added the code to return all documents of a topic or just current documents in method i_documentListIndex 08/27/2004 Joe Bacom classes/create.class.php Re-fixed bug in method createTopic wher the wrong value was being stored in the parent array. I think CVS screwed me on this one. => 0.7.2 08/25/2004 Joe Bacom classes/remove.class.php Fixed syntax error calling method $util->getpropertyvalue on line 1097. Fixed incorrect index in i_getchildcounts when checking to see if a topic has any children before removing. Modified method i_getTopicChildren to remove the recursive call. The recursive call was unnecessary and causing a seg fault. Fixed syntax error in getPropertyValue in method i_removeTopicAll Fixed bug when removing a Topic and all descendents. Nothing was being removed. 08/27/2004 Joe Bacom server.php Added check for index directory for each of the full text indexes. => 0.7.1 No Modifications => 0.7 06/22/2004 Joe Bacom classes/create.class.php Fixed bug in create.class.php function createTopic where the wrong value was being stored in the parent array. Web Client => 0.7.3 09/03/2004 Joe Bacom modules/browse.module.php Commented out two lines of code in method i_getObjectSpacing. The code was causing the iframes to be drawn too short => 0.7.2 08/25/2004 Joe Bacom document.php Fixed bug when editing a document. Looks like I missed some items when I did a method call change. There were seven occurences of doxfsDocumentObject in this file. All have been changed to doxfsDocument. Joe Bacom loader.php Modified the way the DoXFS Client libraries are being loaded. Joe Bacom topic.php Added "Success" message window for topic removal. Topic tree now refreshes after a topic removal. Joe Bacom config/lang/en_US/topic.lang.php Added two new constants: MSG_TOPIC_REMOVAL_SUCCESSFUL and TITLE_TOPIC_REMOVAL => 0.7.1 08/24/2004 Joe Bacom config/config.php Modified the DOXFS_CLIENT constant to DOXFS_CLIENT_CONFIG and changed the value to point at the client config file. The client config.php now handles loading of the client libraries. => 0.7 06/22/2004 Joe Bacom index.php Added missing > in closing html tag