| *** wrobel has quit IRC | 00:10 | |
| *** dobee has quit IRC | 00:29 | |
| *** sashav has quit IRC | 00:31 | |
| *** batlogg has quit IRC | 00:46 | |
| *** zbir has quit IRC | 00:56 | |
| *** GaryPoster has quit IRC | 01:06 | |
| *** benji has quit IRC | 01:35 | |
| *** fabiorizzo has joined #zope3-dev | 01:55 | |
| *** natea has quit IRC | 02:05 | |
| *** natea_ has joined #zope3-dev | 02:05 | |
| *** fabiorizzo has quit IRC | 02:17 | |
| *** fabiorizzo has joined #zope3-dev | 02:20 | |
| *** natea has joined #zope3-dev | 02:20 | |
| *** natea_ has quit IRC | 02:20 | |
| *** natea has quit IRC | 02:23 | |
| *** natea has joined #zope3-dev | 02:24 | |
| *** natea has quit IRC | 02:33 | |
| *** jenner has quit IRC | 02:34 | |
| *** natea has joined #zope3-dev | 02:56 | |
| *** stub has joined #zope3-dev | 03:07 | |
| *** stub has quit IRC | 03:08 | |
| *** Rocky|austria has quit IRC | 03:23 | |
| *** natea has quit IRC | 03:26 | |
| *** rom|zZZZ has quit IRC | 04:01 | |
| *** rom|zZZZ has joined #zope3-dev | 04:01 | |
| *** zbir has joined #zope3-dev | 04:13 | |
| *** zbir has quit IRC | 04:17 | |
| *** natea has joined #zope3-dev | 04:54 | |
| *** deo has quit IRC | 05:01 | |
| *** MacYET_ has joined #zope3-dev | 05:08 | |
| *** MacYET has quit IRC | 05:19 | |
| *** zbir has joined #zope3-dev | 05:35 | |
| *** zbir has quit IRC | 05:39 | |
| *** natea has quit IRC | 05:43 | |
| *** MacYET__ has joined #zope3-dev | 05:59 | |
| *** niemeyer_ has joined #zope3-dev | 06:14 | |
| *** zbir has joined #zope3-dev | 06:15 | |
| *** MacYET_ has quit IRC | 06:16 | |
| *** zbir has quit IRC | 06:24 | |
| *** niemeyer has quit IRC | 06:40 | |
| *** Rocky|austria has joined #zope3-dev | 07:27 | |
| *** Rocky|austria has quit IRC | 08:18 | |
| *** niemeyer_ has quit IRC | 08:36 | |
| *** MacYET__ has left #zope3-dev | 08:49 | |
| *** mcdonc has quit IRC | 09:44 | |
| *** wrobel has joined #zope3-dev | 10:36 | |
| *** srichter has quit IRC | 10:49 | |
| *** marchino has joined #zope3-dev | 11:17 | |
| marchino | ciao | 11:17 |
|---|---|---|
| *** sashav has joined #zope3-dev | 11:45 | |
| *** vinsci_ has joined #zope3-dev | 12:23 | |
| *** vinsci has quit IRC | 12:24 | |
| *** vinsci has joined #zope3-dev | 12:31 | |
| *** vinsci_ has quit IRC | 12:32 | |
| *** tarek has quit IRC | 12:47 | |
| *** sashav has quit IRC | 13:24 | |
| *** rom|zZZZ is now known as romanofski | 13:50 | |
| romanofski | moin | 14:03 |
| *** tarek has joined #zope3-dev | 14:15 | |
| *** natea has joined #zope3-dev | 14:20 | |
| *** natea has quit IRC | 14:21 | |
| *** natea has joined #zope3-dev | 14:23 | |
| *** zagy has joined #zope3-dev | 14:25 | |
| *** natea has quit IRC | 14:51 | |
| *** klaus has joined #zope3-dev | 14:52 | |
| *** benji_york has joined #zope3-dev | 15:32 | |
| *** srichter has joined #zope3-dev | 16:12 | |
| *** ChanServ sets mode: +o srichter | 16:16 | |
| *** zbir has joined #zope3-dev | 16:16 | |
| *** srichter has quit IRC | 16:42 | |
| *** natea has joined #zope3-dev | 16:54 | |
| *** tav has joined #zope3-dev | 17:06 | |
| *** klaus has quit IRC | 17:10 | |
| *** sashav has joined #zope3-dev | 17:12 | |
| *** fabiorizzo has quit IRC | 17:20 | |
| *** natea has quit IRC | 17:22 | |
| *** romanofski is now known as rom|aw | 17:47 | |
| *** natea has joined #zope3-dev | 18:01 | |
| *** rom|aw is now known as romanofski | 18:40 | |
| *** marchino has quit IRC | 18:46 | |
| *** natea has quit IRC | 18:48 | |
| *** jhauser has joined #zope3-dev | 18:48 | |
| *** benji_york has quit IRC | 18:48 | |
| *** MJ has quit IRC | 19:06 | |
| *** marchino has joined #zope3-dev | 19:07 | |
| *** MJ has joined #zope3-dev | 19:13 | |
| *** MJ has left #zope3-dev | 19:15 | |
| *** roym has joined #zope3-dev | 19:25 | |
| roym | For a user U, I create a Folder A and programmatically: | 19:30 |
| roym | - get the principal role manager (prm) | 19:30 |
| roym | - prm.assignRoleToPrincipal('my.Student', principal.id) | 19:30 |
| roym | - get the principal permission manager (ppm) | 19:30 |
| roym | - ppm.grantPermissionToPrincipal('my.ManageContent', principal.id) | 19:30 |
| roym | 19:30 | |
| roym | the user U is then able to access views that need 'my.ManageContent' | 19:30 |
| roym | permission in the folder A. | 19:30 |
| roym | 19:30 | |
| roym | My problem is that, as site Manager, if I create a folder B within A, | 19:30 |
| roym | U is not able to access views of A/B that require 'my.ManageContent' | 19:30 |
| roym | permission. I thought that the 'my.ManageContent' rights extended to | 19:30 |
| roym | subfolders... | 19:30 |
| roym | Or better still, is there any way to find out the permission a user needed, when a denial happens? | 19:36 |
| *** natea has joined #zope3-dev | 19:37 | |
| *** wrobel has quit IRC | 19:41 | |
| *** wrobel has joined #zope3-dev | 19:45 | |
| *** _anguenot has joined #zope3-dev | 19:51 | |
| *** benji_york has joined #zope3-dev | 21:13 | |
| roym | OK, I realized that it was not a case of permissions not propogating | 21:15 |
| roym | down to subfolders - rather it has to do with "locating" an object. | 21:15 |
| roym | 21:15 | |
| roym | I have a custom timer object that I set as an "attribute" of a | 21:15 |
| roym | sub-folder. What I find is that the permissions manager for this | 21:15 |
| roym | "attribute" object ends up being the root folder perm-mgr, rather than | 21:15 |
| roym | the subfolder. How do I set an object O as an attribute of a | 21:15 |
| roym | sub-folder A/B and force it to be located at B as well, so that access | 21:15 |
| roym | to it is controlled by B's permission manager, rather than A's. | 21:15 |
| roym | ie: I want: B.timer = O, rather than having to say: B['timer'] = O | 21:16 |
| *** wrobel has quit IRC | 21:16 | |
| *** ChanServ sets mode: +o tav | 21:23 | |
| *** wrobel has joined #zope3-dev | 21:30 | |
| *** marchino has quit IRC | 21:44 | |
| roym | ah, enlightenment... having it implement IContained does the trick! | 21:50 |
| *** Aiste has quit IRC | 22:10 | |
| *** Aiste has joined #zope3-dev | 22:18 | |
| *** Aiste has quit IRC | 22:29 | |
| *** jenner has joined #zope3-dev | 22:36 | |
| *** srichter has joined #zope3-dev | 23:39 | |
| *** ChanServ sets mode: +o srichter | 23:59 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!