changeset in labs/bespinserver: Small tweaks: enabled collab, re...

0 views
Skip to first unread message

Eugene Lazutkin

unread,
Jul 12, 2010, 1:14:59 PM7/12/10
to bespin-...@googlegroups.com
changeset d89d243dd11e in /repo/hg/mozilla/labs/bespinserver
details: http://hg.mozilla.org/labs/bespinserver?cmd=changeset;node=d89d243dd11e
description:
Small tweaks: enabled collab, removed some debugging.

diffstat:

bespin/config.py | 3 ++-
bespin/controllers.py | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff --git a/bespin/config.py b/bespin/config.py
--- a/bespin/config.py
+++ b/bespin/config.py
@@ -186,7 +186,8 @@ c.javascript_plugins = []
# List of capabilities provided by the server. This is just a list of strings
# to be interpreted by the client. This will adjust the user interface to
# focus the user on the capabilities provided by this server.
-c.capabilities = set(["vcs"])
+c.capabilities = set(["vcs", "collab"])
+#c.capabilities = set(["vcs"])

# Set this variable to point to the location of a Thunderhead
# source directory and that will be used during development.
diff --git a/bespin/controllers.py b/bespin/controllers.py
--- a/bespin/controllers.py
+++ b/bespin/controllers.py
@@ -707,7 +707,6 @@ def _tell_file_event(user, project, path
followers = [follower.following.username for follower in followers if follower.following]
# find the owner
isMyProject = _is_project_shared(project, user)
- print "*** 2 " + str(isMyProject)
for follower in followers:
#try:
member = User.find_user(follower)

Reply all
Reply to author
Forward
0 new messages