1 2014-01-20T01:31:33  *** derdon has quit IRC
   2 2014-01-20T02:08:37  *** sudo_dirk_ has quit IRC
   3 2014-01-20T02:09:38  *** sudo_dirk has joined #moin-dev
   4 2014-01-20T03:43:25  *** bithin has joined #moin-dev
   5 2014-01-20T03:54:07  *** bithin has quit IRC
   6 2014-01-20T03:54:41  *** bithin has joined #moin-dev
   7 2014-01-20T04:37:41  *** ronny has quit IRC
   8 2014-01-20T06:33:06  *** ronny has joined #moin-dev
   9 2014-01-20T07:23:12  *** bithin_ has joined #moin-dev
  10 2014-01-20T07:23:19  *** bithin has quit IRC
  11 2014-01-20T08:13:12  *** bithin_ has quit IRC
  12 2014-01-20T08:20:34  *** bithin_ has joined #moin-dev
  13 2014-01-20T08:22:42  *** bithin_ has quit IRC
  14 2014-01-20T09:33:16  *** bithin_ has joined #moin-dev
  15 2014-01-20T09:37:53  *** bithin_ has quit IRC
  16 2014-01-20T09:56:43  *** greg_f has joined #moin-dev
  17 2014-01-20T10:23:16  *** derdon has joined #moin-dev
  18 2014-01-20T12:05:50  *** derdon has quit IRC
  19 2014-01-20T12:33:39  *** RogerHaase has joined #moin-dev
  20 2014-01-20T12:35:54  <sharky93> ThomasWaldmann: i'll hopefully finish the bs stuff in a couple of days time. a lot of work has been cropping up lately. mostly college stuff.
  21 2014-01-20T12:51:09  <RogerHaase> ThomasWaldmann: the pip 1.5 vs. 1.41 mystery is caused by virtualenv.  If you upgrade virtualenv in main python to 1.11 (I had 1.10), you will get pip 1.5 when you do "virtualenv myenv"
  22 2014-01-20T12:51:59  <ThomasWaldmann> RogerHaase: or, if one has a chance to get in between, one can also run pip install --upgrade pip inside the virtualenv
  23 2014-01-20T12:53:14  <ThomasWaldmann> sharky93: ok, please do it ASAP, there is another merge of your other stuff also waiting and I want to get that off the table
  24 2014-01-20T12:57:43  *** tonythomas01 has joined #moin-dev
  25 2014-01-20T12:59:17  <RogerHaase> ThomasWaldmann:  this is result with pip 1.5 http://rn0.ru/show/3DkIXOl3Aks1Ow6DEujf/
  26 2014-01-20T13:00:33  <RogerHaase> stdout = http://rn0.ru/show/2tN436RZ0XowL0AIY8On/
  27 2014-01-20T13:04:52  <ThomasWaldmann> RogerHaase: you used my new quickinstall.py and edited it to set PIP15 = True ?
  28 2014-01-20T13:09:38  <tonythomas01> ThomasWaldmann: any improvements with pip 1.5 ?
  29 2014-01-20T13:09:43  <RogerHaase> ThomasWaldmann: I didn't realize I was supposed to do the edit, reran it, ended successfully
  30 2014-01-20T13:10:13  <ThomasWaldmann> RogerHaase: i first wanted to try if it works at all, before introduce more new code like arg parsing
  31 2014-01-20T13:10:26  <ThomasWaldmann> and i suggest to keep it like that for a while
  32 2014-01-20T13:11:14  <ThomasWaldmann> later, if we see that the pip people are serious with all these incompatible changes and also offer a solution for the stuff the script uses now, but they want to kick out in 1.6,
  33 2014-01-20T13:11:31  <ThomasWaldmann> then we can still add cmdline options to deal with the versions
  34 2014-01-20T13:13:50  <sudo_dirk> ThomasWaldmann: Did you ask for testing quickinstall? I gave it a try and got an error message (Flask) see http://dpaste.com/1561071/.
  35 2014-01-20T13:13:57  <ThomasWaldmann> Graham Dumpleton ‏@GrahamDumpleton 10 Std.
  36 2014-01-20T13:13:59  <ThomasWaldmann> To which gods do we pray for a speedy updated pip release. This 1.5 version is driving me crazy.
  37 2014-01-20T13:14:16  <ThomasWaldmann> ^ it seems to cause problems not only for us...
  38 2014-01-20T13:14:46  <ThomasWaldmann> tonythomas01: the new quickinstall.py works (after you edit it and set PIP15=True)
  39 2014-01-20T13:15:22  <tonythomas01> ThomasWaldmann: ok I will try
  40 2014-01-20T13:15:44  <ThomasWaldmann> RogerHaase: the problem is that old pip does not know the options pip 1.5 required
  41 2014-01-20T13:16:52  <ThomasWaldmann> sudo_dirk: you also have the new pip as it seems, so you also have to edit quickinstall.py
  42 2014-01-20T13:17:52  <sudo_dirk> already started quickinstall with that change...
  43 2014-01-20T13:20:09  *** derdon has joined #moin-dev
  44 2014-01-20T13:24:02  <sudo_dirk> ThomasWaldmann: moin2 installed from scratch is running now. Thanks!
  45 2014-01-20T13:25:17  <ThomasWaldmann> thanks for testing :)
  46 2014-01-20T13:30:02  <tonythomas01> ThomasWaldmann: that line should just be added anywhere inside the quickinstall.py ?
  47 2014-01-20T13:32:58  <tonythomas01> sudo_dirk: You added the PIP15=True to the quickinstall.py and it worked ?
  48 2014-01-20T13:33:18  <sudo_dirk> tonythomas01: Yes, nothing else.
  49 2014-01-20T13:33:40  <tonythomas01> sudo_dirk: Where exactly should I add in that file ?
  50 2014-01-20T13:34:37  <RogerHaase> tonythomas01, it is line 11.  You may have to do "hg pull -u" to pull in the change to quickinstall.py
  51 2014-01-20T13:34:59  <sudo_dirk> tonythomas01: didn't get your question. I downloaded moin2, edited quickinstall.py and set PIP15=True. Then I went through the steps in the installation guide
  52 2014-01-20T13:35:43  <sudo_dirk> tonythomas01: PIP15 definition was already there, I just need to change from False -> True
  53 2014-01-20T13:37:09  <tonythomas01> sudo_dirk: I am in the installation step. actually, by doing python quickinstall.py is giving me Could not find a version that satisfies the requirement Flask-Themes>=0.2.0 (from moin==2.0.0a0) (from versions: 0.1.1, 0.1.2, 0.1.3, 0.1)
  54 2014-01-20T13:37:09  <tonythomas01>    errors
  55 2014-01-20T13:38:45  <tonythomas01> RogerHaase: I added it to the 11 th line in quickinstall.py , but no change. error still remains
  56 2014-01-20T13:39:13  <RogerHaase> tonythomas01:  I think you do not have the change tw made yesterday.  You must cd to your repo directory and do "hg pull -u"
  57 2014-01-20T13:39:38  <sudo_dirk> tonythomas01: I got Downloading/unpacking Flask-Themes>=0.2.0 (from moin==2.0.0a0)
  58 2014-01-20T13:41:58  <tonythomas01> RogerHaase: I did hg pull -u, did the setup again. but still gets this error http://rn0.ru/show/z7XJYJl4hAqrtezXFQp8/
  59 2014-01-20T13:43:00  <RogerHaase> my fault, I should have said do the edit to line 11 after the pull
  60 2014-01-20T13:44:05  <tonythomas01> RogerHaase: now adding
  61 2014-01-20T13:44:50  <tonythomas01> RogerHaase:Now, I cloned the whole thing again,
  62 2014-01-20T13:44:53  <tonythomas01> and the line is there
  63 2014-01-20T13:45:15  <tonythomas01> RogerHaase: do we need to sudo when quikcinstall.py ?
  64 2014-01-20T13:45:22  <RogerHaase> no
  65 2014-01-20T13:46:23  <RogerHaase> back in an hour
  66 2014-01-20T13:46:30  <tonythomas01> RogerHaase: again I get the same error :(
  67 2014-01-20T13:46:33  <tonythomas01> RogerHaase: ok
  68 2014-01-20T13:47:15  <ThomasWaldmann> tonythomas01: never use root if you do not need to, you'll just get into permissions troubles
  69 2014-01-20T13:47:31  <tonythomas01> after fresh clone, I get this error message http://rn0.ru/show/AhoYDAEMS21d2bGev4fS/
  70 2014-01-20T13:48:02  <ThomasWaldmann> and installing sw into a virtualenv is a operation that happily works with normal user permissions
  71 2014-01-20T13:48:57  <ThomasWaldmann> tonythomas01: you did not set PIP15 = True
  72 2014-01-20T13:49:39  <ThomasWaldmann> (or you did not use the latest code from bitbucket)
  73 2014-01-20T13:50:16  <tonythomas01> ThomasWaldmann: I cloned it freshly from hg clone http://hg.moinmo.in/moin/2.0 moin-2.0
  74 2014-01-20T13:51:06  <tonythomas01> oops ! Forgot. Now running the install
  75 2014-01-20T13:51:07  <tonythomas01> ;)
  76 2014-01-20T13:56:21  <tonythomas01> ThomasWaldmann:  Thanks ! Successfully installed atlast
  77 2014-01-20T13:56:24  <ThomasWaldmann> hg pull -u (from main repo) is the usual way of pulling changesets and updating your workdir
  78 2014-01-20T14:50:53  *** bithin_ has joined #moin-dev
  79 2014-01-20T15:08:22  *** bithin_ has quit IRC
  80 2014-01-20T15:49:31  *** tonythomas01 has quit IRC
  81 2014-01-20T16:03:05  *** bithin_ has joined #moin-dev
  82 2014-01-20T16:09:33  *** derdon has quit IRC
  83 2014-01-20T16:15:45  *** bithin_ has quit IRC
  84 2014-01-20T16:22:04  *** bithin_ has joined #moin-dev
  85 2014-01-20T16:23:07  *** bithin has joined #moin-dev
  86 2014-01-20T16:50:31  *** derdon has joined #moin-dev
  87 2014-01-20T17:14:14  *** dreimark_ has joined #moin-dev
  88 2014-01-20T17:14:19  *** dreimark_ is now known as ReimarBauer
  89 2014-01-20T17:24:29  *** bithin has quit IRC
  90 2014-01-20T17:27:12  *** moin3 has joined #moin-dev
  91 2014-01-20T17:27:45  *** moin3 is now known as tushraj
  92 2014-01-20T17:32:15  *** tushraj has quit IRC
  93 2014-01-20T18:05:22  *** greg_f has quit IRC
  94 2014-01-20T18:06:58  *** ReimarBauer has quit IRC
  95 2014-01-20T18:58:46  <RogerHaase> ThomasWaldmann: auto-scroll edit textarea for ReST items:  https://codereview.appspot.com/53330043/
  96 2014-01-20T19:40:56  <ThomasWaldmann> RogerHaase: done
  97 2014-01-20T19:48:39  <RogerHaase> ok, will do the suggested change later. Still looking for a lineno in docbook. (Found the one in rst by accident with pycharm).
  98 2014-01-20T20:04:15  *** fetyaska has joined #moin-dev
  99 2014-01-20T20:06:23  <sharky93> ThomasWaldmann: done with the change :)
 100 2014-01-20T20:06:53  <ThomasWaldmann> hey :)
 101 2014-01-20T20:08:13  <sharky93> moin :)
 102 2014-01-20T20:08:28  <ThomasWaldmann> how did you check they're unmodified?
 103 2014-01-20T20:08:47  <sharky93> did a diff with the original.
 104 2014-01-20T20:09:53  <sharky93> i was certain that there would not be much conflict, since we had discussed about this in the beginning to ensure compatiblity with newer versions of bootstrap, we had to make changes in our own independent file
 105 2014-01-20T20:10:10  <sharky93> discussed with TheSheep i mean :)
 106 2014-01-20T20:13:24  *** fetyaska has quit IRC
 107 2014-01-20T20:16:40  <ThomasWaldmann> added a small comment. method sounds ok.
 108 2014-01-20T20:26:06  <sharky93> ah. i'll update it in a minute. v3.0.0 is fine right?
 109 2014-01-20T20:26:46  <sharky93> i mean v3.0.0 RC2
 110 2014-01-20T20:28:32  <sharky93> done.
 111 2014-01-20T20:28:39  <sharky93> ThomasWaldmann: should we close #75 now?
 112 2014-01-20T20:30:29  <ThomasWaldmann> any bs source left in moin?
 113 2014-01-20T20:30:45  <sharky93> nope.
 114 2014-01-20T20:30:48  <ThomasWaldmann> any bs files left in moin?
 115 2014-01-20T20:31:06  <ThomasWaldmann> and you tested the documented procedure?
 116 2014-01-20T20:31:35  <sharky93> yes, that is how we started in the first place :)
 117 2014-01-20T20:31:46  <sharky93> copying the less files from bs source
 118 2014-01-20T20:32:05  <ThomasWaldmann> ok, then link to the changeset in a comment and close the issue
 119 2014-01-20T20:33:42  <sharky93> done
 120 2014-01-20T20:35:10  <ThomasWaldmann> #55 and #53?
 121 2014-01-20T20:36:11  * sharky93 thinks about what could be missing in the docs
 122 2014-01-20T20:36:36  <ThomasWaldmann> yeah, the issue is rather vague
 123 2014-01-20T20:37:12  <sharky93> those are basically milestones, from during the soc. that would be the job assigned for last week i suppose.
 124 2014-01-20T20:37:49  <ThomasWaldmann> ok, link to your docs please?
 125 2014-01-20T20:39:16  <sharky93> there's this commit https://bitbucket.org/sharky93/moin-2.0-bootstrap/commits/71572696773e337ce09758af60c261692150e3e8 and the latest one.
 126 2014-01-20T20:39:27  <sharky93> those complete the doc for basic theme.
 127 2014-01-20T20:41:09  <sharky93> hmm.. i don't think there is anything left to add in the docs for basic theme ..
 128 2014-01-20T20:43:47  <ThomasWaldmann> https://bitbucket.org/sharky93/moin-2.0-bootstrap/commits/71572696773e337ce09758af60c261692150e3e8#Ldocs/devel/development.rstT286 that looks different than what's described in their docs
 129 2014-01-20T20:43:52  <ThomasWaldmann> the > is missing?
 130 2014-01-20T20:44:56  <sharky93> line number ?
 131 2014-01-20T20:46:37  <ThomasWaldmann> 286
 132 2014-01-20T20:47:16  <ThomasWaldmann> also that ``...`` in those 2 lines looks a bit strange
 133 2014-01-20T20:48:18  <ThomasWaldmann> line 280 misses the final .
 134 2014-01-20T20:48:31  <sharky93> iirc, i reused stuff already in moin docs
 135 2014-01-20T20:50:20  <ThomasWaldmann> there is source code just a few lines after that, see there how it is done correctly
 136 2014-01-20T20:51:10  <sharky93> yep. just checked that.
 137 2014-01-20T20:53:17  <ThomasWaldmann> sharky93: btw, iirc at 30c3 there was a guy from india talking about indian internet surveillance
 138 2014-01-20T20:54:12  * ThomasWaldmann .oO(hi guys!)
 139 2014-01-20T20:56:01  <sharky93> ThomasWaldmann: 30c3? yes, there have been some discussions about social media sites
 140 2014-01-20T20:56:22  * sharky93 ran tests. pushed.
 141 2014-01-20T20:57:48  <ThomasWaldmann> lots of interesting videos from 30c3 online, btw
 142 2014-01-20T20:58:24  <ThomasWaldmann> sharky93: how many big merges did you do yet with hg?
 143 2014-01-20T20:59:46  <sharky93> ThomasWaldmann: none involving much conflict. so don't have much idea how are we supposed to handle that.
 144 2014-01-20T21:00:20  <sharky93> ThomasWaldmann: there's this playlists @ http://www.youtube.com/playlist?list=PLOcrXzpA0W82rsJJKrmeBlY3_MS0uQv3h
 145 2014-01-20T21:00:25  <sharky93> *playlist
 146 2014-01-20T21:05:12  * sharky93 sleepy
 147 2014-01-20T21:07:19  * sharky93 says gn. goes to bed.
 148 2014-01-20T21:30:38  <ThomasWaldmann> gn sharky93
 149 2014-01-20T22:10:29  *** RogerHaase has left #moin-dev
 150 

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-01-20 (last edited 2014-01-20 01:45:02 by IrcLogImporter)