Skip to content
  1. Oct 26, 2013
  2. Jun 09, 2013
  3. Jun 08, 2013
  4. Jun 02, 2013
  5. Jun 01, 2013
  6. Nov 04, 2012
  7. Sep 16, 2012
  8. Sep 12, 2012
  9. Sep 11, 2012
  10. Sep 02, 2012
  11. Mar 08, 2012
    • Dominique CLAUSE's avatar
      Just go on for 7.x-2.3 · 3f185481
      Dominique CLAUSE authored
      Changes from last version are:
      - [#1443972] : Convert javascript to use Drupal behaviors
      - [#1443646] : Multilingual site search
      - [#1441260] : Auto-complete ignores weights of suggestion types
      - [#1417322] : Failure after upgrade to 7.2.1 with comments disabled
      - [#1417424] : Default form ID selectors in multilingual environments
      + some minor string and detail fix.
      7.x-2.3
      3f185481
    • Dominique CLAUSE's avatar
      Corrections: · 040f689e
      Dominique CLAUSE authored
      - [#1443972] : Convert javascript to use Drupal behaviors
      - [#1443646] : Multilingual site search
      - [#1441260] : Auto-complete ignores weights of suggestion types
      - [#1417322] : Failure after upgrade to 7.2.1 with comments disabled
      - [#1417424] : Default form ID selectors in multilingual environments
      7.x-2.x-dev
      040f689e
  12. Jan 19, 2012
    • Dominique CLAUSE's avatar
      Security Issue fix: · 589e8f6a
      Dominique CLAUSE authored
      - Major SQL injection security issue fixed
      Major Issues fix:
      - [#1313178] : settings where propagated to every forms instead of only child form.
      Minor Issues fix:
      - [#1316596] : minor Javascript issue, fixed for old IE compatibility
      New functionality:
      - [#192424] : add new placeholder for potential language sensitive autocompletion.
      7.x-2.1
      589e8f6a
  13. Dec 25, 2011
    • Dominique CLAUSE's avatar
      Discover some new features with this 2.0 version! · c19a0802
      Dominique CLAUSE authored
      - Use a standalone jquery plugin for autocompletion providing more settings, such as coloration, highlighting, caching, etc...
      - Forms to autocomplete are individually configurable.
      - Advanced users can add their own forms to autocomplete whatever they want! Fields to autocomplete are therefore targeted using jquery selectors.
      - More types of suggestions to display are available:
        - words (any word in your site)
        - node titles
        - comment titles (if optional module comment enabled)
        - taxonomies (if optional module taxonomy enabled)
      - Each type of suggestion is prefixable (to indicate your user what the suggestion stand for)
      - Advanced users can define their own suggestions providing an SQL query.
      7.x-2.0
      c19a0802
  14. Aug 13, 2011
  15. Jul 31, 2011
    • Dominique CLAUSE's avatar
      D7 port of Search Autocomplete module. · cf273f9e
      Dominique CLAUSE authored
      ---------------------------------------
      
      > Offers integration with Search from Drupal core. Autocompletion can be set to:
          - Search Page content search form
          - Search Block form
          - Theme Search Form (no more existing in Drupal 7)
      > Suggestions come from search_index table. In other words, is can be any word appearing in your content.
      > Autocompletion is made thought Drupal Form API capacities (misc/autocomplete.js) in other word it enables the Drupal core autocompletion.
      > Choose number of characters to be input before autocompletion suggestions appears.
      > Choose number of suggestions to display.
      > Suggestions can be sorted:
          - naturally (none)
          - alphabetically
          - by keyword score
          - by keyword relevancy
      7.x-1.0-beta1
      cf273f9e
  16. Jul 30, 2011
  17. Feb 25, 2011
  18. Dec 17, 2007
  19. Nov 14, 2007
  20. Oct 30, 2007