1 2010-02-21T00:10:54  <dreimark> ThomasWaldmann: can you explain why I need to http://paste.pocoo.org/show/180627/
   2 2010-02-21T00:11:15  <dreimark> store my order change on strings.pagesets
   3 2010-02-21T00:11:50  <eSyr> dreimark, pagesets = list(strings.pagesets)
   4 2010-02-21T00:16:10  <dreimark> eSyr: yes that works, but I don't understand why removing changes the state and adding not or is it because I used [] + ?
   5 2010-02-21T00:19:55  <eSyr> first you mutate list, then (when using assignment of concatentaion) produce it's copy
   6 2010-02-21T00:22:29  <dreimark> you are right
   7 2010-02-21T00:26:10  <dreimark> the idea of that macro is to find more people to get more translations done. It is just an idea
   8 2010-02-21T00:27:23  <eSyr> heh.
   9 2010-02-21T01:39:43  *** grzywacz has quit IRC
  10 2010-02-21T01:53:05  <dreimark> gn
  11 2010-02-21T11:27:55  *** evgSyr has joined #moin-dev
  12 2010-02-21T11:30:54  *** eSyr has quit IRC
  13 2010-02-21T11:32:30  <dreimark> moin
  14 2010-02-21T11:33:09  <dreimark> TitleIndex is not xapian driven, that's the reason why you don't see much speed changes for xapian on and off
  15 2010-02-21T11:33:22  <dreimark> s/xapian/search/
  16 2010-02-21T11:34:03  <ThomasWaldmann> moin
  17 2010-02-21T12:00:39  <dreimark> ERROR MoinMoin.Page:1517 pagelinks formatter failed, traceback follows: AiutoSuMacro
  18 2010-02-21T12:00:44  <dreimark> but I don't have that page
  19 2010-02-21T12:17:01  *** evgSyr has quit IRC
  20 2010-02-21T12:24:14  <dreimark> ThomasWaldmann: do you have an idea what the root cause in 1.8.7 can be http://paste.pocoo.org/show/180741/
  21 2010-02-21T12:25:18  <ThomasWaldmann> it wants 5 and gets 4
  22 2010-02-21T12:28:48  <dreimark> this affects for me Pagelist and FullSearch
  23 2010-02-21T12:35:05  <ThomasWaldmann> so a FullSearch triggers that exception?
  24 2010-02-21T12:35:31  <dreimark> yes
  25 2010-02-21T12:35:35  <dreimark> and PageList
  26 2010-02-21T12:35:37  <ThomasWaldmann> hmpf
  27 2010-02-21T12:35:38  <dreimark> http://hg.moinmo.in/moin/1.8/rev/af09c1b3a153
  28 2010-02-21T12:35:46  <dreimark> I don't have xapian enabled
  29 2010-02-21T12:36:34  <ThomasWaldmann> give me a master18 url that reproduces the problem
  30 2010-02-21T12:36:53  <dreimark> after i know why i get it i can do
  31 2010-02-21T12:38:39  <ThomasWaldmann> http://hg.moinmo.in/moin/1.8/rev/af09c1b3a153 < what shall I look for there?
  32 2010-02-21T12:41:36  <dreimark> that was the time this change happens, i wondered why I get that effect now
  33 2010-02-21T12:42:12  <dreimark> and if I set rev = -1 and change this line
  34 2010-02-21T12:42:14  <dreimark> -    for wikiname, page, attachment, match, rev in hits:
  35 2010-02-21T12:42:14  <dreimark> +    for wikiname, page, attachment, match in hits:
  36 2010-02-21T12:42:23  <dreimark> it works for my wiki
  37 2010-02-21T12:44:20  *** grzywacz has joined #moin-dev
  38 2010-02-21T12:50:44  *** vpv has quit IRC
  39 2010-02-21T12:53:59  *** vpv has joined #moin-dev
  40 2010-02-21T12:55:55  <ThomasWaldmann> dreimark: i had a look into the code, but I didn't find anything wrong yet
  41 2010-02-21T12:58:24  <dreimark> ThomasWaldmann: sorry I found it two seconds ago
  42 2010-02-21T12:58:35  <dreimark> it was an incomplete merge and it didn't tell
  43 2010-02-21T12:59:00  <dreimark> so it is only a bug on my site
  44 2010-02-21T12:59:37  <ThomasWaldmann> ok
  45 2010-02-21T13:14:18  <dreimark> aha, I think I know what happens, I think the problem was caused from the build directory. I haven't used force for the installation because the MoinMoin dir where it installs to was just created
  46 2010-02-21T14:18:09  <dreimark> ThomasWaldmann: how much more pages do we have in master19 than in master18
  47 2010-02-21T14:19:15  <dreimark> TitleIndex in 1.8 seems to be 10 times faster on master18
  48 2010-02-21T17:16:23  *** valeuf has joined #moin-dev
  49 2010-02-21T17:18:49  *** valeuf has quit IRC
  50 2010-02-21T17:41:35  <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4490:0ca159b745e8 1.8/ (2 files in 2 dirs): auth.ldap_login: add report_invalid_credentials param to control wrong credentials error message (typically used when using multiple ldap authenticators)
  51 2010-02-21T18:15:39  <ThomasWaldmann> ah, nice, flup author already applied the patches
  52 2010-02-21T18:20:20  <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5560:94681ec36fc5 1.9/MoinMoin/support/flup/NOTES.moin: flup: our local patch was applied upstream, update notes
  53 2010-02-21T19:32:35  * ThomasWaldmann found an unresolved 1.9 todo: http://moinmo.in/MoinMoinBugs/DrawingsHandledInconsistently
  54 2010-02-21T19:54:57  * ThomasWaldmann won't fix that, delay to moin2
  55 2010-02-21T19:55:29  *** franklin has joined #moin-dev
  56 2010-02-21T19:57:38  *** franklin_ has quit IRC
  57 2010-02-21T20:08:14  <ThomasWaldmann> TheSheep: http://moinmo.in/MoinMoinBugs/CssDefaultThemeNaviBarWithInterWikiLink can you easily fix that?
  58 2010-02-21T20:14:00  <TheSheep> hmm.. I think I did about a year ago
  59 2010-02-21T20:14:30  <TheSheep> maybe it didn't work
  60 2010-02-21T20:14:51  <TheSheep> ThomasWaldmann: right now I'm kinda drunk, but I will try it tomorrow
  61 2010-02-21T20:16:28  <ThomasWaldmann> ok :) one can reproduce on moinmo.in btw, it is just 1px.
  62 2010-02-21T20:23:36  <TheSheep> teh size depedns on your system's dpi settings
  63 2010-02-21T20:26:28  <ThomasWaldmann> hmm, and I guess we can't say "make it at least min(<pngheight>,<fontheight>) px high"?
  64 2010-02-21T20:37:12  <TheSheep> no
  65 2010-02-21T20:37:30  <TheSheep> we can say "disregard the icon when calculating the size"
  66 2010-02-21T20:37:40  <TheSheep> by giving it negative magins
  67 2010-02-21T20:37:55  <TheSheep> and I did that, but apparently the margins were too small
  68 2010-02-21T22:24:12  <dreimark> hmm, why is the macro LikePages called twice on every request?
  69 2010-02-21T22:37:04  <ThomasWaldmann> for non-existing pages?
  70 2010-02-21T22:44:10  <dreimark> if i run /TitleIndex there are only existing pages
  71 2010-02-21T22:45:03  <dreimark> or SystemInfo
  72 2010-02-21T22:52:35  <dreimark> oh it interprets html_head
  73 2010-02-21T23:04:43  <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5561:16db661e85b7 1.9/MoinMoin/ (3 files in 3 dirs): MoinMoin.support: move the flup version notes to MoinMoin/support/
  74 2010-02-21T23:04:47  <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5562:e1e730402364 1.9/MoinMoin/support/README.txt: document support code version requirements
  75 2010-02-21T23:15:06  <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5563:69ffae200796 1.9/ (docs/3rd_party_support_code.txt MoinMoin/support/README.txt): move support code version requirements docs to docs/
  76 2010-02-21T23:53:02  <CIA-50> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5564:74fa6f714526 1.9/ (60 files in 6 dirs): upgraded pygments to 1.2.2
  77 2010-02-21T23:53:31  <ThomasWaldmann> birkenfeld said it is mostly harmless :)

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-02-21 (last edited 2010-02-20 23:15:02 by IrcLogImporter)