*** pcardune has joined #schooltool | 00:35 | |
povbot` | /svn/commits: * srichter committed revision 5340: | 00:37 |
---|---|---|
povbot` | /svn/commits: Implemented evaluations system. | 00:37 |
povbot` | /svn/commits: * srichter committed revision 5341: | 01:00 |
povbot` | /svn/commits: Add isValidScore() method. Also renamed all grade references to score. | 01:00 |
*** mgedmin has left #schooltool | 01:11 | |
povbot` | /svn/commits: * srichter committed revision 5342: | 01:18 |
povbot` | /svn/commits: Remove interface that does not belong here. | 01:18 |
povbot` | /svn/commits: * srichter committed revision 5343: | 01:34 |
povbot` | /svn/commits: Reinsert this lame on-error call, so that unit test browser tests don't barf. :-( | 01:34 |
*** pcardune has quit IRC | 01:41 | |
*** srichter has quit IRC | 02:04 | |
*** srichter has joined #schooltool | 02:04 | |
*** srichter has quit IRC | 02:08 | |
*** srichter has joined #schooltool | 02:19 | |
*** jinty has left #schooltool | 03:31 | |
*** didymo has joined #schooltool | 04:15 | |
*** didymo has quit IRC | 04:39 | |
*** hazmat has quit IRC | 04:41 | |
*** hazmat_ has joined #schooltool | 04:41 | |
*** pcardune has joined #schooltool | 07:32 | |
*** pcardune has quit IRC | 07:34 | |
*** pcardune has joined #schooltool | 07:34 | |
*** alga has joined #SchoolTool | 08:08 | |
*** pcardune has quit IRC | 09:01 | |
*** alga has quit IRC | 09:07 | |
*** pcardune has joined #schooltool | 09:13 | |
*** hazmat_ has quit IRC | 09:20 | |
*** pcardune has quit IRC | 09:27 | |
*** mgedmin has joined #schooltool | 12:33 | |
*** Aiste has quit IRC | 12:39 | |
*** Aiste has joined #schooltool | 12:55 | |
povbot` | /svn/commits: * mg committed revision 5344: | 13:26 |
povbot` | /svn/commits: make test now prints dots so that (1) buildbot doesn't time out waiting for output, and (2) users running make test know there is progress. | 13:26 |
*** ignas has joined #schooltool | 13:33 | |
*** SteveA has quit IRC | 13:47 | |
*** SteveA has joined #schooltool | 13:57 | |
*** jinty has joined #schooltool | 14:22 | |
*** thisfred has joined #schooltool | 16:01 | |
*** srichter has quit IRC | 16:22 | |
*** mgedmin has quit IRC | 16:32 | |
*** SteveA has quit IRC | 16:54 | |
*** erchache has joined #schooltool | 17:00 | |
erchache | hi | 17:00 |
erchache | how i can create a instructor? on persons, need to create a group called instructor, any person can be instructor and student? | 17:01 |
erchache | how is ldap integration to user management? | 17:01 |
erchache | i have 5000 students and 150 teachers only in one faculty :-S | 17:01 |
*** mgedmin has joined #schooltool | 17:03 | |
erchache | where is tom? | 17:17 |
ignas | any person can be a student and an instructor | 17:18 |
ignas | ldap integration hasn't moved an inch ... | 17:18 |
*** SteveA has joined #schooltool | 17:19 | |
ignas | you should use RESTive client to imp[ort your users, and random() to generate passwords ;) | 17:19 |
*** SteveA has quit IRC | 17:20 | |
*** einheit_ has joined #schooltool | 17:21 | |
*** einheit_ is now known as SteveA | 17:23 | |
erchache | im not sure level of ldap integration on my university now...but in a future will be obligatory | 17:23 |
erchache | i need to retake my work on schooltool/bell.... | 17:23 |
ignas | retake ? | 17:24 |
ignas | the bug you meantioned is not a bug | 17:26 |
ignas | when creating an event with a weekly recurrence - you must put the day the event is on into it .. | 17:26 |
ignas | so if you are creating an event on monday - it will allways recur on monday | 17:26 |
ignas | if you don't want that - you should add the event on a different day | 17:27 |
erchache | and if i have all timetables on paper for a semester and wants to enter same day? | 17:32 |
ignas | well - the interface is not exactly tuned for entering timetables :/ | 17:33 |
erchache | ahh...you see recurrence needs a start point to do the loop.....but....this must be more flexible no? | 17:34 |
ignas | not really | 17:34 |
ignas | users might get confused after creating a recurrent weekly event when they will not see it on the day thay were looking at | 17:35 |
*** mgedmin has quit IRC | 17:39 | |
erchache | uhmm....but....in this case...students need to see calendar every days without antelation | 17:40 |
erchache | antelation? :-S with few days before start the class.... | 17:40 |
erchache | here make calendars and timetables at start semesters and publish one week before class starts....for this reason i need recurrence without a fixed start point to actual day... | 17:41 |
erchache | must be easy to hack...where are on code this section? | 17:41 |
erchache | well...im going to take a coffee....come on 30 minutes or less... | 17:42 |
*** mgedmin has joined #schooltool | 18:01 | |
*** erchache has quit IRC | 18:27 | |
*** erchache has joined #schooltool | 18:27 | |
erchache | im here again... | 18:28 |
*** hazmat has joined #schooltool | 18:53 | |
erchache | ignas....do you know where are these piece of code to hack it? and use a variable day content instead actual day? | 18:58 |
ignas | can't tell you the exact place now :/ | 18:59 |
ignas | but it's not trivial | 18:59 |
erchache | no? | 18:59 |
ignas | you must modify the Recurrence rules for that | 19:00 |
ignas | and modify the form | 19:00 |
erchache | well...i need to surf into schooltool/bell code....how time i need on it? 1,2,3, months? | 19:00 |
erchache | ;-) | 19:00 |
erchache | yepa...this is my idea... | 19:00 |
ignas | not sure | 19:02 |
ignas | i can't estimate exactly | 19:02 |
erchache | any previous doc about coding style, modules and so....? | 19:02 |
ignas | i guess i'd find another solution | 19:02 |
ignas | if i could understand what exactly you are trying to do | 19:02 |
erchache | i see program...and on weekly recursive event you can select the rest day of week you can use to do it....and actual day are unmodify....if can modify....solve the problem...no? | 19:06 |
erchache | but....if you say no...i think code use this to start loop | 19:06 |
erchache | no? | 19:06 |
erchache | in this case....need other variable to start loop, and other to select actual day....now is the same... | 19:07 |
ignas | sorry, but i can't understand you | 19:08 |
erchache | yepa....language wall... | 19:08 |
erchache | :-( | 19:08 |
erchache | but now i can understand better my problem....and is a structural problem... | 19:09 |
erchache | dificult to solve... | 19:09 |
erchache | fuck | 19:09 |
erchache | ooops....and repozo.py? | 19:10 |
erchache | arent include into zope3? | 19:10 |
erchache | but....copying data.fs....backup do it! no? | 19:11 |
ignas | do what ? | 19:18 |
erchache | nothing.... | 19:32 |
erchache | dont worry | 19:32 |
*** suse-joe has joined #schooltool | 20:03 | |
*** hazmat has quit IRC | 20:06 | |
*** suse-joe has left #schooltool | 20:57 | |
erchache | bye | 21:11 |
*** erchache has quit IRC | 21:11 | |
*** mgedmin has quit IRC | 21:56 | |
*** thisfred has quit IRC | 21:59 | |
*** srichter has joined #schooltool | 21:59 | |
*** hazmat has joined #schooltool | 22:13 | |
*** hazmat has quit IRC | 22:40 | |
*** ignas has quit IRC | 22:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!