Wednesday, 2008-11-26

*** tpb has joined #melange00:00
*** SRabbelier has joined #melange01:03
*** ChanServ sets mode: +v SRabbelier01:03
*** dmitrig01 has quit IRC01:44
*** mithro has joined #melange03:25
*** ChanServ sets mode: +v mithro03:25
*** mithro has quit IRC03:47
*** mithro has joined #melange04:00
*** ChanServ sets mode: +v mithro04:00
*** MatthewWilkes has joined #melange05:11
*** mithro has quit IRC05:21
*** mithro has joined #melange05:35
*** ChanServ sets mode: +v mithro05:35
*** penyaskito_ is now known as penyaskito07:06
*** _Allen_ has joined #melange07:39
*** _Allen_ is now known as Allen07:50
*** MatthewWilkes has quit IRC08:15
AllenSRabbelier: ping08:20
SRabbelierAllen: pong :)08:20
AllenSRabbelier: long time no see, how goes?08:21
SRabbelierAllen: very well, writing scheme atm08:21
AllenSRabbelier: cool08:21
AllenSRabbelier: seems a lot of the features of Melange are already implemented, except my task08:22
SRabbelierAllen: yup!08:22
AllenSRabbelier: :), so, Melange will be finished at 5th Jan, 2009?08:23
SRabbelierAllen: what? no, why do you think so?08:23
AllenSRabbelier: I have read the irc log08:24
AllenSRabbelier: it's a jok?08:24
SRabbelierAllen: yes08:25
AllenSRabbelier: :P08:25
*** Sidnei has joined #melange08:36
*** Sidnei has left #melange08:38
*** madrazr has joined #melange08:51
AllenSRabbelier: how can I add a new url?08:51
SRabbelierAllen: in soc.views.sitemap.build08:52
*** Lennie has joined #melange08:52
*** ChanServ sets mode: +v Lennie08:52
AllenSRabbelier: ok, let me have a look, thanks08:53
SRabbelierAllen: np08:53
AllenSRabbelier: seems the url we added into soc.viwes.sitemap.build is list in the menubar08:55
SRabbelierAllen: there's two things in build08:56
SRabbelierAllen: one is adding it to the menubar08:56
SRabbelierAllen: one is adding it to the sitemap08:56
AllenSRabbelier: sorry that I am not very clear how it works. how do you add the "http://localhost:8080/host/invite/link_id" to the sitemap?08:59
SRabbelierAllen: http://code.google.com/p/soc/source/browse/trunk/app/soc/views/sitemap/build.py#53 there09:00
tpb<http://ln-s.net/2Vux> (at code.google.com)09:00
AllenSRabbelier: as I see, the url I added to tht sitemap only contains the: list, create, edit, delete, I know how to add these url09:02
SRabbelierAllen: ooh, sorry, invite09:02
SRabbelierAllen: let me get the proper link then09:03
AllenSRabbelier: the only thing I just don't know is that how do I add a single url, like the host invite url09:03
AllenSRabbelier: ok, thanks09:03
SRabbelierAllen: http://code.google.com/p/soc/source/browse/trunk/app/soc/views/models/role.py?r=1163#12909:03
tpb<http://ln-s.net/2Vv4> (at code.google.com)09:03
SRabbelierAllen: there are multiple ways of doing it09:04
SRabbelierAllen: but for adding just one, the above is the easiest09:04
AllenSRabbelier: can I add the url by hard code it?09:05
SRabbelierAllen: you can do it like in the above09:06
SRabbelierAllen: regardless of how you do it, I'll have a look at it and see if there's room for improvement ;)09:06
SRabbelierno worries, that's why we have the review process09:06
LennieSRabbelier: Go work on PoPL :P09:07
SRabbelierLennie: I am09:08
AllenSRabbelier: ok, thank you in advance.09:08
SRabbelierAllen: np, good luck09:08
*** Lennie is now known as Lennie|Gone09:14
AllenSRabbelier: can you tell me some details about how you add the "invite host" url to the sitemap? is it exists in the soc.view.models.base?09:25
AllenSRabbelier: I still can not find the way....09:25
SRabbelierAllen: adding it to the sitemap is done in the url I pasted you09:28
SRabbelierAllen: adding it to the sidebar isn't09:28
SRabbelierAllen: which one do you need to know/09:28
SRabbelier?09:28
*** MatthewWilkes has joined #melange09:33
AllenSRabbelier: ok, just like the host invite view, after you create a sponsor, in the sponsor edit view, there is a button "Invite Host" that redirect to a page. (I want to implement select questions after create one quiz the same way,) most of the url, like the Users and Document, only contains the: show, list, delete, create and edit urls, but the host (or sponsor) contains one more(the invite url), I want to know the details you implement the "invite host"09:35
Allenurl.09:35
AllenSRabbelier: because I want to implement the "select questions" url, which like the same as 'invite host'.09:36
SRabbelierAllen: I linked you earlier09:40
SRabbelierhttp://code.google.com/p/soc/source/browse/trunk/app/soc/views/models/role.py?r=1163#12909:40
tpb<http://ln-s.net/2Vv4> (at code.google.com)09:40
SRabbelierAllen: that's how the link is added to Django's map09:40
SRabbelierurl_name is expanded to 'host'09:41
SRabbelierand lnp is expanded to the linkname regular expression09:41
AllenSRabbelier: ah, sorry for my careless09:42
AllenSRabbelier: thank you in advance, :)09:42
SRabbelierAllen: don't worry about it :)09:42
SRabbelierAllen: you don't say "thank you in advance", unless you expect someone to do something for you sometime soon ;)09:42
SRabbelierAllen: so in this case a simple "thank you" would have been more approrpirate09:42
SRabbelierAllen: (if you'd rather me not correct your english, let me know)09:42
AllenSRabbelier: :)09:43
Lennie|GoneAllen: What are you working on exactly, if I may ask :)09:47
AllenLennie|Gone: create questions and quiz, also answers and reponse09:47
Allens/reponse/response09:48
Lennie|Gonewicked09:48
*** Lennie|Gone is now known as Lennie09:48
LennieAllen: Good luck :D09:48
AllenLennie: thanks, :)09:48
LennieAllen: You are forever.clp right?09:50
AllenLennie: yup09:50
LennieAllen: Can you claim the issues you are working on? We are trying to make more use of the issue tracker from now on09:51
LennieAllen: Or atleast dont forget to mark them as fixed when you are finished :D09:51
AllenLennie: of course, will do09:51
SRabbelierLennie is our new issue-tracker moderator, right? ;)09:52
LennieAllen: Super, now I'm gonna watch the new episode of House MD ^^09:52
LennieSRabbelier: I like it to be kinda cleaned up, it's a good tool09:52
SRabbelier:)09:52
LennieSRabbelier: The tool is useful if/when we have more casual contributors09:53
LennieSRabbelier: And in general09:53
SRabbelierLennie: yup, this is true09:53
LennieSRabbelier: Anyhow, I'm trying to promote :P09:53
Lennie+ it09:53
SRabbelier:)09:54
Lenniebbl09:54
LennieHouse MD time ^^09:54
*** Lennie is now known as Lennie|Gone09:55
SRabbelierhf09:55
Allentime to sleep10:00
*** Allen has quit IRC10:00
*** Lennie|Gone is now known as Lennie10:59
*** madrazr has left #melange11:37
*** madrazr has joined #melange12:20
*** MatthewWilkes has quit IRC12:20
*** Lennie is now known as Lennie|Gone12:29
*** madrazr is now known as madrazr|oota12:59
*** madrazr|oota has left #melange13:46
*** Lennie|Gone is now known as Lennie14:30
SRabbelierLennie: the login button is now back :)15:50
LennieSRabbelier: Did I wreck something :P?15:56
SRabbelierLennie: nope, I just didn't add it when I fixed the sidebar to be dynamic15:56
Lenniek15:56
SRabbelierLennie: was hoping you could check if I didn't break anything15:56
SRabbelierLennie: as I also moved user_self to it's own module :)15:56
Lenniehmm15:57
Lenniesoonish15:57
LennieSRabbelier: Should I be able to change my own link name in the profile?16:23
SRabbelierLennie: uhm, I think we decided not to16:23
LennieSRabbelier: Then make the field non-editable ;A)16:23
SRabbelierLennie: point16:24
SRabbelierLennie: go ahead16:24
LennieSRabbelier: Busy, bugfinding for things you broke remember :P16:24
SRabbelierLennie: :(16:24
Lenniecause when I edit my linkname16:24
Lennieit creates a copy of my account with another linkname16:25
Lennielike it still does with all other models afaik :P16:25
SRabbelierLennie: yeah, it should be immutable16:25
LennieSRabbelier: Also the list pages all miss an 's16:27
LennieList of User in Google Open Source Programs.16:27
Lennie-> List of UserSSSSS in Google Open Source Programs.16:27
Lennie^^16:27
SRabbelierLennie: it should be plural16:27
SRabbelierso instead of using params['name'], use params['user_plural]'16:27
SRabbelierit's there for that reason16:27
LennieI didnt make it :P16:27
SRabbelierLennie: you can fix it :)16:28
LennieSRabbelier: true and I probably will16:28
LennieSRabbelier: fixed16:34
SRabbelierLennie: thanks16:34
*** Lennie has quit IRC16:55
*** penyaskito_ has joined #melange17:55
*** penyaskito__ has joined #melange18:06
*** penyaskito has quit IRC18:08
*** penyaskito__ is now known as penyaskito18:08
*** penyaskito_ has quit IRC18:17
*** mithro has quit IRC18:54
*** mithro has joined #melange19:12
*** ChanServ sets mode: +v mithro19:12
*** SRabbelier has quit IRC19:26
*** dmitrig01|afk has joined #melange19:38
*** ChanServ sets mode: +v dmitrig01|afk19:38
*** dmitrig01|afk is now known as dmitrig0119:40
*** _Allen_ has joined #melange21:24

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!