whaddon | pcardune: When I specify to use the layer cando.newskin.INewCanDoLayer, the schooltool version of the page appears, not mine | 00:00 |
---|---|---|
pcardune | yep, you've got to use the new cando skin | 00:00 |
pcardune | ++skin++NewCanDo | 00:01 |
whaddon | How does this solve the problem that teachers can edit things they shouldn't? | 00:02 |
whaddon | ping pcardune | 00:04 |
pcardune | don't think of the problem as that, think of the problem as being that teachers can click on links to get to places there should't be links too | 00:05 |
whaddon | but the teachers would not get to the version without the links; they would get to the version with the links | 00:06 |
*** th1a_ has quit IRC | 00:16 | |
*** th1a_ has joined #schooltool | 00:17 | |
*** didymo has joined #schooltool | 00:18 | |
*** bnguyen has quit IRC | 00:36 | |
*** Preetam has quit IRC | 00:38 | |
*** whaddon has quit IRC | 00:48 | |
*** jfroche has quit IRC | 01:05 | |
*** pcardune has quit IRC | 01:18 | |
*** pandres has left #schooltool | 01:25 | |
*** bvuong has quit IRC | 01:36 | |
*** th1a_ has quit IRC | 01:37 | |
*** th1a_ has joined #schooltool | 01:37 | |
*** rjelliso has quit IRC | 01:44 | |
*** aelkner has joined #schooltool | 02:06 | |
*** pcardune has joined #schooltool | 02:12 | |
*** Fujitsu has quit IRC | 02:18 | |
*** Fujitsu has joined #schooltool | 02:19 | |
eldar | fsufitch__, tell jama to get on irc | 02:33 |
fsufitch__ | ok | 02:36 |
*** makorihi has joined #schooltool | 02:37 | |
* Lumiere kills makorihi | 02:37 | |
makorihi | i didnt do anything wrongggg!!!! | 02:37 |
makorihi | though i do have one question | 02:38 |
fsufitch__ | why am i so evil? | 02:39 |
Lumiere | start talking | 02:39 |
Lumiere | and stop wasting time! | 02:39 |
fsufitch__ | i've been trained by Lumiere to believe that anybody not doing anything is a crime requiring capital punishment | 02:39 |
makorihi | regarding importing basically anything, but skilldrivers specifically. if there are collisions (duplicates) while importing, there will be a different view class handling that. how shall i pass those duplicate skilldrivers to the next view class to be dealt with? | 02:40 |
makorihi | i was thinking that adapting the skilldrivers class to hold a list of duplicates might work. also creating another persistnent class called Duplicates that holds duplicates of anything would work. | 02:40 |
fsufitch__ | makorihi, btw, if u need masood to work on your regular work, you can do that later... | 02:40 |
makorihi | just wondering which way would be best -_- | 02:41 |
fsufitch__ | there are many one-person things to do right _now_ | 02:41 |
makorihi | sigh, he would just make things faster per that whole pair error checking thing | 02:41 |
fsufitch__ | if u think that u'd work better in a pair, that is | 02:41 |
makorihi | i'm normally right in arguments so doesnt really matter >.> | 02:41 |
fsufitch__ | pcardune, wasn't there some "replace old code" work you wanted done? | 02:42 |
pcardune | hmmm, I think I finished it | 02:42 |
fsufitch__ | ok | 02:43 |
fsufitch__ | i think i'll go continue remaking my Data.fs now | 02:43 |
pcardune | sounds good | 02:43 |
*** bvuong has joined #schooltool | 02:43 | |
makorihi | pcardune: any opinion on how i should handle duplicates (and the passing between view classes)? | 02:43 |
fsufitch__ | makorihi, why don't you give yours? you'll be right | 02:44 |
fsufitch__ | :-P | 02:44 |
makorihi | fsufitch, edit my previous statement so that it is only valid in convos w/ masood <~< | 02:44 |
*** whaddon has joined #schooltool | 02:45 | |
whaddon | I need work | 02:45 |
pcardune | makorihi: for duplicates, I'd say do what is simple first | 02:45 |
makorihi | pcardune: simple? as in the hackkish way? | 02:45 |
pcardune | whaddon: see the email I sent you about a previous revision of yours | 02:45 |
pcardune | makorihi: no, hakish is doing something complicated with code that does not take long to write | 02:46 |
* Lumiere wonders where the hell the help files are | 02:46 | |
makorihi | pcardue: i have a hackkish way already implemented that disables anybody from importing a skilldriver with the title '*{POST}' | 02:46 |
pcardune | I already know you would rather write code that does not take long to write, so to make it not hackish, you have to make it perform a simpler task | 02:46 |
Lumiere | lol | 02:46 |
whaddon | pcardune: On which pages do we need duplicates of the top menu items? | 02:46 |
fsufitch__ | pcardune, ALERT | 02:47 |
fsufitch__ | CSV IMPORT IS BROKEN!! | 02:47 |
fsufitch__ | *person csv import | 02:48 |
fsufitch__ | wait, this is for ignas | 02:48 |
fsufitch__ | ignas, ping! | 02:48 |
pcardune | whaddon: they are not duplicates on all the pages | 02:48 |
whaddon | pcardune: On which pages are they not duplicates? | 02:49 |
makorihi | pcardune: currintly, the *checking* for duplicates is all happy. BUT!, i have to pass it between view classes. i'm not sure if making persistent dictionaries jsut for this purpose is the best way . . | 02:49 |
ignas | fsufitch__: it is, you should turn it of for can do and not use it | 02:49 |
pcardune | I'm not sure, but you ought to check | 02:49 |
fsufitch__ | >_< this is not for cando, i was just telling you | 02:49 |
pcardune | makorihi: store it in the session if you have to | 02:49 |
fsufitch__ | i'm using the schooltool UI to make people | 02:49 |
whaddon | They could only possibly not be duplicates for pages that do not have the top menu. I did not know there were pages without the top menu. | 02:50 |
makorihi | pcardune: how might i go about that? do you mean storing it in self.request? doesnt self.request get re-made AFTER the page is reloaded? if you are talking about a different thing i would like to understand that >.> | 02:51 |
pcardune | whaddon: well did those duplicates appear on all pages previously? | 02:51 |
pcardune | makorihi: yes, I am talking about a different thing and am trying to think of an example where it is used | 02:51 |
pcardune | makorihi: go to the schooltool directory and type "rgrep -Hn Session ." | 02:52 |
pcardune | makorihi: it should come up with something you can look at | 02:52 |
pcardune | you might also want to check out Stephan's book which should have a still up-to-date chapter on that topic | 02:52 |
makorihi | okay | 02:53 |
whaddon | pcardune: No, but they were registered for pages for schooltool application objects (i.e. pages in the root of the URL hierarchy and not in sub "directories") | 02:55 |
pcardune | whaddon: so if they were registered for ISchoolToolApplication, then how did they show up in the curriculum view? or was the curriculum view for some reason registered in ISchoolToolApplication as well? | 02:56 |
whaddon | Yes. | 02:57 |
whaddon | It was registered in ISchoolToolApplication | 02:57 |
whaddon | pcardune | 03:07 |
fsufitch__ | ignas, another probem in SchoolTool | 03:07 |
fsufitch__ | some of the translations are incomplete | 03:07 |
fsufitch__ | and i know because i've got random romanian text starting to show up | 03:07 |
fsufitch__ | not good. | 03:07 |
ignas | romainian? | 03:07 |
fsufitch__ | yes | 03:07 |
ignas | how? | 03:07 |
fsufitch__ | like, from romania | 03:07 |
whaddon | pcardune: So what should I do now? | 03:11 |
whaddon | ping pcardune | 03:16 |
pcardune | whaddon: I feel deep down in my gut that the curriculum view should not be registered for ISchoolToolApplication. | 03:17 |
pcardune | whaddon: so... make it registered for ICurriculumContainer | 03:17 |
whaddon | pcardune: OK. Should I put those menu items back or not? | 03:18 |
pcardune | whaddon: I guess not... but I still feel somewhat uneasy about it. If only we had more functional tests for newskin (i'm working on it) | 03:19 |
whaddon | OK. Thank you. | 03:19 |
whaddon | Trunk appears to be broken to me. | 03:44 |
fsufitch__ | whaddon, orly? | 03:46 |
Lumiere | fsufitch__: gb2/b/ | 03:46 |
fsufitch__ | ...? | 03:47 |
whaddon | fsufitch__: what does orly mean? | 03:47 |
Lumiere | oh really | 03:49 |
whaddon | Try checking out trunk and see if it works or not | 03:50 |
Lumiere | if it doesn't work | 03:50 |
Lumiere | try FIXING IT! zomg! | 03:50 |
*** tdoggette has quit IRC | 04:03 | |
*** makorihi has quit IRC | 04:04 | |
*** rjelliso has joined #schooltool | 04:18 | |
*** whaddon_ has joined #schooltool | 04:22 | |
*** ignas has quit IRC | 04:23 | |
whaddon_ | pcardune: I finished moving the curriculum view. I updated all the relevent lnks and ftests. | 04:28 |
whaddon_ | I need more work | 04:29 |
*** whaddon has quit IRC | 04:34 | |
*** whaddon_ is now known as whaddon | 04:34 | |
*** rjelliso has quit IRC | 04:41 | |
*** tdoggette has joined #schooltool | 04:49 | |
whaddon | Never mind. I'm going to bed. | 04:53 |
*** whaddon has quit IRC | 04:53 | |
fsufitch__ | um, pcardune ? | 04:58 |
fsufitch__ | yt? | 04:58 |
fsufitch__ | my candologin.html suddenly stopped working | 04:58 |
Lumiere | so, how close are we to getting ftests unbroken again in cando | 05:13 |
Lumiere | ....... | 05:13 |
Lumiere | I want to get rid of this ugly red on my buildbot... | 05:13 |
*** trekkiemage has quit IRC | 05:17 | |
*** tdoggette has quit IRC | 05:19 | |
*** th1a_ has quit IRC | 05:37 | |
*** th1a_ has joined #schooltool | 05:37 | |
*** mattva01 has joined #schooltool | 05:37 | |
mattva01 | sorry that took awhile | 05:37 |
mattva01 | to get back | 05:37 |
mattva01 | and online | 05:38 |
Lumiere | k | 06:11 |
Lumiere | get back to work | 06:11 |
mattva01 | yep | 06:17 |
mattva01 | so who's up ? | 06:37 |
fsufitch__ | who's up with what? | 06:45 |
fsufitch__ | what are u talking about? | 06:45 |
mattva01 | like as in not asleep | 06:47 |
*** bvuong has quit IRC | 06:47 | |
mattva01 | i'm finishing the last couple packages | 06:47 |
fsufitch__ | oh ok | 06:48 |
fsufitch__ | well, let's see | 06:48 |
fsufitch__ | up are: | 06:48 |
fsufitch__ | the elkners, welsh (i think), jstraw, pcardune, eldar, NOT ignas, tom hoffman, tom doggette and maybe a couple other ppl | 06:49 |
fsufitch__ | mary, mounika and stephen are up, but not programming: playing bridge | 06:49 |
mattva01 | what about kevin cole? | 06:50 |
mattva01 | I sent him , james , and jeff an email that is important for anyone who used dc.ubuntu-us.org for stuff (ie gasp, and some curriculum dev) | 06:53 |
fsufitch__ | i think he's up | 06:54 |
*** th1a_ has quit IRC | 07:09 | |
mattva01 | jason , if your still up , turns out i have to package some more dependencies | 07:27 |
fsufitch__ | mattva01, jason tells u to go right ahead | 07:30 |
mattva01 | k | 07:36 |
*** aelkner has quit IRC | 07:52 | |
*** fsufitch__ has quit IRC | 08:05 | |
mattva01 | ok ,i'll be back after a couple hours of sleep | 08:20 |
*** mattva01 has quit IRC | 08:24 | |
*** bnguyen has joined #schooltool | 08:26 | |
*** bnguyen has quit IRC | 08:28 | |
*** pcardune has quit IRC | 10:41 | |
*** mgedmin has joined #schooltool | 13:08 | |
*** didymo has quit IRC | 13:45 | |
*** ignas has joined #schooltool | 15:16 | |
*** ignas has quit IRC | 15:22 | |
*** trekkiemage has joined #schooltool | 17:03 | |
*** pcardune has joined #schooltool | 17:03 | |
*** whaddon has joined #schooltool | 17:10 | |
*** rjelliso has joined #schooltool | 17:13 | |
*** fsufitch has joined #schooltool | 17:23 | |
*** trekkiemage has quit IRC | 17:36 | |
*** mattva01 has joined #schooltool | 17:45 | |
fsufitch | i think i'm going to panic now | 17:54 |
fsufitch | ZOMG WTF IS GOING ON WITH STUDENT VIEWS?! | 17:54 |
mattva01 | stay calm and think | 17:57 |
*** jelkner has joined #schooltool | 18:32 | |
*** aelkner has joined #schooltool | 18:45 | |
*** eldar has quit IRC | 18:51 | |
*** eldar has joined #schooltool | 18:51 | |
mattva01 | brb | 19:08 |
*** eldar has joined #schooltool | 19:17 | |
rjelliso | pcardune: you mentioned wanting a page for Screenshots on schooltool.org | 19:37 |
rjelliso | what sort of screenshots were you thinking of? | 19:38 |
pcardune | screen shots of the application | 19:38 |
Lumiere | orly... DUH?!? | 19:41 |
rjelliso | well, of just the new cando skin, or of schooltool as well? | 19:43 |
Lumiere | both | 19:44 |
fsufitch | i lost the game | 19:46 |
*** ignas has joined #schooltool | 19:47 | |
Lumiere | http://images.despair.com/products/demotivators/daretoslack.jpg | 19:52 |
fsufitch | i love demotivators | 19:54 |
mattva01 | lol | 20:07 |
Lumiere | mattva01: how are you doing | 20:12 |
mattva01 | good just a couple more | 20:12 |
mattva01 | i messed up and did a couple that i didnt have to do (did the zope. instead of z3c. | 20:13 |
Lumiere | well kill them | 20:14 |
Lumiere | :) | 20:14 |
mattva01 | i did | 20:14 |
mattva01 | when are you ending the sprint? | 20:15 |
eldar | 5 o clock | 20:21 |
Lumiere | move fasssterrrrr! | 20:22 |
*** trekkiemage has joined #schooltool | 20:28 | |
mattva01 | ok | 20:30 |
* mattva01 cracks whip over himself | 20:30 | |
Lumiere | .me hits jhancock with /me | 20:46 |
* jhancock hammers Lumiere | 20:48 | |
* Lumiere drops a thermonuclear weapon on jelkner | 20:50 | |
* fsufitch watches the show | 20:50 | |
fsufitch | good seats :) | 20:50 |
* Lumiere watches as the blast obliterates jhancock | 20:51 | |
fsufitch | jhancock is remaining pretty quiet | 20:51 |
fsufitch | he must be dead | 20:51 |
* Lumiere picks up a large rainbow trout | 20:52 | |
mattva01 | i am assuming someone asked how about how /me worked | 20:52 |
Lumiere | yes | 20:52 |
* Lumiere beats mattva01 with a large SMELLY trout! (TROUT TROUT TROUT TROUT!) | 20:52 | |
* mattva01 sighs | 20:53 | |
* mattva01 help | 20:54 | |
mattva01 | oops | 20:54 |
* fsufitch slaps mattva01 | 20:54 | |
Lumiere | FAIL! | 20:54 |
mattva01 | thought i deleted the me part | 20:54 |
mattva01 | well whatever | 20:55 |
mattva01 | how was dinner last night | 20:55 |
Lumiere | mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm | 20:56 |
Lumiere | FOOD COOOOOMMmMAAAAAA | 20:56 |
fsufitch | mattva01, FAIL | 20:57 |
Lumiere | fsufitch: ltg | 20:57 |
fsufitch | Lumiere, already did | 20:57 |
mattva01 | wtf does ltg mean? | 20:59 |
*** bnguyen has joined #schooltool | 20:59 | |
fsufitch | mattva01, lose the game | 21:00 |
mattva01 | oh | 21:00 |
pcardune | ignas: http://tango.freedesktop.org/Tango_Icon_Gallery | 21:16 |
pcardune | Lumiere: http://tango.freedesktop.org/Tango_Icon_Gallery | 21:18 |
*** jhancock has quit IRC | 21:24 | |
*** jhancock_ has joined #schooltool | 21:25 | |
fsufitch | i ltg | 21:28 |
pcardune | whaddon: http://tango.freedesktop.org/static/cvs/tango-icon-theme/16x16/status/user-trash-full.png <-- replace the "x" with this image | 21:32 |
whaddon | OK | 21:32 |
*** jhancock_ has quit IRC | 21:38 | |
*** rjelliso has quit IRC | 21:44 | |
*** mgedmin has quit IRC | 21:47 | |
*** Lumiere has quit IRC | 22:02 | |
*** bnguyen has quit IRC | 22:03 | |
*** Lumiere has joined #schooltool | 22:08 | |
*** Lumiere changes topic to "SchoolTool development | IRC logs at http://source.schooltool.org/irclogs/ | Dev meetings Mon, 13:30 UTC (15:30 EET) - CanDo Dev meetings Mon, 14:30 UTC (10:30 US/Eastern) | Use http://paste.lisp.org/new/schooltool for pasting" | 22:09 | |
mattva01 | restarting my router,brb | 22:18 |
*** mattva01 has quit IRC | 22:18 | |
*** mattva01 has joined #schooltool | 22:19 | |
*** Preetam has joined #schooltool | 22:41 | |
*** Preetam has quit IRC | 22:47 | |
*** Preetam has joined #schooltool | 22:48 | |
pcardune | fsufitch: use this for the help button image: http://tango.freedesktop.org/static/cvs/tango-icon-theme/32x32/apps/help-browser.png | 22:57 |
pcardune | it is under an appropriate license | 22:57 |
fsufitch | great | 22:59 |
*** whaddon has quit IRC | 23:03 | |
Preetam | Is Chris or Thomas there? I am supposed to be working with them... | 23:04 |
fsufitch | they're here | 23:06 |
Preetam | Can you tell them to get on schooltool? | 23:06 |
fsufitch | they're in the cleanup stage | 23:07 |
fsufitch | email them | 23:07 |
Preetam | ok | 23:07 |
*** ignas has quit IRC | 23:11 | |
mattva01 | jason,i'm emailing the packages in just a little bit, one issue is they'll break without the schooltool repo | 23:11 |
mattva01 | because it will install the older version | 23:12 |
mattva01 | oh wait nvm | 23:13 |
mattva01 | ignore that :) | 23:13 |
*** trekkiemage has quit IRC | 23:17 | |
*** jelkner has quit IRC | 23:20 | |
*** aelkner has quit IRC | 23:21 | |
*** eldar has quit IRC | 23:21 | |
*** fsufitch has quit IRC | 23:21 | |
*** povbot` has joined #schooltool | 23:32 | |
*** pcardune has quit IRC | 23:48 | |
*** povbot has quit IRC | 23:50 | |
*** Preetam has quit IRC | 23:51 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!