You are here

README.txt in Search Files 6.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 7.2 README.txt
User Instructions
=================
Date: 2009-09-05
  Subject: successfully tested with apache-php-5.3.0
  Subject: successfully tested with postgresql-8.4.0
  Subject: successfully tested with mysql-5.1.37

Developer Push Down List
========================
Date: 2009-08-22
  Subject: name space cleanup in watchdog() first arg is also limited to 16 characters
    As soon as the lenght limit disappears, change the identifiers:
    - Search Files Dir
    - Search Files Att (unused)
    + Search Files Directories
    + Search Files Attachments (unused)

Date: 2009-08-15
  Subject: search_files_directories.module needs to handle overlapping directory trees when indexing
  Subject: search_files_directories.module needs to handle duplicate directory entries on Add/Edit

Date: 2009-08-14
  Subject: Titles and Descriptions should no longer be wrapped in t(), see http://drupal.org/node/140311
  Subject: node MIME type vs. search_files EXTENSION file classification

Date: 2009-07-26
  Subject: name space cleanup
    This module is almost name space clean, including function names, database
    tables and columns or identifiers in foreign database tables. However, the
    "search" module put a dirty little length limit in the `type` column of the
    {search_dataset} table. Same for {search_index} table. As soon as the
    lenght limit disappears, change the identifiers:
    - search_files_dir
    - search_files_att
    + search_files_directories
    + search_files_attachments

File

README.txt
View source
  1. User Instructions
  2. =================
  3. Date: 2009-09-05
  4. Subject: successfully tested with apache-php-5.3.0
  5. Subject: successfully tested with postgresql-8.4.0
  6. Subject: successfully tested with mysql-5.1.37
  7. Developer Push Down List
  8. ========================
  9. Date: 2009-08-22
  10. Subject: name space cleanup in watchdog() first arg is also limited to 16 characters
  11. As soon as the lenght limit disappears, change the identifiers:
  12. - Search Files Dir
  13. - Search Files Att (unused)
  14. + Search Files Directories
  15. + Search Files Attachments (unused)
  16. Date: 2009-08-15
  17. Subject: search_files_directories.module needs to handle overlapping directory trees when indexing
  18. Subject: search_files_directories.module needs to handle duplicate directory entries on Add/Edit
  19. Date: 2009-08-14
  20. Subject: Titles and Descriptions should no longer be wrapped in t(), see http://drupal.org/node/140311
  21. Subject: node MIME type vs. search_files EXTENSION file classification
  22. Date: 2009-07-26
  23. Subject: name space cleanup
  24. This module is almost name space clean, including function names, database
  25. tables and columns or identifiers in foreign database tables. However, the
  26. "search" module put a dirty little length limit in the `type` column of the
  27. {search_dataset} table. Same for {search_index} table. As soon as the
  28. lenght limit disappears, change the identifiers:
  29. - search_files_dir
  30. - search_files_att
  31. + search_files_directories
  32. + search_files_attachments