CHANGELOG

0.54.2 Changelog

Bugfixes

0.54.1 Changelog

Bugfixes

0.54 Changelog

Features

Bugfixes

0.53.3 Changelog

Bugfixes

0.53.2 Changelog

Bugfixes

0.53.1 Changelog

Features

Bugfixes and Security Fixes

0.53 Changelog

Features

Bugfixes

Version 0.52.1 Changelog

Bugfixes:
Files updated

Version 0.52 Changelog

Features:
Bugfixes:

Version 0.51 Changelog

Features:
Bugfixes:

Version 0.50.1 Changelog

Version 0.50 Changelog

Version 0.49.3 Changelog (February 28, 2005)

Version 0.49.2 Changelog (January 21, 2005)

Version 0.49.1 Changelog (November 29, 2004)

Version 0.49 Changelog (November 11, 2004)

Version 0.48a Changelog (10-28-2004)

Version 0.48 Changelog (10-22-2004)

Version 0.47 Changelog (09-13-2004)

Version 0.46 Changelog

Problems Resolved/Features Added
Fixed non-tsearch2 searches for non-admin users
Added regexp option back to config file so non-tsearch2 users can decide what type of content can be indexed.
Fixed a spacing issue on the category browse tree
Fixed a timeout issue for file imports
Changing a category's permissions now defaults to changing the permissions of all child objects on that category. This can still be prevented by unchecking the corresponding checkbox.
Fixed page not returning to post list after starting a new discussion thread for a file
Imported categories now have a modified date assigned to them
Fixed a date range problem for searches where files created on the last date of a period search were not being returned in the results.

Files Altered:
modules/common/file_process.inc.php    added use of REGEXP_OPTION on line 18
include/config.inc.php    added REGEXP_OPTION with "[:alpha:]" as default
modules/common/cat_function.inc.php    took out one "nbsp;" on line 136 to fix browse tree spacing issue.
modules/common/search_function.inc.php    Several search-related fixes
modules/common/import_process.inc.php    moved the ini_set function for php processing timeouts. It wasn't doing any good at it's original location
modules/admin/catadmin/display.php    Changed default "Reset Permissions on child objects" to checked.
modules/file/discussion/display.php & process.php    set pageAction to "list" after creating a post, and display accordingly
include/file_function.inc.php    added current time to category insert statement in recursiveDirCreate function

Version 0.45 Changelog

Problems Resolved/Features Added
Added multiple language support.
Added Tsearch2 fulltext indexing support.
Removed register_globals dependency.
Reworked docmgr indexing system for non-tsearch2 users for faster searches.
Indexing may now be performed periodically via a script, instead of during file import/upload.
Added wildcards/partial matches to searches.
Improved search result navigational toolbar.
Style sheets are now linked instead of directly included in the code for faster page rendering.
Fixed file import utility issues.
Removed mod_rewrite dependency for webdav.
Resolved tab character indexing problem
Numerous other bugfixes and code cleanups I ran into along the way.

Files Altered
All Of Them!!!

Version 0.44 Changelog

Problems Resolved
Resolved Microsoft Word Document indexing problem.
Added status bars to all newly opened windows to allow for more easier file upload process tracking.
Fixed upload links using javascript, which in turns fixed window refresh problems

Files Altered
modules/browse/display.php  all new windows open with status bar
modules/browse/process.php  changed javascript in file function links (upload, etc)
modules/find/display.php  all new windows open with status bar
modules/find/process.php  changed javascript in file function links (upload, etc)
modules/file/update/display.php  removed all lines that contain MAX_UPLOAD
modules/left_column/search/display.php  fixed space that shows up under form in IE
   removed ":" from title
modules/left_column/messages/display.php  removed ":" from title
theme/default.inc.php  set left column and section headers to bold font
modules/common/file_process.inc.php  changed file indexer to use tr instead of sed when pulling
   initial text from file. Should fix .doc indexing problems
include/config.inc.php  changed default keepIndex variable to use [:alnum:] to work with TR
modules/admin/display.php  set database statistics to display by default when page is opened

Version 0.43 - 11-25-2003

Fixed several issues with discussions

Fixed problem browsing categories if default page is set to "search"

Simplified PDF indexing function

Set option for max upload file size in config file


Version 0.42a - 11-20-2003

Fixes two bugs with file checkin and checkout which were pointed out to me. Thanks for your help, Peter.

Fix for the wrong access permissions for the import and upload module. Thanks for pointing this out Steffen.

Version 0.42 - 11-17-2003

New look for DocMGR. Should allow for more intuitive file manipulation (uploading,altering,etc).

Modified search functions and file information indexing to allow for more accurate search results. Now all information is stored in the dm_wordlink table. The more times a word is found (like in the filename, summary, or content) the higher on the return list the result is placed.

Uploading now takes place from the file browser.

Category creation/alteration takes place in the file browser.

File and category functions (Properties, Check In/Out, Email, etc) now take place in the file browser.

You may email files to any valid email address.

User permissions fixes/modifications.

Too many other changes to list. The above are the major ones.


Version .41 Final - 08-05-2003

Fixed an account creation problem. Those upgrading will need to run the update.php script.

Modified/fixed the search feature. Search Results are now grouped into pages.

Added the ability to email a file to an email address.

Added recursive directory import. You can now import an entire directory into the system from the import tool.

From the Find tool, you may now perform certain functions such as "Move Category" and "File Delete" from the Find tool.

WebDAV support. This is at alpha-level functionality. It doesn't work wonderfully, and is included more as something for the users to play with. It does work with Microsoft's Web Folders client. Some known issues are as follows: 1) It pretty much only works with Microsoft Web Folders (that's the one that I've tried, and I know it doesn't work with the linux webdav client). 2) You can drag files into and out of the folder, but you can't open a file directly in the folder and save from the application. 3) File locking does not work, but dragging a file into the folder will cause a new version to be created if the file already exists.

Various other permissions fixes and random bugfixes that I ran into.

Version .40 Final - 05-10-2003

You can now enter comments for a file without getting the "user_id" error.

Some people were having to set Administrative priveledges for users to be able to access any files. That has been fixed.

The correct default password is now in the docmgr.pgsql file