| /[drupal]/contributions/modules/search_files/search_files.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Database abstraction layer may need to manipulate SQL (e.g. db_query_range appending LIMIT clause) and expects no existing semicolon, so remove ours
#559412 by Thomas Lotterer: compatibility with PostgreSQL
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
#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
code cosmetics, no functional changes
quiet module installation and uninstallation
new function search_files_db_rename_column_ifexists() counterpart to search_files_db_rename_table_ifexists()
intervention only if search_cron_limit setting is inappropriate
name space and visible text cleanup: SQL statement unification, WHERE argument bracketing, natural SQL statements using terminating semicolon and single quotes for strings, no quotes for numbers, leaving double quotes for the whole statement; cosmetics with spaces, indentation and case, put small statements in a single line, fold large statements across multiple lines; fix typos; use appropriate database table and row quoting; no functional changes
search_cron_limit variable is not owned by search_files module and defaults to 100, also we set to 10 once at install time
name space cleanup: functions, database tables and rows; schema update
Fixing mispelled $successes variable in installer which was causing a notice.
*** empty log message ***
#355072 by artur.ejsmont - misspelled function name
Applied patches sent by the community. See * 349232 * 348806#comment-1169817 (partially applied)
Initial version of backport to D5 as supplied by elpepeuy.
First commit after merging search_files with search_attachments. A bit messy, but mostly functional. Still needs another iteration of testing and code review.
added message when uninstalled
removed a line checking the drupal file sstem path, since we dont use that we don't need to check it
trying to resolve issue [#250086], we need some more feedback while installing so we made some changes in the hook_install() displaying errors and recording errors to the log
coding standards as per coder module
search_files_install() not sets the variable search_cron_limit to 10 to prevent cron timeout continuously
change default helper app locations
fixed install message directing to a wrong settings directory
fixes to hook_schema(), mainly I forgot to add the fields in the tables, and the whole thing was commented out
added install functions
initial commit of search_files
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |