*** tpb has joined #melange | 02:53 | |
ashishk | madrazr: also one more doubt,when i go to main dashboard->managed organization then select an organization ,a page appears with two options org profile and questionnaire when i click on questionnaire i got this http://pastebin.com/6AgcKESH ?? | 02:57 |
---|---|---|
tpb | Title: Environment: Request Method: GET Request URL: http://localhost:8090/gsoc/o - Pastebin.com (at pastebin.com) | 02:57 |
madrazr | ashishk: have been asked several times here, on mailing list, etc. and we have answered several times :) | 02:58 |
*** robbyoconnor has quit IRC | 02:58 | |
madrazr | ashishk: you have not created an organization application | 02:58 |
madrazr | ashishk: create one first :) | 02:58 |
ashishk | madrazr: so ,there should be access checker here also which will check whether user has submitted an org application or not right ?? | 03:00 |
ashishk | madrazr: also after creating an org application , questionnaire tab just show submit button on the page like this http://picpaste.com/pics/Screenshot_from_2014-02-27_08_33_51-5XB7U6Vh.1393470243.png?? | 03:04 |
tpb | <http://ln-s.net/B9Mm> (at picpaste.com) | 03:04 |
madrazr | ashishk: sure there should be an access check | 03:07 |
madrazr | ashishk: because you did not create any questions for the application? | 03:07 |
ashishk | on which link a user creates a question for the application ?? | 03:11 |
ashishk | madrazr: | 03:11 |
madrazr | ashishk: on the very same page where you created the org app | 03:17 |
madrazr | ashishk: by user you mean program admin right? | 03:17 |
madrazr | ashishk: /gsoc/org/application/edit/google/gsoc2014 | 03:17 |
ashishk | madrazr: yes | 03:17 |
madrazr | ashishk: ^ | 03:18 |
*** chitrank has joined #melange | 03:20 | |
chitrank | Hello Melange developers | 03:20 |
ashishk | madrazr: i see ,but there should be two access checker on questionnaire page 1.)checks whether user has submitted an org application 2.)if there is no question then there should not be a submit button right ?? | 03:20 |
chitrank | I am here to discuss my idea to participate in the Google Summer of Code program. | 03:21 |
madrazr | ashishk: 1. sure | 03:31 |
madrazr | ashishk: 2. Why will there be a submit button if there are no questions? | 03:31 |
madrazr | chitrank: Hello | 03:32 |
madrazr | chitrank: sure, how can we help you? | 03:32 |
ashishk | madrazr: but there is http://picpaste.com/pics/Screenshot_from_2014-02-27_08_33_51-RVVEB25y.1393471973.png | 03:33 |
tpb | <http://ln-s.net/B9OL> (at picpaste.com) | 03:33 |
madrazr | ashishk: what is this screenshot for? | 03:33 |
ashishk | madrazr: when i just created an org application without any question and then go to the questionnaire tab it appears like above | 03:34 |
chitrank | Hello madrazr: while using the Melange site I found some places where we can improve the user experience by reducing the page access or link access time | 03:34 |
madrazr | ashishk: yeah | 03:34 |
madrazr | chitrank: great that someone cares about it! | 03:35 |
madrazr | chitrank: coolness | 03:35 |
madrazr | chitrank: I am all excited to hear about it, please tell us more | 03:35 |
chitrank | Thus I have commented on the Idea page as well, I need to discuss about using the REST services with Melange site. | 03:36 |
ashishk | madrazr: but only submit button is not user friendly so there should be a message for it like "no question for this application" ?? | 03:36 |
madrazr | chitrank: REST services? | 03:36 |
madrazr | ashishk: I see your point now | 03:36 |
madrazr | ashishk: fair enough | 03:36 |
madrazr | ashishk: and doable too | 03:36 |
madrazr | ashishk: go straight ahead | 03:37 |
madrazr | ashishk: into fixing that | 03:37 |
ashishk | madrazr: btw i have reported an issue http://code.google.com/p/soc/issues/detail?id=2052 ,will solve it after the class | 03:37 |
tpb | <http://ln-s.net/B9Od> (at code.google.com) | 03:37 |
chitrank | madrazr: as per the Architectural Properties listed for REST see wikipedia link: http://en.wikipedia.org/wiki/Representational_state_transfer , we need to take care about these properties. | 03:38 |
tpb | <http://ln-s.net/$0s$> (at en.wikipedia.org) | 03:38 |
madrazr | ashishk: Ok cool! | 03:38 |
madrazr | ashishk: Thanks! | 03:38 |
ashishk | madrazr: please have a look at my solution for 1930 issue when you have time ,bye .. | 03:39 |
madrazr | ashishk: sure | 03:39 |
madrazr | ashishk: see you | 03:39 |
*** ashishk has quit IRC | 03:39 | |
chitrank | madrazr: performance, scalability of component interactions, simplicity of interfaces, Portability of Component, Reliability | 03:39 |
madrazr | chitrank: let me be a bit pretentious now :P | 03:40 |
madrazr | chitrank: I come from a school where REST was created. I walked the same hallways which the REST creators walked | 03:40 |
madrazr | chitrank: quote from wikipedia - "The term representational state transfer was introduced and defined in 2000 by Roy Fielding in his doctoral dissertation at UC Irvine.[1][3]" | 03:41 |
madrazr | chitrank: I know about REST architecture | 03:41 |
madrazr | chitrank: well | 03:41 |
madrazr | chitrank: however, I am curious how we can use it to make Melange faster or reduce the access times | 03:42 |
madrazr | *I am curious about | 03:42 |
chitrank | madrazr: alright, I can see there are lots of places where we need to wait for an action, some require page loads like the this page: http://www.google-melange.com/gsoc/homepage/google/gsoc2014 | 03:43 |
tpb | <http://ln-s.net/:pm9> (at www.google-melange.com) | 03:43 |
chitrank | when we select the program the page loads up | 03:43 |
madrazr | chitrank: correct | 03:44 |
chitrank | One more stuff, Profile edit and data editing can be improved using JavaScript (jquery template jquery-tmpl.js) where the page does not change but the container changes the view from (view profile to edit profile) | 03:45 |
chitrank | Also I had created the profile in last GSOC 2013 but I still see there is a button to create profile, The user need to create profile again, so it really irritates the user to fill in data again and again, Rather importing the Data from Google or Linkedin or Just one time Profile creation should be there, Afterwards user can edit the profile as per requirements | 03:47 |
chitrank | one more stuff is about the hazard while submitting the application , When I submit the application I need to copy and paste the content (as I did last time) but there should data importing option from DOC or PDF or rather DOC or PDF should be taken for submission, because People lose the formatting done in the application after pasting the application in the Application description content area | 03:50 |
chitrank | madrazr: This all I had noticed but can be made better you know it better, I need your advice that Do you see this to be a GSOC project? | 03:58 |
madrazr | chitrank: give me 10 mins | 03:59 |
madrazr | I am being pulled into a discussion | 04:00 |
chitrank | madrazr: alright | 04:02 |
*** chitrank has quit IRC | 04:15 | |
*** larryxiao has joined #melange | 04:25 | |
*** shrihari has joined #melange | 04:27 | |
*** shrihari has quit IRC | 04:30 | |
*** chitrank has joined #melange | 04:32 | |
madrazr | chitrank: about profile edit, how does jquery-tmpl.js improve that page? | 04:35 |
madrazr | chitrank: profiles are per program, by design | 04:36 |
madrazr | it is a requirement! | 04:36 |
madrazr | we want it to be that way | 04:36 |
madrazr | chitrank: however, data importing is an option or a path we have tried before | 04:36 |
madrazr | we would like to bring it back | 04:36 |
madrazr | so patches welcome for sure | 04:36 |
madrazr | chitrank: about doc/pdf submissions this may be something that we may want to evaluate | 04:36 |
madrazr | we have had projects by GSoC students before who did import/exports from Google Docs | 04:37 |
madrazr | chitrank: but were abandoned | 04:37 |
madrazr | chitrank: but we are certainly open for discussions about it | 04:37 |
chitrank | madrazr: thanks for detailed view of my issue, Well profile editing can be done by jquery-tmpl , as in codecademy.com and also here in the KnockoutJS tutorial at nettuts here: http://code.tutsplus.com/tutorials/into-the-ring-with-knockoutjs--net-21239 | 04:39 |
tpb | <http://ln-s.net/B9S+> (at code.tutsplus.com) | 04:39 |
madrazr | chitrank: I am not sure I understand what you are trying to indicate with that links? | 04:41 |
madrazr | in all fairness I don't know what about codecademy.com you are indicating | 04:41 |
chitrank | should I send you one sample over mail | 04:41 |
madrazr | and the knockout.js tutorial | 04:41 |
chitrank | alright, let me send you one demo file that could do the deal | 04:42 |
madrazr | chitrank: please CC the mailing list | 04:42 |
madrazr | chitrank: also add more context to your mail, so that other developers can take a look as well | 04:42 |
chitrank | madrazr: alright | 04:43 |
madrazr | chitrank: also, I am still curious about the REST thing | 04:43 |
madrazr | and how it can make Melange faster | 04:43 |
chitrank | madrazr: I am putting my Issue on the mailing list with details , and yes I take care about mentioning all the important points that I would be proposing | 04:44 |
*** ashishk has joined #melange | 05:00 | |
*** robbyoconnor has joined #melange | 05:00 | |
*** bitgeeky has joined #melange | 05:01 | |
*** ashishk has quit IRC | 05:02 | |
*** shrihari_ has joined #melange | 05:03 | |
*** bitgeeky has quit IRC | 05:04 | |
*** robbyoconnor has quit IRC | 05:05 | |
*** robbyoconnor has joined #melange | 05:05 | |
*** RAHUL_ has joined #melange | 05:06 | |
RAHUL_ | Hello everyone | 05:08 |
RAHUL_ | I was looking at the melang's Idea page. | 05:09 |
RAHUL_ | and I am interested in "Responsive Layout" idea | 05:09 |
RAHUL_ | I have made responsive website before, using the frameworks like Twitter Bootstrap. | 05:10 |
RAHUL_ | So my doubt is can we use libraries? or we will have to code it from scratch? | 05:12 |
madrazr | RAHUL_: you can use CSS frameworks | 05:15 |
madrazr | RAHUL_: in fact that is my recommendation | 05:15 |
*** chitrank has quit IRC | 05:15 | |
RAHUL_ | ok, thanks. | 05:18 |
*** kishanio has joined #melange | 05:25 | |
*** shrihari_ has quit IRC | 05:30 | |
*** shikher has joined #melange | 05:31 | |
shikher | madrazr: hi | 05:35 |
*** shrihari has joined #melange | 05:36 | |
*** shrihari has joined #melange | 05:38 | |
madrazr | shikher: hello | 05:40 |
*** RAHUL_ has quit IRC | 05:40 | |
shikher | madrazr: have a look at Issue 2052 | 05:43 |
shikher | madrazr: I found a similar bug on a link which will require a similar access checker. I can give you the details. | 05:44 |
shikher | 1.My dashboard | 05:46 |
shikher | 2.then click on managed organization | 05:46 |
shikher | 3.select an organization from the list | 05:46 |
shikher | 4. you will see two tabs profile and questionnaire. | 05:46 |
shikher | 5 | 05:46 |
madrazr | shikher: where else did you find it? | 05:47 |
shikher | There is an error message saying Please remember the registration process will be completed only if organization application is submitted before Feb. 26, 2015, 10:36 p.m.. | 05:47 |
shikher | 6 Click on organization application and it will give the same type error. | 05:47 |
madrazr | shikher: I am confused | 05:48 |
madrazr | I followed until step 4 which is from issue 2052 | 05:49 |
madrazr | and then? | 05:49 |
shikher | 5. There is an error message saying Please remember the registration process will be completed only if organization application is submitted before Feb. 26, 2015, 10:36 p.m.. | 05:49 |
shikher | 6 6 Click on organization application link in the message and it will give the same type error. | 05:49 |
madrazr | shikher: it is same as issue 2052 | 05:50 |
madrazr | you are reaching that questionnaire page in different way that's all | 05:50 |
shikher | madrazr: Yes exactly. | 05:50 |
madrazr | shikher: Ok | 05:51 |
madrazr | shikher: so not something different this is | 05:51 |
shikher | madrazr: It will require that same access checker, anyways. No need to report it then. | 05:52 |
madrazr | shikher: yes! | 05:53 |
shikher | madrazr: here's one more. | 05:54 |
shikher | 1. Go to my dashboard | 05:54 |
shikher | 2. Click on Proposals submitted to my organizations | 05:55 |
shikher | 3. Select Proposal 'test proposal' | 05:55 |
shikher | 4. click on unaccept | 05:55 |
shikher | 5. status is still = accepted | 05:56 |
madrazr | shikher: what is the stack trace? | 05:56 |
randomax | shikher, yep i think i fixed that.. :) | 05:56 |
shikher | madrazr: there is no stack trace, its just not doing what it was supposed to. Well, randomax fixed it | 05:57 |
madrazr | alright | 05:58 |
shikher | randomax: i do not see any issue related to this | 05:58 |
*** chitrank has joined #melange | 05:58 | |
randomax | madrazr, https://code.google.com/p/soc/issues/detail?id=2049 | 05:59 |
madrazr | shikher: you can file one if you don't see one filed already | 05:59 |
tpb | <http://ln-s.net/B9WE> (at code.google.com) | 05:59 |
randomax | shikher, madrazr ohh sorry i think mine is a bit different | 06:00 |
madrazr | randomax: are they related? Your withdraw issue and shikher's accept/unaccept issue? | 06:00 |
madrazr | also shikher says he does not see a stack trace | 06:00 |
randomax | madrazr, yep they are different i guess.. | 06:01 |
madrazr | randomax: Ok | 06:01 |
madrazr | shikher: then you can still file the issue | 06:01 |
madrazr | and may be even look into fixing it | 06:01 |
shikher | madrazr: sure. | 06:02 |
randomax | madrazr, in admin dashboard ---> program settings | 06:02 |
randomax | madrazr, if i click on "create a program" | 06:02 |
*** robbyoconnor has quit IRC | 06:03 | |
randomax | madrazr, it gives an AttributeError | 06:03 |
shikher | randomax: Issue 2028, i believe | 06:03 |
madrazr | whoa! | 06:04 |
madrazr | shikher: whoa! really! | 06:04 |
madrazr | shikher: I was still trying to recollect the issue number! | 06:04 |
randomax | shikher, ok.. :) | 06:05 |
*** shrihari has quit IRC | 06:07 | |
shikher | madrazr: Found one more, i think. | 06:12 |
shikher | 1. On that same Proposals submitted to my organizations page, click on proposal | 06:13 |
shikher | 2. you will see description of test proposal, where assigned mentor = None | 06:13 |
shikher | 3. However, if you go back to Proposals submitted to my organizations page and add Assignment mentor column to list. It says test, as assigned mentor | 06:14 |
shikher | assigned* | 06:15 |
*** robbyoconnor has joined #melange | 06:16 | |
madrazr | shikher: feel free to file issues | 06:20 |
madrazr | keep'em coming! | 06:20 |
madrazr | I got to run now | 06:20 |
shikher | madrazr: k. bye | 06:21 |
*** madrazr has quit IRC | 06:21 | |
*** coderbrahmin has joined #melange | 06:27 | |
piyush_ | buildbot_beta: hello | 06:29 |
*** shikher has quit IRC | 06:30 | |
piyush_ | buildbot_beta: hello | 06:31 |
*** buildbot_beta_ has quit IRC | 06:33 | |
*** buildbot_beta has joined #melange | 06:33 | |
piyush_ | buildbot_beta: hello | 06:33 |
buildbot_beta | yes? | 06:33 |
piyush_ | buildbot_beta: last | 06:33 |
buildbot_beta | last build [runtests]: 34h38m03s ago: failed shell_6 1035 tests | 06:33 |
buildbot_beta | 2 errors | 06:33 |
buildbot_beta | 19 skipped | 06:33 |
buildbot_beta | 1014 passed | 06:33 |
*** buildbot_beta has quit IRC | 06:35 | |
*** buildbot_beta has joined #melange | 06:35 | |
piyush_ | buildbot_beta: last | 06:35 |
buildbot_beta | last build [runtests]: 34h39m39s ago: failed shell_6 1035 tests | 06:35 |
buildbot_beta | 2 errors | 06:35 |
buildbot_beta | 19 skipped | 06:35 |
buildbot_beta | 1014 passed | 06:35 |
*** buildbot_beta has quit IRC | 06:38 | |
*** buildbot_beta has joined #melange | 06:38 | |
piyush_ | buildbot_beta: last | 06:38 |
buildbot_beta | last build [runtests]: 34h42m30s ago: failed shell_6 1035 tests | 06:38 |
buildbot_beta | 2 errors | 06:38 |
buildbot_beta | 19 skipped | 06:38 |
buildbot_beta | 1014 passed | 06:38 |
piyush_ | buildbot_beta: force build runtests | 06:38 |
buildbot_beta | build #129 forced | 06:38 |
buildbot_beta | I'll give a shout when the build finishes | 06:38 |
*** jasvir has joined #melange | 06:40 | |
*** larryxiao has quit IRC | 06:45 | |
*** larryxiao has joined #melange | 06:51 | |
buildbot_beta | Hey! build runtests #129 is complete: Exception [exception shell_6] | 07:02 |
buildbot_beta | Build details are at http://ec2-54-213-126-99.us-west-2.compute.amazonaws.com/builders/runtests/builds/129 | 07:02 |
tpb | Title: Buildbot: runtests Build #129 (at ec2-54-213-126-99.us-west-2.compute.amazonaws.com) | 07:02 |
*** kishanio has quit IRC | 07:07 | |
*** Niharika is now known as Niharika|afk | 07:26 | |
*** sebastian has joined #melange | 07:28 | |
*** Strangerke has quit IRC | 07:29 | |
*** kishanio has joined #melange | 07:32 | |
jasvir | nathanielmanista: hello | 07:36 |
*** larryxiao has quit IRC | 07:37 | |
*** buildbot_beta has quit IRC | 07:40 | |
*** buildbot_beta has joined #melange | 07:41 | |
piyush_ | buildbot_beta: force build runtests | 07:41 |
buildbot_beta | build #130 forced | 07:41 |
buildbot_beta | I'll give a shout when the build finishes | 07:41 |
*** larryxiao has joined #melange | 07:43 | |
buildbot_beta | Hey! build runtests #130 is complete: Exception [exception shell_6] | 07:44 |
buildbot_beta | Build details are at http://ec2-54-213-126-99.us-west-2.compute.amazonaws.com/builders/runtests/builds/130 | 07:44 |
tpb | Title: Buildbot: runtests Build #130 (at ec2-54-213-126-99.us-west-2.compute.amazonaws.com) | 07:44 |
*** larryxiao has quit IRC | 07:49 | |
jasvir | piyush_: hello. | 07:49 |
*** debugger22 has joined #melange | 07:50 | |
*** buildbot_beta has quit IRC | 07:52 | |
*** ashishk has joined #melange | 07:52 | |
*** buildbot_beta has joined #melange | 07:53 | |
piyush_ | buildbot_beta: force build runtests | 07:53 |
buildbot_beta | build #131 forced | 07:53 |
buildbot_beta | I'll give a shout when the build finishes | 07:53 |
piyush_ | jasvir: hello ! | 07:53 |
*** shikher has joined #melange | 07:55 | |
buildbot_beta | Hey! build runtests #131 is complete: Exception [exception shell_6] | 07:57 |
buildbot_beta | Build details are at http://ec2-54-213-126-99.us-west-2.compute.amazonaws.com/builders/runtests/builds/131 | 07:57 |
tpb | Title: Buildbot: runtests Build #131 (at ec2-54-213-126-99.us-west-2.compute.amazonaws.com) | 07:57 |
*** chitrank has quit IRC | 07:57 | |
*** debugger22 has left #melange | 07:58 | |
jasvir | piyush_: I am having a confusion regarding a variable. In melange/content/html/melange/base.html, there is context templ. I am not able to find the source of this context. I have used grep to find source but didn't succeeded. | 07:59 |
jasvir | piyush_: Actualy this name 'templ' is making confusion. | 07:59 |
jasvir | piyush_: when I searched for 'templ', it shows result for 'templates'. | 08:00 |
*** coderbrahmin has quit IRC | 08:00 | |
*** buildbot_beta has quit IRC | 08:04 | |
*** buildbot_beta has joined #melange | 08:07 | |
piyush_ | buildbot_beta: force build runtests | 08:07 |
buildbot_beta | The build has been queued, I'll give a shout when it starts | 08:07 |
piyush_ | you can grep using ^templ$ | 08:07 |
piyush_ | That should search just for templ and not for template | 08:08 |
buildbot_beta | build #132 forced | 08:08 |
buildbot_beta | I'll give a shout when the build finishes | 08:08 |
jasvir | piyush_: Still there is no result. | 08:10 |
*** coderbrahmin has joined #melange | 08:13 | |
buildbot_beta | Hey! build runtests #132 is complete: Exception [exception shell_6] | 08:13 |
buildbot_beta | Build details are at http://ec2-54-213-126-99.us-west-2.compute.amazonaws.com/builders/runtests/builds/132 | 08:13 |
tpb | Title: Buildbot: runtests Build #132 (at ec2-54-213-126-99.us-west-2.compute.amazonaws.com) | 08:13 |
*** madrazr has joined #melange | 08:20 | |
*** ChanServ sets mode: +o madrazr | 08:20 | |
*** puhoshville has joined #melange | 08:21 | |
*** vivekjain has joined #melange | 08:27 | |
*** puhoshville has quit IRC | 08:27 | |
*** shweta has joined #melange | 08:34 | |
*** RAHUL_ has joined #melange | 08:38 | |
vivekjain | madrazr: Hi | 08:39 |
madrazr | vivekjain: Hi | 08:39 |
vivekjain | madrazr: When i try to submit a proposal it shows me the following ticket BadValueError at /gsoc/proposal/submit/google/gsoc2014/org_0 link must not be empty. http://pastebin.com/stP73h0A | 08:40 |
tpb | Title: ERROR 2014-02-27 08:38:45,792 gae_django.py:33] Exception in request: Traceb - Pastebin.com (at pastebin.com) | 08:40 |
*** Niharika|afk is now known as Niharika | 08:43 | |
*** prth has joined #melange | 08:44 | |
prth | Could anyone help me get started? | 08:45 |
*** larryxiao has joined #melange | 08:45 | |
ashishk | prth: this would be helpful http://code.google.com/p/soc/wiki/GettingStarted | 08:46 |
tpb | <http://ln-s.net/2kv-> (at code.google.com) | 08:46 |
prth | I m interested in improving both students & mentors site flow | 08:47 |
prth | tpb: what was the first link about? | 08:49 |
jasvir | madrazr: hello | 08:50 |
prth | tpb: & does tpb means the pirate bay? | 08:50 |
madrazr | prth: No, Tax Practitioners Board | 08:54 |
*** larryxiao has quit IRC | 08:54 | |
madrazr | :P | 08:54 |
madrazr | prth: just kidding | 08:54 |
madrazr | prth: it is the name of the bot, Thousand Parsec Bot | 08:54 |
*** shweta_ has joined #melange | 08:54 | |
madrazr | prth: run by awesome folks who run Thousand Parsec project | 08:54 |
prth | :D | 08:55 |
prth | Gr8 | 08:55 |
*** shweta has quit IRC | 08:55 | |
*** thegyro has joined #melange | 08:55 | |
Niharika | Anybody setup melange on a Windows here? | 08:56 |
madrazr | Niharika: Windows? | 08:56 |
madrazr | what's that? | 08:56 |
madrazr | :P | 08:56 |
Niharika | :P | 08:56 |
Niharika | Sigh. I need Ubuntu. | 08:57 |
madrazr | Niharika: our guideline on setting up Melange is very straight forward and simple | 08:57 |
madrazr | Niharika: if it works on our reference machine, it works | 08:57 |
madrazr | period | 08:57 |
Niharika | It is straightforward and simple if I get the packages listed, on the Getting started page. | 08:57 |
madrazr | Niharika: and I am trying to see if we have defined our reference platform somewhere | 08:57 |
madrazr | Niharika: probably | 08:58 |
madrazr | Niharika: however note that getting all the packages listed is not that trivial | 08:58 |
Niharika | madrazr: Came to know that the hard way. | 08:59 |
madrazr | Niharika: how do you get libxml2-dev working on Windows? | 08:59 |
madrazr | Niharika: I don't even know if the equivalents exist | 08:59 |
madrazr | vivekjain: oops, sorry. I totally forgot you had a question | 09:00 |
madrazr | vivekjain: it looks like a bug | 09:00 |
madrazr | please file an issue | 09:00 |
madrazr | also patches welcome | 09:00 |
Niharika | madrazr: I found some binaries for it. So it does exist. But I´m get a truckload of errors during the installation. | 09:00 |
madrazr | jasvir: Hello | 09:00 |
vivekjain | madrazr: ok, i will file a issue and submit a patch soon . | 09:00 |
madrazr | vivekjain: cool! | 09:00 |
jasvir | madrazr: I am having a confusion regarding a variable. In melange/content/html/melange/base.html, there is context templ. I am not able to find the source of this context. I have used grep to find source but didn't succeeded. | 09:01 |
madrazr | Ok I am going to make a rule here | 09:01 |
madrazr | everybody pointing to a file, should point the URL in our source control on Google Code | 09:01 |
madrazr | it saves me sometime so I can answer more questions | 09:02 |
madrazr | review more code | 09:02 |
madrazr | jasvir: link to the file and exact line in Google Code's source browser please? | 09:02 |
jasvir | madrazr: https://code.google.com/p/soc/source/browse/app/melange/content/html/melange/base.html#29 | 09:04 |
tpb | <http://ln-s.net/B9fu> (at code.google.com) | 09:04 |
vivekjain | madrazr: I have filed a issue.Here is the link. http://code.google.com/p/soc/issues/detail?id=2054 | 09:08 |
tpb | <http://ln-s.net/B9g1> (at code.google.com) | 09:08 |
madrazr | vivekjain: great! thanks! | 09:11 |
madrazr | jasvir: looking | 09:11 |
madrazr | vivekjain and others, I am curious | 09:12 |
madrazr | where do you guys get the word ticket from for the Django's error debug page? | 09:12 |
madrazr | I have been using Django from about 6 years now | 09:12 |
madrazr | have never heard of that term | 09:12 |
madrazr | I find a little funny | 09:12 |
madrazr | and odd | 09:12 |
*** shweta_ has quit IRC | 09:13 | |
madrazr | is that a real thing at all that I have missed? | 09:13 |
jasvir | madrazr: Yeah. I never use this term. It sounds like something to get entry as movie ticket, bus ticket :P | 09:13 |
madrazr | jasvir: well | 09:14 |
madrazr | jasvir: in all seriousness, ticket is used for a tracking system in this context | 09:14 |
madrazr | but error debug page is not really a tracking system | 09:14 |
vivekjain | madrazr: I used web2py before .In that whenver error comes shows you ticket. That is the reason i called that a ticket . | 09:14 |
madrazr | vivekjain: interesting | 09:15 |
madrazr | vivekjain: I wonder why they do that | 09:15 |
madrazr | it sounds funny to me | 09:15 |
vivekjain | madrazr: May be that's the reason they called that a ticket as it sounds funny :P | 09:15 |
*** suranga_ has quit IRC | 09:16 | |
*** vivekjain has quit IRC | 09:17 | |
*** suranga_ has joined #melange | 09:18 | |
ashishk | madrazr: hi | 09:23 |
*** sebastian has quit IRC | 09:26 | |
ashishk | madrazr: i already have submitted a patch for issue 2030 in which i have added an access checker which checks if org application exists or not ,i think for this issue 2052 same checker will solve the issue .. | 09:27 |
madrazr | ashishk: Hi | 09:32 |
madrazr | shikher: Oh ok | 09:32 |
madrazr | oops | 09:32 |
madrazr | I don't even know why I said shikher | 09:32 |
madrazr | may be I really need to get sleep now | 09:32 |
madrazr | ashishk: Ok | 09:32 |
madrazr | that's fair | 09:32 |
madrazr | ashishk: if I think that is not sufficient when I look at the patch | 09:32 |
madrazr | I will point it out | 09:33 |
ashishk | madrazr: yeah sure | 09:33 |
shikher | madrazr: Good timing. have a look at 2053 also. I have committed tht change under an assumption. link : http://goo.gl/Z8bXlM | 09:35 |
tpb | Title: Issue 2053 - soc - Unaccepting proposal does not change proposal status - SoC (Spice of Creation) - Google Project Hosting (at goo.gl) | 09:35 |
*** coderbrahmin has quit IRC | 09:37 | |
*** thegyro has quit IRC | 09:38 | |
madrazr | jasvir: Oh, I totally forgot | 09:43 |
madrazr | reminded me when I opened that code tab | 09:43 |
madrazr | jasvir: sorry, what about templ? | 09:43 |
madrazr | shikher: I will take a look at the code later, I have so many things in my queue | 09:44 |
*** NightFury13 has joined #melange | 09:44 | |
*** RAHUL_ has quit IRC | 09:44 | |
madrazr | and my brain won't let me do a critical review right now, it just needs some rest :) | 09:44 |
shikher | madrazr: Something quick then. Error: transactions on multiple entity groups only allowed with the High Replication datastore. any ideas on what this error is? I get this when submitting org applicaiton. | 09:44 |
madrazr | I am only here to take higher level questions right now | 09:45 |
*** monkegjinni has joined #melange | 09:45 | |
jasvir | madrazr: It's ok. Actually problem is again the source of "templ". Last time, we had discussion on another context 'mainmenu' and in that case, grep helps me to find source. But this time, grep is not working. I need some hint | 09:45 |
madrazr | wasn't someone else getting this same problem today morning? | 09:45 |
madrazr | ashishk: was it you? | 09:45 |
madrazr | or was it vivekjain? | 09:45 |
shikher | madrazr: no problem. :) | 09:45 |
madrazr | shikher: are you also using old_dev_appserver.py? | 09:46 |
*** shrihari_ has joined #melange | 09:46 | |
shikher | madrazr: yes. otherwise i get a 403. | 09:46 |
madrazr | shikher: please don't use old_dev_appserver.py please | 09:46 |
madrazr | shikher: Melange is working fine on the current one | 09:46 |
madrazr | shikher: if you are getting 403 on that | 09:46 |
madrazr | we can look into that | 09:46 |
jasvir | madrazr: hint regarding source of "templ" | 09:47 |
madrazr | jasvir: ACK, give me a min | 09:47 |
madrazr | trying to recollect | 09:47 |
jasvir | madrazr: ok | 09:48 |
*** devang has joined #melange | 09:48 | |
*** larryxiao has joined #melange | 09:50 | |
madrazr | jasvir: it is weird | 09:50 |
madrazr | I don't know if we use this anywhere at all | 09:51 |
madrazr | it is more or less like a place holder | 09:51 |
madrazr | jasvir: that's how it looks to me | 09:52 |
madrazr | jasvir: I am not able to recollect any place where we define that | 09:52 |
randomax | shikher, even i get a 403 on dev_appserver.py but as soon as i unset proxy, it starts working fine.. | 09:52 |
*** shrihari_ has quit IRC | 09:53 | |
jasvir | madrazr: So, what do to now? | 09:54 |
madrazr | jasvir: as in? | 09:54 |
madrazr | jasvir: what did you want to do with that variable anyway? | 09:54 |
jasvir | madrazr: As I want to know, how landing page of melange get rendered. | 09:55 |
*** monkegjinni has quit IRC | 09:56 | |
jasvir | madrazr: I am working on issue : https://code.google.com/p/soc/issues/detail?id=1923 | 09:56 |
tpb | <http://ln-s.net/B9iG> (at code.google.com) | 09:56 |
jasvir | madrazr: So I need to understand the source. | 09:57 |
shikher | randomax: madrazr: Got that 403 fixed for good. No need to unset proxy. Just comment the line 'opener.add_handler(fancy_urllib.FancyProxyHandler())' in thirdparty/google_appengine/google/appengine/tools/appengine_rpc.py | 09:58 |
*** larryxiao has quit IRC | 09:59 | |
devang | hi, I wanted to discuss responsive layout project for gsoc2014 | 10:03 |
madrazr | jasvir: for landing page you need to look at https://code.google.com/p/soc/source/browse/app/melange/content/html/melange/landing_page/landing_page.html | 10:04 |
tpb | <http://ln-s.net/B9ih> (at code.google.com) | 10:04 |
madrazr | jasvir: those variables are correctly defined | 10:04 |
*** monkegjinni has joined #melange | 10:04 | |
jasvir | madrazr: where? | 10:06 |
madrazr | shikher: wait! | 10:06 |
madrazr | shikher: don't comment the line in App Engine source code! | 10:06 |
madrazr | do you really have to do that? | 10:06 |
madrazr | shikher: you don't have any other option at all? | 10:07 |
madrazr | devang: what do you want to discuss? | 10:07 |
madrazr | devang: how can we help you? | 10:07 |
shikher | madrazr: yes. it's working now. Well, i can unset the proxy. If i am running things locally, i don't need proxy | 10:07 |
madrazr | jasvir: what where? | 10:07 |
madrazr | shikher: my trouble with editing App Engine SDK is that. We mostly recommend everyone (including the team) to do a fresh build of Melange after every pull of master | 10:09 |
devang | madrazr: Is that project asking to develop a completely new UI or just improvise the existing one | 10:09 |
madrazr | shikher: a fresh build involves removing all the built/downloaded assets from the previous build | 10:09 |
madrazr | shikher: which includes getting rid of the thirdparty directory and hence the App Engine SDK | 10:09 |
jasvir | madrazr: Where variables are defined? | 10:09 |
madrazr | shikher: and fetching it again | 10:09 |
madrazr | jasvir: in landing page views | 10:09 |
madrazr | shikher: so you will have to keep applying this "comment change" every time you fresh-build | 10:10 |
madrazr | shikher: that's painful | 10:10 |
shikher | madrazr: Well, should I add this comment permanently to build paver | 10:10 |
madrazr | shikher: Oh no! | 10:10 |
madrazr | shikher: please don't bring in the toy internet specific changes to the source code | 10:11 |
madrazr | the real world runs on the real internet | 10:11 |
madrazr | only a few networks run on the toy internet | 10:11 |
jasvir | madrazr: Confusion. | 10:11 |
madrazr | and I don't want Melange to be that system which sets an example that appease to the people who run the toy internet | 10:11 |
madrazr | *appeases | 10:12 |
shikher | madrazr: but running locally should not be affected whether it is toy or real. This change will work for all internet. | 10:12 |
jasvir | madrazr: Landing page is due to this template: https://code.google.com/p/soc/source/browse/app/melange/content/html/melange/landing_page/landing_page.html | 10:12 |
tpb | <http://ln-s.net/B9ih> (at code.google.com) | 10:12 |
shikher | madrazr: gae build will need this line however | 10:13 |
madrazr | shikher: that argument is probably correct | 10:13 |
jasvir | madrazr: Am I right? | 10:13 |
madrazr | shikher: what do you mean? | 10:13 |
madrazr | shikher: why will GAE build ever need commenting out a line in its own source code? | 10:14 |
*** jigar1 has joined #melange | 10:14 | |
shikher | madrazr: gae build will need that line, we cannot comment it. | 10:14 |
madrazr | shikher: Ok | 10:14 |
madrazr | and? | 10:14 |
*** jigar1 has left #melange | 10:15 | |
*** suranga_ has quit IRC | 10:15 | |
madrazr | jasvir: yes, that's what I said too. See my link above :) That's correct. That is the landing page template | 10:15 |
shikher | madrazr: aren't the two builds different. | 10:15 |
shikher | local: bin/paver build | 10:15 |
shikher | gae: bin/gae_develop build | 10:15 |
*** coderbrahmin has joined #melange | 10:16 | |
shikher | madrazr: hence we can make corresponding changes to paver build but not to gae build? | 10:16 |
madrazr | devang: improve the existing one (improve as opposed to improvise) | 10:17 |
*** mwilkes|away is now known as MatthewWilkes | 10:17 | |
jasvir | madrazr: And this templates extends base.html :https://code.google.com/p/soc/source/browse/app/melange/content/html/melange/base.html | 10:18 |
tpb | <http://ln-s.net/B9jJ> (at code.google.com) | 10:18 |
jasvir | madrazr: And this line makes confusion : https://code.google.com/p/soc/source/browse/app/melange/content/html/melange/base.html#29 | 10:18 |
tpb | <http://ln-s.net/B9fu> (at code.google.com) | 10:18 |
madrazr | shikher: I am totally confused now | 10:22 |
madrazr | shikher: why did you come to the conclusion that bin/paver build is local | 10:23 |
madrazr | and bin/gae_develop build is for GAE? | 10:23 |
madrazr | in fact we don't build GAE code for deployment at all | 10:23 |
madrazr | shikher: real Google App Engine's runtime binary is not anywhere in the SDK | 10:23 |
madrazr | SDK merely mimics the functionality of the real App Engine runtime | 10:24 |
madrazr | what bin/paver build, builds is for everything | 10:24 |
madrazr | for local development | 10:24 |
madrazr | and for App Engine deployment | 10:24 |
shikher | madrazr: what I meant is, during the paver build we can add the change for thirdparty/GAE code | 10:24 |
madrazr | in fact one of the important steps of our release/deployment process is to run bin/paver build | 10:25 |
madrazr | shikher: No! | 10:25 |
*** larryxiao has joined #melange | 10:25 | |
devang | madrazr: Is there a prototype to get an idea about hte changes expected | 10:25 |
madrazr | we generally don't want to be making changes to App Engine SDK | 10:25 |
madrazr | I would say I will agree for some exceptions | 10:26 |
madrazr | but this is definitely not the case for that exception | 10:26 |
shikher | madrazr: oh! I see. in that case. a manual comment is the only option. | 10:26 |
shikher | madrazr: atleast, so it seems. | 10:26 |
madrazr | shikher: if we have a problem with App Engine SDK not working on some network, we should ping or file an issue for App Engine folks | 10:27 |
madrazr | shikher: if you really want to do that ping me separately | 10:27 |
shikher | madrazr: sure. I will. | 10:27 |
madrazr | shikher: Oh Hi btw, I work on Google Cloud Platforms | 10:27 |
madrazr | :P | 10:27 |
madrazr | as my full time job | 10:27 |
madrazr | devang: nope | 10:28 |
madrazr | devang: there isn't a prototy[e | 10:29 |
madrazr | *prototype | 10:29 |
madrazr | jasvir: how much of Django templates do you know? More specifically inheriting templates in Django? | 10:31 |
madrazr | I would suggest spending some time reading it up | 10:31 |
*** Niharika has quit IRC | 10:31 | |
madrazr | jasvir: in this particular case, as you said landing_page.html extends from base.html | 10:31 |
madrazr | that's correct | 10:31 |
shikher | madrazr: cool! I will PM you for the discussion, mostly tomorrow as you won't have time for this ryt now. | 10:31 |
*** shrihari has joined #melange | 10:31 | |
madrazr | jasvir: but also see that landing_page.html completely overrides the {% block page_content %} block | 10:32 |
madrazr | jasvir: effectively not using {{ templ.render }} from the original base.html at all | 10:32 |
madrazr | shikher: sure | 10:32 |
jasvir | madrazr: I have worked on django templates, but never seen case like this. | 10:33 |
madrazr | jasvir: this is the heart of Django templates :) | 10:33 |
madrazr | jasvir: Template inheritance is a feature that Django template proudly advertises | 10:34 |
madrazr | jasvir: you should learn about Django template inheritance for sure if you want to work on Melange | 10:34 |
madrazr | jasvir: we use that extensively | 10:34 |
jasvir | madrazr: Ok. You said {{ templ.render }} is not being used as it get overrides by landing_page.hmtl. Then what is purpose of {{ templ.render }} ? | 10:36 |
*** larryxiao has quit IRC | 10:37 | |
madrazr | jasvir: actually I have the same question too :) | 10:38 |
madrazr | jasvir: I am looking at who wrote that code and who reviewed it | 10:38 |
*** shweta has joined #melange | 10:38 | |
madrazr | jasvir: the page_content block in base.html should have been an empty block | 10:38 |
madrazr | with no content in it | 10:38 |
madrazr | jasvir: I would say send a patch to the mailing list and CC Daniel | 10:39 |
Lennie | madhu shouldn't you be getting some sleep :)? | 10:39 |
jasvir | madrazr: That what I was trying to say, from starting but got confused in this traffic at #melange :( Everyone is on high alert now. | 10:41 |
*** raghunayyar has joined #melange | 10:41 | |
madrazr | Lennie: thanks for reminding | 10:41 |
jasvir | madrazr: ok. | 10:41 |
madrazr | Lennie: seriously! | 10:41 |
Lennie | madrazr, go to bed buddy | 10:41 |
madrazr | Lennie: I should have gone to bed like hours before | 10:41 |
Lennie | The code will be here in the morning :) | 10:41 |
madrazr | Lennie: going, going, thanks! | 10:41 |
madrazr | Lennie: ha ha ha! | 10:42 |
Lennie | not sure if that's a good thing | 10:42 |
madrazr | Lennie: alright, me goes | 10:42 |
Lennie | but it will be here :P | 10:42 |
jasvir | madrazr: Seriously. | 10:42 |
madrazr | jasvir: let's talk tomorrow (later today for you) | 10:42 |
madrazr | alright, see you everyone, have a great day | 10:42 |
madrazr | Lennie: ^ | 10:42 |
jasvir | madrazr: In mean time, I'll report and issue and send a patch. | 10:42 |
madrazr | jasvir: sure | 10:42 |
*** madrazr has quit IRC | 10:43 | |
*** ashishk has quit IRC | 10:44 | |
*** shikher has quit IRC | 10:44 | |
*** coderbrahmin has quit IRC | 10:47 | |
*** RAHUL has joined #melange | 10:48 | |
*** RAHUL is now known as Guest46447 | 10:49 | |
*** Guest46447 has quit IRC | 10:49 | |
*** devang has quit IRC | 10:52 | |
jasvir | Lennie: Hello | 10:52 |
*** vivekjain has joined #melange | 10:56 | |
*** shrihari has quit IRC | 10:56 | |
Lennie | jasvir, ello | 10:58 |
jasvir | Lennie: we have to use git bundels to submit patch or format patc ? | 11:00 |
jasvir | Lennie: patch* | 11:00 |
*** coderbrahmin has joined #melange | 11:01 | |
*** MatthewWilkes is now known as mwilkes|away | 11:06 | |
shweta | I have set up melange and deployed it on app-engine but when I visit http://shweta-soc-melange.appspot.com/, it shows no program running | 11:07 |
*** shweta has quit IRC | 11:11 | |
*** vivekjain has quit IRC | 11:21 | |
*** devang has joined #melange | 11:22 | |
*** larryxiao has joined #melange | 11:33 | |
Lennie | jasvir, git format-patch should be fine | 11:36 |
Lennie | there's some discussion on this topic and i don't think a decision has been made yet | 11:36 |
*** devang has quit IRC | 11:38 | |
*** rocker has joined #melange | 11:38 | |
*** larryxiao has quit IRC | 11:42 | |
jasvir | Lennie: Ok. Thanks | 11:43 |
Lennie | jasvir, have you signed the CLA? | 11:43 |
jasvir | Lennie: Yeah. I had submitted a patch before this discussion. | 11:44 |
Lennie | jasvir, great. I can't keep track of all the names/irc handles/email address/patches :) | 11:44 |
jasvir | Lennie: Yeah I know that :) | 11:45 |
*** skathpalia has joined #melange | 11:48 | |
*** monkegjinni has quit IRC | 12:04 | |
*** monkegjinni has joined #melange | 12:05 | |
*** shrihari_ has joined #melange | 12:10 | |
*** denysbutenko has joined #melange | 12:13 | |
*** vivekjain has joined #melange | 12:13 | |
*** shrihari_ has quit IRC | 12:16 | |
Lennie | If you have a patch in for an issue and that issue has not been marked as patch received please let me know :) | 12:24 |
jasvir | Lennie: It is marked as patch received. | 12:25 |
Lennie | Then I don't need to know about it :D | 12:26 |
jasvir | Lennie: ok :) | 12:26 |
*** NightFury13 has quit IRC | 12:27 | |
*** jasvir has left #melange | 12:29 | |
*** shrihari has joined #melange | 12:30 | |
*** shrihari has quit IRC | 12:34 | |
*** coderbrahmin has quit IRC | 12:35 | |
*** larryxiao has joined #melange | 12:38 | |
*** coderbrahmin has joined #melange | 12:47 | |
*** larryxiao has quit IRC | 12:47 | |
*** Niharika has joined #melange | 12:52 | |
*** vivekjain has quit IRC | 13:09 | |
*** suranga_ has joined #melange | 13:14 | |
*** Niharika1 has joined #melange | 13:24 | |
*** mwilkes|away is now known as MatthewWilkes | 13:31 | |
*** Niharika1 has left #melange | 13:36 | |
*** larryxiao has joined #melange | 13:43 | |
*** larryxiao has quit IRC | 13:52 | |
*** shrihari has joined #melange | 13:54 | |
*** shweta has joined #melange | 13:58 | |
*** chitrank has joined #melange | 14:06 | |
*** raghunayyar has quit IRC | 14:07 | |
*** shrihari has quit IRC | 14:16 | |
*** rahul has joined #melange | 14:21 | |
*** rahul is now known as Guest41226 | 14:21 | |
*** bitgeeky has joined #melange | 14:22 | |
Guest41226 | Hi | 14:23 |
*** manugupt1 has joined #melange | 14:26 | |
*** Guest41226 has quit IRC | 14:26 | |
*** rocker has quit IRC | 14:28 | |
*** rocker has joined #melange | 14:29 | |
*** rahul_ has joined #melange | 14:29 | |
rahul_ | Hello, Devs | 14:30 |
rahul_ | I was configuring prequisite of the melange | 14:31 |
rahul_ | Prerequisites | 14:31 |
rahul_ | and documentation said that we must have python 2.7 | 14:32 |
*** larryxiao has joined #melange | 14:33 | |
*** shweta has quit IRC | 14:33 | |
rahul_ | I have python 3.2 installed on my ubuntu system | 14:33 |
rahul_ | So python 3.2 is will work or not? or should I switch to python 2.7? | 14:34 |
*** shweta has joined #melange | 14:35 | |
rahul_ | sorry for typos | 14:35 |
*** manugupt1 has quit IRC | 14:37 | |
Niharika | rahul_: Checkout the Getting Started guide. | 14:38 |
*** manugupt1 has joined #melange | 14:38 | |
*** manugupt1 has joined #melange | 14:38 | |
*** larryxiao has quit IRC | 14:39 | |
*** larryxiao has joined #melange | 14:39 | |
*** skathpalia has quit IRC | 14:42 | |
*** manugupt1 has quit IRC | 14:42 | |
*** shweta has quit IRC | 14:43 | |
*** rocker has quit IRC | 14:44 | |
*** larryxiao has quit IRC | 14:44 | |
*** rocker has joined #melange | 14:44 | |
*** manugupt1 has joined #melange | 14:45 | |
*** aps_ has joined #melange | 14:45 | |
*** aps has quit IRC | 14:46 | |
*** larryxiao has joined #melange | 14:47 | |
*** hifilander has joined #melange | 14:49 | |
rahul_ | Do I still need to install 2.7 version of python? or python 3.2 will work fine? | 14:49 |
*** denysbutenko has quit IRC | 14:52 | |
*** shweta has joined #melange | 14:54 | |
*** larryxiao1 has joined #melange | 14:56 | |
*** larryxiao has quit IRC | 14:56 | |
*** denysbutenko has joined #melange | 14:59 | |
*** denysbutenko has joined #melange | 14:59 | |
*** rihbyne has joined #melange | 14:59 | |
*** larryxiao1 has quit IRC | 15:01 | |
*** dougdastew1 has joined #melange | 15:02 | |
dougdastew1 | How can I change my login user name???? | 15:02 |
*** bitgeeky has quit IRC | 15:02 | |
rahul_ | dougdastex1, on IRC? | 15:03 |
dougdastew1 | No On GSoC | 15:04 |
dougdastew1 | on melange | 15:04 |
*** rahul_ has quit IRC | 15:05 | |
*** monkegji_ has joined #melange | 15:12 | |
*** r0bby has joined #melange | 15:14 | |
*** Mek_ has joined #melange | 15:15 | |
*** monkegjinni has quit IRC | 15:21 | |
*** robbyoconnor has quit IRC | 15:21 | |
*** Mek has quit IRC | 15:21 | |
*** jasvir has joined #melange | 15:23 | |
*** prth has quit IRC | 15:23 | |
*** prth has joined #melange | 15:23 | |
*** r0bby has quit IRC | 15:25 | |
*** sebifam has joined #melange | 15:25 | |
*** p has joined #melange | 15:35 | |
*** p is now known as Guest52430 | 15:35 | |
dougdastew1 | How can I change my login user name for melange??? | 15:36 |
*** devang has joined #melange | 15:37 | |
*** prth has quit IRC | 15:37 | |
*** shrihari has joined #melange | 15:39 | |
*** eLobato has joined #melange | 15:39 | |
*** eLobato has left #melange | 15:39 | |
*** coderbrahmin has quit IRC | 15:39 | |
*** manugupt1 has quit IRC | 15:41 | |
*** manugupt1 has joined #melange | 15:42 | |
*** manugupt1 has joined #melange | 15:42 | |
*** raghunayyar has joined #melange | 15:43 | |
*** Mek_ is now known as Mek | 15:45 | |
*** shrihari has quit IRC | 15:47 | |
*** manugupt1 has joined #melange | 15:47 | |
*** manugupt1 has joined #melange | 15:47 | |
*** hifilander has quit IRC | 15:49 | |
*** manugupt1 has quit IRC | 15:51 | |
*** vijay13 has joined #melange | 15:52 | |
*** manugupt1 has joined #melange | 15:53 | |
*** vijay13 has quit IRC | 15:53 | |
*** coderbrahmin has joined #melange | 15:55 | |
*** manugupt1_ has joined #melange | 15:55 | |
*** jasvir has left #melange | 15:56 | |
*** manugupt1 has quit IRC | 15:56 | |
*** sebifam has quit IRC | 16:01 | |
*** vivekjain has joined #melange | 16:01 | |
denysbutenko | When madrazr be back? | 16:01 |
*** rihbyne has quit IRC | 16:18 | |
*** skathpalia has joined #melange | 16:19 | |
*** bitgeeky has joined #melange | 16:23 | |
*** shikher has joined #melange | 16:31 | |
*** devang has quit IRC | 16:35 | |
*** prth has joined #melange | 16:36 | |
*** Darrel has quit IRC | 16:37 | |
*** Guest52430 has quit IRC | 16:38 | |
*** debugger22 has joined #melange | 16:42 | |
*** shweta has quit IRC | 16:42 | |
*** r0bby has joined #melange | 16:43 | |
*** debugger22 has quit IRC | 16:44 | |
*** debugger22 has joined #melange | 16:44 | |
*** ashishk has joined #melange | 16:46 | |
*** r0bby has quit IRC | 16:50 | |
*** r0bby has joined #melange | 16:51 | |
*** thegyro has joined #melange | 16:52 | |
*** denysbutenko has quit IRC | 16:56 | |
*** vimuthf has joined #melange | 16:57 | |
*** ashishk has quit IRC | 17:04 | |
*** Niharika has quit IRC | 17:07 | |
*** devang has joined #melange | 17:09 | |
*** ashishk has joined #melange | 17:17 | |
*** shrihari has joined #melange | 17:17 | |
*** denysbutenko has joined #melange | 17:26 | |
*** denysbutenko has joined #melange | 17:26 | |
*** r0bby has quit IRC | 17:29 | |
*** devang has quit IRC | 17:29 | |
*** NightFury13 has joined #melange | 17:30 | |
*** MatthewWilkes is now known as mwilkes|away | 17:35 | |
*** jcool has joined #melange | 17:37 | |
*** jigar11 has joined #melange | 17:41 | |
*** shalini1992 has joined #melange | 17:47 | |
shalini1992 | hello i am new to melange, had some questions about patches and tickets, i was not able to understand the status codes.. | 17:53 |
*** rihbyne has joined #melange | 17:56 | |
*** raghunayyar has quit IRC | 17:57 | |
*** RaulT has joined #melange | 17:58 | |
shalini1992 | ? | 17:59 |
*** rbyne has joined #melange | 18:00 | |
*** rbyne has quit IRC | 18:01 | |
*** vimuthf has left #melange | 18:01 | |
*** rbyne has joined #melange | 18:01 | |
*** rihbyne has quit IRC | 18:02 | |
*** rbyne is now known as rihbyne | 18:02 | |
*** shalini19921 has joined #melange | 18:02 | |
*** jigar11 has left #melange | 18:03 | |
*** shalini1992 has quit IRC | 18:04 | |
*** chitrank has quit IRC | 18:04 | |
*** aps_ has quit IRC | 18:07 | |
*** aps_ has joined #melange | 18:07 | |
*** shalini19921 has left #melange | 18:07 | |
*** aps_ has quit IRC | 18:07 | |
*** shalini19921 has joined #melange | 18:07 | |
*** rbyne has joined #melange | 18:07 | |
*** rihbyne has quit IRC | 18:08 | |
*** rbyne is now known as rihbyne | 18:08 | |
*** vivekjain has quit IRC | 18:08 | |
*** shalini19921 has left #melange | 18:09 | |
*** mwilkes|away is now known as MatthewWilkes | 18:11 | |
*** coderbrahmin has quit IRC | 18:12 | |
*** rbyne has joined #melange | 18:13 | |
*** rihbyne has quit IRC | 18:13 | |
*** rbyne is now known as rihbyne | 18:13 | |
*** rihbyne has quit IRC | 18:16 | |
*** rihbyne has joined #melange | 18:18 | |
*** denysbutenko has quit IRC | 18:19 | |
*** tierra has joined #melange | 18:23 | |
*** shrihari has quit IRC | 18:25 | |
*** rbyne has joined #melange | 18:27 | |
*** rihbyne has quit IRC | 18:27 | |
*** rbyne is now known as rihbyne | 18:28 | |
*** puhoshville has joined #melange | 18:29 | |
*** prth has quit IRC | 18:30 | |
*** mang0 has joined #melange | 18:31 | |
*** prth has joined #melange | 18:31 | |
*** rbyne has joined #melange | 18:32 | |
*** rihbyne has quit IRC | 18:32 | |
*** rbyne is now known as rihbyne | 18:34 | |
*** Darrel has joined #melange | 18:35 | |
*** rocker has quit IRC | 18:36 | |
puhoshville | hello! i registered as a KolibriOS mentor by mistake, but i'm student. can anyone help me? | 18:37 |
*** rbyne has joined #melange | 18:38 | |
*** rihbyne has quit IRC | 18:38 | |
*** prth has quit IRC | 18:42 | |
*** prth has joined #melange | 18:43 | |
*** rihbyne has joined #melange | 18:44 | |
*** p has joined #melange | 18:44 | |
*** p is now known as Guest83441 | 18:44 | |
*** rbyne has quit IRC | 18:44 | |
*** chitrank has joined #melange | 18:45 | |
*** vivekjain has joined #melange | 18:45 | |
*** prth has quit IRC | 18:48 | |
*** shikher has joined #melange | 18:50 | |
*** coderbrahmin has joined #melange | 18:50 | |
*** shikher has quit IRC | 18:50 | |
*** vivekjain has quit IRC | 18:53 | |
*** carols has joined #melange | 18:56 | |
*** shweta has joined #melange | 18:57 | |
*** jcool has left #melange | 18:59 | |
*** asmeurer__ has joined #melange | 19:00 | |
*** NightFury13 has quit IRC | 19:12 | |
*** denysbutenko has joined #melange | 19:12 | |
*** shalini479 has joined #melange | 19:16 | |
*** manugupt1_ has quit IRC | 19:17 | |
*** madrazr has joined #melange | 19:17 | |
*** ChanServ sets mode: +o madrazr | 19:17 | |
shalini479 | hello all i am facing problems with installation | 19:17 |
shalini479 | i am a gsoc aspirant n need help | 19:18 |
ashishk | madrazr: hi | 19:18 |
*** Guest83441 has quit IRC | 19:19 | |
madrazr | ashishk: Hi | 19:20 |
madrazr | shalini479: how can we help you? | 19:20 |
*** tierra has left #melange | 19:20 | |
ashishk | madrazr:can we work on issues which have status 'Accepted' ?? | 19:21 |
*** manugupt1_ has joined #melange | 19:21 | |
madrazr | ashishk: yes! | 19:21 |
*** asmeurer__ has quit IRC | 19:21 | |
madrazr | Accepted and Acknowledged both mean the same except that for Accepted we have a clear owner | 19:21 |
madrazr | *clearly assigned owner | 19:21 |
madrazr | well, we clearly know who the owner is :P | 19:22 |
ashishk | madrazr: ok,thanks | 19:22 |
shalini479 | madrazr: there is this command bin/buildout | 19:24 |
ashishk | madrazr: also i found various print commands in test_proposal.py i think it is unnecessary | 19:25 |
shalini479 | madrazr:nevermind, solved. thank yuo :) | 19:25 |
ashishk | sorry,there was a single print command which is unnecessary | 19:26 |
ashishk | madrazr: here ,i have removed it https://code.google.com/r/coolyashish-gsoc14/source/detail?r=b411daf3dbe31857285058303e145e2c6f41e4cd&name=cleanup | 19:27 |
tpb | <http://ln-s.net/B$BQ> (at code.google.com) | 19:27 |
denysbutenko | hi madrazr | 19:27 |
ashishk | madrazr: is it still open http://code.google.com/p/soc/issues/detail?id=1995?? | 19:28 |
*** RaulT_ has joined #melange | 19:28 | |
*** shweta has quit IRC | 19:29 | |
*** RaulT has quit IRC | 19:30 | |
madrazr | shalini479: you are welcome :) | 19:35 |
madrazr | ashishk: send patch please | 19:36 |
ashishk | madrazr: i will send it asap,i want to know if i can start working on it :) | 19:37 |
madrazr | ashishk: you don't have to take permissions/commands to start working on things :) | 19:37 |
madrazr | ashishk: well, unless it is a big change that needs some thought | 19:38 |
madrazr | ashishk: these changes are trivial | 19:38 |
ashishk | madrazr: sorry,i am talking about issue 1995 | 19:38 |
madrazr | ashishk: Oh, I see | 19:39 |
madrazr | ashishk: yes, please | 19:39 |
madrazr | ashishk: I haven't started any work on that | 19:39 |
madrazr | ashishk: go ahead! | 19:39 |
ashishk | madrazr: thnks :) | 19:39 |
madrazr | denysbutenko: Hello | 19:39 |
ashishk | madrazr: do i need to send git-format patch for this https://code.google.com/r/coolyashish-gsoc14/source/detail?r=b411daf3dbe31857285058303e145e2c6f41e4cd&name=cleanup | 19:40 |
tpb | <http://ln-s.net/B$BQ> (at code.google.com) | 19:40 |
*** MatthewWilkes is now known as mwilkes|away | 19:42 | |
*** ashishk has quit IRC | 19:49 | |
*** NightFury13 has joined #melange | 19:50 | |
*** rocker has joined #melange | 19:51 | |
*** rihbyne has quit IRC | 19:54 | |
*** nil1511 has joined #melange | 19:54 | |
puhoshville | madrazr: hello, could u fix me? i registered as a KolibriOS mentor by mistake... | 19:54 |
*** ashishk has joined #melange | 19:55 | |
*** shweta has joined #melange | 19:56 | |
dougdastew1 | How can I change my login user name for melange??? | 19:59 |
*** vivekjain has joined #melange | 20:01 | |
*** SinnerShanky has joined #melange | 20:13 | |
madrazr | puhoshville: fix you? :) | 20:14 |
madrazr | dougdastew1: you can't | 20:15 |
madrazr | dougdastew1: well, what do you mean by "login" username? | 20:15 |
madrazr | dougdastew1: do you mean the Google account you login with? | 20:15 |
madrazr | dougdastew1: or the username you entered on Melange? | 20:15 |
dougdastew1 | ok i see that it is my google account thanks | 20:17 |
madrazr | dougdastew1: np | 20:19 |
*** dougdastew1 has left #melange | 20:19 | |
shweta | madrazr: what does "bienvenue" label mean wrt bugs?? | 20:20 |
madrazr | shweta: it means new contributors are welcome to work on that issue | 20:21 |
madrazr | shweta: generally all contributors are welcome to work on any issue, but these are the ones that we think are reasonable enough for those who are new to the project | 20:22 |
puhoshville | madrazr: fix my account=) | 20:22 |
madrazr | puhoshville: heh | 20:23 |
shweta | madrazr: one more thing in this comment - https://code.google.com/p/soc/issues/detail?id=2016#c6 - daniel mentioned that server won't accept clashing dates but I am able to save incorrect dates | 20:23 |
tpb | <http://ln-s.net/B$EU> (at code.google.com) | 20:23 |
shweta | madrazr: and I don't see any error | 20:24 |
madrazr | puhoshville: what fix do you want? I see that you said you registered to KolibriOS by mistake | 20:24 |
madrazr | shweta: I was talking to KolibriOS org admin here yesterday | 20:24 |
madrazr | oops puhoshville I mean ^ | 20:24 |
carols | KolibriOS|yogev is still in here somewhere... | 20:24 |
madrazr | carols: yeah, we talked about this case yesterday | 20:25 |
carols | great | 20:25 |
madrazr | puhoshville: we also noticed that your request to become the mentor for KolibriOS was not accepted | 20:26 |
madrazr | puhoshville: so you are still not a mentor for KolibriOS | 20:26 |
SinnerShanky | I'm interested in writing the tests for JavaScript used in melange. Where can I start? | 20:26 |
carols | SinnerShanky: #melange | 20:26 |
carols | oh, sorry | 20:26 |
carols | my bad | 20:26 |
carols | SinnerShanky: with madrazr :-) | 20:26 |
*** coderbrahmin is now known as coderbrahmin|awa | 20:26 | |
madrazr | shweta: Daniel's comment is exactly what you asked in the PM | 20:28 |
madrazr | shweta: he means that is what we should do | 20:28 |
madrazr | shweta: not that it is already done | 20:28 |
madrazr | shweta: he says that we should build the server side logic in such a way that it won't accept clashing dates | 20:28 |
madrazr | shweta: however, it is not built yet | 20:28 |
SinnerShanky | @madrazr: Could you help me out with where I start at if I wanna take up writing tests as my GSoC project? | 20:29 |
madrazr | SinnerShanky: have you cloned our repository? | 20:29 |
madrazr | SinnerShanky: built Melange and have you run our test suite? | 20:29 |
denysbutenko | madrazr: gsoc logo has 924px, if I use twitter bootstrap width of container 1200px, what can I do with logo for better display him? | 20:31 |
madrazr | denysbutenko: one of our hopes is to get image assets in SVG format | 20:32 |
madrazr | denysbutenko: so you should just ignore about the banner for now | 20:33 |
puhoshville | madrazr: i know, but KolibriOS|yogev said that i've lost opportunity to register like a student... or it's wrong? | 20:34 |
olly | carols: you were technically correct - the best sort of correct | 20:35 |
madrazr | denysbutenko: whoa! | 20:35 |
madrazr | denysbutenko: whoa! what a timing! | 20:35 |
madrazr | denysbutenko: http://blog.chromium.org/2014/02/chrome-34-responsive-images-and_9316.html | 20:35 |
tpb | Title: Chromium Blog: Chrome 34: Responsive Images and Unprefixed Web Audio (at blog.chromium.org) | 20:35 |
madrazr | denysbutenko: Chromium announced that today | 20:35 |
*** mohit019 has joined #melange | 20:36 | |
denysbutenko | I saw, but only Chromium | 20:36 |
madrazr | denysbutenko: somebody has to start :) | 20:36 |
madrazr | denysbutenko: and I am glad that Chromium/Chrome is taking the lead in pushing the web forward in all the fronts | 20:37 |
madrazr | denysbutenko: SPDY wouldn't have happened if it weren't for Chrome | 20:37 |
madrazr | denysbutenko: WebRTC was also very unlikely to have happened without Chrome | 20:38 |
madrazr | puhoshville: that is correct | 20:39 |
SinnerShanky | @madrazr: checked out the repo already. Now building both local and an appengine instance to get familiar with it. | 20:39 |
*** sebastian has joined #melange | 20:39 | |
madrazr | puhoshville: however, we can help you with it this one time as an exception | 20:40 |
madrazr | puhoshville: I can delete your mentor profile so that you can go and create another profile for a student when student registrations open | 20:40 |
denysbutenko | madrazr: Anyway, i like and use only chrome ;) | 20:40 |
madrazr | SinnerShanky: you can postpone the App Engine part, not required at the moment. But you definitely need to get Melange running locally | 20:41 |
madrazr | along with running the test suite | 20:41 |
SinnerShanky | @madrazr: Okay. I'll do it and ask further. | 20:42 |
madrazr | SinnerShanky: sure | 20:42 |
puhoshville | madrazr: okay, thank you | 20:42 |
SinnerShanky | Also, since we are discussing about chrome. Why is it that the browser consumes so much memory? It sometimes makes my laptop unresponsive because of using too much memory. | 20:43 |
madrazr | SinnerShanky: I am not a Chrome developer. I am just an excited Chrome user (I am also an excited Firefox user) :) | 20:44 |
madrazr | SinnerShanky: So I don't know | 20:45 |
madrazr | SinnerShanky: you should however file an issue for Chromium project if you are having Chrome memory usage issues | 20:45 |
ashishk | madrazr:on http://localhost:8090/gsoc/org/application/list/google/gsoc2014,what is the use of save button in the list | 20:45 |
madrazr | ashishk: on some browsers it can supposedly batch the status changes, not sure which browser though :) | 20:47 |
madrazr | ashishk: also I am not even sure if that is the case anymore | 20:47 |
SinnerShanky | @madrazr: I prefer chrome over firefox since its smoother and faster though. But the memory usage is a killer. :P | 20:48 |
denysbutenko | SinnerShanky: Don't know. I do not ever close and he works fine. | 20:48 |
ashishk | madrazr: i think it used to save the status in the list,but it is not working . | 20:49 |
*** nil1511 has quit IRC | 20:52 | |
*** NightFury13 has quit IRC | 20:57 | |
*** vivekjain has quit IRC | 20:59 | |
*** chitrank has quit IRC | 21:01 | |
*** shashisp has joined #melange | 21:19 | |
*** shashisp has quit IRC | 21:23 | |
*** sebifam has joined #melange | 21:24 | |
denysbutenko | madrazr: Oh, my mistake. I forgot meta tag with viewport in root layout. Try to open page again. | 21:25 |
*** shweta has quit IRC | 21:25 | |
*** sebastian has quit IRC | 21:26 | |
*** skathpalia has quit IRC | 21:31 | |
*** puhoshville has quit IRC | 21:33 | |
*** shalini479 has quit IRC | 21:35 | |
*** monkegji_ has quit IRC | 21:36 | |
*** manugupt1_ has quit IRC | 21:37 | |
*** ashishk has quit IRC | 21:42 | |
*** denysbut_ has joined #melange | 21:59 | |
*** denysbut_ has joined #melange | 22:01 | |
*** denysbutenko has quit IRC | 22:02 | |
*** coderbrahmin has joined #melange | 22:05 | |
*** denysbut_ has quit IRC | 22:05 | |
*** coderbrahmin is now known as coderbrahmin|i18 | 22:10 | |
*** sebastian has joined #melange | 22:10 | |
*** coderbrahmin|i18 has quit IRC | 22:10 | |
*** coderbrahmin has joined #melange | 22:12 | |
*** sebifam has quit IRC | 22:12 | |
*** sebastian has quit IRC | 22:24 | |
*** carols has quit IRC | 22:37 | |
*** mohit019 has quit IRC | 22:40 | |
*** mudler has quit IRC | 22:41 | |
*** mudler has joined #melange | 22:42 | |
*** thegyro has quit IRC | 22:54 | |
*** denysbutenko has joined #melange | 23:01 | |
*** RaulT_ has quit IRC | 23:03 | |
*** denysbutenko has quit IRC | 23:06 | |
*** mang0 has quit IRC | 23:13 | |
*** coderbrahmin_ has joined #melange | 23:39 | |
*** SinnerShanky_ has joined #melange | 23:43 | |
*** debugger22_ has joined #melange | 23:44 | |
*** coderbrahmin|awa has quit IRC | 23:45 | |
*** debugger22 has quit IRC | 23:45 | |
*** SinnerShanky has quit IRC | 23:45 | |
randomax | madrazr, Hi | 23:56 |
madrazr | randomax: Hello | 23:59 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!