/[drupal]/contributions/modules/search_files/search_files.install
ViewVC logotype

Log of /contributions/modules/search_files/search_files.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.10.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 30 20:41:15 2009 UTC (2 months, 4 weeks ago) by thl
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA4
Changes since 1.10.2.16: +3 -3 lines
Diff to previous 1.10.2.16 , to branch point 1.10 , to next main 1.11
Database abstraction layer may need to manipulate SQL (e.g. db_query_range appending LIMIT clause) and expects no existing semicolon, so remove ours

Revision 1.10.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 30 17:41:21 2009 UTC (2 months, 4 weeks ago) by thl
Branch: DRUPAL-6--2
Changes since 1.10.2.15: +20 -0 lines
Diff to previous 1.10.2.15 , to branch point 1.10
#559412 by Thomas Lotterer: compatibility with PostgreSQL

Revision 1.10.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 01:25:23 2009 UTC (3 months ago) by jrglasgow
Branch: DRUPAL-6--2
Changes since 1.10.2.14: +2 -47 lines
Diff to previous 1.10.2.14 , to branch point 1.10
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

Revision 1.10.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 01:05:28 2009 UTC (3 months ago) by jrglasgow
Branch: DRUPAL-6--2
Changes since 1.10.2.13: +46 -1 lines
Diff to previous 1.10.2.13 , to branch point 1.10
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

Revision 1.10.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 21:12:30 2009 UTC (3 months ago) by thl
Branch: DRUPAL-6--2
Changes since 1.10.2.12: +11 -1 lines
Diff to previous 1.10.2.12 , to branch point 1.10
#454588 by Thomas Lotterer: fix helper_path too short

Revision 1.10.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 08:55:24 2009 UTC (3 months ago) by thl
Branch: DRUPAL-6--2
Changes since 1.10.2.11: +0 -48 lines
Diff to previous 1.10.2.11 , to branch point 1.10
#250502 by Thomas Lotterer: make "Autodetect" of helper applications an user choice

Revision 1.10.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 02:33:13 2009 UTC (3 months ago) by jrglasgow
Branch: DRUPAL-6--2
Changes since 1.10.2.10: +45 -2 lines
Diff to previous 1.10.2.10 , to branch point 1.10
#250502 - autodiscovery and configuration of helper apps

Revision 1.10.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 01:39:23 2009 UTC (3 months ago) by jrglasgow
Branch: DRUPAL-6--2
Changes since 1.10.2.9: +2 -2 lines
Diff to previous 1.10.2.9 , to branch point 1.10
removed the rest of the backticks from the rest of the queries in the
modules

Revision 1.10.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 23:21:33 2009 UTC (3 months, 2 weeks ago) by thl
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA3
Changes since 1.10.2.8: +1 -0 lines
Diff to previous 1.10.2.8 , to branch point 1.10
code cosmetics, no functional changes

Revision 1.10.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 22:50:49 2009 UTC (3 months, 2 weeks ago) by thl
Branch: DRUPAL-6--2
Changes since 1.10.2.7: +1 -26 lines
Diff to previous 1.10.2.7 , to branch point 1.10
quiet module installation and uninstallation

Revision 1.10.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 16:51:39 2009 UTC (3 months, 2 weeks ago) by thl
Branch: DRUPAL-6--2
Changes since 1.10.2.6: +9 -0 lines
Diff to previous 1.10.2.6 , to branch point 1.10
new function search_files_db_rename_column_ifexists() counterpart to search_files_db_rename_table_ifexists()

Revision 1.10.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 19 22:09:07 2009 UTC (4 months, 1 week ago) by thl
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA2
Changes since 1.10.2.5: +4 -2 lines
Diff to previous 1.10.2.5 , to branch point 1.10
intervention only if search_cron_limit setting is inappropriate

Revision 1.10.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 19 22:01:57 2009 UTC (4 months, 1 week ago) by thl
Branch: DRUPAL-6--2
Changes since 1.10.2.4: +5 -4 lines
Diff to previous 1.10.2.4 , to branch point 1.10
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

Revision 1.10.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 19 00:14:32 2009 UTC (4 months, 1 week ago) by thl
Branch: DRUPAL-6--2
Changes since 1.10.2.3: +6 -1 lines
Diff to previous 1.10.2.3 , to branch point 1.10
search_cron_limit variable is not owned by search_files module and defaults to 100, also we set to 10 once at install time

Revision 1.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 18 20:19:09 2009 UTC (4 months, 1 week ago) by thl
Branch: DRUPAL-6--2
Changes since 1.10.2.2: +28 -1 lines
Diff to previous 1.10.2.2 , to branch point 1.10
name space cleanup: functions, database tables and rows; schema update

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 19:58:53 2009 UTC (4 months, 4 weeks ago) by lee20
Branch: DRUPAL-6--2
Changes since 1.10.2.1: +3 -3 lines
Diff to previous 1.10.2.1 , to branch point 1.10
Fixing mispelled $successes variable in installer which was causing a notice.

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 23:53:48 2009 UTC (10 months, 2 weeks ago) by schildi
Branch: DRUPAL-5
Changes since 1.7.2.2: +2 -0 lines
Diff to previous 1.7.2.2 , to branch point 1.7 , to next main 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 18:13:12 2009 UTC (10 months, 3 weeks ago) by jrglasgow
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
#355072 by artur.ejsmont - misspelled function name

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 24 21:18:13 2008 UTC (11 months ago) by schildi
Branch: DRUPAL-5
Changes since 1.7.2.1: +34 -4 lines
Diff to previous 1.7.2.1 , to branch point 1.7
Applied patches sent  by the community. See
* 349232
* 348806#comment-1169817 (partially applied)

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 09:44:04 2008 UTC (12 months ago) by schildi
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-RC1, DRUPAL-5--1-1-BETA1
Changes since 1.7: +48 -61 lines
Diff to previous 1.7
Initial version of backport to D5 as supplied by elpepeuy.

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 27 10:00:42 2008 UTC (13 months ago) by lee20
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA1, DRUPAL-6--2-0-BETA1
Changes since 1.10: +10 -37 lines
Diff to previous 1.10
First commit after merging search_files with search_attachments. A bit messy, but mostly functional. Still needs another iteration of testing and code review.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 20 15:37:28 2008 UTC (17 months, 1 week ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-6
Branch point for: DRUPAL-6--2
Changes since 1.9: +2 -1 lines
Diff to previous 1.9
added message when uninstalled

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 19:39:01 2008 UTC (19 months ago) by jrglasgow
Branch: MAIN
Changes since 1.8: +1 -4 lines
Diff to previous 1.8
removed a line checking the drupal file sstem path, since we dont use that we don't need to check it

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 18:42:56 2008 UTC (19 months ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-5
Changes since 1.7: +26 -7 lines
Diff to previous 1.7
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

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 06:19:40 2008 UTC (20 months ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-5--1-2, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-6--1-4
Branch point for: DRUPAL-5
Changes since 1.6: +19 -17 lines
Diff to previous 1.6
coding standards as per coder module

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 06:03:00 2008 UTC (20 months ago) by jrglasgow
Branch: MAIN
Changes since 1.5: +4 -1 lines
Diff to previous 1.5
search_files_install() not sets the variable search_cron_limit to 10 to prevent cron timeout continuously

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 02:52:34 2008 UTC (20 months ago) by jrglasgow
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
change default helper app locations

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 02:49:49 2008 UTC (20 months ago) by jrglasgow
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
fixed install message directing to a wrong settings directory

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 03:46:48 2008 UTC (20 months ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-1
Changes since 1.2: +32 -18 lines
Diff to previous 1.2
fixes to hook_schema(), mainly I forgot to add the fields in the  tables, and the whole thing was commented out

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 02:11:13 2008 UTC (20 months ago) by jrglasgow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.1: +40 -1 lines
Diff to previous 1.1
added install functions

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 29 01:54:28 2008 UTC (20 months ago) by jrglasgow
Branch: MAIN
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2