added Thomas Niepraschk's tag autocomplete feature
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 7 Nov 2011 23:08:38 +0000 (18:08 -0500)
committerBenjamin Mako Hill <mako@atdot.cc>
Tue, 8 Nov 2011 00:52:23 +0000 (19:52 -0500)
commit04b0f54876eb15dc6b7ccafffc893fcdc3fd379a
tree6153ac0fe7cdd3e1d4b55cd30fa7de834f5d24da
parente03e075e4bc21843ae223caf0c149b289e9636c9
added Thomas Niepraschk's tag autocomplete feature

The work in this patch is taken from the following GH repository:

  https://github.com/niepi/scuttle-autocomplete

The work is Copyright (c) Thomas Niepraschk 2011.

Niepraschk's work is not done as a branch to the scuttle git repository,
includes a series of unrelated changes, and involves a few mistakes. In
this branch, I've provided a clean-up of his work but very little of my
own.

I have made the following change over what Thomas did in his repository:

- Reverted the move of config.inc.php from config.inc.php.example
- Changed the script code to not include simple load JQuery from
  googleapis.com (introducing some privacy issues) but to load it from
  the copies that Thomas included in the repository instead.
- I have also removed from the history several extra files including the
  full dump of his database (!) which he them removed in a subsequent
  commit.

All credit goes to Thomas Niepraschk for his hard work to build the
functionality. I use it and love it!
jsScuttle.php
templates/editbookmark.tpl.php
templates/top.inc.php

Benjamin Mako Hill || Want to submit a patch?