summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-25 23:47:38 +0100
committerjomo <github@jomo.tv>2015-01-25 23:47:38 +0100
commit75a7f4499ae5591b7216cb91c27310d40d1d4c12 (patch)
tree2fb4832aa3d1e3565001b76c957c9cecee151ded /Gemfile.lock
parent31dcf02083bd40879ba44bfe8f21d7c98026112b (diff)
big @mentions update
1. switched from autocomplete.js to jquery-textcomplete 2. style update 3. Allow mentioning by ign OR display name 4. display names can be two words and separated by a space 5. display names can be all characters, except a few special ones (punctuation etc) 6. Wildcard characters are escaped in SQL 7. Suggestions are html escaped 8. Suggestions have a timeout of 300ms, so the query is made after you stopped typing
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 04db23a..022c07d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -6,6 +6,15 @@ GIT
rails (>= 3.1.1)
GIT
+ remote: git://github.com/RedstonerServer/jquery-textcomplete-rails.git
+ revision: 8bf23af2d8fa1c5226c2b6889c7796adfe1f8772
+ specs:
+ jquery-textcomplete-rails (0.1.4)
+ coffee-rails (>= 3.2.0)
+ railties (>= 3.2.0)
+ sass-rails (>= 3.2.0)
+
+GIT
remote: git://github.com/jomo/kaminari.git
revision: e49066e94d77a6abb03a0819f3c4b0cc6923cb70
branch: patch-2
@@ -179,6 +188,7 @@ DEPENDENCIES
highlight_js-rails!
hirb
jquery-rails
+ jquery-textcomplete-rails!
kaminari!
mysql2
rails (= 4.1.0)