[dev] [CatalinFrancu/dexonline] 2262f3: (WIP) Implementing search autocomplete (refs #224)

GitHub via Dev dev at dexonline.ro
Sun Jun 7 23:17:17 EEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/CatalinFrancu/dexonline
  Commit: 2262f35ffed91afe6a707883e9cbd2f5b3b03e17
      https://github.com/CatalinFrancu/dexonline/commit/2262f35ffed91afe6a707883e9cbd2f5b3b03e17
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2015-05-26 (Tue, 26 May 2015)

  Changed paths:
    M phplib/SmartyWrap.php
    M phplib/models/Lexem.php
    M templates/bits/searchForm.ihtml
    A wwwbase/searchcomplete.php

  Log Message:
  -----------
  (WIP) Implementing search autocomplete (refs #224)

* new searchcomplete.php page that handles db queries
* new searchLikeInflectedForms function to do the lexem searches for
  searchcomplete
* updating searchForm to load $.autocomplete on .searchField
* loading jqueryui styles and js, for autocomplete plugin
* some trailing whitespaces cleaned by vim


  Commit: 5637cb922c4f36f71864ce413f834169d5ce7361
      https://github.com/CatalinFrancu/dexonline/commit/5637cb922c4f36f71864ce413f834169d5ce7361
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2015-05-31 (Sun, 31 May 2015)

  Changed paths:
    M dex.conf.sample
    M phplib/SmartyWrap.php
    M phplib/models/Lexem.php
    M templates/bits/searchForm.ihtml
    M wwwbase/searchcomplete.php

  Log Message:
  -----------
  Search autocomplete (refs #224)

* adding config options
* include jqueryui and autocomplete code only if enabled
* two search methods: normal and inflected


  Commit: 08f8bc1b801732627488deb8b88215ca5d6e1040
      https://github.com/CatalinFrancu/dexonline/commit/08f8bc1b801732627488deb8b88215ca5d6e1040
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    M dex.conf.sample
    M phplib/models/Lexem.php
    M wwwbase/searchcomplete.php

  Log Message:
  -----------
  Removing inflected search autocomplete (refs #224)


  Commit: 415ee74a37f9d1b8c8972f95745b8417493011bb
      https://github.com/CatalinFrancu/dexonline/commit/415ee74a37f9d1b8c8972f95745b8417493011bb
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2015-06-07 (Sun, 07 Jun 2015)

  Changed paths:
    M phplib/models/Lexem.php
    M templates/bits/searchForm.ihtml
    M wwwbase/js/dex.js
    A wwwbase/searchComplete.php
    R wwwbase/searchcomplete.php

  Log Message:
  -----------
  Implementing feedback (refs #224)

* removing unneeded `distinct()` from `searchLike`
* moving `searchForm.ihtm` JS init and autocomplete code to `dex.js`
* removing unneeded `setlocale` from searchcomplete.php
* renaming `searchcomplete.php` to `searchComplete.php` in order to
  respect file naming convention.


  Commit: f3b4335b5e410d42c8161ca0c4d7dd54c2b2dfe8
      https://github.com/CatalinFrancu/dexonline/commit/f3b4335b5e410d42c8161ca0c4d7dd54c2b2dfe8
  Author: David Batranu <dbatranu at gmail.com>
  Date:   2015-06-07 (Sun, 07 Jun 2015)

  Changed paths:
    M templates/bits/searchForm.ihtml
    M wwwbase/js/dex.js

  Log Message:
  -----------
  Adding back check for acEnable (refs #224)


  Commit: e6e256787863a2bc1aad77d68036047705122d02
      https://github.com/CatalinFrancu/dexonline/commit/e6e256787863a2bc1aad77d68036047705122d02
  Author: Cătălin Frâncu <cata at francu.com>
  Date:   2015-06-07 (Sun, 07 Jun 2015)

  Changed paths:
    M dex.conf.sample
    M phplib/SmartyWrap.php
    M phplib/models/Lexem.php
    M templates/bits/searchForm.ihtml
    M wwwbase/js/dex.js
    A wwwbase/searchComplete.php

  Log Message:
  -----------
  Merge pull request #408 from david-batranu/224

Autocomplete integration (#224)
Mulțumim!


Compare: https://github.com/CatalinFrancu/dexonline/compare/2ed99fcbfa85...e6e256787863


More information about the Dev mailing list