[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.0.36.1-35-g937c799

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:29:59 CET 2014


The branch, build-baikal has been updated
       via  937c799f779752dc857e62071330c820a7527d49 (commit)
      from  72e9bf3ca62180facdfc78ff4422617e321c4d21 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/utils.py |    2 ++
 1 file changed, 2 insertions(+)

The diff of changes is:
diff --git a/x2go/utils.py b/x2go/utils.py
index 602ea98..bf3e5b2 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -73,6 +73,8 @@ def slugify(value):
     import unicodedata
     value = unicodedata.normalize('NFKD', unicode(value)).encode('ascii', 'ignore')
     value = re.sub('[^\w\s-]', '', value).strip().lower()
+    value = re.sub('[(]', '<', value).strip().lower()
+    value = re.sub('[)]', '>', value).strip().lower()
     return value
 
 def _genSessionProfileId():


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list