*** tpb has joined #melange | 00:00 | |
*** SRabbelier has joined #melange | 01:03 | |
*** ChanServ sets mode: +v SRabbelier | 01:03 | |
*** dmitrig01 has quit IRC | 01:44 | |
*** mithro has joined #melange | 03:25 | |
*** ChanServ sets mode: +v mithro | 03:25 | |
*** mithro has quit IRC | 03:47 | |
*** mithro has joined #melange | 04:00 | |
*** ChanServ sets mode: +v mithro | 04:00 | |
*** MatthewWilkes has joined #melange | 05:11 | |
*** mithro has quit IRC | 05:21 | |
*** mithro has joined #melange | 05:35 | |
*** ChanServ sets mode: +v mithro | 05:35 | |
*** penyaskito_ is now known as penyaskito | 07:06 | |
*** _Allen_ has joined #melange | 07:39 | |
*** _Allen_ is now known as Allen | 07:50 | |
*** MatthewWilkes has quit IRC | 08:15 | |
Allen | SRabbelier: ping | 08:20 |
---|---|---|
SRabbelier | Allen: pong :) | 08:20 |
Allen | SRabbelier: long time no see, how goes? | 08:21 |
SRabbelier | Allen: very well, writing scheme atm | 08:21 |
Allen | SRabbelier: cool | 08:21 |
Allen | SRabbelier: seems a lot of the features of Melange are already implemented, except my task | 08:22 |
SRabbelier | Allen: yup! | 08:22 |
Allen | SRabbelier: :), so, Melange will be finished at 5th Jan, 2009? | 08:23 |
SRabbelier | Allen: what? no, why do you think so? | 08:23 |
Allen | SRabbelier: I have read the irc log | 08:24 |
Allen | SRabbelier: it's a jok? | 08:24 |
SRabbelier | Allen: yes | 08:25 |
Allen | SRabbelier: :P | 08:25 |
*** Sidnei has joined #melange | 08:36 | |
*** Sidnei has left #melange | 08:38 | |
*** madrazr has joined #melange | 08:51 | |
Allen | SRabbelier: how can I add a new url? | 08:51 |
SRabbelier | Allen: in soc.views.sitemap.build | 08:52 |
*** Lennie has joined #melange | 08:52 | |
*** ChanServ sets mode: +v Lennie | 08:52 | |
Allen | SRabbelier: ok, let me have a look, thanks | 08:53 |
SRabbelier | Allen: np | 08:53 |
Allen | SRabbelier: seems the url we added into soc.viwes.sitemap.build is list in the menubar | 08:55 |
SRabbelier | Allen: there's two things in build | 08:56 |
SRabbelier | Allen: one is adding it to the menubar | 08:56 |
SRabbelier | Allen: one is adding it to the sitemap | 08:56 |
Allen | SRabbelier: 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 |
SRabbelier | Allen: http://code.google.com/p/soc/source/browse/trunk/app/soc/views/sitemap/build.py#53 there | 09:00 |
tpb | <http://ln-s.net/2Vux> (at code.google.com) | 09:00 |
Allen | SRabbelier: as I see, the url I added to tht sitemap only contains the: list, create, edit, delete, I know how to add these url | 09:02 |
SRabbelier | Allen: ooh, sorry, invite | 09:02 |
SRabbelier | Allen: let me get the proper link then | 09:03 |
Allen | SRabbelier: the only thing I just don't know is that how do I add a single url, like the host invite url | 09:03 |
Allen | SRabbelier: ok, thanks | 09:03 |
SRabbelier | Allen: http://code.google.com/p/soc/source/browse/trunk/app/soc/views/models/role.py?r=1163#129 | 09:03 |
tpb | <http://ln-s.net/2Vv4> (at code.google.com) | 09:03 |
SRabbelier | Allen: there are multiple ways of doing it | 09:04 |
SRabbelier | Allen: but for adding just one, the above is the easiest | 09:04 |
Allen | SRabbelier: can I add the url by hard code it? | 09:05 |
SRabbelier | Allen: you can do it like in the above | 09:06 |
SRabbelier | Allen: regardless of how you do it, I'll have a look at it and see if there's room for improvement ;) | 09:06 |
SRabbelier | no worries, that's why we have the review process | 09:06 |
Lennie | SRabbelier: Go work on PoPL :P | 09:07 |
SRabbelier | Lennie: I am | 09:08 |
Allen | SRabbelier: ok, thank you in advance. | 09:08 |
SRabbelier | Allen: np, good luck | 09:08 |
*** Lennie is now known as Lennie|Gone | 09:14 | |
Allen | SRabbelier: 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 |
Allen | SRabbelier: I still can not find the way.... | 09:25 |
SRabbelier | Allen: adding it to the sitemap is done in the url I pasted you | 09:28 |
SRabbelier | Allen: adding it to the sidebar isn't | 09:28 |
SRabbelier | Allen: which one do you need to know/ | 09:28 |
SRabbelier | ? | 09:28 |
*** MatthewWilkes has joined #melange | 09:33 | |
Allen | SRabbelier: 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 |
Allen | url. | 09:35 |
Allen | SRabbelier: because I want to implement the "select questions" url, which like the same as 'invite host'. | 09:36 |
SRabbelier | Allen: I linked you earlier | 09:40 |
SRabbelier | http://code.google.com/p/soc/source/browse/trunk/app/soc/views/models/role.py?r=1163#129 | 09:40 |
tpb | <http://ln-s.net/2Vv4> (at code.google.com) | 09:40 |
SRabbelier | Allen: that's how the link is added to Django's map | 09:40 |
SRabbelier | url_name is expanded to 'host' | 09:41 |
SRabbelier | and lnp is expanded to the linkname regular expression | 09:41 |
Allen | SRabbelier: ah, sorry for my careless | 09:42 |
Allen | SRabbelier: thank you in advance, :) | 09:42 |
SRabbelier | Allen: don't worry about it :) | 09:42 |
SRabbelier | Allen: you don't say "thank you in advance", unless you expect someone to do something for you sometime soon ;) | 09:42 |
SRabbelier | Allen: so in this case a simple "thank you" would have been more approrpirate | 09:42 |
SRabbelier | Allen: (if you'd rather me not correct your english, let me know) | 09:42 |
Allen | SRabbelier: :) | 09:43 |
Lennie|Gone | Allen: What are you working on exactly, if I may ask :) | 09:47 |
Allen | Lennie|Gone: create questions and quiz, also answers and reponse | 09:47 |
Allen | s/reponse/response | 09:48 |
Lennie|Gone | wicked | 09:48 |
*** Lennie|Gone is now known as Lennie | 09:48 | |
Lennie | Allen: Good luck :D | 09:48 |
Allen | Lennie: thanks, :) | 09:48 |
Lennie | Allen: You are forever.clp right? | 09:50 |
Allen | Lennie: yup | 09:50 |
Lennie | Allen: Can you claim the issues you are working on? We are trying to make more use of the issue tracker from now on | 09:51 |
Lennie | Allen: Or atleast dont forget to mark them as fixed when you are finished :D | 09:51 |
Allen | Lennie: of course, will do | 09:51 |
SRabbelier | Lennie is our new issue-tracker moderator, right? ;) | 09:52 |
Lennie | Allen: Super, now I'm gonna watch the new episode of House MD ^^ | 09:52 |
Lennie | SRabbelier: I like it to be kinda cleaned up, it's a good tool | 09:52 |
SRabbelier | :) | 09:52 |
Lennie | SRabbelier: The tool is useful if/when we have more casual contributors | 09:53 |
Lennie | SRabbelier: And in general | 09:53 |
SRabbelier | Lennie: yup, this is true | 09:53 |
Lennie | SRabbelier: Anyhow, I'm trying to promote :P | 09:53 |
Lennie | + it | 09:53 |
SRabbelier | :) | 09:54 |
Lennie | bbl | 09:54 |
Lennie | House MD time ^^ | 09:54 |
*** Lennie is now known as Lennie|Gone | 09:55 | |
SRabbelier | hf | 09:55 |
Allen | time to sleep | 10:00 |
*** Allen has quit IRC | 10:00 | |
*** Lennie|Gone is now known as Lennie | 10:59 | |
*** madrazr has left #melange | 11:37 | |
*** madrazr has joined #melange | 12:20 | |
*** MatthewWilkes has quit IRC | 12:20 | |
*** Lennie is now known as Lennie|Gone | 12:29 | |
*** madrazr is now known as madrazr|oota | 12:59 | |
*** madrazr|oota has left #melange | 13:46 | |
*** Lennie|Gone is now known as Lennie | 14:30 | |
SRabbelier | Lennie: the login button is now back :) | 15:50 |
Lennie | SRabbelier: Did I wreck something :P? | 15:56 |
SRabbelier | Lennie: nope, I just didn't add it when I fixed the sidebar to be dynamic | 15:56 |
Lennie | k | 15:56 |
SRabbelier | Lennie: was hoping you could check if I didn't break anything | 15:56 |
SRabbelier | Lennie: as I also moved user_self to it's own module :) | 15:56 |
Lennie | hmm | 15:57 |
Lennie | soonish | 15:57 |
Lennie | SRabbelier: Should I be able to change my own link name in the profile? | 16:23 |
SRabbelier | Lennie: uhm, I think we decided not to | 16:23 |
Lennie | SRabbelier: Then make the field non-editable ;A) | 16:23 |
SRabbelier | Lennie: point | 16:24 |
SRabbelier | Lennie: go ahead | 16:24 |
Lennie | SRabbelier: Busy, bugfinding for things you broke remember :P | 16:24 |
SRabbelier | Lennie: :( | 16:24 |
Lennie | cause when I edit my linkname | 16:24 |
Lennie | it creates a copy of my account with another linkname | 16:25 |
Lennie | like it still does with all other models afaik :P | 16:25 |
SRabbelier | Lennie: yeah, it should be immutable | 16:25 |
Lennie | SRabbelier: Also the list pages all miss an 's | 16:27 |
Lennie | List of User in Google Open Source Programs. | 16:27 |
Lennie | -> List of UserSSSSS in Google Open Source Programs. | 16:27 |
Lennie | ^^ | 16:27 |
SRabbelier | Lennie: it should be plural | 16:27 |
SRabbelier | so instead of using params['name'], use params['user_plural]' | 16:27 |
SRabbelier | it's there for that reason | 16:27 |
Lennie | I didnt make it :P | 16:27 |
SRabbelier | Lennie: you can fix it :) | 16:28 |
Lennie | SRabbelier: true and I probably will | 16:28 |
Lennie | SRabbelier: fixed | 16:34 |
SRabbelier | Lennie: thanks | 16:34 |
*** Lennie has quit IRC | 16:55 | |
*** penyaskito_ has joined #melange | 17:55 | |
*** penyaskito__ has joined #melange | 18:06 | |
*** penyaskito has quit IRC | 18:08 | |
*** penyaskito__ is now known as penyaskito | 18:08 | |
*** penyaskito_ has quit IRC | 18:17 | |
*** mithro has quit IRC | 18:54 | |
*** mithro has joined #melange | 19:12 | |
*** ChanServ sets mode: +v mithro | 19:12 | |
*** SRabbelier has quit IRC | 19:26 | |
*** dmitrig01|afk has joined #melange | 19:38 | |
*** ChanServ sets mode: +v dmitrig01|afk | 19:38 | |
*** dmitrig01|afk is now known as dmitrig01 | 19:40 | |
*** _Allen_ has joined #melange | 21:24 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!