th1a | srichter: ayt? | 00:08 |
---|---|---|
srichter | yep | 00:09 |
th1a | I've run into a roadblock with my little authentication project. | 00:09 |
th1a | Here's a traceback: | 00:10 |
th1a | Erm... it is on my other computer... just a se. | 00:10 |
th1a | sec. | 00:10 |
*** hoffman|edubu has joined #schooltool | 00:11 | |
hoffman|edubu | 2005-09-21T17:07:22 ERROR SiteError http://localhost:8080/test/@@signup | 00:11 |
hoffman|edubu | Traceback (most recent call last): | 00:11 |
hoffman|edubu | File "/home/hoffman/Zope-3.1/src/zope/publisher/publish.py", line 138, in publish | 00:11 |
hoffman|edubu | result = publication.callObject(request, object) | 00:11 |
hoffman|edubu | File "/home/hoffman/Zope-3.1/src/zope/app/publication/zopepublication.py", line 164, in callObject | 00:11 |
hoffman|edubu | return mapply(ob, request.getPositionalArguments(), request) | 00:11 |
hoffman|edubu | File "/home/hoffman/Zope-3.1/src/zope/publisher/publish.py", line 113, in mapply | 00:11 |
hoffman|edubu | return debug_call(object, args) | 00:11 |
hoffman|edubu | File "/home/hoffman/Zope-3.1/src/zope/publisher/publish.py", line 119, in debug_call | 00:11 |
hoffman|edubu | return object(*args) | 00:11 |
hoffman|edubu | File "/home/hoffman/Zope-3.1/src/tyre/browser/signup.py", line 24, in signUp | 00:11 |
hoffman|edubu | principal_source = self._getPrincipalSource() | 00:11 |
hoffman|edubu | File "/home/hoffman/Zope-3.1/src/tyre/browser/signup.py", line 13, in _getPrincipalSource | 00:11 |
hoffman|edubu | context=self.context) | 00:11 |
hoffman|edubu | File "/home/hoffman/Zope-3.1/src/zope/component/bbb/__init__.py", line 90, in getService | 00:12 |
hoffman|edubu | return getServices(context).getService(name) | 00:12 |
hoffman|edubu | File "/home/hoffman/Zope-3.1/src/zope/component/bbb/service.py", line 150, in getService | 00:12 |
hoffman|edubu | raise ComponentLookupError(name) | 00:12 |
hoffman|edubu | ComponentLookupError: 'Authentication' | 00:12 |
srichter | oy this is issue is a bit bigger than I thought | 00:12 |
hoffman|edubu | I kinda figured it would be... | 00:12 |
srichter | we need to register the authentication service interface first | 00:12 |
srichter | hoffman|edubu: btw, I really think you should use zope.app.authentication | 00:13 |
srichter | (iow, the new PAU) | 00:13 |
hoffman|edubu | I agree, in theory. | 00:13 |
srichter | this way we can help you better :-) | 00:13 |
hoffman|edubu | Although I think this compatability bug should be fixed. | 00:13 |
srichter | I know | 00:16 |
th1a | OK. Printing out zope.app.authentication README.txt | 00:17 |
srichter | you know you can start API doc and get the file nicely renderd in HTML | 00:18 |
th1a | I forgot! | 00:19 |
srichter | th1a: the URL SchoolToolApplication/acl.html is never reachable from the browser | 00:30 |
th1a | Not sure what you mean. | 00:31 |
srichter | if you want the ACL list of SchoolToolApplication you cannot | 00:31 |
srichter | because you are immediately redirected to the SchoolToolApplication calendar | 00:31 |
th1a | Right. | 00:31 |
th1a | It is my understanding that it is the same thing. | 00:32 |
srichter | no, it is not | 00:32 |
th1a | That is, the calendar doesn't really have its own acl. | 00:32 |
srichter | I just converted a usual ftest to a browser ftest and I got a failure | 00:32 |
th1a | Well, file a bug. I've tried to test it manually and it seemed to work ok for me. | 00:33 |
srichter | I leave a lot of XXX in the tests :-) | 00:33 |
srichter | i.e. it is not the only occurence of such a usability bug | 00:35 |
*** jinty has quit IRC | 02:39 | |
povbot | /svn/commits: * srichter committed revision 5046: | 04:26 |
povbot | /svn/commits: Shut up libxml2 messages for all tests. | 04:27 |
povbot | /svn/commits: * srichter committed revision 5047: | 04:36 |
povbot | /svn/commits: We are shutting libxml2 up now more globally now. | 04:36 |
povbot | /svn/commits: * srichter committed revision 5048: | 04:37 |
povbot | /svn/commits: Yipee, one of the large files converted to test browser. I discovered several usability and programming bugs and marked them with XXX comments. | 04:37 |
*** tvon has quit IRC | 04:39 | |
*** tvon has joined #schooltool | 04:39 | |
povbot | /svn/commits: * srichter committed revision 5049: | 05:14 |
povbot | /svn/commits: Converted two more files to test browser. | 05:14 |
povbot | /svn/commits: * srichter committed revision 5050: | 05:16 |
povbot | /svn/commits: Another file converted. Note that I purposefully did not convert those calls to testbrowser, since urllib2 will create a Python error for those HTTP errors and we would not see the contents. | 05:16 |
povbot | /svn/commits: * srichter committed revision 5051: | 05:39 |
povbot | /svn/commits: Removed unneeded line/ | 05:39 |
povbot | /svn/commits: * srichter committed revision 5052: | 05:40 |
povbot | /svn/commits: Converted to use test browser. | 05:40 |
povbot | /svn/commits: * srichter committed revision 5053: | 05:47 |
povbot | /svn/commits: Oops, fix libxml2 stuff. | 05:47 |
*** ignas has joined #schooltool | 13:01 | |
*** srichter has quit IRC | 13:31 | |
ignas | any developers online ? | 14:22 |
SteveA | you're looking for early developers? | 14:30 |
*** srichter has joined #schooltool | 15:00 | |
bskahan | ignas, good morning | 15:04 |
*** thisfred has joined #schooltool | 15:04 | |
ignas | morning | 15:05 |
ignas | maybe you know - why was the show all button (batching) removed ? | 15:05 |
bskahan | tvon & tom hoffman discussed it at some point | 15:05 |
bskahan | during a monday meeting, so the conversation should be logged | 15:06 |
bskahan | I don't know what the reason was | 15:06 |
bskahan | I'm a fan of the "Show more" and "Show all" buttons | 15:06 |
bskahan | I'm not sure what their performance implications are though | 15:09 |
bskahan | ignas, I can't find it in the logs, when tvon gets online I'll ask him (or call him in an hour) | 15:12 |
ignas | ok, i guess i'll try looking up in the logs when i'll have time :/ | 15:40 |
tvon | Check the tracker. When I fixed some batching bug I made a comment that I thought we should remove 'show all' and tom agreed | 16:00 |
*** alga has joined #SchoolTool | 16:09 | |
*** jinty has joined #schooltool | 16:11 | |
*** ignas has quit IRC | 16:32 | |
*** mgedmin has joined #schooltool | 16:38 | |
*** ignas has joined #schooltool | 16:44 | |
*** thisfred has quit IRC | 16:58 | |
*** jinty has quit IRC | 17:14 | |
*** jinty has joined #schooltool | 17:15 | |
*** tvon has quit IRC | 17:15 | |
povbot | /svn/commits: * ignas committed revision 5054: | 17:28 |
povbot | /svn/commits: Evolution script fixing databases broken by: | 17:29 |
povbot | /svn/commits: http://issues.schooltool.org/issue369 | 17:29 |
povbot | /svn/commits: (stale overlays) | 17:29 |
mgedmin | srichter, good news and bad news! | 17:39 |
mgedmin | your refactoring of CalendarOverlayInfo attributes into adapters & annotations discovered a missing functional test | 17:39 |
mgedmin | because it introduced a bug with security assertions | 17:39 |
mgedmin | I think | 17:39 |
*** alga has quit IRC | 17:40 | |
mgedmin | http://issues.schooltool.org/issue391 | 17:40 |
* mgedmin is suddenly not sure the missing ftest is good news | 17:40 | |
th1a | If Philipp says he wants a "Show all" button, I won't argue with him. | 17:41 |
*** tvon has joined #schooltool | 17:44 | |
ignas | th1a, what about visual implications of that ? | 17:45 |
ignas | if it was removed because of a purpose ? | 17:45 |
ignas | what was the purpose ? | 17:45 |
ignas | if there were wraping issues, maybe they should be fixed in some way ? | 17:46 |
th1a | I think you are reading too much into this. | 17:46 |
th1a | What are the wrapping issues? | 17:46 |
povbot | /svn/commits: * mg committed revision 5055: | 17:47 |
povbot | /svn/commits: Added another test checker -- one that tries to find tests which call placelessSetUp but not placelessTearDown. | 17:47 |
povbot | /svn/commits: It has found 18 such broken tests. I am going to fix them now. | 17:47 |
ignas | well - "show all" was removed in a checkin that stated "Keep the batch from wrapping." (tvon) | 17:47 |
ignas | that's why i am still confused about it ... | 17:48 |
ignas | who would remove a feature instead of fixing the layout/UI ? | 17:48 |
ignas | and just thought that maybe there was some other reason behind it ... | 17:48 |
th1a | I imagine I just thought that giving the user the option of calling up a list that could eventually stretch into the thousands was probably a bad idea. | 17:49 |
tvon | I suggested it because I didn't think it was especially useful | 17:50 |
ignas | well - in case of ACL it is kind of usefull (i had to manually edit the URL to achieve the result ...) | 17:51 |
th1a | We made a guess at the right usability decision, and the consensus seems to be that it was the wrong guess. | 17:52 |
ignas | ok | 17:53 |
povbot | /svn/commits: * mg committed revision 5056: | 17:58 |
povbot | /svn/commits: Added missing placelessSetUp(), cleaned up snail food. | 17:58 |
povbot | /svn/commits: * mg committed revision 5057: | 18:06 |
povbot | /svn/commits: Added a bunch of missing test cleanups. | 18:06 |
*** Aiste has quit IRC | 18:09 | |
ignas | th1a, maybe we should start a bug finding extravaganza ? like keeping score of bugs found, giving prizes :), because IMHO we are having some real problems with bugs in SchoolTool :/ | 18:09 |
th1a | ignas: What would you suggest? | 18:10 |
mgedmin | ignas, "find 100 bugs, get a free pencil sharpener" | 18:11 |
th1a | I'll ask Mark about ordering pencil sharpeners. | 18:11 |
povbot | /svn/commits: * mg committed revision 5058: | 18:11 |
povbot | /svn/commits: Cleaned up a test module somewhat: | 18:11 |
povbot | /svn/commits: - Lines longer than 200 characters? Never! | 18:11 |
povbot | /svn/commits: - Duplicate imports? Don't, please. | 18:11 |
povbot | /svn/commits: - Consistent spacing between top-level functions is nice. | 18:11 |
povbot | /svn/commits: - Consistent indentation of descriptions in a doctest is nice. | 18:11 |
mgedmin | no, I'd better make that "fix 100 bugs", or the issue tracker will be overloaded soon | 18:11 |
mgedmin | ignas seems to have a knack on finding bugs | 18:11 |
mgedmin | without even trying hard | 18:11 |
th1a | This is a good thing. | 18:12 |
ignas | without even trying | 18:12 |
th1a | It isn't surprising given the length of time we worked on this without having real users. | 18:12 |
*** Aiste has joined #schooltool | 18:13 | |
th1a | And structuring our development around contracts makes bug fixing a little indirect. | 18:13 |
th1a | Plus it has made a difference that I haven't been able to use SchoolTool at the school here (since the district killed our server). | 18:14 |
th1a | Hopefully that'll change shortly. | 18:14 |
ignas | th1a, i am kind of used to projects in which users finding bus is *very vary bad* ... | 18:15 |
ignas | s/bus/bugs | 18:15 |
ignas | :D | 18:15 |
th1a | Sure. | 18:16 |
* ignas declares this day a typo day! | 18:16 | |
th1a | So... on top of everything else, this'll drive you nuts. | 18:17 |
th1a | It would be a good time to move our bugs to Malone, since then bugs can be forwarded from the CanDo bug tracker to the SchoolTool bug tracker, when it is appropriate. CanDo users will be the biggest block of SchoolTool users this year. | 18:18 |
mgedmin | I have doubts about the usability of Malone | 18:20 |
mgedmin | out of the box, Roundup also has many usability issues | 18:20 |
mgedmin | but I know that I can at least try to fix them | 18:20 |
mgedmin | (given some time) | 18:20 |
mgedmin | hey -- malone can track upstream bug trackers | 18:21 |
mgedmin | can't it? | 18:21 |
mgedmin | can it talk to roundup? | 18:21 |
th1a | Good question. | 18:21 |
mgedmin | bskahan, do you know anything about doctest_SectionFileFactory ? | 18:21 |
th1a | Can it send bugs to Roundup? | 18:21 |
mgedmin | th1a, I know very little about malone | 18:22 |
th1a | OK... I'll look. | 18:22 |
tvon | I don;t think so | 18:23 |
tvon | when you tag a bug in Malone as upstream, you just point it to another Malone project | 18:23 |
tvon | it assumes/requires that "upstream" has a malone account | 18:23 |
th1a | No, you can register outside bug trackers. | 18:23 |
tvon | oh, no | 18:23 |
tvon | yeah, it's major community trackers | 18:24 |
mgedmin | tvon, perhaps you know anything about doctest_SectionFileFactory ? | 18:24 |
tvon | mgedmin: fraid not, bskahan did sections | 18:25 |
mgedmin | never mind, I discovered how to fix it | 18:25 |
povbot | /svn/commits: * mg committed revision 5059: | 18:27 |
povbot | /svn/commits: Added missing setup and teardown to schooltool.course.rest.tests. | 18:27 |
th1a | Hm... adding our RoundUp tracker LOOKS simple enough. | 18:28 |
th1a | Adding it to Malone, that is. | 18:29 |
th1a | https://launchpad.net/malone/bugtrackers/schooltool-bugs | 18:30 |
th1a | Now, let's see if it works... | 18:31 |
tvon | ah, cool | 18:32 |
mgedmin | lemme see! | 18:33 |
mgedmin | stange email | 18:33 |
mgedmin | I'm not mgedmin@pov.lt, I'm marius@pov.lt | 18:33 |
th1a | Sorry. | 18:33 |
mgedmin | (actually, mgedmin would work, but I want to have one canonical work email) | 18:33 |
th1a | You could change your first name to mgedmin. That would simplify things, although it would be a bit recursive. | 18:34 |
mgedmin | I don't even know how to pronounce "mgedmin" | 18:35 |
mgedmin | (in English, that is) | 18:35 |
th1a | Like "Mmmmm... cookies!" | 18:35 |
* th1a is disappointed that nobody here appreciates my obscure Buffy the Vampire Slayer references. | 18:38 | |
* mgedmin loves BtVS | 18:38 | |
* mgedmin missed the reference | 18:38 | |
* mgedmin googles | 18:38 | |
th1a | Dawn: This? I'm guessing on how you say it, it's got an apostrophe. I think it's 'Mmm-Fashnik', like 'Mmmm, cookies'. 
Xander: Or maybe 'Muh-Fashnik, like 'Muh-....Fashnik'. | 18:39 |
th1a | Ah...Malone can *watch* bugs on external trackers. | 18:42 |
th1a | But it can "Request Fixes," i.e., create issues, in other Malone trackers. | 18:44 |
mgedmin | so, when the upstream bug is closed, malone will close its own associated bug? | 18:44 |
th1a | I think the CanDo guys would prefer the latter. | 18:45 |
th1a | mgedmin: Good question. | 18:45 |
th1a | Monitoring the external bug in Malone means that you can receive updates from Malone when the status of the external bug report changes. | 18:45 |
povbot | /svn/commits: * mg committed revision 5060: | 18:48 |
povbot | /svn/commits: More test cleanup fixes. Also some whitespace fascism. | 18:48 |
*** err0rr has joined #schooltool | 18:52 | |
povbot | /svn/commits: * mg committed revision 5061: | 18:54 |
povbot | /svn/commits: Fixed the cleanup of the last test. | 18:54 |
*** thisfred has joined #schooltool | 18:55 | |
mgedmin | th1a, some clarifications | 18:56 |
mgedmin | the optimization story is marked "ready for merge" in the new plone site | 18:56 |
mgedmin | the optimization story actually consists of two parts: | 18:56 |
mgedmin | 1. fix outstanding issues -- done, merged to trunk, merged to release branch | 18:57 |
th1a | "ready for merge" isn't quite right, semantically. | 18:57 |
mgedmin | 2. make ST run reasonably fast with the sample data set -- not started yet, blocking on the sample data story | 18:57 |
th1a | Good point. | 18:57 |
mgedmin | I meant "ready for merging", but was trying to save time | 18:57 |
mgedmin | perhaps you want to split the story into two sub-stories? can the plone stuff do that? | 18:58 |
mgedmin | anyway | 18:58 |
mgedmin | another point | 18:58 |
th1a | I could split it. | 18:58 |
mgedmin | bugfixing story (the one that has a few numbered issues) | 18:58 |
mgedmin | there were two options: | 18:58 |
mgedmin | (a) fix on trunk | 18:58 |
mgedmin | (b) fix on trunk + backport to release branch | 18:58 |
mgedmin | with different estimates for (a) and (b) | 18:59 |
th1a | We need to do b). | 18:59 |
mgedmin | which one are we doing? | 18:59 |
mgedmin | ok, I'll update the story card on our corkboard then | 18:59 |
th1a | OK. | 18:59 |
mgedmin | what was the estimate for (b)? | 19:00 |
mgedmin | (a) was 7 days iirc | 19:00 |
th1a | Anyway, I meant "Ready for merging" should probably just be "completed" or "waiting for approval." | 19:00 |
mgedmin | (b) was 9 days | 19:00 |
mgedmin | th1a, oh? | 19:01 |
mgedmin | ready for merging is probably a useful intermediate state | 19:01 |
mgedmin | for stories where we do stuff on trunk/some branch, and then have to backport/merge | 19:01 |
th1a | Yeah, 9 days for b). | 19:02 |
*** erchache has joined #schooltool | 19:04 | |
erchache | hi | 19:04 |
* mgedmin discovered that ./test.py -fu breaks, while ./test.py -f && ./test.py -u work | 19:04 | |
erchache | i have my server online | 19:04 |
* mgedmin wonders if it'd be hard to fix | 19:04 | |
erchache | tomorrow goes to production mode | 19:04 |
th1a | Eek. | 19:04 |
erchache | where are python script to make a permanent daemon of schoobell? | 19:04 |
th1a | It is in the .deb. | 19:05 |
erchache | th1a: me? | 19:05 |
mgedmin | th1a, the proposal we sent you assumed (a) for the bugfixing story -- so the total estimate and payment are probably wrong | 19:06 |
mgedmin | perhaps you can straighten it out with alga or Aiste | 19:06 |
mgedmin | while I get back to coding | 19:07 |
th1a | OK. Where is alga? | 19:07 |
erchache | where are python script to make a permanent daemon of schoobell? | 19:07 |
erchache | or how i can make a /etc/init.d/ script for schoolbell daemon? | 19:08 |
erchache | manually? or are implemented a code? | 19:08 |
Aiste | th1a: he is at home, his wife is ill | 19:08 |
th1a | Aiste: Thanks. | 19:08 |
Aiste | I still haven't gotten around to sending any invoices or anything... as usual :) | 19:09 |
th1a | erchache: http://source.schooltool.org/svn/trunk/debian-packaging/schoolbell-debian/schoolbell.init | 19:09 |
erchache | :-S | 19:10 |
erchache | asi estamos? | 19:10 |
erchache | and why arent include on schoolbell 1.2.1 tar file? | 19:10 |
th1a | Debian chauvinism, I guess. | 19:11 |
erchache | now im making online inscription of students on my university when i finish im going to make a install-for-dummies.txt | 19:11 |
erchache | :-P | 19:11 |
erchache | and this init is a perl, bash, python script? | 19:12 |
erchache | nobody in the house? O_o | 19:29 |
th1a | erchache: One would assume it is a bash script. | 19:34 |
erchache | O_o sure? | 19:35 |
erchache | :-D | 19:35 |
jinty | th1a: er, it only works on debian. | 19:41 |
erchache | or ubuntu no? | 19:41 |
jinty | ubuntu, yes | 19:42 |
erchache | yepa | 19:42 |
erchache | tomorrow i install on my system | 19:42 |
jinty | using packages or tarball? | 19:42 |
erchache | and after....securize | 19:42 |
erchache | tarball | 19:42 |
erchache | schoolbell 1.2.1 | 19:42 |
jinty | which is exactly the same version as the schoolbell packages in breezy main right now... | 19:43 |
erchache | hoary :-P | 19:44 |
erchache | hoary are freez now no? | 19:44 |
erchache | next month breezy are the new one | 19:44 |
jinty | yes | 19:44 |
erchache | well | 19:45 |
erchache | i prefer to get tarball instead .deb | 19:45 |
erchache | you work to fast than .deb upgrades ;-P | 19:45 |
jinty | btw, you are going to have to hack the init script because the location of everything is different | 19:45 |
erchache | .deb usually are 2 version downgrade than .tar | 19:46 |
erchache | well i can do it! | 19:46 |
erchache | put on to-do list to make init script on .tar | 19:46 |
*** hazmat has joined #schooltool | 19:55 | |
jinty | th1a: noticed that we are graduated to ubuntu main? | 19:59 |
th1a | I had not noticed. | 20:03 |
th1a | Although I did notice that we're running by default in Edubuntu. | 20:03 |
jinty | yeah, I also let ogra know that moodle can authenticate off us. It's somewhere on his todo list. | 20:05 |
jinty | bskahan: I need to allow jeff elkner to upload packages to the cando repository. | 20:07 |
jinty | bskahan: so could you either put me in the cando group, or change the group of /home/jinty/archives/cando/incoming to cando, or something more intelligent? | 20:09 |
*** thisfred has quit IRC | 20:11 | |
* mgedmin tried to use XPath in a testbrowser-style functional test | 20:20 | |
* mgedmin got a Segmentation fault | 20:20 | |
mgedmin | analyze.queryHTML('//table[@class="overlays"]//a/@href', html) | 20:20 |
srichter | :-( | 20:21 |
srichter | I really want to start using it much more too | 20:22 |
*** erchache has quit IRC | 20:23 | |
povbot | /svn/commits: * ignas committed revision 5062: | 20:30 |
povbot | /svn/commits: Added an XXX. | 20:30 |
povbot | /svn/commits: * ignas committed revision 5063: | 20:31 |
povbot | /svn/commits: A functional test for issue 369. | 20:31 |
jinty | ok, if no-one has any last minute bugfixes for the release branch, I start release x.x.2 in about an hour | 20:31 |
th1a | jinty: Do you need me to do anything with translations? | 20:32 |
jinty | yeah, If you would commit them to the release branch, that would be nice | 20:33 |
jinty | procedure: | 20:33 |
th1a | Both release branches? | 20:33 |
jinty | indeed | 20:34 |
jinty | do you want a step-by-step? | 20:35 |
povbot | /svn/commits: * mg committed revision 5064: | 20:35 |
povbot | /svn/commits: Ignore log files. | 20:35 |
hoffman|edubu | If it isn't too pathetic of me. | 20:35 |
hoffman|edubu | I am lazy by default. | 20:35 |
jinty | ;) | 20:36 |
jinty | 1. get the url's of the tarballs from the amazing web interface of rosetta | 20:36 |
mgedmin | wasn't there a makefile rule that did that? | 20:38 |
jinty | 2. check out a release branch, cd into it and execute 'export TRANSATION=url of tarball' | 20:39 |
hoffman|edubu | Download everything? | 20:39 |
jinty | yes | 20:39 |
hoffman|edubu | PO format? | 20:39 |
jinty | yes | 20:39 |
hoffman|edubu | Pending... | 20:40 |
jinty | mgedmin: the rosetta WI cahnged, you request a download, then get a mail with the url. It's a little hard to automate | 20:40 |
hoffman|edubu | Almost as if they don't want you to automate it. | 20:40 |
jinty | 3. make get-rosetta-translations (twice) | 20:41 |
jinty | the official reason is that people directly downloading tarballs locked a thread for the longest time | 20:41 |
jinty | 4. make build update-translations | 20:43 |
jinty | 5. rm -f ${any non compiling translations} | 20:43 |
jinty | 6. back to 4 unless all translations compile | 20:44 |
jinty | 7. svn add any translations not in repository then svn ci | 20:44 |
hoffman|edubu | Hrm. Apparently I don't usually make editable checkouts of release branches. What's wrong with this: svn co svn+ssh://source.schooltool.org/svn/branches/schoolbell-1.2.x/ | 20:46 |
jinty | s|svn/branches|svn/schooltool/branches| | 20:46 |
hoffman|edubu | Ah. | 20:46 |
hoffman|edubu | Thanks. | 20:46 |
* mgedmin puts a bookmark in the irc window | 20:50 | |
hoffman|edubu | OK, got the branches and the po files now. | 20:53 |
hoffman|edubu | jinty: So I'm NOT supposed to un-tgz the po files? | 20:54 |
jinty | it doesn't matter, the makefile should take care of that. (It even downloads the tgz) | 20:55 |
hoffman|edubu | Oh, sorry, I just need the URL's. I'm not being a good student here. | 20:56 |
* jinty has spent the past month or so building a calendaring website and still arrives a day early for irc meetings... | 20:59 | |
povbot | /svn/commits: * jinty committed revision 5065: | 21:00 |
povbot | /svn/commits: Slight fix for make extract-translations rule. not fixing in trunk because thats a different ball of wax. | 21:00 |
povbot | /svn/commits: * jinty committed revision 5066: | 21:02 |
povbot | /svn/commits: Porting 5065 to schoolbell release branch. | 21:02 |
hoffman|edubu | src/schooltool/locales/cs/LC_MESSAGES/schooltool.po:2648: duplicate message definition | 21:03 |
hoffman|edubu | src/schooltool/locales/cs/LC_MESSAGES/schooltool.po:680: ...this is the location of the first definition | 21:03 |
hoffman|edubu | src/schooltool/locales/cs/LC_MESSAGES/schooltool.po:2654: duplicate message definition | 21:03 |
hoffman|edubu | src/schooltool/locales/cs/LC_MESSAGES/schooltool.po:2131: ...this is the location of the first definition | 21:03 |
hoffman|edubu | src/schooltool/locales/cs/LC_MESSAGES/schooltool.po:2666: duplicate message definition | 21:03 |
hoffman|edubu | src/schooltool/locales/cs/LC_MESSAGES/schooltool.po:2422: ...this is the location of the first definition | 21:03 |
hoffman|edubu | msgmerge: found 3 fatal errors | 21:03 |
hoffman|edubu | make: *** [update-translations] Error 1 | 21:03 |
hoffman|edubu | So I should manually delete some things to resolve these errors? | 21:05 |
jinty | if you feel like it, or if you don't rm -rf src/schooltool/locales/cs | 21:06 |
hoffman|edubu | Or oh, reading your instructions again. Duh... | 21:06 |
hoffman|edubu | What is CS? | 21:06 |
* jinty looks for the spelling of the word checzeslovakian | 21:07 | |
hoffman|edubu | What is the source of this kind of error? | 21:07 |
jinty | rosetta not making sure it doesn't happen I guess | 21:09 |
jinty | but i havn't investigated properly | 21:09 |
bskahan | jinty, sure | 21:13 |
jinty | thanks | 21:13 |
bskahan | jinty, I added you to cando group, which gives you access to cando SVN as well | 21:14 |
jinty | great | 21:15 |
jinty | any objection to me automating nightly builds of the new trunk tarball on that machine? | 21:15 |
hoffman|edubu | OK, I manually fixed the errors. | 21:20 |
hoffman|edubu | jinty: Do I do 'svn status' to figure out step 7? | 21:21 |
jinty | that sounds like a good way | 21:22 |
hoffman|edubu | jinty: No objection. | 21:24 |
hoffman|edubu | So svn status gives me a bunch of modified .po files and .mo files with '?' | 21:24 |
hoffman|edubu | Do I do anything with the .mo files? | 21:25 |
jinty | definiately not, and also not with the .po~ files. | 21:26 |
jinty | only only pure school{tool,bell}.po files | 21:27 |
hoffman|edubu | So then just svn ci (is that the same as commit?). | 21:27 |
jinty | yep ci == commit | 21:28 |
hoffman|edubu | Urgh... when I do 'svn ci' absolutely nothing happens. | 21:30 |
hoffman|edubu | I'm just bounce back to the prompt. | 21:31 |
jinty | could you paste the output of svn status somewhere? | 21:32 |
hoffman|edubu | Now this is mysterious. | 21:32 |
hoffman|edubu | Oh, wtf. | 21:33 |
hoffman|edubu | I did SchoolTool first, which was apparently a mistake. | 21:33 |
hoffman|edubu | http://paste.plone.org/57 | 21:35 |
jinty | `rm -f src/schooltool/locales/*; svn add -N src/schooltool/locales/* src/schooltool/locales/*/LC_MESSAGES src/schooltool/locales/*/LC_MESSAGES/*.po; svn status` | 21:38 |
* jinty goes to take a break | 21:41 | |
povbot | /svn/commits: * hoffman committed revision 5067: | 21:42 |
povbot | /svn/commits: Updating Translations | 21:42 |
ignas | th1a, do we want to fix all the places where timetable schema is mentioned | 21:45 |
ignas | so they would refer to school timetable instea d? | 21:45 |
hoffman|edubu | That would be nice. | 21:45 |
hoffman|edubu | Yes, please do it. | 21:46 |
ignas | because well geting an error message stating that you need a "timetable schema" might confuse an ordianry user ... | 21:46 |
ignas | i guess i'll file a new issue for that now, and fix it when there is time (i am fixing other issues at the moment) | 21:46 |
povbot | /svn/commits: * hoffman committed revision 5068: | 22:07 |
povbot | /svn/commits: Updating translations. | 22:07 |
hoffman|edubu | OK, I think I'm done. | 22:07 |
hoffman|edubu | Going to get lunch. | 22:12 |
ignas | bskahan, ping | 22:25 |
*** mgedmin has left #schooltool | 22:28 | |
*** hazmat_ has joined #schooltool | 22:33 | |
*** hazmat has quit IRC | 22:35 | |
povbot | /svn/commits: * jinty committed revision 5069: | 22:43 |
povbot | /svn/commits: Removing schoolbell.pot from repository. | 22:43 |
*** ignas has quit IRC | 22:58 | |
povbot | /svn/commits: * jinty committed revision 5070: | 23:08 |
povbot | /svn/commits: Make fake new upstream version of the debian packages so that I can use gintas wonderful release script | 23:08 |
povbot | /svn/commits: * jinty committed revision 5071: | 23:11 |
povbot | /svn/commits: Move the release to the Zope-3.1 branch and to a recent revision. | 23:11 |
povbot | /svn/commits: * jinty committed revision 5072: | 23:46 |
povbot | /svn/commits: Updated SchoolBell RELEASE.txt | 23:46 |
povbot | /svn/commits: * jinty committed revision 5073: | 23:52 |
povbot | /svn/commits: Updated SchoolBell RELEASE.txt | 23:52 |
povbot | /svn/commits: * jinty committed revision 5074: | 23:52 |
povbot | /svn/commits: * jinty committed revision 5075: | 23:53 |
povbot | /svn/commits: Tagging SchoolBell 1.2.2 | 23:53 |
povbot | /svn/commits: * jinty committed revision 5076: | 23:53 |
povbot | /svn/commits: Tagging SchoolTool 0.11.2 | 23:53 |
povbot | /svn/commits: * jinty committed revision 5077: | 23:54 |
povbot | /svn/commits: Set SchoolBell version number in release | 23:54 |
povbot | /svn/commits: * jinty committed revision 5078: | 23:55 |
povbot | /svn/commits: Set SchoolTool version number in release | 23:55 |
povbot | /svn/commits: * jinty committed revision 5079: | 23:56 |
povbot | /svn/commits: Bound SchoolTool 0.11.2 to SchoolBell 1.2.2 | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!