Mercurial > libervia-backend
comparison src/core/sat_main.py @ 1650:b08b828a87c9
quick frontend (blog): fixed group blog panels (displaying only, sending is not working yet)
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 23 Nov 2015 16:21:32 +0100 |
parents | 98a2eb768bb0 |
children | 3c608d660f0b |
comparison
equal
deleted
inserted
replaced
1649:b58c8b4715c6 | 1650:b08b828a87c9 |
---|---|
362 Return list of activated plugins and plugin specific data | 362 Return list of activated plugins and plugin specific data |
363 @param profile_key: %(doc_profile_key)s | 363 @param profile_key: %(doc_profile_key)s |
364 C.PROF_KEY_NONE can be used to have general plugins data (i.e. not profile dependent) | 364 C.PROF_KEY_NONE can be used to have general plugins data (i.e. not profile dependent) |
365 @return (dict)[Deferred]: features data where: | 365 @return (dict)[Deferred]: features data where: |
366 - key is plugin import name, present only for activated plugins | 366 - key is plugin import name, present only for activated plugins |
367 - value is a an other dict, when meaning is specifif to each plugin. | 367 - value is a an other dict, when meaning is specific to each plugin. |
368 this dict is return by plugin's getFeature method. | 368 this dict is return by plugin's getFeature method. |
369 If this method doesn't exists, an empty dict is returned. | 369 If this method doesn't exists, an empty dict is returned. |
370 """ | 370 """ |
371 try: | 371 try: |
372 # FIXME: there is no method yet to check profile session | 372 # FIXME: there is no method yet to check profile session |