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
|
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
|
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
|