Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-12-27 09:54:23 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-12-27 09:54:23 (GMT)
commitfc98d378a6726923daa994e0d96efa8ede13073a (patch)
treed125f8dc7bbd27cc626f712b75d3582e105b651a
parent7318c275fa862bbb782eefc037a545cdb2491102 (diff)
Update favicon; remove default pilot node layer
-rw-r--r--TODO5
-rw-r--r--sugar_network/node/__init__.py2
-rw-r--r--sugar_network/static/httpdocs/favicon.icobin1150 -> 1150 bytes
3 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index f3bce07..5e5ae1d 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+0.10
+====
+- Context prop for Update Hub sort
+
- Remove temporal security hole with speciying guid in POST,
it was added as a fast hack to support offline creation (with later pushing to a node)
- changed pulls should take into account accept_length
@@ -18,3 +22,4 @@ v2.0
* students w/ disabilities
* etc
- sort out contexts by school subjects
+- handle forks
diff --git a/sugar_network/node/__init__.py b/sugar_network/node/__init__.py
index 92970d5..e9b410f 100644
--- a/sugar_network/node/__init__.py
+++ b/sugar_network/node/__init__.py
@@ -57,5 +57,5 @@ pull_timeout = Option(
sync_layers = Option(
'comma separated list of layers to restrict Sugar Network '
'synchronization content',
- default=['pilot'], type_cast=Option.list_cast,
+ default=[], type_cast=Option.list_cast,
type_repr=Option.list_repr, name='sync-layers')
diff --git a/sugar_network/static/httpdocs/favicon.ico b/sugar_network/static/httpdocs/favicon.ico
index 4d16dfd..de355c1 100644
--- a/sugar_network/static/httpdocs/favicon.ico
+++ b/sugar_network/static/httpdocs/favicon.ico
Binary files differ