*** timte has quit IRC | 00:01 | |
*** J1m has joined #zope3-dev | 00:26 | |
*** J1m has quit IRC | 00:29 | |
*** afd__ has quit IRC | 00:30 | |
*** regebro has quit IRC | 00:39 | |
*** MiUlEr has joined #zope3-dev | 00:40 | |
MiUlEr | hi | 00:42 |
---|---|---|
*** basti__ has joined #zope3-dev | 00:44 | |
*** norro has quit IRC | 00:44 | |
*** jhauser has quit IRC | 01:10 | |
*** flox has left #zope3-dev | 01:19 | |
*** harobed has quit IRC | 01:32 | |
*** redir has quit IRC | 01:36 | |
*** aaronv has joined #zope3-dev | 01:49 | |
*** romanofs1i has joined #zope3-dev | 01:51 | |
*** fairwinds has joined #zope3-dev | 01:54 | |
*** romanofski has quit IRC | 02:05 | |
*** whit has quit IRC | 02:30 | |
*** fairwinds has quit IRC | 03:17 | |
*** whit has joined #zope3-dev | 03:23 | |
*** whit has joined #zope3-dev | 03:25 | |
*** whit has quit IRC | 03:39 | |
*** basti__ has quit IRC | 03:39 | |
*** natea_ has quit IRC | 04:09 | |
*** alga has quit IRC | 04:19 | |
*** dunny has quit IRC | 04:21 | |
*** lurkymclurkleton has joined #zope3-dev | 04:26 | |
*** natea_ has joined #zope3-dev | 04:30 | |
*** dunny has joined #zope3-dev | 04:36 | |
*** whit has joined #zope3-dev | 04:40 | |
*** whit has quit IRC | 04:54 | |
*** b52laptop has quit IRC | 05:04 | |
*** lurkymclurkleton has quit IRC | 05:10 | |
*** aaronv has quit IRC | 05:25 | |
*** yota has quit IRC | 07:22 | |
*** SteveA has quit IRC | 07:22 | |
*** mcdonc has quit IRC | 07:22 | |
*** VladDrac has quit IRC | 07:22 | |
*** kursor has joined #zope3-dev | 07:27 | |
*** mcdonc has joined #zope3-dev | 07:27 | |
*** VladDrac has joined #zope3-dev | 07:27 | |
*** yota has joined #zope3-dev | 07:28 | |
*** SteveA has joined #zope3-dev | 07:28 | |
*** redir has joined #zope3-dev | 07:29 | |
*** redir has quit IRC | 07:43 | |
*** natea_ has joined #zope3-dev | 08:10 | |
*** afd_ has joined #zope3-dev | 08:26 | |
*** binseer has joined #zope3-dev | 08:27 | |
*** natea_ has quit IRC | 09:00 | |
*** redir has joined #zope3-dev | 09:07 | |
*** redir has quit IRC | 09:08 | |
*** tarek_ has joined #zope3-dev | 10:37 | |
*** romanofs1i has quit IRC | 10:41 | |
*** flox has joined #zope3-dev | 10:50 | |
*** ignas has joined #zope3-dev | 11:09 | |
*** tarek_ has quit IRC | 11:35 | |
*** dobee has joined #zope3-dev | 11:35 | |
*** harobed has joined #zope3-dev | 11:51 | |
*** dobee has quit IRC | 11:59 | |
*** kursor has quit IRC | 12:31 | |
*** jpcw2002 has joined #zope3-dev | 12:39 | |
*** regebro has joined #zope3-dev | 12:49 | |
*** afd__ has joined #zope3-dev | 13:07 | |
*** afd_ has quit IRC | 13:23 | |
*** harobed has quit IRC | 13:43 | |
*** basti_ has joined #zope3-dev | 13:49 | |
*** norro has joined #zope3-dev | 13:50 | |
*** dobee has joined #zope3-dev | 13:52 | |
*** jpcw2002 has quit IRC | 13:57 | |
*** fairwinds has joined #zope3-dev | 14:22 | |
*** jsadjohnson has left #zope3-dev | 14:44 | |
*** dunny has quit IRC | 14:48 | |
*** b52laptop has joined #zope3-dev | 14:50 | |
*** aaronv has joined #zope3-dev | 15:00 | |
*** kursor has joined #zope3-dev | 15:14 | |
*** jpcw2002 has joined #zope3-dev | 15:24 | |
*** basti_ has quit IRC | 15:41 | |
*** ccomb has quit IRC | 15:53 | |
*** kursor has quit IRC | 16:06 | |
*** aclark is now known as aclark|away | 16:50 | |
*** MiUlEr has quit IRC | 17:00 | |
*** jpcw2002 has left #zope3-dev | 17:07 | |
*** kaeru has joined #zope3-dev | 17:09 | |
*** kaeru has quit IRC | 17:13 | |
*** kaeru has joined #zope3-dev | 17:15 | |
*** quodt has joined #zope3-dev | 17:21 | |
*** yvl has quit IRC | 17:24 | |
*** tarek_ has joined #zope3-dev | 17:26 | |
regebro | What is the best way to have fields that are optional depending on the value of another field? | 17:31 |
*** natea_ has joined #zope3-dev | 17:36 | |
andres | regebro: invariants? | 17:44 |
afd__ | andres: no, I think those could be used only for validation | 17:45 |
afd__ | maybe properties, I'd say | 17:45 |
andres | afd__: yes. If a field is required is some kind of validation issue? | 17:45 |
andres | +english | 17:46 |
regebro | andres: Never heard of invariants before, any pointers? | 17:46 |
afd__ | andres: right, I only understood the question now | 17:46 |
afd__ | :) | 17:46 |
andres | regebro: zope.interface.invariant | 17:46 |
andres | At least formlib and z3c.form check those. | 17:46 |
regebro | ok, thanks, will look | 17:46 |
andres | regebro: and I think both have examples in their doctests. | 17:46 |
*** tarek_ has quit IRC | 17:47 | |
afd__ | I was reading the question as having an field whose value may depend on another field :) | 17:47 |
regebro | super | 17:47 |
andres | (in z3c.form its inside field.txt) | 17:47 |
andres | afd__: yes, that shouldnt be done inside of a invariant ;-) | 17:47 |
*** redir has joined #zope3-dev | 18:02 | |
*** Pan___ has joined #zope3-dev | 18:14 | |
*** Pan_ has quit IRC | 18:14 | |
*** sm has joined #zope3-dev | 18:19 | |
*** ignas has quit IRC | 18:42 | |
*** ccomb has joined #zope3-dev | 18:43 | |
*** Theun1 has joined #zope3-dev | 19:02 | |
*** romanofski has joined #zope3-dev | 19:03 | |
*** pelle_ has joined #zope3-dev | 19:04 | |
*** basti_ has joined #zope3-dev | 19:07 | |
*** kursor has joined #zope3-dev | 19:23 | |
*** dobee has quit IRC | 19:28 | |
*** tarek has joined #zope3-dev | 19:35 | |
*** alga has joined #zope3-dev | 19:38 | |
*** MiUlEr has joined #zope3-dev | 19:46 | |
MiUlEr | hi | 19:46 |
*** dobee has joined #zope3-dev | 20:03 | |
*** tarek has quit IRC | 20:33 | |
*** Theun2 has joined #zope3-dev | 20:40 | |
*** Theun1 has quit IRC | 20:40 | |
*** basti_ has quit IRC | 20:42 | |
*** tarek has joined #zope3-dev | 20:47 | |
*** pelle_ has quit IRC | 20:49 | |
*** pelle_ has joined #zope3-dev | 20:51 | |
*** tarek has quit IRC | 21:02 | |
*** kursor_ has joined #zope3-dev | 21:10 | |
*** Theun2 has quit IRC | 21:18 | |
*** kursor has quit IRC | 21:27 | |
*** natea_ has quit IRC | 21:30 | |
*** dobee has quit IRC | 21:31 | |
*** sm has quit IRC | 21:36 | |
*** timte has joined #zope3-dev | 21:36 | |
*** timte has quit IRC | 21:37 | |
*** sm has joined #zope3-dev | 21:38 | |
*** timte has joined #zope3-dev | 21:38 | |
*** pelle_ has quit IRC | 21:39 | |
*** redir has quit IRC | 21:41 | |
*** aaronv has quit IRC | 21:46 | |
*** yvl has joined #zope3-dev | 21:49 | |
*** yvl has quit IRC | 21:52 | |
*** pelle_ has joined #zope3-dev | 21:52 | |
*** pelle_ has quit IRC | 22:00 | |
*** timte has quit IRC | 22:07 | |
*** kursor has joined #zope3-dev | 22:08 | |
*** afd__ has quit IRC | 22:08 | |
*** timte has joined #zope3-dev | 22:09 | |
*** b52lap has joined #zope3-dev | 22:11 | |
*** kursor_ has quit IRC | 22:13 | |
*** b52laptop has quit IRC | 22:28 | |
*** pelle_ has joined #zope3-dev | 22:33 | |
*** pelle_ has quit IRC | 22:34 | |
*** kursor has quit IRC | 22:40 | |
*** quodt has quit IRC | 22:43 | |
*** tarek has joined #zope3-dev | 23:12 | |
*** dunny has joined #zope3-dev | 23:28 | |
*** yvl has joined #zope3-dev | 23:39 | |
*** ccomb has quit IRC | 23:43 | |
*** romanofski has quit IRC | 23:55 | |
*** yvl has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!