1 2014-09-02T08:54:03  *** greg_f has joined #moin-dev
   2 2014-09-02T14:39:51  *** greg_f has quit IRC
   3 2014-09-02T14:41:12  *** RogerHaase has joined #moin-dev
   4 2014-09-02T15:06:45  <ThomasWaldmann> ananasova: https://bitbucket.org/thomaswaldmann/moin-2.0/issue/401/change-useris_subscribed_to-method-to close?
   5 2014-09-02T15:20:43  <ananasova> ThomasWaldmann: nope, it still accepts an item - https://bitbucket.org/thomaswaldmann/moin-2.0/src/264e4015212e1edefee77544337db2e76687335c/MoinMoin/user.py?at=default#cl-572
   6 2014-09-02T15:21:11  <ananasova> here is the old cr - https://codereview.appspot.com/65070043/
   7 2014-09-02T15:23:20  *** penguinRaider has quit IRC
   8 2014-09-02T15:27:07  * ThomasWaldmann added the link to the issue
   9 2014-09-02T15:27:25  <ThomasWaldmann> I am going through some high-prio issues, looking if i can fix some.
  10 2014-09-02T15:50:17  *** dave_largo has joined #moin-dev
  11 2014-09-02T16:51:02  *** mapreri has quit IRC
  12 2014-09-02T16:53:17  *** mapreri has joined #moin-dev
  13 2014-09-02T16:59:52  *** vpv has quit IRC
  14 2014-09-02T16:59:59  *** vpv has joined #moin-dev
  15 2014-09-02T18:55:16  *** mapreri has left #moin-dev
  16 2014-09-02T19:32:57  *** dave_largo has quit IRC
  17 2014-09-02T20:06:24  *** prakhar has joined #moin-dev
  18 2014-09-02T20:06:46  <prakhar> Hello everyone!! I am new too this organisation
  19 2014-09-02T20:07:16  <prakhar> I like working in python and want to contribute to this organisation
  20 2014-09-02T20:07:32  <prakhar> So anyone please help me in doing so?
  21 2014-09-02T20:12:36  <ThomasWaldmann> hi prakhar
  22 2014-09-02T20:12:54  <prakhar> hello
  23 2014-09-02T20:12:59  <ThomasWaldmann> sure. did you find the MoinMoin2.0 page already?
  24 2014-09-02T20:13:15  <prakhar> that wiki one right ?
  25 2014-09-02T20:13:32  <ThomasWaldmann> https://moinmo.in/MoinMoin2.0
  26 2014-09-02T20:13:46  <ThomasWaldmann> there is some highlevel info and all the links you need
  27 2014-09-02T20:16:00  <prakhar> Okay. Will go through that. I also want to ask that I want to contribute under GSOC so is their any project for GSOC'15 ?
  28 2014-09-02T20:17:02  <ThomasWaldmann> well, that's still some months to go. we may apply, directly or under psf umbrella.
  29 2014-09-02T20:17:32  <ThomasWaldmann> you can look at the ideas pages of the last years, see front page
  30 2014-09-02T20:18:11  <prakhar> Okay will read the docs
  31 2014-09-02T20:18:13  <prakhar> :D
  32 2014-09-02T20:18:23  <ThomasWaldmann> best is if you try to use moin2 locally, likely you'll find a lot of places to improve it
  33 2014-09-02T20:18:57  <prakhar> Okay. there is link of code I saw on page
  34 2014-09-02T20:19:04  <prakhar> will pull that code
  35 2014-09-02T20:19:32  <ThomasWaldmann> do you have some specific interests / capabilities?
  36 2014-09-02T20:20:31  <prakhar> I have made an open bookstore from scratch in python on django webframe and hosted it on heroku.
  37 2014-09-02T20:20:51  <prakhar> Its live here http://aqueous-ridge-4845.herokuapp.com/
  38 2014-09-02T20:21:07  <prakhar> I ahve also worked on bootstrap as frontend
  39 2014-09-02T20:21:13  <ThomasWaldmann> ah, nice :) i am also doing some django stuff in parallel
  40 2014-09-02T20:21:54  <prakhar> Oh great, I always want to do work on django and python
  41 2014-09-02T20:22:05  <prakhar> And I want to work more on it
  42 2014-09-02T20:22:26  <prakhar> I made that app myself.
  43 2014-09-02T20:22:32  <prakhar> from scratch
  44 2014-09-02T20:23:41  <prakhar> and I also wrote a python script to scratch the mail from the university mail system so that when I run the script i will get mail if I have got a courier
  45 2014-09-02T20:23:41  <prakhar> :P
  46 2014-09-02T20:24:02  <ThomasWaldmann> http://aqueous-ridge-4845.herokuapp.com/accounts/login/?next=/password_change
  47 2014-09-02T20:24:12  <ThomasWaldmann> try that without being logged in :)
  48 2014-09-02T20:24:35  *** RogerHaase has left #moin-dev
  49 2014-09-02T20:26:08  <prakhar> ah. my bad
  50 2014-09-02T20:26:22  <prakhar> Got the error, as I have to correct the url :/
  51 2014-09-02T20:26:48  <ThomasWaldmann> also, for public/production deployment, switch off DEBUG
  52 2014-09-02T20:27:51  <prakhar> Emmm... In Debug=False the static files were not served
  53 2014-09-02T20:27:57  <prakhar> I tried that
  54 2014-09-02T20:28:12  <prakhar> on heroku
  55 2014-09-02T20:28:58  <ThomasWaldmann> you need some additional django command for static file deployment
  56 2014-09-02T20:29:47  <ThomasWaldmann> collectstatic iirc
  57 2014-09-02T20:30:03  <prakhar> Actually, truely speaking When i started learning stuff I didn't though of making an app. So this is just my first app. But I learnt a lot from that.
  58 2014-09-02T20:30:20  <prakhar> Yeah I ahve run the collectstatic command also
  59 2014-09-02T20:30:44  <prakhar> This collects the files in a media Directory in the base_dir
  60 2014-09-02T20:30:56  <prakhar> But still had some issues on heroku
  61 2014-09-02T20:33:26  <prakhar> ThomsWaldmann: i wanna ask you that what type of django work you have ?
  62 2014-09-02T20:34:41  <ThomasWaldmann> https://nsupdate.info/ - a project some hackerspace inhabitants did at a contest last autumn
  63 2014-09-02T20:36:39  <prakhar> oh. So you are working on it ?
  64 2014-09-02T20:36:48  <ThomasWaldmann> yes
  65 2014-09-02T20:36:56  <ThomasWaldmann> https://github.com/bepasty/bepasty-server < another one in flask
  66 2014-09-02T20:38:32  <prakhar> the second one seems to be a good idea
  67 2014-09-02T20:44:25  <ThomasWaldmann> both are quite useful (if needed ... :)
  68 2014-09-02T20:45:49  <prakhar> Yeah. So these you are gonna proposed in GSOC ?
  69 2014-09-02T20:47:21  <ThomasWaldmann> unlikely, they are rather small projects
  70 2014-09-02T20:47:41  <ThomasWaldmann> but moin2 likely will
  71 2014-09-02T20:47:59  <prakhar> Oh.. actually i wanna Do GSOC this summer
  72 2014-09-02T20:48:16  <ThomasWaldmann> you mean 2015
  73 2014-09-02T20:48:26  <prakhar> and will be great if i help this organisation
  74 2014-09-02T20:48:38  <prakhar> Yeah 2015
  75 2014-09-02T20:49:04  <ThomasWaldmann> contributions are always welcome. and if you start early and we already know you, that's a plus.
  76 2014-09-02T20:50:27  <prakhar> Yeah thats why I am trying to know more and want to learn more
  77 2014-09-02T20:50:28  <prakhar> :D
  78 2014-09-02T20:51:22  <ThomasWaldmann> as you already used bootstrap: we use that in "basic" theme
  79 2014-09-02T20:51:49  <prakhar> Oh Great in my app I totally used bootstrap
  80 2014-09-02T20:52:02  <prakhar> I will like to work on that also
  81 2014-09-02T20:59:15  <ThomasWaldmann> if you have questions, just ask here (but maybe read docs before :)
  82 2014-09-02T21:03:36  <prakhar> Sure :)
  83 2014-09-02T21:49:17  <prakhar> ThomasWaldmann: can you provide the code link ?
  84 2014-09-02T21:49:39  <prakhar> oh sorry
  85 2014-09-02T21:49:54  <prakhar> wait its on hg right /
  86 2014-09-02T21:53:24  <ThomasWaldmann> prakhar: you can fork the repo on bitbucket
  87 2014-09-02T21:53:30  <ThomasWaldmann> that's best for contributing
  88 2014-09-02T21:53:39  <prakhar> Okay Sure.
  89 2014-09-02T21:54:10  <prakhar> And Sir, how should i proceed then ?
  90 2014-09-02T21:58:04  <ThomasWaldmann> clone it to your local machine from your bb repo and hack on it
  91 2014-09-02T22:00:22  <prakhar> bb repo ?
  92 2014-09-02T22:03:15  <ThomasWaldmann> your bitbucket repo
  93 2014-09-02T22:04:55  <prakhar> oh. My bad.
  94 2014-09-02T22:08:37  <prakhar> ThomasWaldmann: and by hack what you mean ?
  95 2014-09-02T22:10:12  <ThomasWaldmann> improve the code, html, css, docs
  96 2014-09-02T22:14:41  <prakhar> Okay Sure, Can you guide me how to run the code locally ?
  97 2014-09-02T22:16:21  <ThomasWaldmann> it's described in the docs, did you find them?
  98 2014-09-02T22:17:41  <prakhar> Naa, I didn't traced them
  99 2014-09-02T22:18:02  <prakhar> Please send me the link again.
 100 2014-09-02T22:18:02  <ThomasWaldmann> linked from the MoinMoin2.0 wiki page
 101 2014-09-02T22:59:21  <prakhar> ThomasWaldmann: that gae one is the current hosted site right ?

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-09-02 (last edited 2014-09-02 09:00:02 by IrcLogImporter)