Download Size md5 hash
search_files-6.x-2.0-beta4.tar.gz 20.56 KB ab364a48f51c3a4e93e2ee1057fd747b
search_files-6.x-2.0-beta4.zip 26.21 KB f389e728a5e7e7cedefcfbe4993ff32c
Official release from tag: 6.x-2.0-beta4
Last updated: December 24, 2010 - 23:46

Known issues recorded in README.txt

$ cvs2cl --follow DRUPAL-6--2 --hide-filenames

2009-09-05 http://thomas.lotterer.net

* documentation

* #559412 by Thomas Lotterer: find a SQL dialect understood by
PostgreSQL and MySQL

* add logic to handle files and helpers come and go

* #559412 by Thomas Lotterer: find a SQL dialect understood by
PostgreSQL and MySQL

* fix regression removing unncessary backticks

* #559412 by shawngo: Changed search_files() compatibility with
PostgreSQL. there was a bug in the query, bad SQL, this has been
fixed

* #548156 by benoitg | ShutterFreak: Fixed Unknown column
'n.language' in 'where clause' query.

* #514324 by Thomas Lotterer: implement input validation inspired
from patch posted by Brenda Wallace

* Database abstraction layer may need to manipulate SQL (e.g.
db_query_range appending LIMIT clause) and expects no existing
semicolon, so remove ours

* replace SQL LIMIT clause by db_query_range() for non-MySQL
compatibility

* improve SQL compatibility

* align date/time format with search_files_directories.module

* make "which" work on all kinds of Unix

* #559412 by Thomas Lotterer: compatibility with PostgreSQL

* update search_total after manually updating index for attachments
or directories, making search results available immediately

* backout inadvertently picked up dirt

* since the helper app auto configuration function was moved my fix
for trimming the newline character off os the end of the location
of the helper app needed to be moved as well. This has been done

* it seems that someone moved my helper app auto configration
function to the search_files.module file, instead of the
search_files.install file, I inadvertantly copied it back, this
has been changed

* fixed bug where after auto configuration fo helper apps the
helper apps no longer worked, I trimmed the newline character
returned by the which command

* #454588 by Thomas Lotterer: fix helper_path too short

* #556792 by Thomas Lotterer: Filepath/URI handling in Search Files
Directories

* cosmetics with spaces, indentation and case; fix typos; no
functional changes

* #250502 by Thomas Lotterer: make "Autodetect" of helper
applications an user choice

* #250502 - autodiscovery and configuration of helper apps

* removed the rest of the backticks from the rest of the queries in
the modules

* removed "UTC" from strings that return times passed through
format_date. format_date converts the date/time to the user's or
site's timezone already, so this was returning bad results. I
added the time zone flag "e" to the custom time output

* search_files_directories.module: changed a string from using t()
to format_plural

* search_files_directories.module: edited some SQL queries removing
unncessary backticks to make the queries work better on other
databases

* edited some SQL queries removing unncessary backticks to make the
queries work better on other databases

* #502864 by Daniel F. Kudwien: Fix improper use of
db_rewrite_sql()

* #479688 by Thomas Lotterer: Added extra link to node

* #556790 by Thomas Lotterer: Filepath/URI handling in Search Files
Attachments

* #514324 by Thomas Lotterer: import fix for "watchdog calls
hitting 16 char limit" from patch posted by Brenda Wallace

nobody click here