aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-09 23:47:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-09 23:47:24 -0400
commit9be0cb06abd85b8fcde5b329d4d004691a7b6c44 (patch)
treee4e7ce45673962dd69e1bcae2466f127bbeb3649 /debian
parent84cb32ec1c3e9e097a26403f3bc5833acbb54f46 (diff)
webapp: Adjust longpoll code to work with recent versions of shakespeare-js.
A while ago I added code to support recent versions of shakespeare-js, (commit a2e8bda7df7707f84cd551ed16ffaa0bf7c3aac0). But it seems that resulted in quoting of all strings inserted into javascript files, which means it's now impossible to do the type of metaprogramming that longpolling.julius relied on. I have found another way to accomplish the same thing without needing to generate unique function names. Hopefully it's portable. Opinion of shakespeare-js now at rock bottom. One of these days, this needs to be redone to use Fay.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2df17e2bc..b333cc160 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ git-annex (3.20130108) UNRELEASED; urgency=low
* webapp: Use IP address, rather than localhost, since some systems may
have configuration problems or other issues that prevent web browsers
from connecting to the right localhost IP for the webapp.
+ * webapp: Adjust longpoll code to work with recent versions of
+ shakespeare-js.
-- Joey Hess <joeyh@debian.org> Tue, 08 Jan 2013 12:37:38 -0400