Downloads
Release notes
Known issues recorded in README.txt
$ cvs2cl --follow DRUPAL-6--2 --hide-filenames
2009-08-15 http://thomas.lotterer.net
* feature: detect manually triggered index update and return to
calling page
* feature: record last index time for searching attachments and
show off in dashboard (equal to directory index)
* code cosmetics, no functional changes
* usability: rearrange menus and split dashboard into independent
code pieces grouped by module. This is a prerequisite for
enabling/disabling the modules individually
* bugfix: ensure table cleaning in case no data to join
* bugfix: first check for number, then compare number in
short-circuit
* quiet module installation and uninstallation
* align two path related columns in name and size
* remove unnecessary leading underscore from function names
* bugfix: $base_path not working here, maybe we need some url/path
rewriting
* bugfix: remove duplicate sort instruction and superfluous
trailing semicolon which breaks db_query_range()
* use ugly but orthogonally correct table name
search_files_directories_directories
* bugfix: get rid of arg() fixed argument positions
* bugfix: implement proper type usage using identifiers
"search_files_att" and "search_files_dir" to obey column width
limitation of a foreign table definition
* bugfix: use correct variable
* bugfix: need to check form_state instead of form
* return code to get rid of warnings when enabling module
* remember issues
* new function search_files_db_rename_column_ifexists() counterpart
to search_files_db_rename_table_ifexists()
* fix "Undefined variable: output" one more time
* getcwd() is a function