1 2010-04-05T00:29:29  *** RogerHaase has quit IRC
   2 2010-04-05T00:33:57  <CIA-55> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5649:45ff88d54d96 1.9/MoinMoin/search/results.py: search: ignore FoundRemote instances to avoid crashes (needs more work)
   3 2010-04-05T01:17:07  <CIA-55> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5650:90cca4781e96 1.9/MoinMoin/i18n/ (43 files): updated i18n
   4 2010-04-05T02:00:09  *** valeuf_ has joined #moin-dev
   5 2010-04-05T02:00:57  *** valeuf has quit IRC
   6 2010-04-05T02:00:57  *** valeuf_ is now known as valeuf
   7 2010-04-05T02:17:17  *** valeuf has quit IRC
   8 2010-04-05T02:17:27  *** valeuf has joined #moin-dev
   9 2010-04-05T03:06:21  *** valeuf_ has joined #moin-dev
  10 2010-04-05T03:06:22  *** valeuf has quit IRC
  11 2010-04-05T03:06:22  *** valeuf_ is now known as valeuf
  12 2010-04-05T04:56:41  *** mrht has quit IRC
  13 2010-04-05T05:34:20  *** valeuf_ has joined #moin-dev
  14 2010-04-05T05:34:20  *** valeuf has quit IRC
  15 2010-04-05T05:34:21  *** valeuf_ is now known as valeuf
  16 2010-04-05T06:10:48  *** mrht has joined #moin-dev
  17 2010-04-05T06:28:26  *** valeuf_ has joined #moin-dev
  18 2010-04-05T06:28:27  *** valeuf has quit IRC
  19 2010-04-05T06:28:28  *** valeuf_ is now known as valeuf
  20 2010-04-05T07:13:20  *** valeuf_ has joined #moin-dev
  21 2010-04-05T07:13:20  *** valeuf has quit IRC
  22 2010-04-05T07:13:21  *** valeuf_ is now known as valeuf
  23 2010-04-05T08:21:17  *** diofeher has joined #moin-dev
  24 2010-04-05T08:37:05  *** diofeher has left #moin-dev
  25 2010-04-05T08:51:05  *** valeuf_ has joined #moin-dev
  26 2010-04-05T08:51:05  *** valeuf has quit IRC
  27 2010-04-05T08:51:06  *** valeuf_ is now known as valeuf
  28 2010-04-05T09:29:55  *** diofeher has joined #moin-dev
  29 2010-04-05T09:30:02  <dreimark> moin
  30 2010-04-05T09:30:17  <diofeher> :-)
  31 2010-04-05T09:30:33  <dreimark> now we get a file from today
  32 2010-04-05T09:30:51  <dreimark> or the bot is sleeping
  33 2010-04-05T09:31:37  <diofeher> hehe
  34 2010-04-05T09:31:49  <diofeher> let's talk here or at moin-soc?
  35 2010-04-05T09:32:08  <dreimark> at moin-soc
  36 2010-04-05T10:22:58  *** diofeher has quit IRC
  37 2010-04-05T11:37:06  <dreimark> TheSheep: i woant to get rid of that extra empty line of the highlight parser
  38 2010-04-05T11:37:09  <dreimark> http://paste.pocoo.org/show/197768/
  39 2010-04-05T11:37:51  <dreimark> setting to empty works, but also I got the question why not del that elements
  40 2010-04-05T13:42:38  <CIA-55> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4502:ccb335181571 1.8/MoinMoin/ (Page.py PageEditor.py): avoid hardly recoverable crashes if #format specification is invalid
  41 2010-04-05T13:58:40  *** franklin_ has joined #moin-dev
  42 2010-04-05T13:59:37  *** franklin_ has quit IRC
  43 2010-04-05T14:24:22  <TheSheep> dreimark: ew, where do those lines come from?
  44 2010-04-05T14:24:35  <TheSheep> dreimark: don't add them in the first place, don't remove them after the fact
  45 2010-04-05T14:33:15  <dreimark> TheSheep: i have no idea i just saw that - and sure you are right
  46 2010-04-05T14:34:19  * dreimark is always trying to change as less as possible for getting to the point at first place.
  47 2010-04-05T14:36:15  <dreimark> the annotation says "moindev" who ever that is
  48 2010-04-05T14:42:07  <TheSheep> me
  49 2010-04-05T14:42:24  <TheSheep> I'm removing a couple of tags from the stream
  50 2010-04-05T14:42:48  <TheSheep> because thecan't remember what exactly, I should have left a comment
  51 2010-04-05T14:43:24  <TheSheep> but removing newline characters is not good there, you simply shouldn't have extra newline characters in the input
  52 2010-04-05T14:43:55  <dreimark> the end of the list looks like
  53 2010-04-05T14:44:00  <dreimark> , u'<span class="line"><span class="LineNumber"><a href="#CA-875367613eaeed70360a1379baf5f834b7498609_3">   3</a> </span><span class="LineAnchor" id="CA-875367613eaeed70360a1379baf5f834b7498609_3"></span>', u'<span class="anchor" id="line-3-1"></span>', u'']
  54 2010-04-05T14:44:35  <dreimark> and there is no newline at my input data
  55 2010-04-05T14:45:03  <TheSheep> then why do you remove the third element?
  56 2010-04-05T14:45:31  <TheSheep> ah, I see now, yes, del would have been better
  57 2010-04-05T14:47:42  <dreimark> the question is why are those added before and do you have had a reason not removing the third
  58 2010-04-05T14:49:04  * dreimark sees always an extra enumbered line without content in all highlighted code i remember
  59 2010-04-05T14:50:52  *** kursor has joined #moin-dev
  60 2010-04-05T14:51:12  <TheSheep> dreimark: I suppose that whole method would use rewriting
  61 2010-04-05T14:51:22  <TheSheep> dreimark: I wrote it in a pretty clumsy way
  62 2010-04-05T14:52:22  <TheSheep> dreimark: the idea was to output the opening spans, then dump the contents of the line, and then close the spans on \n
  63 2010-04-05T14:52:38  <TheSheep> dreimark: but it results in one opening too much at the end
  64 2010-04-05T14:53:13  <TheSheep> dreimark: perhaps assembling a whole line first, and then wrapping it in spans would be better
  65 2010-04-05T14:54:42  <dreimark> hmm, I guess that can work with db click  too
  66 2010-04-05T14:55:09  <dreimark> TheSheep: do you have time to work on that fix?
  67 2010-04-05T14:55:37  <TheSheep> dreimark: not really, I'd use del for now
  68 2010-04-05T14:55:49  <TheSheep> dreimark: it will get rewritten for the DOM parser anyways, right?
  69 2010-04-05T14:56:03  <dreimark> ok,yes you are right
  70 2010-04-05T14:56:52  <dreimark> please do this minmial changeset and add a ToDo for the rewrite if possible, yes?
  71 2010-04-05T14:57:05  <TheSheep> yes, thanks for pointing it out
  72 2010-04-05T14:58:02  <TheSheep> I will actually use .pop() instead of del :
  73 2010-04-05T14:58:04  <TheSheep> ):)
  74 2010-04-05T14:58:22  <dreimark> :)
  75 2010-04-05T15:04:52  <TheSheep> I'm getting a warning about projection.css: Resource interpreted as stylesheet but transferred with MIME type text/html.
  76 2010-04-05T15:07:44  <dreimark> where is that?
  77 2010-04-05T15:08:54  <TheSheep> I suppose the problem is that the standalone server serves projection.css file with bad mime type
  78 2010-04-05T15:09:20  <TheSheep> ah, no
  79 2010-04-05T15:09:37  <TheSheep> projection.css is missing and a wiki page is being served instead :/
  80 2010-04-05T15:09:38  <dreimark> where do i have to look at, apparently it is not shown in the log
  81 2010-04-05T15:10:21  <TheSheep> I get the warning in my browser
  82 2010-04-05T15:10:31  <TheSheep> but it's ok with default themes that have projection.css
  83 2010-04-05T15:11:27  <TheSheep> so, the problems is that some of my themes don't have a projection.css file, and a 'do you want to create this page' page is served for it
  84 2010-04-05T15:11:44  <dreimark> hmm, .oO hidden dependency of one of the changesets
  85 2010-04-05T15:11:58  <dreimark> that's ugly
  86 2010-04-05T15:16:21  <dreimark> TheSheep: may be you see it now because of the static url change which let the browser invalidate the cache.
  87 2010-04-05T15:30:01  <TheSheep> dreimark: no, it was proaly there always, it's pretty much hidden, I just saw it ecause I'm looking at the page source
  88 2010-04-05T15:37:34  <dreimark> ok
  89 2010-04-05T15:49:53  <TheSheep> dreimark: that empty line, it's added by pygments for some reason
  90 2010-04-05T15:50:31  <TheSheep> dreimark: if I force removing it at the end, then you can't have {{{}}} with an empty line at the ed
  91 2010-04-05T15:50:34  <TheSheep> end
  92 2010-04-05T15:53:04  <TheSheep> weird, even if I have 5 lines at the end, moin strips them :/
  93 2010-04-05T15:53:19  <dreimark> hmm, why would one want an extra empty line? i mean now i have it on all places and doesn't want it
  94 2010-04-05T15:53:30  <TheSheep>         self.raw = raw.strip('\n')
  95 2010-04-05T15:53:33  <TheSheep> who did that XD
  96 2010-04-05T15:54:29  <dreimark> http://moinmo.in/MoinMoinBugs/XmlrpcPutPageStoresUnchangedPages
  97 2010-04-05T15:54:53  <dreimark> i had that problem also and there it creates revisions because it compares different
  98 2010-04-05T15:55:55  <dreimark> ly
  99 2010-04-05T16:07:49  <dreimark> bbl
 100 2010-04-05T16:14:59  <TheSheep> looks like the newlines from the end are getting removed before I get them in the parser :/
 101 2010-04-05T16:21:46  <CIA-55> Radomir Dopieralski <moindev@sheep.art.pl> default * 5651:14fd7e416807 1.9/MoinMoin/parser/highlight.py: Get rid of the empty line at the end of code highlights
 102 2010-04-05T17:09:15  <ThomasWaldmann> http://moinmo.in/MoinMoinBugs/BrokenRenderingOfTeletypeText someone against applying this?
 103 2010-04-05T18:21:25  *** moin8 has joined #moin-dev
 104 2010-04-05T18:21:42  *** moin8 is now known as RogerHaase
 105 2010-04-05T18:32:07  <RogerHaase> ThomasWaldmann: On autoscroll license, you want me to drop the lines Copyright: 2010 Roger D. Haase and License: GNU GPL V2 or later and just add my name after Radomir's?
 106 2010-04-05T18:32:24  <RogerHaase> Not sure what you mean by "should use same license as the code by Radomir had initially"
 107 2010-04-05T18:35:33  <ThomasWaldmann> well, it is one piece of code by you and radomir
 108 2010-04-05T18:36:04  <ThomasWaldmann> so there could be one license: ... and one copyright: ... describing it?
 109 2010-04-05T18:36:32  <ThomasWaldmann> or how shall anybody know what's pd and what's gpl and who did what?
 110 2010-04-05T18:40:56  <RogerHaase> ThomasWaldmann: Yes would be an acceptable answer :).  When you say "initially" I wondered whether you wanted to go back to public domain?
 111 2010-04-05T18:43:20  <ThomasWaldmann> it's not my code and I am happy with both pd or gpl, but I prefer something clear and non-confusing :)
 112 2010-04-05T18:44:43  *** JosefMeier has joined #moin-dev
 113 2010-04-05T18:46:31  <RogerHaase> Me too, I can agree with Radimir's license but can not change it.
 114 2010-04-05T18:47:23  <RogerHaase> TheSheep: would you help us out here and just make your license GNU GPL V2 or later?
 115 2010-04-05T18:54:02  *** JosefMeier has quit IRC
 116 2010-04-05T18:55:20  *** JosefMeier has joined #moin-dev
 117 2010-04-05T18:59:22  <RogerHaase> ThomasWaldmann: I updated my repository to tip and found autoscroll changes were not included.  Do you want future changesets to be incremental to what has been applied to moinmo.in or to the repository?
 118 2010-04-05T19:00:26  <ThomasWaldmann> i committed the stuff. how did you "update"?
 119 2010-04-05T19:01:17  <ThomasWaldmann> (and moinmo.in runs code from repo)
 120 2010-04-05T19:02:28  <dreimark> RogerHaase: hg pull -u
 121 2010-04-05T19:02:44  <RogerHaase> TortoiseHG.  I received about 4 changes, but none of the autoscroll.  I will the hg line commands.
 122 2010-04-05T19:04:27  <dreimark> u need to update your working dif
 123 2010-04-05T19:04:50  <ThomasWaldmann> you need to select "update workdir" (or so) from the dropdown menue on the top right when pulling changes
 124 2010-04-05T19:05:01  <dreimark> may be you need to merge, because of your own changes
 125 2010-04-05T19:05:03  <ThomasWaldmann> if there is "do nothing", you workdir won't get updated
 126 2010-04-05T19:05:52  * dreimark uses in such a case  hg revert --all and hg update
 127 2010-04-05T19:05:56  <dreimark> bbl
 128 2010-04-05T19:17:07  <RogerHaase> Did diff to save changes; hg revert -all, hg update; >> 0 files updated and no autoscroll changes.
 129 2010-04-05T19:20:34  <ThomasWaldmann> hg heads
 130 2010-04-05T19:21:56  <RogerHaase> Sat Apr 03 12:17:32
 131 2010-04-05T19:23:18  <ThomasWaldmann> is it showing 1 head only?
 132 2010-04-05T19:26:50  <RogerHaase> OK found magic words of hg pull -u (just like dreimark said).  Now I am updated.
 133 2010-04-05T19:33:32  <RogerHaase> bbl
 134 2010-04-05T19:33:38  *** RogerHaase has quit IRC
 135 2010-04-05T19:34:27  <JosefMeier> Moin
 136 2010-04-05T19:35:00  <JosefMeier> Is there a way to get a list of all pages over a xmlrpc request without underlay and system pages?
 137 2010-04-05T19:36:30  <ThomasWaldmann> good question, did you read xmlrpc server src?
 138 2010-04-05T19:38:02  <TheSheep> RogerHaase: maybe just tell me exactly what do you want me to do?
 139 2010-04-05T19:39:24  <JosefMeier> yes. there is a function "getAllPagesEx". But I didn't understand how to write a xmlrpc request with the proper parameters which are needed by this function.
 140 2010-04-05T19:39:43  <JosefMeier> So I think this is my real problem :-)
 141 2010-04-05T19:39:45  <TheSheep> please treat my code as a proof of concept and sign it as yours if it helps
 142 2010-04-05T19:42:08  <ThomasWaldmann> JosefMeier: with opts=dict(include_underlay=False)
 143 2010-04-05T19:59:20  *** kursor has quit IRC
 144 2010-04-05T19:59:53  <JosefMeier> ThomasWaldmann: I'll try that. Thanks
 145 2010-04-05T20:03:33  *** diofeher has joined #moin-dev
 146 2010-04-05T20:12:21  <dreimark> re
 147 2010-04-05T20:12:42  <dreimark> JosefMeier: look at test_search -domain stuff i added recently
 148 2010-04-05T20:12:56  *** JosefMeier1 has joined #moin-dev
 149 2010-04-05T20:13:13  *** JosefMeier has quit IRC
 150 2010-04-05T20:13:16  <dreimark> and getPageList has also a parmeter for that
 151 2010-04-05T20:40:10  *** _buck has joined #moin-dev
 152 2010-04-05T20:48:59  *** JosefMeier1 has quit IRC
 153 2010-04-05T20:51:14  *** JosefMeier has joined #moin-dev
 154 2010-04-05T20:57:13  <CIA-55> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5652:5b04b7edee94 1.9/MoinMoin/PageGraphicalEditor.py: gui editor: compute editor height like the text editor does
 155 2010-04-05T21:08:03  <diofeher> what moin use right now to forms manipulation?
 156 2010-04-05T21:13:09  <ThomasWaldmann> strings :)
 157 2010-04-05T21:13:38  <diofeher> ThomasWaldmann: any project?
 158 2010-04-05T21:13:43  <diofeher> oh
 159 2010-04-05T21:16:16  <ThomasWaldmann> btw, glashammer has some forms stuff, but iirc they are thinking about sth else
 160 2010-04-05T21:17:54  <diofeher> i've seen... WTForms
 161 2010-04-05T21:18:53  <diofeher> ThomasWaldmann: why they are looking for something else?
 162 2010-04-05T21:20:38  <ThomasWaldmann> i don't remember details, but maybe they think it is better / were not too happy with wtforms
 163 2010-04-05T22:05:01  *** JosefMeier has quit IRC
 164 2010-04-05T22:10:56  *** JosefMeier has joined #moin-dev
 165 2010-04-05T22:34:54  *** JosefMeier1 has joined #moin-dev
 166 2010-04-05T22:34:54  *** JosefMeier has quit IRC
 167 2010-04-05T22:41:04  *** diofeher has quit IRC
 168 2010-04-05T23:38:07  <CIA-55> Radomir Dopieralski <moindev@sheep.art.pl> default * 5653:b82318102f22 1.9/MoinMoin/parser/ (3 files in 2 dirs): fix failing tests in pep8, moin and creole parsers dues to changes in highlight.py
 169 2010-04-05T23:38:09  <CIA-55> Radomir Dopieralski <moindev@sheep.art.pl> default * 5654:63016f784d88 1.9/MoinMoin/PageGraphicalEditor.py: merge main
 170 2010-04-05T23:39:05  <TheSheep> that's what happens when you are in a hurry :/
 171 2010-04-05T23:41:37  <ThomasWaldmann> now we are back to 2 failing tests?

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-04-05 (last edited 2010-04-04 22:30:02 by IrcLogImporter)