anguenot | srichter:giving up the tests | 00:02 |
---|---|---|
anguenot | dunno exctly what it does and have to finish the #307 | 00:02 |
anguenot | launching the tests and commiting the deprecation | 00:02 |
*** |jbb| has joined #zope3-dev | 00:03 | |
anguenot | for the #327 | 00:04 |
anguenot | I fixed it a while ago | 00:04 |
anguenot | It can be closed | 00:04 |
anguenot | I think | 00:04 |
srichter | yeah, it is fixed and was noted in CHANGES.txt | 00:04 |
anguenot | srichter: just checked in the deprecation within optionstorage | 00:05 |
anguenot | you can move it in a sandbox | 00:05 |
srichter | great! | 00:05 |
anguenot | :) | 00:06 |
srichter | yeah, we might leave it there and I'll write tests for it | 00:06 |
srichter | its not being distributed anyways | 00:06 |
anguenot | ok | 00:06 |
garrett-smith | hmmm...disturbing -- a checkin to my sandbox, which claims to be in a branch, just went to the trunk | 00:07 |
srichter | shrug | 00:08 |
J1m | hm | 00:08 |
J1m | so your entries file gives the irl of the branch? | 00:09 |
garrett-smith | sort of -- part of my sandbox is on the branch, the other the trunk | 00:10 |
garrett-smith | i got no errors when i 'switched' though | 00:10 |
J1m | what about the entry or the thing you checked in? | 00:10 |
J1m | what about the entry for the thing you checked in? | 00:11 |
garrett-smith | that was in the trunk, which explains the checkin :-) | 00:11 |
J1m | so the switch missfired? | 00:11 |
garrett-smith | looks like it | 00:11 |
garrett-smith | i'll get a fresh trunk and make sure tests are at least passing | 00:12 |
garrett-smith | btw, principal searching appears to work now -- the fix wasn't that invasive | 00:14 |
garrett-smith | i'm running through various use cases; and i need to deal with the XXX in the group folder ftests | 00:14 |
GaryPoster | srichter: btw, my XXX stuff is in. | 00:17 |
srichter | great | 00:18 |
srichter | so how many more XXX do we have left? | 00:18 |
benji_york | two I think | 00:19 |
benji_york | let me check | 00:19 |
srichter | yeah, sounds great | 00:21 |
benji_york | three... | 00:21 |
benji_york | ...the one garrett is working on | 00:21 |
benji_york | ...the one marking bug 307 | 00:22 |
benji_york | ...one Gary is going to fix momentarily | 00:22 |
srichter | perfect | 00:22 |
srichter | so we are all set with those as well | 00:22 |
benji_york | those are from the zope package only (which is what I presume we're worried about) | 00:23 |
srichter | yes | 00:23 |
srichter | there are many in ZODB and other packages we have no control over | 00:23 |
benji_york | yep | 00:23 |
*** tarek has quit IRC | 00:26 | |
GaryPoster | the last XXX in zope.app.form is in. Bye y'all. | 00:30 |
*** GaryPoster has quit IRC | 00:30 | |
srichter | garrett-smith: what bug number are you working on right now? | 00:40 |
garrett-smith | i'm working on an xxx | 00:40 |
garrett-smith | the recent checkin was for 414 | 00:40 |
srichter | ok | 00:41 |
srichter | garrett-smith: did you close it in the collector? | 00:41 |
garrett-smith | but 414's not officially resolved | 00:41 |
srichter | I see | 00:41 |
garrett-smith | that was the checkin that was meant for the branch | 00:41 |
srichter | yeah | 00:41 |
garrett-smith | i'm 80% sure it's done, but i want to spend some more time | 00:41 |
srichter | ok | 00:42 |
srichter | J1m: are you working on 384? | 00:42 |
J1m | yes | 00:45 |
garrett-smith | i'm getting an assertion error when running dochttp on some tcpwatch files | 01:00 |
garrett-smith | what options are commonly used w/dochttp? | 01:00 |
garrett-smith | here's the complain: | 01:01 |
garrett-smith | Traceback (most recent call last): | 01:01 |
garrett-smith | File "C:\SCM\zope\Zope3\src\zope\app\testing\dochttp.py", line 224, in ? | 01:01 |
garrett-smith | main() | 01:01 |
garrett-smith | File "C:\SCM\zope\Zope3\src\zope\app\testing\dochttp.py", line 101, in dochttp | 01:01 |
garrett-smith | assert (request and response) or not (request or response) | 01:01 |
garrett-smith | AssertionError | 01:01 |
J1m | I assume tiy used a versionof tcpwatch from cvs. | 01:03 |
J1m | I assume you used a versionof tcpwatch from cvs. | 01:03 |
garrett-smith | nope | 01:04 |
J1m | It's really sad that you have to write the test this way. :( | 01:04 |
garrett-smith | i'll get the latest | 01:04 |
J1m | It's a damn shame you can't use testbrowser. | 01:04 |
garrett-smith | and 'sad' is one way of putting it ;) | 01:04 |
garrett-smith | what's 'sadder' is debugging someone elses tests | 01:05 |
J1m | I hope I never have to write a tcpwatch/dochttp test again. | 01:05 |
J1m | Yes | 01:05 |
garrett-smith | is tcpwatch in cvs, or Zope svn? | 01:06 |
J1m | in cvs | 01:07 |
J1m | Just a sec | 01:07 |
J1m | http://cvs.zope.org/Packages/tcpwatch/tcpwatch | 01:08 |
*** benji_york has quit IRC | 01:23 | |
*** SureshZ has quit IRC | 01:30 | |
*** MrTopf has quit IRC | 01:41 | |
*** BjornT has quit IRC | 01:49 | |
*** bradb has quit IRC | 01:49 | |
*** stub has quit IRC | 01:49 | |
*** SteveA has quit IRC | 01:50 | |
garrett-smith | J1m, I added a test to show searching works with PAUs and prefixes -- do you want to take a look at the solution I currently have in place? | 01:56 |
J1m | sure | 01:57 |
garrett-smith | Take a look at z/a/authentication/authentication.py | 01:57 |
*** |jbb| has left #zope3-dev | 01:57 | |
garrett-smith | line 97 is the interesting part | 01:58 |
J1m | Is this checked into the trunk? | 01:58 |
garrett-smith | yes | 01:59 |
J1m | Line 93 is too long. :) | 02:00 |
garrett-smith | :-) i had my margin set at 80 | 02:01 |
J1m | what is interesting about line 97? | 02:01 |
garrett-smith | both the authplugin and the PAU are getting adapted | 02:02 |
garrett-smith | now look at the bottom of the file | 02:02 |
garrett-smith | PluggableAuthenticationQueriable | 02:02 |
J1m | ah! | 02:02 |
garrett-smith | this guy prepends the pau prefix to any principal IDs returned by plugins | 02:02 |
J1m | cool | 02:02 |
garrett-smith | i figured whatever i did better include some adaptation | 02:03 |
J1m | ;) | 02:03 |
J1m | but but... | 02:03 |
J1m | I don't like adapting to IQuerySchemaSearch | 02:06 |
*** hazmat has joined #zope3-dev | 02:06 | |
garrett-smith | you want the otherwise not-so-useful marker interface back, eh? | 02:07 |
J1m | Yes | 02:07 |
garrett-smith | or I can rename the interrface to something that ends with 'Queriable' | 02:08 |
J1m | Because not all plugins will use schema-based queries. | 02:08 |
garrett-smith | sigh...you're right | 02:08 |
garrett-smith | well, easy enough -- i'll even throw in the line-wrap fix along with it | 02:08 |
J1m | :) | 02:09 |
J1m | You should probably send a heads-up the the list, in the unlikely event that there are custom query implementations out there. | 02:10 |
garrett-smith | I dont think this mod effects them | 02:10 |
garrett-smith | er....no | 02:11 |
garrett-smith | so, the rule is, they need to provide an adapter for the auth and the pau that incorporates the principal ID prefix | 02:12 |
garrett-smith | or they could just subclass the existing adapter | 02:13 |
garrett-smith | scratch that (too much thinking out loud) | 02:14 |
anguenot | #307 fixed :) | 02:15 |
J1m | garrett-smith, you picked a hard one to work on. | 02:30 |
garrett-smith | sounds like there's more to that statement :-\ | 02:31 |
garrett-smith | So, IQueriableAuthenticator is back and checked in -- but there's more you'd like point out, isn't there | 02:32 |
J1m | No | 02:32 |
garrett-smith | ah :-) excellent | 02:32 |
J1m | I just don't envy you your project. | 02:33 |
J1m | I'm heading out. | 02:33 |
garrett-smith | well, I think i'm done | 02:33 |
garrett-smith | i'll post a heads up to the list | 02:33 |
J1m | Yay! | 02:33 |
J1m | k | 02:33 |
J1m | night | 02:33 |
garrett-smith | seeya | 02:33 |
*** J1m has quit IRC | 02:33 | |
*** yota has quit IRC | 02:46 | |
*** garrett-smith has left #zope3-dev | 02:52 | |
*** MiUlEr has joined #zope3-dev | 02:56 | |
*** fdrake has left #zope3-dev | 03:18 | |
*** jbb666 has quit IRC | 03:46 | |
*** RaFromBRC has quit IRC | 04:11 | |
*** MiUlEr has joined #zope3-dev | 04:25 | |
*** anguenot has quit IRC | 04:27 | |
*** cwells has quit IRC | 04:40 | |
*** benji_york has joined #zope3-dev | 05:41 | |
*** benji_york has quit IRC | 06:00 | |
*** povbot has joined #zope3-dev | 07:19 | |
*** MiUlEr has quit IRC | 07:19 | |
*** tvon has quit IRC | 07:19 | |
*** povbot` has quit IRC | 07:19 | |
*** srichter has quit IRC | 07:19 | |
*** genconc has quit IRC | 07:19 | |
*** andrew_m has quit IRC | 07:19 | |
*** Hellfried has quit IRC | 07:19 | |
*** Hellfried has joined #zope3-dev | 07:20 | |
*** srichter has joined #zope3-dev | 07:21 | |
*** andrew_m has joined #zope3-dev | 07:22 | |
*** tvon has joined #zope3-dev | 07:22 | |
*** MiUlEr has joined #zope3-dev | 07:22 | |
*** dman13 has quit IRC | 09:38 | |
*** dman13 has joined #zope3-dev | 10:13 | |
*** douglasc has joined #zope3-dev | 10:19 | |
*** d2m has quit IRC | 10:34 | |
*** d2m has joined #zope3-dev | 10:39 | |
*** douglasc has quit IRC | 12:05 | |
*** The|uni has joined #zope3-dev | 12:25 | |
*** ChanServ sets mode: +o srichter | 13:24 | |
*** yota has joined #zope3-dev | 13:31 | |
*** guido_g has joined #zope3-dev | 13:56 | |
*** projekt01 has joined #zope3-dev | 14:02 | |
*** projekt01 has quit IRC | 14:16 | |
*** zagy has joined #zope3-dev | 14:28 | |
*** J1m has joined #zope3-dev | 14:31 | |
*** __gotcha_ has joined #zope3-dev | 15:22 | |
*** MrTopf has joined #zope3-dev | 15:34 | |
*** MrTopf has joined #zope3-dev | 15:35 | |
*** __gotcha has quit IRC | 15:37 | |
*** tav has joined #zope3-dev | 15:52 | |
*** MiUlEr has quit IRC | 16:30 | |
*** zagy has left #zope3-dev | 17:00 | |
*** zagy has joined #zope3-dev | 17:26 | |
*** J1m has quit IRC | 18:19 | |
*** The|uni has quit IRC | 18:37 | |
*** SureshZ has joined #zope3-dev | 18:55 | |
*** suresh has joined #zope3-dev | 19:12 | |
*** projekt01 has joined #zope3-dev | 19:14 | |
*** SureshZ has quit IRC | 19:19 | |
*** suresh has left #zope3-dev | 19:20 | |
*** SureshZ has joined #zope3-dev | 19:21 | |
*** douglasc has joined #zope3-dev | 19:37 | |
*** SureshZ has quit IRC | 19:43 | |
*** SureshZ has joined #zope3-dev | 19:44 | |
*** MrTopf has quit IRC | 19:55 | |
*** SureshZ has quit IRC | 20:00 | |
*** SureshZ has joined #zope3-dev | 20:06 | |
*** SureshZ has quit IRC | 20:27 | |
*** SureshZ has joined #zope3-dev | 20:28 | |
*** SureshZ has quit IRC | 20:49 | |
*** SureshZ has joined #zope3-dev | 20:50 | |
*** SureshZ has quit IRC | 21:11 | |
*** SureshZ has joined #zope3-dev | 21:11 | |
*** The|uni has joined #zope3-dev | 21:13 | |
*** douglasc has quit IRC | 21:23 | |
*** roym has joined #zope3-dev | 21:24 | |
roym | Folks, how would I present two different views of the same object, | 21:25 |
roym | based on the role of the viewer? Should I use skins? | 21:25 |
*** SureshZ has quit IRC | 21:32 | |
*** MrTopf has joined #zope3-dev | 22:03 | |
*** tvon has quit IRC | 22:26 | |
*** tav_ has joined #zope3-dev | 22:36 | |
*** tav has quit IRC | 22:38 | |
*** tvon has joined #zope3-dev | 22:42 | |
mp | It would be nice if it was possible to "download" apidocs | 22:51 |
mp | and save them on disk for future static access | 22:51 |
mp | How do I define (introduce) property in interface? I should be read-only field, but when I add Field with readonly=True it still shows up in add form... :/ | 23:20 |
*** alienoid has joined #zope3-dev | 23:26 | |
mp | AttributeError: 'module' object has no attribute 'publish_parts' | 23:47 |
mp | how can it be? it's called from view, but it's in python code (component object method)... is this king of python code restricted? | 23:47 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!