Sunday, 2013-04-14

*** tpb has joined #melange00:00
*** desophos has quit IRC00:08
*** Merio has quit IRC00:17
*** robbyoconnor has quit IRC00:20
*** desophos has joined #melange01:35
*** constant is now known as variabl02:05
*** variabl is now known as variable02:05
*** desophos has quit IRC02:12
*** saurabhsood91 has joined #melange04:27
*** dvrmalyala has joined #melange04:51
*** dvrmalyala is now known as dvrmalyala104:52
*** dvrmalyala1 has quit IRC04:54
*** yupbank has joined #melange05:09
*** banas has joined #melange05:14
*** robbyoconnor has joined #melange05:49
*** saurabhsood91 has quit IRC05:57
*** asmeurer__ has quit IRC07:03
*** saurabhsood91 has joined #melange07:56
*** madrazr has joined #melange08:26
*** ChanServ sets mode: +o madrazr08:26
*** banas has quit IRC08:28
*** banas has joined #melange08:56
*** sanket has joined #melange09:28
*** banas_ has joined #melange09:29
*** banas has quit IRC09:32
*** banas_ is now known as banas09:32
sanketI want to a work on an idea suggested for melange in gsoc that doesn't have a mentor decided yet. What do I do?09:47
*** nikunj has joined #melange09:50
sanket!seen merio09:52
madrazrsanket: which one?10:18
sanketmadrazr: Enhanced registration workflow10:21
madrazrsanket: Ok10:27
madrazrsanket: what would you like to know about that?10:28
sanketSir I would really like to work on this project for GSOC. But since it has no mentor assigned, how do I start?10:30
madrazrsanket: you don't have to worry about mentor not being assigned at this point10:35
madrazrsanket: mentors may change when we do the actual selection/ranking10:35
madrazrsanket: you can ask your questions here or if nobody is active here, please send your questions to our Mailing List, [email protected]10:35
madrazrsanket: if your proposal is good, one of us will be interested in mentoring your project10:35
madrazrsanket: and btw, no "Sir" please?10:36
sanketThanks a lot. That is really helpful. I'll just work on my proposal, then.10:36
sanketOkay, no 'Sir'. :D10:37
sanketI had one more thing to ask, btw.10:37
*** sddhrthrt has quit IRC11:00
*** sddhrthrt has joined #melange11:01
madrazrsanket: yeah?11:11
*** saurabhsood91 has quit IRC11:11
sanketmadrazr: Since the project that I want to work on has already been mentioned, how do I need to write my proposal?11:13
*** saurabhsood91 has joined #melange11:15
*** rihnapstor has joined #melange11:20
*** saurabhsood91 has quit IRC11:23
madrazrsanket: what do you mean?11:32
madrazrsanket: the idea listed is not detailed enough11:32
madrazrsanket: your proposal must be more detailed about how you plan to tackle the problem or rather what problems do you plan to tackle/implement, timeline etc11:33
madrazrmore in terms of deliverables11:33
*** sanket has quit IRC11:46
rihnapstormadrazr: Hello ,I am Interested in Javascript Tests,Merio and I had a discussion on how the project might be accomplished.He told me that LABjs should be replaced with requirejs.So if I want to  write a patch  before gsoc proposal,what should i do ? The Test need to be written with inplace Javascript framework (Jasmine).11:46
*** piyushbansal has joined #melange11:54
rihnapstorHi piyushbansal11:55
rihnapstor:)11:55
piyushbansalhi rihnapstor :)11:55
madrazrrihnapstor: I am not an expert on JS tests12:00
madrazrrihnapstor: so it is probably best answered by Merio :)12:00
madrazrrihnapstor: please feel free to send your question to our ML12:01
rihnapstoryeah ok thanks madrazr :)12:01
*** nikunj has quit IRC12:08
*** sanket has joined #melange12:32
*** yupbank has quit IRC12:40
*** sanket has quit IRC12:43
*** rihnapstor has quit IRC12:43
*** rihnapstor has joined #melange12:44
*** rihnapstor has quit IRC12:51
*** roonyH has joined #melange13:36
*** roonyH_ has joined #melange13:41
*** roonyH has quit IRC13:44
*** roonyH_ is now known as roonyH13:44
piyushbansalhi nathanielmanista :)14:12
piyushbansalI had a little doubt, if you're free, would you please mind sparing a few minutes ?14:12
*** roonyH_ has joined #melange14:13
*** roonyH has quit IRC14:13
*** roonyH_ is now known as roonyH14:13
piyushbansalhi madrazr14:18
madrazrpiyushbansal: Hi14:18
piyushbansalI had a little doubt, would you mind sparing a few moments, if you're free14:18
piyushbansalIn most of the functional tests, there are objects declared that are not used.14:21
piyushbansalSay "I_agree"14:21
piyushbansalWould it be a good idea, to clean up those a little ?14:21
*** rihnapstor has joined #melange14:23
*** roonyH has quit IRC14:24
*** piyushbansal has quit IRC14:29
*** piyushbansal has joined #melange14:30
piyushbansalHi Lennie14:30
madrazrpiyushbansal: link please?14:32
piyushbansalmadrazr : https://code.google.com/p/soc/source/browse/tests/functional/test_gci_student_registration.py?name=functional_testing#6414:33
tpb<http://ln-s.net/-0Y-> (at code.google.com)14:33
piyushbansalThese kind of objects have been declared at many places, and not used(possibly don't exist in the page layout at all), I was thinking of cleaning them14:34
madrazrpiyushbansal: they are used!14:35
madrazrI agree is, for example, the checkbox you click on to agree the terms and conditions of the program14:35
madrazrpiyushbansal: the form submission fails without that field14:36
piyushbansalmadrazr: but the id "agreed_to_tos" is not required in many other pages, correct me if I am wrong14:36
piyushbansalPlus if you notice, in the functional tests, there has not been any usage of that element14:36
piyushbansalsay if it were needed to submit form, it would have been used, right ?14:37
piyushbansalCorrect me if I am wrong.14:37
*** rihnapstor has quit IRC14:37
madrazrpiyushbansal: because the default value is the expected value?14:38
piyushbansalExample of dashboard : https://code.google.com/p/soc/source/browse/tests/functional/test_gci_dashboard.py?name=functional_testing#6414:39
tpb<http://ln-s.net/-0YC> (at code.google.com)14:39
piyushbansalIn a dashboard, there is no element such as I agree, do we have a form submission at dashboard as well ?14:39
madrazrpiyushbansal: please read the entire test spec14:40
piyushbansalIf we see in the page source, there is no element with id == "agreed_to_dos"14:40
madrazrpiyushbansal: observe what the test is doing14:40
madrazrpiyushbansal: the test starts from the GCI home page14:40
madrazrit then clicks on the button to register14:40
madrazrpiyushbansal: which takes it to the profile registration form14:40
madrazrpiyushbansal: where the test fills out the profile, where you want "I agree"14:40
madrazrpiyushbansal: and it then proceeds to the dashboard page to test the rest of the things14:41
piyushbansalOh , okay14:42
piyushbansalmadrazr: thanks a lot14:43
madrazrpiyushbansal: NP14:49
*** rihnapstor has joined #melange14:50
*** madrazr has quit IRC14:50
rihnapstorcan anyone explain me  rule ->  "4. Ajax calls: always use ?=_"+(new Date().getTime()) when invoking an URL to avoid caching issues "15:25
*** snizzo has joined #melange15:28
MatthewWilkesrihnapstor: What's confusing about it?15:35
rihnapstorHi MatthewWilkes , I didn't understand how does it avoid caching ?15:39
*** yupbank has joined #melange16:04
*** piyushbansal has quit IRC16:18
*** nishan has joined #melange16:28
*** nishan has quit IRC16:29
*** saurabhsood91 has joined #melange16:34
*** Darrel has joined #melange16:39
*** rihnapstor has quit IRC16:42
*** snizzo has quit IRC16:49
*** VirajSinha has joined #melange16:53
*** dhaun has joined #melange17:02
*** banas has quit IRC17:04
*** banas has joined #melange17:08
*** saurabhsood91_ has joined #melange17:19
*** saurabhsood91 has quit IRC17:20
*** VirajSinha_ has joined #melange17:22
*** VirajSinha has quit IRC17:23
*** sanket has joined #melange17:37
*** sanket has quit IRC17:48
*** rihnapstor has joined #melange17:51
*** rihnapstor has quit IRC17:52
*** rihnapstor has joined #melange17:52
yupbankhmmm,just curious, why not the soc project don't do something with a router file..since when we develop the best way to identify problem is url..and callback dynamic loads can't take that advantage.. so…may i propose it within already interested file?17:53
*** desophos has joined #melange18:07
*** voxsim has joined #melange18:12
*** banas has quit IRC18:13
*** sanket has joined #melange18:17
*** asmeurer__ has joined #melange18:23
*** voxsim has quit IRC18:23
*** sanket has quit IRC18:25
MatthewWilkesrihnapstor: Sorry for the (huge) delay, I went out. It's a work around, web caches work on a URL level, if you have one that doesn't respect the cache control headers, like max-age, then passing in a different query string forces it to actually get the data, as it has a different URL18:27
*** sanket has joined #melange18:33
*** snizzo has joined #melange18:34
*** iulian_ has joined #melange18:36
*** robbyoconnor has quit IRC18:38
*** robbyoconnor has joined #melange18:39
*** piyushbansal has joined #melange18:45
*** iulian_ has quit IRC18:49
*** IulianS has joined #melange18:53
IulianShi, my name is Iulian and I would like to contribute on your project :)18:53
IulianSI would like to know more about Mario Ferraro 's project, Javascript List Enhancements18:55
rihnapstorIulianS: Merio is away,I suggest you to  post your message in Melange-dev list :)18:56
rihnapstorIulianS: hello,btw :)18:57
*** snizzo has quit IRC18:58
IulianSOk I will send a message to the Melange-dev list18:58
*** VirajSinha has joined #melange18:59
*** VirajSinha_ has quit IRC19:01
MatthewWilkesHm, as an org admin should I have an edit button on the org homepage and/or my orgs page?19:02
rihnapstorMatthewWilkes: you dont enjoy on weekends ?19:06
rihnapstor:) :D19:06
MatthewWilkesrihnapstor: I had at least 5 hours of free time today!19:25
MatthewWilkesrihnapstor: The life of an open source contributor ;)19:27
*** sanket has quit IRC19:30
*** banas has joined #melange19:42
*** asmeurer__ has quit IRC19:46
*** IulianS has quit IRC19:52
*** VirajSinha has quit IRC19:54
*** saurabhsood91_ has quit IRC19:54
*** sanket has joined #melange19:58
*** rihnapstor has quit IRC20:27
*** sanket has quit IRC20:52
*** Darrel has quit IRC20:53
*** piyushbansal has quit IRC21:15
*** dhaun has quit IRC21:18
*** gamer_ has joined #melange21:27
*** piyushbansal has joined #melange21:28
*** snizzo has joined #melange21:31
*** gamer_ has quit IRC21:54
*** snizzo has quit IRC21:59
*** asmeurer__ has joined #melange22:08
*** desophos has quit IRC22:14
*** roonyH has joined #melange23:20
*** roonyH has quit IRC23:40
*** yupbank has quit IRC23:51
*** roonyH has joined #melange23:55

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