Log of /contributions/modules/search_files/search_files.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.19.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 19 21:33:11 2009 UTC
(4 months, 1 week ago)
by
thl
Branch:
DRUPAL-6--2
Changes since
1.19.2.7: +24 -33 lines
Diff to
previous 1.19.2.7
, to
branch point 1.19
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.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 22 21:45:04 2009 UTC
(5 months ago)
by
thl
Branch:
MAIN
Changes since
1.30: +65 -3 lines
Diff to
previous 1.30
#430096 by Thomas Lotterer: Added dashboard as default local task to search_files menu to allow some status insight.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 22 21:44:27 2009 UTC
(5 months ago)
by
thl
Branch:
MAIN
Changes since
1.27: +8 -3 lines
Diff to
previous 1.27
#430096 by Thomas Lotterer: Added support for relative pathes. Changed handling of trailing slash to be more user friendly.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 22 21:44:15 2009 UTC
(5 months ago)
by
thl
Branch:
MAIN
Changes since
1.26: +10 -7 lines
Diff to
previous 1.26
#430096 by Thomas Lotterer: Fixed issue with files vanished after being indexed. Skip over them, otherwise otherwise functions like filectime() will get passed a nonexistent file name and fail.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 22 21:44:03 2009 UTC
(5 months ago)
by
thl
Branch:
MAIN
Changes since
1.25: +6 -0 lines
Diff to
previous 1.25
#430096 by Thomas Lotterer: Fixed issue with files vanished before being indexed. Skip over them, otherwise helper applications will get passed a nonexistent file name and fail.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 22 21:43:48 2009 UTC
(5 months ago)
by
thl
Branch:
MAIN
Changes since
1.24: +26 -0 lines
Diff to
previous 1.24
#430096 by Thomas Lotterer: Fixed functional gap where vanished files were not handled at all. Regularly compare database to filesystem and remove vanished files from database. Create and leverage function search_files_delete_content_by_file_fullpath().
Revision
1.24 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 22 21:43:30 2009 UTC
(5 months ago)
by
thl
Branch:
MAIN
Changes since
1.23: +15 -23 lines
Diff to
previous 1.23
#430096 by Thomas Lotterer: Added code to clear associated data from search_dataset, search_files_files and search_files_directories tables when manually deleting a directory. Create and leverage function search_files_delete_content_by_directory_fullpath().
Revision
1.19.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 27 10:00:42 2008 UTC
(12 months, 4 weeks ago)
by
lee20
Branch:
DRUPAL-6--2
Changes since
1.19: +64 -596 lines
Diff to
previous 1.19
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.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 5 16:59:32 2008 UTC
(14 months, 2 weeks ago)
by
jrglasgow
Branch:
MAIN
Branch point for:
DRUPAL-6--2
Changes since
1.18: +2 -2 lines
Diff to
previous 1.18
Added filename to text string being indexed. now at the begining of the indexed string ther is 'file name: '. .', text: '. . This is a personal request from jbrauer.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 30 04:19:25 2008 UTC
(19 months, 3 weeks ago)
by
jrglasgow
Branch:
MAIN
Changes since
1.10: +7 -5 lines
Diff to
previous 1.10
fixed type in directory_add_submit function, plus added text to indicate to user that it may take up to one day to start indexing
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 30 03:06:05 2008 UTC
(19 months, 4 weeks ago)
by
jrglasgow
Branch:
MAIN
Changes since
1.9: +3 -3 lines
Diff to
previous 1.9
edits for the helper apps wasn't saving, I was using the form_values['values'] array which aparrently is the default values so I switched to form_values['clicked_button']['#post'] array, this works
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 30 01:22:47 2008 UTC
(19 months, 4 weeks ago)
by
jrglasgow
Branch:
MAIN
Changes since
1.8: +2 -3 lines
Diff to
previous 1.8
when after we fail to index the file 5 times we set a watchdog message, change the type from emergency to error
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 29 18:26:46 2008 UTC
(19 months, 4 weeks ago)
by
jrglasgow
Branch:
MAIN
Changes since
1.6: +10 -4 lines
Diff to
previous 1.6
instead of listing the directories once per cron run and putting the files in the search_files_files table, only do it once per day
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 29 16:29:26 2008 UTC
(19 months, 4 weeks ago)
by
jrglasgow
Branch:
MAIN
Changes since
1.5: +43 -37 lines
Diff to
previous 1.5
implemented tracking how many times indexing attempts are made, attempts are stopped after maximum of 5
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 29 04:39:43 2008 UTC
(19 months, 4 weeks ago)
by
jrglasgow
Branch:
MAIN
Changes since
1.4: +2 -2 lines
Diff to
previous 1.4
I had it relying on a funcition in another module that was recently disabled, I forgot to update the funciton name to use the fnstion in this module
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.