1 2014-09-10T08:39:04  *** greg_f has joined #moin-dev
   2 2014-09-10T10:33:56  *** penguinRaider has joined #moin-dev
   3 2014-09-10T13:54:51  *** RogerHaase has joined #moin-dev
   4 2014-09-10T17:57:12  *** greg_f has quit IRC
   5 2014-09-10T18:52:11  *** pjoshi has joined #moin-dev
   6 2014-09-10T19:02:10  <pjoshi> Hello RogerHaase
   7 2014-09-10T19:02:33  <pjoshi> I have been working on the issue provided by you
   8 2014-09-10T19:02:58  <pjoshi> https://bitbucket.org/thomaswaldmann/moin-2.0/issue/455/global-index-view-has-odd-link-to-anchor
   9 2014-09-10T19:03:16  <RogerHaase> hi pjoshi
  10 2014-09-10T19:03:47  <pjoshi> Here I got that point of code where we are setting url to that upward icon
  11 2014-09-10T19:04:04  <pjoshi> I tried to change it but doesn't work
  12 2014-09-10T19:07:09  <RogerHaase> pjoshi: do you know how to start a code review?
  13 2014-09-10T19:07:36  <pjoshi> No
  14 2014-09-10T19:07:48  <pjoshi> I tried to understand the code myself
  15 2014-09-10T19:08:01  <pjoshi> As I read the docs provided by you
  16 2014-09-10T19:09:18  <RogerHaase> from your repo root:
  17 2014-09-10T19:09:26  <RogerHaase> ./m extras
  18 2014-09-10T19:09:37  <RogerHaase> python upload.py
  19 2014-09-10T19:10:33  <RogerHaase> (assuming your are running linus, else it is "m extras")
  20 2014-09-10T19:11:34  <pjoshi> Yeah I am working on linux only
  21 2014-09-10T19:16:26  <RogerHaase> pjoshi: the above is similar to https://moin-20.readthedocs.org/en/latest/devel/development.html#add-more-tools-exercise-tools
  22 2014-09-10T19:17:43  <pjoshi> RogerHaase: I have to run the virtual enviornment when I am doing this ?
  23 2014-09-10T19:19:25  <RogerHaase> pjoshi: not needed, but shouldn't hurt
  24 2014-09-10T19:20:22  <pjoshi> RogerHaase: Okay as I am facing error in ./m extras..
  25 2014-09-10T19:21:24  <RogerHaase> in general, if you are using the ./m menu functions, you never have to start the virtual env, make.py starts it when needed in the subprocesses it generates
  26 2014-09-10T19:22:37  <RogerHaase> pjoshi:  post m-extras.txt to https://paste.thinkmo.de/
  27 2014-09-10T19:25:51  <pjoshi> RogerHaase: I have permission to read only
  28 2014-09-10T19:30:28  <RogerHaase> haha, I logged out and now I cannot login...
  29 2014-09-10T19:30:52  <pjoshi> RogerHaase: Will pastebin work for you ?
  30 2014-09-10T19:31:03  <RogerHaase> yes, use that
  31 2014-09-10T19:33:13  <pjoshi> http://pastebin.com/u/prakharjoshi
  32 2014-09-10T19:35:12  <RogerHaase> pjoshi: that is just ldap failing to compile, not needed for now.  Go ahead and do the "python upload.py"
  33 2014-09-10T19:35:28  <pjoshi> Okay
  34 2014-09-10T19:43:16  <RogerHaase> pjoshi: btw, using upload.py assumes you have changed at least one file
  35 2014-09-10T19:49:43  <RogerHaase> ThomasWaldmann: how does one log in to https://paste.thinkmo.de/?
  36 2014-09-10T20:04:52  *** pjoshi has quit IRC
  37 2014-09-10T20:10:56  *** penguinRaider has quit IRC
  38 2014-09-10T20:16:09  *** pjoshi has joined #moin-dev
  39 2014-09-10T20:17:30  <pjoshi> RogerHaase: when I am doing python upload.py then I am getting new issue subject
  40 2014-09-10T20:17:45  <pjoshi> what to fill in that ?
  41 2014-09-10T20:18:27  <RogerHaase> fixes #455 Global Index view has odd link to anchor for items with subitems
  42 2014-09-10T21:35:09  <pjoshi> RogerHaase: I did that
  43 2014-09-10T21:35:38  <pjoshi> And get 'urllib2.HTTPError: HTTP Error 200: Webcat Access denied'
  44 2014-09-10T21:37:30  <RogerHaase> pjoshi: do you show yourself logged in at https://codereview.appspot.com/
  45 2014-09-10T21:49:34  <pjoshi> RogerHaase: Yup
  46 2014-09-10T21:50:33  <RogerHaase> hmm, Iassume you tried python upload.py multiple times
  47 2014-09-10T21:52:28  <pjoshi> RogerHaase: Yeah I tried
  48 2014-09-10T21:52:33  <pjoshi> a lot of times
  49 2014-09-10T21:54:25  <RogerHaase> are you behind some proxy that may be blocking access?
  50 2014-09-10T21:55:09  <pjoshi> RogerHaase: How to check that ?
  51 2014-09-10T21:57:51  <RogerHaase> dk, iirc prior problem usually effected "python quickinstall.py"
  52 2014-09-10T21:58:43  <RogerHaase> are you at IIIT?
  53 2014-09-10T21:59:08  <pjoshi> RogerHaase: Naa I am from DAIICT
  54 2014-09-10T22:03:27  <RogerHaase> Just to reiterate the problem: you do "python upload.py", it may give you a small list of files and ask if you want to continue, you say "y", it asks for new issue subject, you give it one, and it gives it that Webcat Access Denied error
  55 2014-09-10T22:05:17  <pjoshi> RogerHaase: A lil change as I did python upload.py it ask me for new issue and then i put  "#455 Global Index view has odd link to anchor for items with subitems" in that
  56 2014-09-10T22:05:52  <pjoshi> and then it ask for emai_id and pass then the error showed as webchat access denied
  57 2014-09-10T22:13:33  <RogerHaase> pjoshi: hmmm, maybe try the logging options -v or --noisy to get more info https://code.google.com/p/rietveld/wiki/UploadPyUsage
  58 2014-09-10T22:14:18  <pjoshi> RogerHaase: You are from India ?
  59 2014-09-10T22:14:42  <RogerHaase> No, I am from Arizona, USA
  60 2014-09-10T22:18:34  *** pjoshi has quit IRC
  61 2014-09-10T22:56:08  *** RogerHaase has left #moin-dev
  62 

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-09-10 (last edited 2014-09-10 08:45:03 by IrcLogImporter)