/[drupal]/contributions/modules/livesearch/livesearch.module
ViewVC logotype

Log of /contributions/modules/livesearch/livesearch.module

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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 7 18:39:45 2008 UTC (14 months, 2 weeks ago) by kourge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
Changed default search box to auto detect.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 19:49:54 2008 UTC (22 months ago) by kourge
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.17: +97 -95 lines
Diff to previous 1.17
Massive code cleanup. New auto-detect feature.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 8 03:08:14 2007 UTC (2 years, 3 months ago) by kourge
Branch: MAIN
Changes since 1.16: +1 -21 lines
Diff to previous 1.16
Removed useless code.

Revision 1.13.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 06:25:06 2007 UTC (2 years, 6 months ago) by kourge
Branch: DRUPAL-5
Changes since 1.13.2.1: +38 -5 lines
Diff to previous 1.13.2.1 , to branch point 1.13 , to next main 1.19
Fixed paging, added scrolling, allow custom elements for search results

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 06:19:14 2007 UTC (2 years, 6 months ago) by kourge
Branch: MAIN
Changes since 1.15: +29 -5 lines
Diff to previous 1.15
New feature: allow custom elements to be specified as where the search results will be injected into, also with some cleanups

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 04:46:19 2007 UTC (2 years, 6 months ago) by kourge
Branch: MAIN
Changes since 1.14: +10 -1 lines
Diff to previous 1.14
New feature: configurable scrolling (to the top of search results) to accompany paging

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 1 04:25:51 2007 UTC (2 years, 6 months ago) by kourge
Branch: DRUPAL-5
Changes since 1.13: +6 -2 lines
Diff to previous 1.13
Properly log watchdog entries.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 1 04:09:55 2007 UTC (2 years, 6 months ago) by kourge
Branch: MAIN
Changes since 1.13: +6 -2 lines
Diff to previous 1.13
Properly log watchdog entries.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 07:24:34 2007 UTC (2 years, 7 months ago) by kourge
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.12: +27 -1 lines
Diff to previous 1.12
New feature: snippet hiding and node info hiding.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 3 02:33:16 2007 UTC (2 years, 7 months ago) by kourge
Branch: MAIN
Changes since 1.11: +3 -4 lines
Diff to previous 1.11
Changed default settings + cleanup

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 1 06:28:03 2007 UTC (2 years, 7 months ago) by kourge
Branch: MAIN
Changes since 1.10: +146 -85 lines
Diff to previous 1.10
Add a completely overhauled set of code

Revision 1.10
Sun Apr 1 06:19:26 2007 UTC (2 years, 7 months ago) by kourge
Branch: MAIN
Changes since 1.9: +1 -1 lines
FILE REMOVED
Purge all legacy codebase and files in preparation for completely new code

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 18 20:43:25 2005 UTC (4 years, 8 months ago) by weitzman
Branch: MAIN
Changes since 1.8: +85 -82 lines
Diff to previous 1.8
a little updating for the modern age

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 20 13:02:29 2004 UTC (4 years, 11 months ago) by almaw
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Add css class.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 28 02:41:13 2004 UTC (5 years, 1 month ago) by almaw
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Output all the node types in a single <div>

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 27 12:38:10 2004 UTC (5 years, 1 month ago) by almaw
Branch: MAIN
Changes since 1.5: +6 -9 lines
Diff to previous 1.5
Add HTML head stuff in the menu hook.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 24 06:49:36 2004 UTC (5 years, 2 months ago) by almaw
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Make it XHTML compliant, and leave autocomplete on for non JS-browsers.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 24 05:55:58 2004 UTC (5 years, 2 months ago) by almaw
Branch: MAIN
Changes since 1.3: +8 -2 lines
Diff to previous 1.3
Moved drupal_set_html_head() calls into _init().
Use module_get_path('livesearch') instead of hardcoded paths.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 24 05:44:54 2004 UTC (5 years, 2 months ago) by almaw
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Update CSS to make it prettier.
Update the form to make it stop autocompleting, because it screws up the keyboard navigation.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 24 05:17:34 2004 UTC (5 years, 2 months ago) by almaw
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Check to make sure we have a count field (e.g. for users we do not).

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 24 04:53:45 2004 UTC (5 years, 2 months ago) by almaw
Branch: MAIN
LiveSearch 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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2