[GeoNode-users] ACTIVITY Feed - Option

Simone Dalmasso simone.dalmasso at gmail.com
Tue Jul 11 05:27:20 PDT 2017


Hi, you could exclude the activity urls by commenting this line
https://github.com/GeoNode/geonode/blob/master/geonode/urls.py#L86.

2017-07-11 14:08 GMT+02:00 Naresh N <naresh919 at gmail.com>:

> Dear All,
>  Please any body can share how to disable activity stream option for all
> the users.
>
> With Best Regards,
> Naresh
>
> On Wed, Jun 28, 2017 at 9:24 AM, Naresh N <naresh919 at gmail.com> wrote:
>
>> Dear Fabiani,
>>  Thanks for sharing the links, I will go through the links
>>
>> Best Regards,
>> Naresh
>>
>> On Tue, Jun 27, 2017 at 8:41 PM, Alessio Fabiani <
>> alessio.fabiani at geo-solutions.it> wrote:
>>
>>> Hi,
>>> recently I have rebuilt almost from scratch the source code of
>>> GeoExplorer and aligned with live code in order to make it updatable.
>>>
>>> You can find the GeoNode module here
>>>
>>> https://github.com/GeoNode/django-geoexplorer
>>>
>>>
>>> It actually depends on this one
>>>
>>> https://github.com/geosolutions-it/geoexplorer/tree/geonode-geoexplorer
>>>
>>> which, again, references other git submodules.
>>>
>>> See instructions here
>>>
>>> https://github.com/GeoNode/django-geoexplorer#geoexplorer-sources
>>>
>>> also you need to download sources by uasing
>>>
>>> git submodule sync
>>>
>>>
>>>
>>>
>>>
>>>
>>> Regards,
>>>
>>> Alessio Fabiani
>>>
>>> ==
>>> GeoServer Professional Services from the experts! Visit
>>> http://goo.gl/it488V for more information.
>>> ==
>>>
>>> Ing. Alessio Fabiani
>>>
>>> @alfa7691
>>> Founder/Technical Lead
>>>
>>>
>>> GeoSolutions S.A.S.
>>> Via di Montramito 3/A
>>> 55054  Massarosa (LU)
>>> Italy
>>> phone: +39 0584 962313 <+39%200584%20962313>
>>> fax:     +39 0584 1660272 <+39%200584%20166%200272>
>>> mob:   +39 331 6233686 <+39%20331%20623%203686>
>>>
>>> http://www.geo-solutions.it
>>> http://twitter.com/geosolutions_it
>>>
>>> -------------------------------------------------------
>>>
>>> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
>>>
>>> Le informazioni contenute in questo messaggio di posta elettronica e/o
>>> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
>>> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
>>> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
>>> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
>>> darcene notizia via e-mail e di procedere alla distruzione del messaggio
>>> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
>>> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
>>> utilizzarlo per finalità diverse, costituisce comportamento contrario ai
>>> principi dettati dal D.Lgs. 196/2003.
>>>
>>> The information in this message and/or attachments, is intended solely
>>> for the attention and use of the named addressee(s) and may be confidential
>>> or proprietary in nature or covered by the provisions of privacy act
>>> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
>>> Code).Any use not in accord with its purpose, any disclosure, reproduction,
>>> copying, distribution, or either dissemination, either whole or partial, is
>>> strictly forbidden except previous formal approval of the named
>>> addressee(s). If you are not the intended recipient, please contact
>>> immediately the sender by telephone, fax or e-mail and delete the
>>> information in this message that has been received in error. The sender
>>> does not give any warranty or accept liability as the content, accuracy or
>>> completeness of sent messages and accepts no responsibility  for changes
>>> made after they were sent or for other risks which arise as a result of
>>> e-mail transmission, viruses, etc.
>>>
>>> On Tue, Jun 27, 2017 at 2:40 PM, Simone Dalmasso <
>>> simone.dalmasso at gmail.com> wrote:
>>>
>>>> Geoexplorer is quite difficult to modify, and I don't know where you
>>>> could do such change.
>>>>
>>>> Here's a very minimal documentation on how to make geoexplorer work in
>>>> dev mode but then not sure how you can compile it back and deploy
>>>> http://docs.geonode.org/en/master/tutorials/devel/dev
>>>> el_debug/geoexplorer.html?highlight=geoexplorer
>>>>
>>>> 2017-06-27 14:36 GMT+02:00 Naresh N <naresh919 at gmail.com>:
>>>>
>>>>> Dear Simone,
>>>>>  Yes as told functionality is working properly based on permissions as
>>>>> geoserver handling the styling option. But if user is not having permission
>>>>> if he does the style change,after that showing error message like as
>>>>> follows, user time will waste it is better if we disable based on
>>>>> previliges. How Edit option is implemented, kindly tell us where i need to
>>>>> modify the functionality
>>>>>     [image: Inline image 1]
>>>>> Thanks&Regards,
>>>>> Naresh
>>>>>
>>>>> On Tue, Jun 27, 2017 at 5:51 PM, Simone Dalmasso <
>>>>> simone.dalmasso at gmail.com> wrote:
>>>>>
>>>>>> Not sure it's easily achievable as would require geoexplorer
>>>>>> development. Although the permission should be respected by geoserver
>>>>>> anyway,
>>>>>>
>>>>>> 2017-06-27 14:13 GMT+02:00 Naresh N <naresh919 at gmail.com>:
>>>>>>
>>>>>>> Dear Simone and all,
>>>>>>>   One more query, please help me to do
>>>>>>>
>>>>>>>  If user has option for visualizing the layer and not having style
>>>>>>> option, then also Style icon is enabled mode in Map and Layer Window of
>>>>>>> GeoNode interface. Can we grey out Style icon in case if user has not
>>>>>>> having permission for add/edit style
>>>>>>>
>>>>>>> *NOTE: This kind of enabling/disabling icon is happening for Editing
>>>>>>> data icon. In following Edit is disable mode if user has not having edit
>>>>>>> option. How ever for Style it is not happening*
>>>>>>>
>>>>>>> *   [image: Inline image 1]*
>>>>>>>
>>>>>>> How to enable/disable style icon based on user privileges for
>>>>>>> styling the data
>>>>>>>
>>>>>>> Best Regards,
>>>>>>> Naresh
>>>>>>>
>>>>>>> On Tue, Jun 27, 2017 at 4:38 PM, Naresh N <naresh919 at gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Dear Simone,
>>>>>>>>   Thanks for the response, I will go through the shared link
>>>>>>>>
>>>>>>>> Best Regards,
>>>>>>>> Naresh
>>>>>>>>
>>>>>>>> On Tue, Jun 27, 2017 at 3:12 PM, Simone Dalmasso <
>>>>>>>> simone.dalmasso at gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi, GeoNode does not ship this but you can develop it. This is the
>>>>>>>>> app geonode is using to implement the activity stream.
>>>>>>>>> https://github.com/justquick/django-activity-stream
>>>>>>>>>
>>>>>>>>> 2017-06-27 11:35 GMT+02:00 Naresh N <naresh919 at gmail.com>:
>>>>>>>>>
>>>>>>>>>> Dear All,
>>>>>>>>>>    Is it possible Activity Feed of the People  should be visible
>>>>>>>>>> to other users based on user settings?
>>>>>>>>>>  I mean in following screenshot , I could able to see the
>>>>>>>>>> activity of jamesboy.  But is it possible we can provide some option to
>>>>>>>>>>  user to share his  Activity  Feed with other based on his choice. How to
>>>>>>>>>> do it? Kindly help me to do.
>>>>>>>>>>
>>>>>>>>>> [image: Inline image 1]
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Thanks&Regards,
>>>>>>>>>> Naresh
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> geonode-users mailing list
>>>>>>>>>> geonode-users at lists.osgeo.org
>>>>>>>>>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Simone
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Simone
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Simone
>>>>
>>>> _______________________________________________
>>>> geonode-users mailing list
>>>> geonode-users at lists.osgeo.org
>>>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>>>
>>>>
>>>
>>
>


-- 
Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170711/f0834b94/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 7181 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170711/f0834b94/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 110609 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170711/f0834b94/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 8554 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20170711/f0834b94/attachment-0005.png>


More information about the geonode-users mailing list