CIA-94 | tseaver * r112934 zope.annotation/ (8 files in 3 dirs): Remove CVS $ fossils. | 00:01 |
---|---|---|
CIA-94 | tseaver * r112935 zope.applicationcontrol/ (7 files in 3 dirs): Remove CVS $ fossils. | 00:01 |
CIA-94 | tseaver * r112936 /zope.applicationcontrol/tags/3.4.2: Add tag 3.4.2 | 00:01 |
CIA-94 | tseaver * r112937 /zope.applicationcontrol/tags/3.4.0: Add tag 3.4.0 | 00:01 |
CIA-94 | tseaver * r112938 /zope.applicationcontrol/tags/3.4.1: Add tag 3.4.1 | 00:01 |
CIA-94 | tseaver * r112939 /zope.applicationcontrol/tags/3.4.0a1: Add tag 3.4.0a1 | 00:01 |
CIA-94 | tseaver * r112940 /zope.applicationcontrol/tags/3.5.0: Add tag 3.5.0 | 00:01 |
bitmonk | TheJester: i'll have to check it out. | 00:05 |
*** daMaestro has quit IRC | 00:08 | |
*** alecm|food is now known as alecm | 00:18 | |
*** daMaestro has joined #zope | 00:21 | |
*** Theuni1 has quit IRC | 00:21 | |
*** d2m has quit IRC | 00:22 | |
bitmonk | TresEquis: the rest will come in a denser batch, i had some infrastructure challenges which are taking a little longer to sort. | 00:23 |
*** Arfrever has quit IRC | 00:26 | |
CIA-94 | tseaver * r112941 zope.testing/buildout.cfg: Make it easier / more natural to add eggs. | 00:30 |
*** mr_jolly has quit IRC | 00:30 | |
*** mr_jolly has joined #zope | 00:31 | |
mup | Bug #588922 was filed: verbose flag causes spurious test failures <zope.testing:New> <https://launchpad.net/bugs/588922> | 00:32 |
*** mr_jolly has left #zope | 00:40 | |
*** TomBlockley has quit IRC | 00:42 | |
*** RichardBarrell has joined #zope | 00:44 | |
*** ccomb has quit IRC | 00:46 | |
*** fdrake has quit IRC | 00:58 | |
*** jim_SFU has quit IRC | 01:12 | |
*** Ariel_Calzada has joined #zope | 01:14 | |
*** Ariel_Calzada has left #zope | 01:15 | |
CIA-94 | trollfot 1.13 * r112942 grokcore.view/ (CHANGES.txt setup.py): Readying for minor release | 01:33 |
CIA-94 | trollfot * r112943 /grokcore.view/tags/1.13.5: Creating 1.13.5 tag | 01:33 |
CIA-94 | trollfot 1.13 * r112944 grokcore.view/ (CHANGES.txt setup.py): back to dev | 01:33 |
*** smita has joined #zope | 01:35 | |
*** bitmonk has quit IRC | 01:37 | |
*** bitmonk has joined #zope | 01:40 | |
CIA-94 | tseaver * r112945 zope.testing/buildout.cfg: Unzip recipe eggs. | 01:47 |
*** aaronv is now known as aaronv-dinner | 01:48 | |
*** webmaven has quit IRC | 01:54 | |
bitmonk | TresEquis: in zope.container _zope_container_contained.c is the following: #define _ZOPE_CONTAINER_CONTAINED_C "$Id$\n" | 01:55 |
bitmonk | this can be entirely removed, yah? | 01:56 |
bitmonk | or should it be empty? | 01:56 |
bitmonk | oh that's a docstring, ain't it? | 01:56 |
* bitmonk hasn't seen the C api in a while ;d | 01:56 | |
TresEquis | bitmonk: a #define sets up a compile-time variable for use elsewhere | 02:00 |
*** Hypergraphe has quit IRC | 02:00 | |
TresEquis | that isn't the actual docstring, but it may be used later inside that | 02:00 |
bitmonk | sure, i understand that much, i just wasn't sure if it had some purpose. assuming it does and leaving it as "\n" is probably safest, yah? | 02:00 |
TresEquis | look for other occurences of _ZOPE_CONTAINER_CONTAINED_C in that module | 02:00 |
bitmonk | i didn't find any, but better safe than sorry. | 02:01 |
*** giampaolo has quit IRC | 02:01 | |
TresEquis | unless the .c file itself gets included by somebody else, it can't possibly make a difference if you remove it | 02:01 |
TresEquis | basically, if the extension still builds, you're golden | 02:01 |
bitmonk | sure.. that was my thinking, i'll step back to that package, make another rev removing that, and run tests. | 02:02 |
*** JaRoel|4D has quit IRC | 02:10 | |
bitmonk | hm the build fails on python2.6 either way, assignment makes integer from pointer without cast. | 02:14 |
bitmonk | latest lp:zope.container | 02:14 |
bitmonk | going to put a pin in that. it's the same error with or without this seemingly unused #define | 02:15 |
*** redir has quit IRC | 02:15 | |
*** redir has joined #zope | 02:15 | |
*** mr_jolly has joined #zope | 02:16 | |
*** mr_jolly has left #zope | 02:21 | |
*** r0ver has left #zope | 02:22 | |
*** rbanffy has left #zope | 02:25 | |
*** redir has quit IRC | 02:25 | |
*** redir has joined #zope | 02:26 | |
*** pxgoWu has joined #zope | 02:27 | |
*** TomBlockley has joined #zope | 02:30 | |
*** pxgoWu has quit IRC | 02:32 | |
*** pxgoWu has joined #zope | 02:32 | |
*** TomBlockley has quit IRC | 02:49 | |
bitmonk | TresEquis: building a pristine zope.container right now, removing a similar #define doesn't seem to break zope.hookable, though it also doesn't seem to actually have any tests.. looks like a fresh lp:zope.container fails with no modification, same error. | 02:52 |
bitmonk | zope.hookable is begging for a doctest. i'll put a pin in that. | 02:54 |
bitmonk | at _least_ a doctest that is. it's just, the README is really asking to have a few lines of sample code.. heh. | 02:55 |
*** benji has quit IRC | 03:00 | |
*** RichardBarrell has quit IRC | 03:05 | |
TresEquis | you know how I loves me some doctest ;) | 03:21 |
*** TresEquis has quit IRC | 03:22 | |
bitmonk | heh | 03:22 |
*** pxgoWu has quit IRC | 03:24 | |
*** MrWu has quit IRC | 03:25 | |
*** davisagli is now known as davisagli|away | 03:41 | |
*** mcdonc has joined #zope | 03:46 | |
*** hever has joined #zope | 03:47 | |
*** vipod has quit IRC | 03:49 | |
mup | Bug #588981 was filed: There are no tests for hookables <zope.hookable:Confirmed for justizin> <https://launchpad.net/bugs/588981> | 03:53 |
*** tiwula has quit IRC | 04:00 | |
*** allisterb has quit IRC | 04:03 | |
*** r0ver has joined #zope | 04:07 | |
mup | Bug #588981 was filed: There are no tests for hookables <zope.hookable:Confirmed for justizin> <https://launchpad.net/bugs/588981> | 04:13 |
*** ignas has quit IRC | 04:15 | |
*** allisterb has joined #zope | 04:18 | |
*** davisagli|away is now known as davisagli | 04:21 | |
*** davisagli is now known as davisagli|away | 04:26 | |
*** Ariel_Calzada has joined #zope | 04:27 | |
*** Ariel_Calzada has left #zope | 04:27 | |
*** davisagli|away is now known as davisagli | 04:30 | |
*** daMaestro has quit IRC | 04:35 | |
*** daMaestro has joined #zope | 04:48 | |
*** aaronv-dinner has quit IRC | 04:57 | |
bitmonk | LP is pretty slow, i mean it's not plone, but wow. | 05:10 |
bitmonk | gotta be able to improve that. something tells me it's following the same ticket schema as crackspace. | 05:11 |
bitmonk | effing 'lets put every comment for every ticket ever made in one big table that grows forever' | 05:11 |
*** bigkevmcd has quit IRC | 05:12 | |
*** Vejeta` has joined #zope | 05:15 | |
*** Vejeta has quit IRC | 05:16 | |
*** cbcunc is now known as cbcunc_zzz | 05:20 | |
*** r0ver has quit IRC | 05:21 | |
*** kleist has joined #zope | 05:24 | |
*** hever has quit IRC | 05:37 | |
*** r0ver has joined #zope | 05:37 | |
*** daMaestro has quit IRC | 05:51 | |
CIA-94 | tseaver * r112946 zope.authentication/ (9 files in 3 dirs): Remove CVS $ fossils. | 06:22 |
CIA-94 | tseaver * r112947 zope.browser/buildout.cfg: | 06:22 |
CIA-94 | This extra has been gone for a month now. | 06:22 |
CIA-94 | How were we not seeing failing tests? | 06:22 |
CIA-94 | tseaver * r112948 zope.browser/ (src/zope/browser/tests.py bootstrap.py setup.py): Remove CVS $ fossils. | 06:36 |
CIA-94 | tseaver * r112949 zope.browsermenu/ (11 files in 3 dirs): Remove CVS $ fossils. | 06:36 |
*** anguenot_ has joined #zope | 06:44 | |
*** Vejeta`` has joined #zope | 06:44 | |
*** Vejeta` has quit IRC | 06:45 | |
*** fdrake has joined #zope | 06:52 | |
*** Vejeta`` is now known as Vejeta | 06:56 | |
CIA-94 | tseaver * r112950 zope.browserpage/ (13 files in 3 dirs): Remove CVS '$' fossils. | 06:56 |
CIA-94 | tseaver * r112951 zope.browserresource/ (18 files in 3 dirs): Remove CVS '$' fossils. | 06:56 |
CIA-94 | tseaver * r112952 zope.cachedescriptors/ (5 files in 2 dirs): Remove CVS '$' fossils. | 06:56 |
CIA-94 | tseaver * r112953 /zope.cachedescriptors/tags/3.9.0: Add tag 3.9.0 | 06:56 |
CIA-94 | tseaver * r112954 /zope.cachedescriptors/tags/3.10.0: Add tag 3.10.0 | 06:56 |
CIA-94 | tseaver * r112955 /zope.cachedescriptors/tags/3.10.1: Add tag 3.10.1 | 06:56 |
CIA-94 | tseaver * r112956 /zope.cachedescriptors/tags/3.10.2: Add tag 3.10.2 | 06:56 |
CIA-94 | tseaver * r112957 /zope.cachedescriptors/tags/3.10.3: Add tag 3.10.3 | 06:56 |
*** davisagli is now known as davisagli|away | 07:01 | |
*** anguenot_ has quit IRC | 07:03 | |
*** anguenot has quit IRC | 07:04 | |
*** anguenot has joined #zope | 07:04 | |
*** anguenot has quit IRC | 07:13 | |
CIA-94 | tseaver * r112958 zope.catalog/ (9 files in 2 dirs): Remove CVS '$' fossils. | 07:15 |
CIA-94 | tseaver * r112959 /zope.cachedescriptors/tags/ (3.10.2 3.10.3 3.9.0 3.10.0 3.10.1): Bogus. | 07:15 |
CIA-94 | tseaver * r112960 /zope.applicationcontrol/tags/ (3.4.0 3.4.1 3.5.0 3.4.0a1 3.4.2): Bogus | 07:15 |
CIA-94 | tseaver * r112961 zope.component/ (23 files in 3 dirs): Remove CVS '6997Id$' fossils. | 07:15 |
CIA-94 | tseaver * r112962 zope.broken/ (bootstrap.py setup.py src/zope/broken/interfaces.py): Remove CVS '6997Id$' fossils. | 07:15 |
*** bigkevmcd has joined #zope | 07:21 | |
*** alecm has quit IRC | 07:26 | |
*** anguenot has joined #zope | 07:27 | |
*** bitmonk has quit IRC | 07:30 | |
CIA-94 | tseaver * r112963 zope.componentvocabulary/ (4 files in 3 dirs): Remove CVS '6997Id$' fossils. | 07:30 |
CIA-94 | tseaver * r112964 zope.configuration/src/zope/configuration/ (16 files in 3 dirs): Remove CVS '6997Id$' fossils. | 07:30 |
*** bitmonk has joined #zope | 07:31 | |
*** anguenot has quit IRC | 07:37 | |
CIA-94 | tseaver * r112965 zope.container/ (26 files in 3 dirs): Remove CVS '6997Id$' fossils. | 07:46 |
*** bitmonk has quit IRC | 07:47 | |
*** bitmonk has joined #zope | 07:52 | |
*** davisagli|away is now known as davisagli | 08:08 | |
*** cbcunc_zzz_ has joined #zope | 08:14 | |
*** davisagli is now known as davisagli|away | 08:15 | |
*** cbcunc_zzz has quit IRC | 08:16 | |
*** cbcunc_zzz_ is now known as cbcunc_zzz | 08:16 | |
*** JaRoel|4D has joined #zope | 08:17 | |
*** zagy has joined #zope | 08:23 | |
*** Theuni1 has joined #zope | 08:27 | |
*** bitmonk has quit IRC | 08:34 | |
*** bitmonk has joined #zope | 08:36 | |
*** __mac__ has joined #zope | 08:40 | |
*** r0ver has left #zope | 08:43 | |
*** d2m has joined #zope | 08:47 | |
Theuni1 | yawn | 08:50 |
*** __mac__ has quit IRC | 08:54 | |
*** Theuni1 has quit IRC | 08:54 | |
*** __mac__ has joined #zope | 08:55 | |
*** JaRoel|4D has quit IRC | 08:55 | |
*** JaRoel|4D has joined #zope | 08:55 | |
*** JaRoel|4D has quit IRC | 08:55 | |
*** Theuni1 has joined #zope | 08:56 | |
*** wosc has joined #zope | 09:15 | |
*** sashav has joined #zope | 09:19 | |
CIA-94 | ctheune * r112966 z3c.ajax/ (LICENSE.txt COPYRIGHT.txt): Conform to repository policy. | 09:29 |
*** vipod has joined #zope | 09:33 | |
mup | Bug #589038 was filed: No branches in Launchpad for zope.ramcache <zope.ramcache:New> <https://launchpad.net/bugs/589038> | 09:33 |
*** lcpfnvc has joined #zope | 09:45 | |
CIA-94 | ctheune * r112967 z3c.amf/ (9 files in 3 dirs): Conform to repository policy. | 09:46 |
CIA-94 | ctheune * r112968 z3c.authentication/ (7 files in 2 dirs): Conform to repository policy. | 09:46 |
CIA-94 | ctheune * r112969 z3c.authentication.simple/ (LICENSE.txt bootstrap.py COPYRIGHT.txt setup.py): Conform to repository policy. | 09:46 |
*** j-w has joined #zope | 10:04 | |
*** neo|4D has joined #zope | 10:05 | |
*** JaRoel|4D has joined #zope | 10:06 | |
CIA-94 | ctheune * r112970 z3c.authenticator/ (3 files in 3 dirs): Conform to repository policy. | 10:06 |
CIA-94 | ctheune * r112971 z3c.authviewlet/ (4 files in 2 dirs): Conform to repository policy. | 10:06 |
CIA-94 | ctheune * r112972 z3c.authenticator/ (COPYRIGHT.txt LICENSE.txt): Conform to repository policy. | 10:06 |
CIA-94 | ctheune * r112973 z3c.autoinclude/ (bootstrap.py COPYRIGHT.txt LICENSE.txt): Conform to repository policy. | 10:06 |
CIA-94 | ctheune * r112974 z3c.baseregistry/ (7 files in 4 dirs): Conform to repository policy. | 10:06 |
CIA-94 | ctheune * r112975 z3c.batching/ (7 files in 2 dirs): Conform to repository policy. | 10:06 |
*** JaRoel|4D has quit IRC | 10:06 | |
*** Theuni1 has quit IRC | 10:07 | |
*** JaRoel|4D has joined #zope | 10:07 | |
*** digitalmortician has joined #zope | 10:11 | |
*** j-w has quit IRC | 10:11 | |
*** j-w has joined #zope | 10:15 | |
CIA-94 | ctheune * r112976 z3c.bcrypt/ (5 files in 2 dirs): Conform to repository policy. | 10:18 |
*** Theuni1 has joined #zope | 10:21 | |
*** ccomb has joined #zope | 10:22 | |
j-w | Hi Theuni1 - the edge case you found in the copyright check script... should I hold on until that's resolved, or just continue fixing? | 10:27 |
j-w | for example, the ftest modules in grok do not contain a copyright heeader. should they? | 10:28 |
*** mr_jolly has joined #zope | 10:29 | |
CIA-94 | janwijbrand * r112977 grok/ (44 files in 31 dirs): Conform to repository policy | 10:32 |
CIA-94 | janjaapdriessen * r112978 /Sandbox/janjaapdriessen/buildbot/buildout.cfg: add zope.browser to buildbot | 10:32 |
*** planetzopebot has quit IRC | 10:33 | |
*** planetzopebot has joined #zope | 10:34 | |
CIA-94 | janwijbrand 1.1 * r112979 grok/ (44 files in 31 dirs): Conform to repository policy | 10:46 |
CIA-94 | janwijbrand 1.0 * r112980 grok/ (43 files in 31 dirs): Conform to repository policy | 10:46 |
CIA-94 | janwijbrand 1.0 * r112981 grokproject/ (4 files in 3 dirs): Conform to repository policy | 10:46 |
*** astoon has joined #zope | 10:48 | |
*** astoon has quit IRC | 10:55 | |
CIA-94 | janwijbrand * r112982 grokproject/ (COPYRIGHT.txt grokproject/template/bootstrap.py LICENSE.txt): Conform to repository policy | 11:00 |
CIA-94 | janwijbrand * r112983 groktoolkit/ (COPYRIGHT.txt LICENSE.txt bootstrap.py): Conform to repository policy | 11:00 |
CIA-94 | janwijbrand 1.1 * r112984 groktoolkit/ (bootstrap.py COPYRIGHT.txt LICENSE.txt): Conform to repository policy. | 11:00 |
CIA-94 | janwijbrand 0.6 * r112985 grokui.admin/ (COPYRIGHT.txt LICENSE.txt): Conform to repository policy. | 11:00 |
CIA-94 | janwijbrand 0.2 * r112986 grokui.base/ (COPYRIGHT.txt LICENSE.txt): Conform to repository policy. | 11:00 |
*** ignas has joined #zope | 11:00 | |
*** MatthewWilkes has joined #zope | 11:15 | |
CIA-94 | janwijbrand * r112987 hurry.jquery/ (5 files in 2 dirs): Conform to repository policy. | 11:16 |
CIA-94 | janjaapdriessen jw-move-selenium-browser-to-testcasebase * r112988 gocept.selenium/setup.py: The features on this branch are not bugfixes, so update the version. | 11:16 |
CIA-94 | janjaapdriessen jw-move-selenium-browser-to-testcasebase * r112989 gocept.selenium/CHANGES.txt: update changes | 11:16 |
*** menesis has joined #zope | 11:18 | |
*** zagy has quit IRC | 11:23 | |
*** sunew has joined #zope | 11:24 | |
*** digitalmortician has quit IRC | 11:26 | |
CIA-94 | janwijbrand * r112990 hurry.jquerytools/ (5 files in 2 dirs): Conform to repository policy. | 11:30 |
CIA-94 | janwijbrand * r112991 hurry.jquerytools/src/hurry/jquerytools/jquerytools.txt: the hurry.jquery dep is not pinned and thus we cannot be sure about the jquery version that was included. assume at least it is in the 1.x.y line though | 11:30 |
CIA-94 | janwijbrand * r112992 hurry.query/ (8 files in 2 dirs): Conform to repository policy. | 11:30 |
CIA-94 | janwijbrand * r112993 hurry.resource/ (LICENSE.txt bootstrap.py COPYRIGHT.txt): Conform to repository policy. | 11:30 |
*** j-w has quit IRC | 11:33 | |
*** j-w has joined #zope | 11:33 | |
*** mr_jolly_ has joined #zope | 11:34 | |
*** zagy has joined #zope | 11:34 | |
*** mr_jolly has quit IRC | 11:35 | |
*** mr_jolly_ is now known as mr_jolly | 11:35 | |
Theuni1 | j-w: good question. i'm not sure whether to hold on or not. | 11:41 |
Theuni1 | for one i'd like to as soon as possible get rid of the old copyright notices | 11:41 |
Theuni1 | adding new ones would add another cycle of touch everything, I guess. | 11:42 |
Theuni1 | j-w: i'd say hold on for a day or so so that we can have a discussion today | 11:42 |
*** tarek has quit IRC | 11:43 | |
j-w | Theuni1: I continued with some projects in the meantime | 11:44 |
Theuni1 | that's what the CIA-94 said ;) | 11:44 |
j-w | some of them do indeed not included the copyright header in the python modules at all | 11:45 |
Theuni1 | i fixed my bunch of 10 today, too | 11:45 |
j-w | touching these projects again would be annoying but no disaster I'd say | 11:45 |
j-w | at least the list should be shorter by then | 11:45 |
CIA-94 | janwijbrand * r112994 hurry.workflow/ (LICENSE.txt bootstrap.py COPYRIGHT.txt): Conform to repository policy. | 11:46 |
*** vimes656 has joined #zope | 11:52 | |
*** Theuni1 has quit IRC | 11:52 | |
*** j-w has quit IRC | 11:54 | |
*** j-w has joined #zope | 11:55 | |
*** giampaolo has joined #zope | 11:55 | |
*** j-w has quit IRC | 12:00 | |
CIA-94 | janwijbrand * r112995 hurry.yui/ (LICENSE.txt COPYRIGHT.txt): Conform to repository policy. | 12:00 |
CIA-94 | janwijbrand * r112996 hurry.zoperesource/ (LICENSE.txt bootstrap.py COPYRIGHT.txt): Conform to repository policy. | 12:00 |
*** evilbungle has joined #zope | 12:02 | |
*** Theuni1 has joined #zope | 12:05 | |
*** TomBlockley has joined #zope | 12:07 | |
*** vipod has quit IRC | 12:08 | |
*** TomBlockley has quit IRC | 12:09 | |
*** TomBlockley has joined #zope | 12:09 | |
*** tarek has joined #zope | 12:10 | |
CIA-94 | janjaapdriessen jw-move-selenium-browser-to-testcasebase * r112997 gocept.selenium/src/gocept/selenium/README.txt: Update readme | 12:16 |
*** new2 has joined #zope | 12:18 | |
new2 | how to create persistence objects through Script python | 12:21 |
*** Theuni2 has joined #zope | 12:24 | |
*** Theuni1 has quit IRC | 12:26 | |
*** digitalmortician has joined #zope | 12:28 | |
betabug | new2: depends on which kind of objects | 12:29 |
betabug | standards objects you can see in the API | 12:30 |
new2 | want to store username,password,email and retrieve | 12:30 |
betabug | don't go down that road | 12:31 |
betabug | read wiki.zope.org/zope2/ZopeStarter | 12:31 |
new2 | ok. thx | 12:33 |
*** new2 has quit IRC | 12:43 | |
*** ignas has quit IRC | 12:45 | |
*** digitalmortician has quit IRC | 12:57 | |
*** menesis has quit IRC | 13:00 | |
*** astoon has joined #zope | 13:04 | |
*** vigith has joined #zope | 13:05 | |
*** shywolf9982 has joined #zope | 13:12 | |
*** lucmult has joined #zope | 13:13 | |
*** lucmult has left #zope | 13:15 | |
*** astoon has quit IRC | 13:21 | |
*** ignas has joined #zope | 13:25 | |
*** digitalmortician has joined #zope | 13:27 | |
*** TomBlockley has quit IRC | 13:29 | |
*** digitalmortician has quit IRC | 13:37 | |
*** sunew has quit IRC | 13:38 | |
*** marchino has joined #zope | 13:47 | |
*** digitalmortician has joined #zope | 13:49 | |
*** agroszer has joined #zope | 13:52 | |
*** aaronv has joined #zope | 14:01 | |
*** mr_jolly_ has joined #zope | 14:09 | |
*** sunew has joined #zope | 14:10 | |
*** digitalmortician has quit IRC | 14:11 | |
*** neo|4D_ has joined #zope | 14:11 | |
*** neo|4D has quit IRC | 14:11 | |
*** neo|4D_ is now known as neo|4D | 14:11 | |
*** mr_jolly has quit IRC | 14:12 | |
*** mr_jolly_ is now known as mr_jolly | 14:12 | |
*** neo|4D has quit IRC | 14:17 | |
*** digitalmortician has joined #zope | 14:21 | |
*** mr_jolly_ has joined #zope | 14:47 | |
*** vnbang has joined #zope | 14:48 | |
*** mr_jolly has quit IRC | 14:49 | |
*** mr_jolly_ is now known as mr_jolly | 14:49 | |
*** neo|4D has joined #zope | 14:52 | |
*** vigith has quit IRC | 14:56 | |
*** tarek has quit IRC | 15:00 | |
CIA-94 | janwijbrand * r112998 /gocept.selenium/branches/jw-staticfiles-testlayer: | 15:02 |
CIA-94 | Create a branch for adding testcase/layer baseclasses for running selenium against a simple HTTP server, serving | 15:02 |
CIA-94 | static files. | 15:02 |
*** marchino has quit IRC | 15:04 | |
*** tarek has joined #zope | 15:05 | |
MatthewWilkes | Question from ten years ago: How do you use sets TTW in Zope 2.10.6? | 15:09 |
*** Theuni2 has quit IRC | 15:11 | |
MatthewWilkes | ah.. allow_module('sets');allow_class(sets.Set) | 15:14 |
*** hever has joined #zope | 15:14 | |
betabug | MatthewWilkes: ?? | 15:14 |
MatthewWilkes | that's close enough | 15:14 |
betabug | you had that question 10 years ago and only just now found the answer? | 15:15 |
*** lucmult has joined #zope | 15:15 | |
MatthewWilkes | No, I had the question now and I feel like it's 10 years ago | 15:15 |
MatthewWilkes | TT-bloody-W | 15:15 |
*** lucmult1 has joined #zope | 15:15 | |
betabug | yeah :-) | 15:16 |
betabug | old skool | 15:16 |
*** lucmult1 has left #zope | 15:17 | |
MatthewWilkes | It's confusing the hell out of me | 15:18 |
MatthewWilkes | it feels like the stdlib has just gone | 15:18 |
MatthewWilkes | "Oh, I know, I'll just use an itemgetter… oh" | 15:18 |
*** lucmult has quit IRC | 15:20 | |
*** marchino has joined #zope | 15:20 | |
*** Theuni1 has joined #zope | 15:24 | |
*** mgedmin has joined #zope | 15:26 | |
*** benji has joined #zope | 15:28 | |
ignas | how do I make a property that uses aq_parent in Zope2 | 15:28 |
ignas | ? | 15:28 |
*** fredvd has joined #zope | 15:29 | |
ignas | I had a function and it was working ok, but as soon as I made it into a property, I started getting AttributeErrors whenever I try accessing self.aq_parent | 15:30 |
betabug | uhm, you made a function into a property? | 15:30 |
ignas | @property | 15:30 |
betabug | we're talking about zope 2? | 15:31 |
ignas | had sometihng like getFoo(self) and made it into foo = property(getFoo) | 15:31 |
ignas | yes | 15:31 |
betabug | dunno if that modern kind of python even works :-) | 15:31 |
ignas | *modern* | 15:31 |
benji | I wouldn't be suprised if there isn't some strange descriptor interaction going on there. | 15:34 |
wosc | I seem to recall that properties and acquisition don't work together (on principle). I don't remember any details, though. | 15:34 |
MatthewWilkes | ignas: There's a special property class you use | 15:35 |
benji | a shot in the dark: is the class new-style or old-style? If old, I would try making it new-style and see if that works. | 15:35 |
MatthewWilkes | hold on, I'll look | 15:35 |
wosc | MatthewWilkes: ComputedAttribute, maybe? | 15:35 |
MatthewWilkes | aw, sorry, it's a plone-specific hack, but http://dev.plone.org/archetypes/browser/Products.Archetypes/trunk/Products/Archetypes/fieldproperty.py#L114 might help you depending on how your site is written | 15:38 |
*** fredvd has quit IRC | 15:39 | |
ignas | mright | 15:40 |
*** digitalmortician has quit IRC | 15:44 | |
CIA-94 | janwijbrand jw-staticfiles-testlayer * r112999 gocept.selenium/ (8 files in 4 dirs): add test layer and testcase baseclass for testing static files with selenium | 15:50 |
CIA-94 | janwijbrand jw-staticfiles-testlayer * r113000 gocept.selenium/src/gocept/selenium/static/tests/test_static.py: fix up imports and use platform default tmp in test assert | 15:50 |
*** digitalmortician has joined #zope | 15:51 | |
*** sashav has quit IRC | 15:57 | |
ignas | in Zope2 if I have a product that inherits from Folder | 16:02 |
ignas | what will happen if I will add a method to my folder called "list" for example | 16:02 |
ignas | if someone has created an object named "list" in my product before | 16:02 |
ignas | i mean - checkValidIds will not allow adding such an object *after* I add the method | 16:03 |
ignas | but what about old instances of my product | 16:03 |
*** zagy has quit IRC | 16:05 | |
*** vnbang has quit IRC | 16:08 | |
*** hartym has quit IRC | 16:11 | |
*** dayne has joined #zope | 16:12 | |
*** Ariel_Calzada has joined #zope | 16:14 | |
*** kleist has left #zope | 16:16 | |
CIA-94 | janwijbrand jw-staticfiles-testlayer * r113001 gocept.selenium/src/gocept/selenium/static/ (tests/test_static.py __init__.py): fix cleaning up the document | 16:18 |
CIA-94 | janwijbrand jw-staticfiles-testlayer * r113002 gocept.selenium/src/gocept/selenium/static/tests/test_static.py: fix finding the alert template file | 16:18 |
CIA-94 | janwijbrand jw-staticfiles-testlayer * r113003 gocept.selenium/src/gocept/selenium/static/__init__.py: use subprocess api | 16:18 |
*** dunny has quit IRC | 16:19 | |
*** Ariel_Calzada has left #zope | 16:20 | |
*** Theuni2 has joined #zope | 16:22 | |
*** Theuni1 has quit IRC | 16:24 | |
*** Arfrever has joined #zope | 16:25 | |
*** sunew has quit IRC | 16:27 | |
*** redir has quit IRC | 16:28 | |
*** redir has joined #zope | 16:29 | |
*** dayne has quit IRC | 16:30 | |
*** menesis has joined #zope | 16:36 | |
*** mr_jolly has quit IRC | 16:37 | |
betabug | no idea, give it a try :-) | 16:38 |
*** sidnei has quit IRC | 16:41 | |
CIA-94 | janwijbrand jw-staticfiles-testlayer * r113004 gocept.selenium/src/gocept/selenium/static/ (tests/test_static.py __init__.py): properly cleanout the tempdir/documentroot | 16:47 |
*** hever has quit IRC | 16:49 | |
*** bitmonk has quit IRC | 16:53 | |
*** sidnei has joined #zope | 16:59 | |
*** hever has joined #zope | 17:04 | |
*** __mac__ has quit IRC | 17:05 | |
*** neo|4D has quit IRC | 17:05 | |
*** cwarner has quit IRC | 17:08 | |
*** MrWu has joined #zope | 17:13 | |
*** jim_SFU has joined #zope | 17:24 | |
*** lcpfnvc has quit IRC | 17:27 | |
*** cwarner has joined #zope | 17:38 | |
*** marchino has left #zope | 17:55 | |
*** r0ver has joined #zope | 17:59 | |
*** cbcunc_zzz is now known as cbcunc | 18:00 | |
*** digitalmortician has quit IRC | 18:03 | |
*** Theuni1 has joined #zope | 18:06 | |
*** Theuni2 has quit IRC | 18:06 | |
*** JaRoel|4D has quit IRC | 18:10 | |
*** JaRoel|4D has joined #zope | 18:11 | |
*** dayne has joined #zope | 18:14 | |
*** touff has quit IRC | 18:16 | |
*** mr_jolly has joined #zope | 18:16 | |
*** Theuni1 has quit IRC | 18:16 | |
*** tiwula has joined #zope | 18:17 | |
CIA-94 | adamg * r113005 z3c.recipe.paster/ (5 files in 2 dirs): required packages changed... fix tests, tho zc.buildout seems to be talky | 18:17 |
*** alecm has joined #zope | 18:31 | |
*** hever has quit IRC | 18:31 | |
*** agroszer has quit IRC | 18:36 | |
*** agroszer_ has joined #zope | 18:36 | |
*** wosc has quit IRC | 18:36 | |
*** agroszer_ is now known as agroszer | 18:44 | |
*** Theuni1 has joined #zope | 18:47 | |
*** zagy has joined #zope | 18:53 | |
*** zagy has quit IRC | 18:55 | |
*** zagy has joined #zope | 18:55 | |
*** Theuni1 has quit IRC | 18:59 | |
CIA-94 | tseaver * r113006 zope.contentprovider/src/zope/contentprovider/ (__init__.py tests.py interfaces.py tales.py provider.py): Remove CVS-era Id fossils. | 19:01 |
CIA-94 | tseaver * r113007 zope.contenttype/src/zope/contenttype/ (__init__.py tests/testContentTypes.py): Remove CVS-era Id fossils. | 19:01 |
CIA-94 | tseaver * r113008 zope.copy/src/zope/copy/ (tests.py interfaces.py __init__.py): Remove CVS-era Id fossils. | 19:01 |
CIA-94 | tseaver * r113009 zope.copypastemove/src/zope/copypastemove/ (6 files in 2 dirs): Remove CVS-era Id fossils. | 19:01 |
CIA-94 | tseaver * r113010 zope.datetime/src/zope/datetime/ (5 files in 2 dirs): Remove CVS-era Id fossils. | 19:01 |
CIA-94 | tseaver * r113011 zope.deferredimport/src/zope/deferredimport/deferredmodule.py: Remove CVS-era Id fossils. | 19:01 |
CIA-94 | tseaver * r113012 zope.deprecation/src/zope/deprecation/ (deprecation.py __init__.py tests.py): Remove CVS-era Id fossils. | 19:01 |
*** davisagli|away is now known as davisagli | 19:07 | |
*** ignas has quit IRC | 19:08 | |
CIA-94 | tseaver * r113013 zope.documenttemplate/src/zope/documenttemplate/ (25 files in 3 dirs): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113014 zope.dottedname/src/zope/dottedname/ (resolve.py tests.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113015 zope.dublincore/src/zope/dublincore/ (18 files in 3 dirs): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113016 zope.error/src/zope/error/ (error.py tests.py interfaces.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113017 zope.error/ (bootstrap.py setup.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113018 zope.dublincore/ (bootstrap.py setup.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113019 zope.dottedname/ (bootstrap.py setup.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113020 zope.documenttemplate/ (setup.py bootstrap.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113021 zope.deprecation/ (bootstrap.py setup.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113022 zope.deferredimport/ (setup.py bootstrap.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113023 zope.datetime/ (setup.py bootstrap.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113024 zope.copypastemove/bootstrap.py: Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113025 zope.copy/ (setup.py bootstrap.py): Remove CVS-era Id fossils. | 19:17 |
CIA-94 | tseaver * r113026 zope.contenttype/ (setup.py bootstrap.py): Remove CVS-era Id fossils. | 19:17 |
*** alecm has quit IRC | 19:19 | |
*** sim_sim has quit IRC | 19:30 | |
CIA-94 | tseaver * r113027 zope.contentprovider/ (bootstrap.py setup.py): Remove CVS-era Id fossils. | 19:31 |
CIA-94 | tseaver * r113028 zope.event/ (bootstrap.py setup.py): Remove CVS-era Id fossils. | 19:31 |
CIA-94 | tseaver * r113029 zope.exceptions/ (7 files in 3 dirs): Remove CVS-era Id fossils. | 19:31 |
CIA-94 | tseaver * r113030 zope.filerepresentation/ (3 files in 2 dirs): Remove CVS-era Id fossils. | 19:31 |
CIA-94 | tseaver * r113031 zope.formlib/ (55 files in 3 dirs): Remove CVS-era Id fossils. | 19:31 |
CIA-94 | tseaver * r113032 zope.hookable/ (5 files in 3 dirs): Remove CVS-era Id fossils. | 19:31 |
*** alecm has joined #zope | 19:37 | |
*** bitmonk has joined #zope | 19:40 | |
CIA-94 | tseaver * r113033 zope.i18n/ (32 files in 6 dirs): Remove CVS-era Id fossils. | 19:46 |
*** mgedmin has quit IRC | 19:46 | |
mup | Bug #589257 was filed: Tests are broken on zope.file trunk <zope.file:New> <https://launchpad.net/bugs/589257> | 19:48 |
*** MatthewWilkes has quit IRC | 19:53 | |
*** allisterb has quit IRC | 19:54 | |
*** vigith has joined #zope | 19:55 | |
*** JaRoel|4D has quit IRC | 19:59 | |
CIA-94 | tseaver * r113034 zope.app.localpermission/src: Ignore the right stuff. | 20:00 |
CIA-94 | tseaver * r113035 zope.i18nmessageid/ (6 files in 2 dirs): Remove CVS-era Id fossils. | 20:00 |
CIA-94 | tseaver * r113036 zope.index/ (38 files in 8 dirs): Remove CVS-era Id fossils. | 20:00 |
CIA-94 | tseaver * r113037 zope.interface/ (33 files in 5 dirs): Remove CVS-era Id fossils. | 20:00 |
CIA-94 | tseaver * r113038 zope.html/ (bootstrap.py setup.py): Remove CVS-era Id fossils. | 20:00 |
CIA-94 | tseaver * r113039 zope.intid/ (5 files in 2 dirs): Remove CVS-era Id fossils. | 20:00 |
*** vigith has quit IRC | 20:02 | |
*** allisterb has joined #zope | 20:08 | |
*** MrWu has quit IRC | 20:10 | |
*** Theuni1 has joined #zope | 20:13 | |
CIA-94 | tseaver * r113040 zope.keyreference/ (7 files in 2 dirs): Remove CVS-era Id fossils. | 20:16 |
*** Theuni1 has quit IRC | 20:16 | |
CIA-94 | tseaver * r113041 zope.lifecycleevent/ (5 files in 2 dirs): Remove CVS-era Id fossils. | 20:16 |
CIA-94 | tseaver * r113042 zope.location/ (7 files in 2 dirs): Remove CVS-era Id fossils. | 20:16 |
CIA-94 | tseaver * r113043 zope.login/bootstrap.py: Remove CVS-era Id fossils. | 20:16 |
CIA-94 | tseaver * r113044 zope.minmax/bootstrap.py: Remove CVS-era Id fossils. | 20:16 |
CIA-94 | tseaver * r113045 zope.modulealias/ (5 files in 3 dirs): Remove CVS-era Id fossils. | 20:16 |
CIA-94 | tseaver * r113046 zope.pagetemplate/ (16 files in 4 dirs): Remove CVS-era Id fossils. | 20:16 |
CIA-94 | tseaver * r113047 zope.password/ (11 files in 3 dirs): Remove CVS-era Id fossils. | 20:16 |
mup | Bug #589277 was filed: Tests are broken on zope.mimetype trunk <zope.mimetype:New> <https://launchpad.net/bugs/589277> | 20:18 |
*** RaFromBRC has joined #zope | 20:19 | |
*** webmaven has joined #zope | 20:25 | |
*** SpankyFromBRC has joined #zope | 20:26 | |
*** evilbungle has quit IRC | 20:28 | |
*** hever has joined #zope | 20:28 | |
*** shastry has joined #zope | 20:29 | |
*** kleist_ has joined #zope | 20:29 | |
*** kleist_ has quit IRC | 20:29 | |
*** mcdonc has quit IRC | 20:30 | |
CIA-94 | tseaver * r113048 zope.pluggableauth/ (10 files in 3 dirs): Remove CVS-era Id fossils. | 20:31 |
CIA-94 | tseaver * r113049 zope.principalannotation/ (5 files in 2 dirs): Remove CVS-era Id fossils. | 20:31 |
CIA-94 | tseaver * r113050 zope.principalregistry/ (7 files in 3 dirs): Remove CVS-era Id fossils. | 20:31 |
CIA-94 | tseaver * r113051 zope.processlifetime/bootstrap.py: Remove CVS-era Id fossils. | 20:31 |
CIA-94 | tseaver * r113052 zope.proxy/ (7 files in 3 dirs): Remove CVS-era Id fossils. | 20:31 |
CIA-94 | tseaver * r113053 zope.ptresource/ (3 files in 2 dirs): Remove CVS-era Id fossils. | 20:31 |
CIA-94 | tseaver * r113054 zope.publisher/ (42 files in 4 dirs): Remove CVS-era Id fossils. | 20:31 |
*** agroszer has quit IRC | 20:33 | |
CIA-94 | tseaver * r113055 zope.schema/ (37 files in 3 dirs): Remove CVS-era Id fossils. | 20:47 |
CIA-94 | tseaver * r113056 zope.security/ (45 files in 5 dirs): Remove CVS-era Id fossils. | 20:47 |
CIA-94 | tseaver * r113057 zope.securitypolicy/ (28 files in 3 dirs): Remove CVS-era Id fossils. | 20:47 |
CIA-94 | tseaver * r113058 zope.sendmail/ (17 files in 3 dirs): Remove CVS-era Id fossils. | 20:47 |
CIA-94 | tseaver * r113059 zope.sequencesort/ (bootstrap.py src/zope/sequencesort/ssort.py setup.py): Remove CVS-era Id fossils. | 20:47 |
CIA-94 | tseaver * r113060 zope.server/ (52 files in 11 dirs): Remove CVS-era Id fossils. | 20:47 |
CIA-94 | tseaver * r113061 zope.session/ (7 files in 2 dirs): Remove CVS-era Id fossils. | 20:47 |
CIA-94 | tseaver * r113062 zope.site/ (10 files in 3 dirs): Remove CVS-era Id fossils. | 20:47 |
CIA-94 | tseaver * r113063 zope.size/ (5 files in 2 dirs): Remove CVS-era Id fossils. | 20:47 |
*** touff has joined #zope | 20:47 | |
*** mcdonc has joined #zope | 20:54 | |
CIA-94 | tseaver * r113064 zope.structuredtext/ (bootstrap.py setup.py): Remove CVS-era Id fossils. | 21:01 |
CIA-94 | tseaver * r113065 zope.tal/ (27 files in 3 dirs): Remove CVS-era Id fossils. | 21:01 |
CIA-94 | tseaver * r113066 zope.tales/ (12 files in 3 dirs): Remove CVS-era Id fossils. | 21:01 |
CIA-94 | tseaver * r113067 zope.testing/ (45 files in 8 dirs): Remove CVS-era Id fossils. | 21:01 |
CIA-94 | tseaver * r113068 zope.traversing/ (22 files in 4 dirs): Remove CVS-era Id fossils. | 21:01 |
CIA-94 | tseaver * r113069 zope.viewlet/ (9 files in 2 dirs): Remove CVS-era Id fossils. | 21:01 |
*** crash_388 has joined #zope | 21:01 | |
*** agroszer has joined #zope | 21:02 | |
*** menesis has quit IRC | 21:07 | |
*** JaRoel|4D has joined #zope | 21:08 | |
*** shastry has quit IRC | 21:17 | |
*** benji has quit IRC | 21:17 | |
*** shen-long has quit IRC | 21:17 | |
*** shastry has joined #zope | 21:18 | |
CIA-94 | tseaver * r113070 zope.testbrowser/ (7 files in 2 dirs): Remove CVS-era Id fossils. | 21:18 |
CIA-94 | hannosch * r113071 /zopetoolkit/doc/source/releaseteam/ (todo.rst index.rst): Add some general todo's - merge into open points of the meeting notes? | 21:18 |
CIA-94 | adamg * r113072 /Sandbox/adamg/zope.wineggbuilder: Added a folder to the repository | 21:18 |
CIA-94 | tseaver * r113073 zope.testrunner/ (38 files in 7 dirs): Remove CVS-era Id fossils. | 21:18 |
*** shen-long has joined #zope | 21:19 | |
*** hever has quit IRC | 21:19 | |
*** hever has joined #zope | 21:20 | |
*** benji has joined #zope | 21:20 | |
*** redir has quit IRC | 21:21 | |
*** Theuni1 has joined #zope | 21:22 | |
*** MatthewWilkes has joined #zope | 21:24 | |
*** RaFromBRC has quit IRC | 21:26 | |
CIA-94 | tseaver * r113074 /zopetoolkit/doc/source/codingstyle/python-style.rst: Remove spurious CVS keyword from mandated docstring. | 21:37 |
CIA-94 | tseaver * r113075 zope.testrecorder/bootstrap.py: Remove CVS-era Id fossils. | 21:37 |
*** hever has quit IRC | 21:42 | |
*** hever has joined #zope | 21:42 | |
*** evilbungle has joined #zope | 21:49 | |
*** webmaven has quit IRC | 21:50 | |
*** anguenot has joined #zope | 22:00 | |
*** menesis has joined #zope | 22:01 | |
*** r0ver is now known as r0ver|mtg | 22:08 | |
CIA-94 | adamg * r113076 /Sandbox/adamg/zope.wineggbuilder/ (11 files in 5 dirs): added structure | 22:17 |
*** crash_388 has quit IRC | 22:18 | |
*** allisterb has quit IRC | 22:21 | |
*** evilbungle has quit IRC | 22:28 | |
*** bitmonk has quit IRC | 22:30 | |
*** Theuni1 has quit IRC | 22:31 | |
*** regebro has quit IRC | 22:35 | |
*** mcdonc has quit IRC | 22:38 | |
*** mcdonc has joined #zope | 22:39 | |
*** ignas has joined #zope | 22:42 | |
CIA-94 | adamg * r113077 /Sandbox/adamg/zope.wineggbuilder/trunk/ (TODO.txt setup.py test.ini src/zope/wineggbuilder/index.txt): targets and todos | 22:46 |
*** agroszer has quit IRC | 22:47 | |
*** alecm has quit IRC | 23:00 | |
*** Theuni1 has joined #zope | 23:02 | |
*** daMaestro has joined #zope | 23:04 | |
*** webmaven has joined #zope | 23:04 | |
*** vipod has joined #zope | 23:11 | |
*** hever has quit IRC | 23:14 | |
*** d2m has left #zope | 23:18 | |
*** RaFromBRC has joined #zope | 23:22 | |
*** allisterb has joined #zope | 23:34 | |
*** sidnei has quit IRC | 23:45 | |
*** rodgort has quit IRC | 23:52 | |
*** rodgort has joined #zope | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!