*** th1a_ has quit IRC | 03:15 | |
*** th1a has joined #schooltool | 07:55 | |
*** Aiste has joined #schooltool | 08:39 | |
*** Aiste has quit IRC | 08:42 | |
*** Aiste has joined #schooltool | 08:45 | |
*** srichter has joined #schooltool | 09:26 | |
*** wrobel has joined #schooltool | 09:30 | |
*** jinty has joined #schooltool | 10:11 | |
*** jfroche has joined #schooltool | 11:09 | |
*** thisfred has joined #schooltool | 11:55 | |
*** alga has joined #SchoolTool | 12:18 | |
*** ignas has joined #schooltool | 12:33 | |
jfroche | ignas: hello there | 12:53 |
---|---|---|
jfroche | fine ? | 12:53 |
jfroche | i am playing with the datetimeformatter | 12:54 |
jfroche | i am not sure that i put it in the good place | 12:54 |
jfroche | i v created a new package which is dateformater | 12:54 |
ignas | hmm, it should go into skin i think | 12:54 |
jfroche | have a browser and dateformater.py inside it | 12:54 |
jfroche | ok i move it | 12:55 |
*** alga has quit IRC | 13:01 | |
*** mgedmin has joined #schooltool | 13:03 | |
jfroche | ignas: should i do also a ftest for this or unittest is enough ? | 13:12 |
ignas | hmm, i can't see the code :/ | 13:14 |
ignas | you should at least add a line or two in functional tests for calendar | 13:14 |
ignas | to check whether dates are rendered normally | 13:14 |
ignas | dates that are using the formatter | 13:14 |
jfroche | ok | 13:17 |
jfroche | not commited yet, working still on my branch 'cause i want your approval first | 13:17 |
*** lisppaste5 has quit IRC | 13:21 | |
ignas | jfroche: mail me the patch when it'll be good enough | 13:41 |
jfroche | ok no problem | 13:41 |
*** vidasp has joined #schooltool | 14:32 | |
jfroche | ignas: have some trouble with testing | 14:57 |
jfroche | view.localizedFullDate() | 14:58 |
jfroche | Differences (ndiff with -expected +actual): | 14:58 |
jfroche | - u'vendredi 1 décembre 2006' | 14:58 |
jfroche | ? ^^ | 14:58 |
jfroche | + u'vendredi 1 d\xe9cembre 2006' | 14:58 |
jfroche | ? | 14:58 |
jfroche | file encoding is utf8 | 14:59 |
ignas | put it in r""" """ and type u'vendredi 1 d\xe9cembre 2006' in the doctest | 14:59 |
ignas | you should avoid putting utf8 in code in general iirc | 14:59 |
jfroche | ok | 15:00 |
jfroche | tkx | 15:01 |
*** gintas has joined #schooltool | 15:06 | |
jfroche | ignas: i have different formats of date to localize, is it better to do different method in a DateFormatterView(BrowserView) or create different classes which inherit from BrowserView with a just one __call__ method ? | 15:31 |
jfroche | doing context/some_date/@@short_date or context/some_date/@@date/short_date ? | 15:33 |
mgedmin | jfroche: consider this question from the user's perspective | 15:35 |
mgedmin | the user in this instance is the person who writes page templates | 15:35 |
mgedmin | context/some_date/@@short_date, context/some_date/@@long_date is nicer | 15:35 |
mgedmin | so you need different view declarations | 15:35 |
jfroche | ok wasn't sure which one the user would find nicer | 15:36 |
jfroche | thanks! | 15:36 |
* mgedmin is thinking | 15:36 | |
mgedmin | if you use <browser:page> then you can put all the formatting functions in one class, and use the attribute=".." attribute in zcml | 15:36 |
jfroche | right that's what i was doing | 15:36 |
mgedmin | and that would create new subclasses behind the scenes | 15:36 |
jfroche | but i ll move them to different classes and change it view declaration in zcml | 15:37 |
*** alga has joined #SchoolTool | 15:41 | |
* mgedmin wanna food | 16:00 | |
* th1a shuffles some papers around | 16:29 | |
ignas | hi | 16:30 |
th1a | hi ignas. | 16:30 |
ignas | have you recently seen pcardune in #schooltool? | 16:31 |
ignas | i think i'll have to try to explain what am i doing with timetable events to him by email | 16:31 |
th1a | Haven't noticed. | 16:31 |
th1a | OK. | 16:31 |
ignas | now that the picture is getting clearer | 16:32 |
th1a | jfroche: ayt? | 16:32 |
th1a | Picture of your implementation? | 16:32 |
jfroche | hello th1a | 16:32 |
th1a | hi jfroche. | 16:32 |
ignas | th1a: yes | 16:32 |
th1a | What have you decided? | 16:32 |
jfroche | th1a: how is the construction zone there ? | 16:32 |
th1a | Washer/dryer are here. | 16:33 |
th1a | No distractions pending. | 16:33 |
jfroche | are you happy with the good news from Nicolas ? | 16:34 |
th1a | Yes. Do you want to tell ignas? | 16:34 |
jfroche | ignas: we have a new school in Belgium which is happy to welcome me | 16:35 |
ignas | cool :) | 16:35 |
jfroche | and gave the authorisation directly | 16:35 |
jfroche | so i ll begin there in january | 16:35 |
ignas | nice to hear that | 16:35 |
jfroche | it's in Bruxelles | 16:35 |
jfroche | ignas: we went there when we visit the European Parliament, remember the kids playing with balls there ? it's this school | 16:36 |
ignas | :) | 16:36 |
ignas | btw, anyone with a dapper installation without proper setuptools? | 16:36 |
th1a | ? | 16:37 |
ignas | well - in dapper you can't use schooltool without root priviledges | 16:37 |
ignas | unless you know how to do it :) | 16:37 |
ignas | i want to write a how to | 16:37 |
ignas | testing the how to immediatelly would be quite nice | 16:37 |
ignas | i mean i would explain how to do it, and someone would try to walk the steps ... | 16:38 |
th1a | There's always qemu, vmware... | 16:38 |
ignas | well, i can do it for myself, but i am afraid that i'll skip some steps or some magic will be, well - too magic :) | 16:39 |
jfroche | only debian or edgy in here | 16:39 |
ignas | so having someone unexperienced try following my directions would be like a safety net | 16:39 |
th1a | I'd just do my best and wait for the complaining emails. | 16:40 |
ignas | ok :) | 16:40 |
th1a | OK, bringing some structure here.... | 16:41 |
th1a | lets talk about... | 16:41 |
th1a | a) ignas update | 16:41 |
th1a | And what's going on with the timetable implementation. | 16:41 |
th1a | b) general jfroche update | 16:41 |
th1a | c) the new school | 16:41 |
th1a | d) next year | 16:42 |
th1a | ignas? | 16:42 |
ignas | have passing functional tests with persistent timetable events, i'll finish up unit tests soon and commit. | 16:42 |
th1a | Into the trunk? | 16:42 |
ignas | it's a bit difficult in some places because i just don't want to do it in one huge leap | 16:42 |
th1a | It is a big change. | 16:42 |
ignas | you can say so | 16:43 |
th1a | Do we end up with less code? | 16:43 |
ignas | yes | 16:43 |
ignas | not much yet, as i won't fix everything that is possible | 16:43 |
ignas | to limit the scope | 16:43 |
ignas | i am trying to do it in steps | 16:43 |
th1a | What else will need to be done in the future? | 16:43 |
ignas | remove the tt checkboxes in overlays, properly functionally test term/ttschema exceptions | 16:44 |
ignas | fix attendance to use unique event ids instead of period_id + date pair | 16:44 |
ignas | all of that not being crucial | 16:45 |
ignas | just very nice to have | 16:45 |
th1a | Crucial eventually. | 16:45 |
ignas | i kind of got stuck with the person though, i'll talk to pcardune about what he thinks, and what kinds of persons do they need | 16:45 |
th1a | OK. | 16:46 |
ignas | maybe that will help me to come up with some generalisation of the feature set | 16:46 |
ignas | i am switching between person/tt_events now depending on which one i am more stuck with | 16:46 |
th1a | When you email pcardune you should probably just email cando-dev | 16:46 |
jfroche | ignas: adapter solution for person isn't the solution ? | 16:47 |
ignas | jfroche: i am trying to avoid the "fix unit/functional test infrastructure" step :/ | 16:48 |
jfroche | i see | 16:48 |
ignas | just don't want to do that now ... | 16:48 |
ignas | it would be useful, but i don't really have a plan for nice migration to layers | 16:48 |
ignas | in unit/functional tests | 16:49 |
ignas | and that would affect release, nightly builds etc. | 16:49 |
th1a | It is funny how the testing infrastructure influences which changes are easy and which are hard. | 16:50 |
th1a | Although without testing, changes are often harder than they look. | 16:50 |
ignas | well, we haven't ever tried having an extension built for schooltool | 16:50 |
ignas | so no one really did the separation of extension functional tests and schooltool functional tests | 16:51 |
ignas | as well as deployment of schooltool extension | 16:51 |
*** Aiste has quit IRC | 16:52 | |
th1a | Anything else, ignas? | 16:52 |
ignas | no i think | 16:52 |
ignas | oh, i have a new/used keyboard :) | 16:52 |
ignas | and i didn't do much work on tuesday | 16:52 |
ignas | coffe + laptop do not mix ... | 16:53 |
jfroche | unittesting your laptop ? | 16:53 |
th1a | Ah. | 16:53 |
th1a | That's why the new ones have little drains under the keyboard. | 16:53 |
th1a | OK. jfroche. Any news other than the new school? | 16:53 |
jfroche | setup translation server | 16:54 |
jfroche | and played with onlinehelp macros (without success) | 16:54 |
jfroche | and now finish to translate dates all around | 16:55 |
th1a | What's up with the onlinehelp macros? | 16:55 |
jfroche | was suprised that date localization wasn't done before | 16:55 |
jfroche | i am trying to remove the onlinehelp sections coming from Z3 | 16:55 |
jfroche | as i just want links to helpfile related to schooltool | 16:56 |
th1a | Oh. I see. | 16:56 |
jfroche | but without hardcoding them, no solution yet | 16:56 |
th1a | OK. That's not a big problem at this point. | 16:57 |
th1a | Shall we move on to the new school? | 16:57 |
jfroche | think so, nothing new except that. still learning a lot while looking/reading files in schooltool sources | 16:58 |
th1a | Of course. | 16:58 |
jfroche | ah yes | 16:58 |
jfroche | on saturday i met french python fans | 16:59 |
jfroche | ( AFPY - http://afpy.org) | 16:59 |
jfroche | and i managed to have a python track at the FOSDEM | 16:59 |
jfroche | ( http://www.fosdem.org/2007 ) | 16:59 |
jfroche | i might present SchoolTool there | 16:59 |
th1a | When is that? | 17:00 |
jfroche | i am the manager of the python track there so it's up to me to decide who speaks | 17:00 |
jfroche | 24 - 25 Feb | 17:00 |
th1a | Ah. It is in Brussels. | 17:01 |
jfroche | right | 17:01 |
jfroche | at my previous university | 17:01 |
jfroche | it's a very well known event for european OSS developpers | 17:01 |
th1a | Hm... I guess that means you won't be coming to PyCon. | 17:02 |
th1a | Which is at the same time. | 17:02 |
jfroche | oh | 17:02 |
jfroche | forgot about pycon | 17:02 |
*** ignas_ has joined #schooltool | 17:03 | |
jfroche | you think i should be in pycon ? | 17:03 |
th1a | I was planning on getting everyone together for that. | 17:03 |
ignas_ | network went down here :/ | 17:03 |
jfroche | i see | 17:03 |
jfroche | so i ll do my best to manage to be replaced by someone else | 17:04 |
th1a | It is annoying that they are at the same time. | 17:04 |
jfroche | by fosdem | 17:04 |
jfroche | i think i know who | 17:04 |
*** alga_ has joined #SchoolTool | 17:04 | |
th1a | I'm planning on having a sprint with the cando guys at/after PyCon, so it would really help if you could make it. | 17:05 |
th1a | Is FOSDEM usually in February? It seems like it just happened. | 17:05 |
th1a | Time flys. | 17:05 |
jfroche | right they changed | 17:06 |
th1a | ignas: Does my letter for PyCon look OK? | 17:06 |
jfroche | th1a: can you help me financialy for pycon ? | 17:06 |
th1a | We'd be paying for it. | 17:06 |
th1a | jfroche: Do you need a letter to get a visa? | 17:07 |
th1a | I have to learn about my own country's entrance requirements. | 17:07 |
ignas_ | th1a: your letter seems to be mentioning albertas instead of me in some places | 17:07 |
ignas_ | th1a: or was that just a rough draft ? | 17:07 |
th1a | Oops. | 17:07 |
th1a | I was afraid I might have missed one in there... did I not copy/replace fully? | 17:08 |
th1a | I'll check it. | 17:08 |
th1a | Moving on to the new school... my only concern at this point is Denis. | 17:08 |
th1a | Is there anything to be done politically here to keep everyone reasonably happy? | 17:09 |
jfroche | i ll ask for the visa | 17:09 |
jfroche | wuhu just got a mail from Canonical about XML export of Roundup ! | 17:10 |
jfroche | about Denis | 17:10 |
jfroche | he can come by the Bruxelles school | 17:11 |
jfroche | but as i said in my previous mail i would prefer to work on one school after the other | 17:11 |
th1a | It sounds like the new school will be a big enough job. | 17:11 |
jfroche | it would be nice that i meet them before january | 17:13 |
th1a | Do you think you can smooth it over with Denis? | 17:13 |
jfroche | i ll do my best | 17:13 |
th1a | OK. | 17:14 |
th1a | Let me know if there is anything in particular I can do to help with that. | 17:14 |
jfroche | i ll meet Nicolas tomorrow | 17:15 |
jfroche | will ask him | 17:15 |
th1a | Do you hav eany specific concerns otherwise? | 17:15 |
th1a | About the school itself? | 17:15 |
th1a | You haven't met with them yet, right? | 17:15 |
jfroche | just that it's not so near to where i ll live in january | 17:15 |
jfroche | no, i ll try to meet them but it's exams period and then it's holiday period | 17:16 |
jfroche | so i ll speak about this with Nicolas tom | 17:16 |
th1a | OK. | 17:16 |
*** ignas has quit IRC | 17:17 | |
th1a | Is it near where you'll be living after January? | 17:17 |
jfroche | no i ll live no so far from Charleroi | 17:17 |
*** alga has quit IRC | 17:17 | |
jfroche | i ll take the train to go at the school i think | 17:17 |
th1a | Ah trains. We don't have those here. | 17:17 |
th1a | So... let's talk money for a second. | 17:18 |
th1a | Your pay includes quarterly bonuses, but this quarter we've been getting the schools set up so we couldn't really set proper goals. | 17:18 |
th1a | So the goals for your bonuses are to set up quarterly milestones for next year. | 17:19 |
th1a | That is, the goal for your bonus at the end of December. | 17:19 |
th1a | Is to plan your quarterly goals for next year. | 17:19 |
th1a | Does that make sense? | 17:20 |
jfroche | it makes sense, except that i am not sure yet if i can get in touch with school before january. And i think it's a good idea to set the milestones without chatting with them | 17:22 |
th1a | You don't think it is a good idea, you mean? | 17:23 |
jfroche | i mean that if I have to setup the milestones and that i have to rewrite them after chatting with them, you won't be happy | 17:23 |
jfroche | cause i don't know what do they really would like first | 17:24 |
th1a | Right. Well, it would be good if you could meet with them this month. | 17:24 |
th1a | We have to be a bit more agressive now. | 17:24 |
jfroche | i can push Nicolas | 17:25 |
jfroche | s/can/will | 17:25 |
th1a | OK. | 17:26 |
th1a | ignas: Make sense? | 17:26 |
th1a | ignas_: Also, you need to invoice me for your recent work. | 17:26 |
th1a | I want to get settled up before the end of the year. | 17:26 |
ignas_ | th1a: recent work for lyceum or the things that were done with the unfinished refactoring too ? | 17:27 |
* ignas_ doesn't know the invoicing situation :/ | 17:27 | |
ignas_ | Aiste is managing all that stuff, so i'll talk to her | 17:28 |
th1a | Well, it would be good if the GUI refactoring was finished, but I'm mostly referring to your lyceum work. | 17:28 |
ignas_ | ok | 17:29 |
th1a | That stuff should just be invoiced monthly now. | 17:29 |
th1a | Right at the end of the month. | 17:29 |
th1a | I think we can wrap up now. | 17:29 |
th1a | Anything else? | 17:29 |
th1a | Have a good week, folks. | 17:30 |
* th1a drops the bag of gravel. | 17:30 | |
*** vidasp has quit IRC | 17:30 | |
ignas_ | bye :) | 17:30 |
jfroche | good week 2 | 17:31 |
*** jstraw has joined #schooltool | 17:37 | |
*** aelkner has joined #schooltool | 17:59 | |
*** wdickers has joined #schooltool | 18:03 | |
jstraw | hi wdickers, aelkner | 18:03 |
wdickers | hello | 18:03 |
aelkner | hey there. | 18:03 |
th1a | hi all. | 18:03 |
*** jstraw is now known as Lumiere | 18:03 | |
ignas_ | hi | 18:03 |
Lumiere | I don't know if there is a meeting planned for today... | 18:03 |
aelkner | At 10:0 you mean? | 18:04 |
aelkner | 1:00 | 18:04 |
Lumiere | yea... | 18:04 |
wdickers | Hey Tom, where is the code for adding a student, when you go to persons/@@add.html? | 18:04 |
aelkner | I know Jeff plans to keep that consistent. | 18:04 |
th1a | The view code? | 18:04 |
ignas_ | schooltool/src/schooltool/demographics/browser/personform.py | 18:04 |
th1a | Or the model? | 18:04 |
wdickers | view code, thanks ignas | 18:04 |
ignas_ | class PersonAddView(BasicForm) | 18:04 |
Lumiere | neither dwelsh or I will be able to attend today | 18:05 |
Lumiere | I believe | 18:05 |
aelkner | I would think dwelsh would let Jeff know if he can't make it. | 18:06 |
aelkner | Are you going to be with dwelsh today? | 18:07 |
Lumiere | yes | 18:07 |
Lumiere | we have a 12:15 meeting with a corporate partner doing eng stuff for getting new equipments here | 18:07 |
Lumiere | we're working on new switches and phones for videoconference and our TV labs (the showplace areas for this partnership) | 18:08 |
aelkner | When you see him, ask him to let Jeff know if you won't make the 1:00 | 18:08 |
th1a | I won't be here. | 18:09 |
Lumiere | he doesn't even get in till 1:00 | 18:09 |
Lumiere | he's on a plane right now | 18:09 |
ignas_ | set the topic of the channel or write an email :) | 18:10 |
Lumiere | ignas_: can anyone set the topic in here other then SteveA? | 18:13 |
ignas_ | yes | 18:13 |
Lumiere | /cs info #schooltool | 18:13 |
Lumiere | gah | 18:13 |
ignas_ | Lumiere: don't tell anyone, but everyone can | 18:13 |
Lumiere | lol | 18:13 |
*** ignas_ has quit IRC | 18:15 | |
wdickers | you still there aelkner? | 18:18 |
*** gintas has quit IRC | 18:18 | |
aelkner | still here. looking at the latest on chesty? | 18:18 |
aelkner | Tom, how's it coming along? | 18:18 |
wdickers | I am slightly confused by doctest.txt. In it agent.sendRegister() is called several times, each time returning a different error? | 18:24 |
aelkner | Yeh, it doesn't really talk to the zis yet, so he's faking out all of that stuff for now. | 18:25 |
wdickers | I know, but he calls sendRegister() three times in succession, why do they return different errors? | 18:26 |
aelkner | He said he would be focusing on the xml plumbing, so I went to agent.py which didn't change, but request.py is getting interesting. | 18:26 |
aelkner | Check out make Request() | 18:26 |
aelkner | He's introcduced the query plumbing. | 18:27 |
wdickers | Ah, so that is the information that the agent is sending to the ZIS? | 18:28 |
aelkner | Yeh, that's the query mechanism. | 18:29 |
aelkner | We should check out response.py, too. | 18:29 |
wdickers | so right now the query will include the object's name and elements. What exactly are the 'elements'? | 18:30 |
*** mgedmin has quit IRC | 18:31 | |
aelkner | You got me. | 18:32 |
aelkner | Or the conditions for that matter. | 18:32 |
aelkner | I think I can guess, though. | 18:33 |
wdickers | Yeah, and those seem to be 2 links deep, there's multiple loops | 18:33 |
aelkner | How do you mean, "two links deep?" | 18:34 |
wdickers | I mean inside Conditions there are condition(s) and inside those condition(s) there are condition(s) | 18:34 |
aelkner | Where? | 18:35 |
aelkner | processRequest? | 18:35 |
wdickers | makeRequest() | 18:35 |
wdickers | there's conditionGroup.conditions which is an array of condition | 18:35 |
wdickers | so for each conditions you loop over all the condition | 18:36 |
aelkner | Yeh, it's messy, but first let me answer your question about elements. | 18:36 |
aelkner | Have you worked with a relational db before, seen an SQL query? | 18:37 |
wdickers | yes | 18:37 |
aelkner | ex/ select name, address from person where ssn > 100000000 | 18:37 |
aelkner | name and addres would be the elements of the query, ssn would be a condition. | 18:38 |
aelkner | This is an educated guess, but I bet I'm right. | 18:38 |
th1a | Sorry I had to do something else here... | 18:38 |
aelkner | I was just explaing queries to Will. Was I right? | 18:39 |
th1a | sendRegister() gives different results because it is pulling different responses off the query stack, which is created in exam.py | 18:39 |
wdickers | Well I'lll look at the log later, my time's up. So keep explaining and asking questions :) | 18:40 |
*** wdickers has quit IRC | 18:40 | |
th1a | The query syntax is defined in the spec. | 18:40 |
aelkner | What page? | 18:41 |
aelkner | It takes forever to find thing in that doc. | 18:41 |
th1a | 42 | 18:41 |
th1a | You need to print out the important parts. | 18:42 |
th1a | pgs 36-56 | 18:42 |
th1a | 24-32 | 18:42 |
th1a | 205 - 207 | 18:42 |
Lumiere | *places 1 inch binder in front of aelkner* | 18:43 |
aelkner | haha | 18:43 |
Lumiere | http://media3.washingtonpost.com/wp-dyn/content/photo/2006/12/11/PH2006121100072.jpg | 18:48 |
th1a | aelkner: The query syntax is probably written from the point of view of a relational database. The queries may be more of a hassle to write for SchoolTool & the ZODB. | 18:51 |
aelkner | I thought they were relation db oriented. I was explaining that assumption to Will before. | 18:52 |
aelkner | I was just looking at that paragraph in the spec. | 18:52 |
aelkner | I wouldn't worry about it being a hassle converting that paradigm to ZODB. | 18:53 |
aelkner | I't just a matter of writing the code. | 18:53 |
th1a | Well, yeah ;-) | 18:53 |
aelkner | ok, an obvious point i admit. | 18:54 |
aelkner | it probably is the same hassle with a relational db, anyway. | 18:54 |
aelkner | you still have to convert the xml to sql. | 18:54 |
Lumiere | yea | 18:55 |
Lumiere | it's still data in and out | 18:55 |
aelkner | probably easier with zodb because it's python data structures. | 18:55 |
aelkner | You know I think I'm ready to read Section 3 of the spec and get the whole picture. | 18:56 |
aelkner | It's coming together for me now that I read it. | 18:56 |
aelkner | But I'll need time to read it. | 18:57 |
th1a | I have to get ready to go to the vet now. | 18:57 |
aelkner | But you're there for the 1:00? | 18:58 |
aelkner | Oh, no, you said you couldn't. | 18:59 |
*** aelkner has quit IRC | 19:05 | |
*** mgedmin has joined #schooltool | 19:11 | |
*** srichter has quit IRC | 19:40 | |
*** lisppaste5 has joined #schooltool | 19:41 | |
*** jelkner has joined #schooltool | 19:56 | |
*** aelkner has joined #schooltool | 19:59 | |
jelkner | hey bro! | 19:59 |
aelkner | Hey, am I late. | 20:00 |
jelkner | nope | 20:00 |
jelkner | you are 1 minute early | 20:00 |
jelkner | jason is here | 20:00 |
jelkner | paul is not | 20:00 |
jelkner | its 1, so lets start | 20:01 |
jelkner | 2 agenda items | 20:01 |
jelkner | 1. using the wiki | 20:01 |
jelkner | 2. work updates | 20:01 |
jelkner | i'll start with 1 | 20:01 |
jelkner | aelkner: do you have svn access to the cando repository? | 20:02 |
aelkner | i do | 20:02 |
jelkner | have you tried editing the wiki? | 20:02 |
aelkner | haven't even been there yet. | 20:02 |
jelkner | https://svn.schooltool.org/trac/cando | 20:02 |
jelkner | can you try now? | 20:02 |
jelkner | i've talked individually with dave, eldar, paul, will, and william | 20:03 |
jelkner | they have all accessed the wiki and created there own pages | 20:03 |
jelkner | s/there/their | 20:03 |
aelkner | i'm logging in, but blanking on my password. | 20:04 |
jelkner | hmm | 20:04 |
aelkner | got it now. | 20:04 |
jelkner | jinty: u here? | 20:05 |
jinty | jelkner: yeah, now and then, busy cooking bobotie as well | 20:06 |
jelkner | if alan has svn access, can he use the same account to access the wiki? | 20:06 |
jelkner | or do i need to create another one for him? | 20:07 |
jinty | jelkner: you need to create a new account for wiki access. They are completely separate. | 20:08 |
jelkner | gottcha, thanks! | 20:08 |
aelkner | really. I'm able to use the account i have. | 20:08 |
aelkner | really? | 20:08 |
jelkner | aelkner: do you see my private message? | 20:08 |
jinty | but you can just copy his line from the committer password list into the wiki password list | 20:08 |
jinty | that way he can use the same password for both | 20:09 |
jelkner | ah | 20:09 |
jelkner | where are the lists | 20:09 |
jelkner | ? | 20:09 |
jelkner | i've just been using the script | 20:09 |
jinty | they are both in /etc/cando | 20:09 |
* jelkner goes to look at /etc/cando... | 20:09 | |
jinty | yeah, but if you open up both those files in a text editor you'll see that they are just text files with a simple format | 20:10 |
aelkner | I already added my wiki page using my svn account and password, so why all the drama? | 20:10 |
jelkner | aelkner: you are already in both | 20:10 |
aelkner | Oh. | 20:11 |
jelkner | much ado about nothing... | 20:11 |
jelkner | good | 20:11 |
aelkner | Paul must have done that. | 20:11 |
aelkner | You see my page now? | 20:11 |
jelkner | aelkner: check out my page | 20:11 |
jelkner | can you add the same contents into yours? | 20:12 |
aelkner | sure. | 20:12 |
jelkner | i'm hoping we can all have the following: | 20:12 |
jelkner | 1. contact info | 20:12 |
jelkner | 2. what we are working on (together with date last changed) | 20:12 |
jelkner | i don't think tom is here | 20:13 |
jelkner | i emailed him asking him to create the SifagentPackage page | 20:13 |
jelkner | pcardune has a nice format for those pages | 20:13 |
jelkner | i was hoping for some more discussion of the wiki | 20:14 |
jelkner | but since not many folks are here | 20:14 |
jelkner | i guess that about wraps things up | 20:14 |
aelkner | i updated my page. | 20:15 |
jelkner | thanks! | 20:15 |
jelkner | only you stoled my name ;-) | 20:15 |
aelkner | you didn't send an email ok. now look. | 20:16 |
aelkner | oops. you didn't send an email I was saying leading up to this meeting. | 20:16 |
jelkner | i did | 20:16 |
jelkner | i announced the wiki | 20:17 |
aelkner | that's true. | 20:17 |
jelkner | and the meeting agenda is on the front page | 20:17 |
jelkner | my main goal is to get folks using the wiki | 20:17 |
jelkner | then i can just post the agenda there | 20:17 |
jelkner | and anyone who has something to add can just put it directly there | 20:17 |
aelkner | makes sense. | 20:17 |
jelkner | wikiwiki means quick! | 20:18 |
jelkner | gotta luv it! | 20:18 |
jelkner | ok, i have lessons to plan | 20:18 |
jelkner | if you don't have anything else... | 20:18 |
aelkner | nope. | 20:18 |
jelkner | pcardune said he'd be here | 20:19 |
jelkner | i'll call him this evening | 20:19 |
aelkner | yes he did. | 20:19 |
jelkner | cya later... | 20:19 |
aelkner | cya | 20:19 |
*** jelkner has quit IRC | 20:19 | |
*** aelkner has quit IRC | 20:19 | |
*** thisfred has quit IRC | 20:28 | |
*** Aiste has joined #schooltool | 20:59 | |
*** ignas has joined #schooltool | 21:11 | |
*** jfroche_ has joined #schooltool | 21:57 | |
*** jfroche has quit IRC | 22:02 | |
*** mgedmin has quit IRC | 22:47 | |
*** Lumiere has left #schooltool | 22:56 | |
*** Aiste has quit IRC | 23:30 | |
*** alga_ has quit IRC | 23:32 | |
*** Lumiere has joined #schooltool | 23:34 | |
*** th1a has quit IRC | 23:43 | |
*** th1a has joined #schooltool | 23:50 | |
*** jfroche_ has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!