1 2011-04-14T00:41:17  *** RogerHaase has left #moin-dev
   2 2011-04-14T03:27:50  *** cosmo_ has joined #moin-dev
   3 2011-04-14T03:30:39  *** cosmo__ has quit IRC
   4 2011-04-14T05:35:58  *** Marchael has joined #moin-dev
   5 2011-04-14T07:47:39  *** andialbrecht_ is now known as andialbrecht
   6 2011-04-14T08:51:16  *** gwork has joined #moin-dev
   7 2011-04-14T09:10:56  *** ronny has quit IRC
   8 2011-04-14T09:11:32  *** ronny has joined #moin-dev
   9 2011-04-14T09:17:40  *** andialbrecht is now known as andialbrecht_
  10 2011-04-14T09:18:00  *** andialbrecht_ is now known as andialbrecht
  11 2011-04-14T09:47:25  *** andialbrecht is now known as andialbrecht_
  12 2011-04-14T10:49:01  *** andialbrecht_ is now known as andialbrecht
  13 2011-04-14T11:59:05  *** greg_f has joined #moin-dev
  14 2011-04-14T12:16:09  *** Marchael has quit IRC
  15 2011-04-14T13:30:13  *** Marchael has joined #moin-dev
  16 2011-04-14T14:15:16  <Marchael> moin
  17 2011-04-14T16:19:06  *** andialbrecht is now known as andialbrecht_
  18 2011-04-14T16:19:56  *** RogerHaase has joined #moin-dev
  19 2011-04-14T16:29:37  <RogerHaase> ThomasWaldmann: I have been (slowly) working on moin2 interwiki support and have questions about 1.9 implementation: http://moinmo.in/WikiSandBox#Interwiki
  20 2011-04-14T16:31:06  <RogerHaase> 1.9 css had a badinterwiki class defined, the Qqqqqq:Qqqqq interwiki should have badinterwiki class and display as gray. Bug?
  21 2011-04-14T16:32:41  <RogerHaase> The display of interwiki page name (with wikiname absent) seems like an odd design.  If page were printed, the page name is not very useful.
  22 2011-04-14T16:33:51  <RogerHaase> Per http://moinmo.in/InterWiki, it is intended that only pagename be displayed.
  23 2011-04-14T16:37:51  *** gwork has quit IRC
  24 2011-04-14T16:45:36  <RogerHaase> ThomasWaldmann: My WIP version of interwiki support displays WikiName:PageName, and badinterwiki names are placed in span tags and have leading interwiki icons via css rules.  Should I change this to work same way as 1.9?
  25 2011-04-14T16:46:22  <RogerHaase> That should be WikiName : PageName without the smilely icon...
  26 2011-04-14T16:48:43  *** Marchael has quit IRC
  27 2011-04-14T17:22:30  *** Marchael has joined #moin-dev
  28 2011-04-14T17:50:31  <dreimark> re
  29 2011-04-14T17:52:13  *** Marchael has quit IRC
  30 2011-04-14T19:17:45  *** Marchael has joined #moin-dev
  31 2011-04-14T19:38:44  *** andialbrecht_ is now known as andialbrecht
  32 2011-04-14T19:40:55  *** greg_f has quit IRC
  33 2011-04-14T20:12:31  *** pkumar has joined #moin-dev
  34 2011-04-14T20:24:06  *** ronny has quit IRC
  35 2011-04-14T20:28:36  *** pkumar has quit IRC
  36 2011-04-14T20:36:47  *** ronny has joined #moin-dev
  37 2011-04-14T21:00:49  <Marchael> ThomasWaldmann: are you here?
  38 2011-04-14T21:27:01  *** Marchael has quit IRC
  39 2011-04-14T22:24:22  *** andialbrecht is now known as andialbrecht_
  40 2011-04-14T22:32:44  *** yufra has joined #moin-dev
  41 2011-04-14T22:33:08  <yufra> ThomasWaldmann, any luck with the UUID placement?
  42 2011-04-14T22:48:41  <ThomasWaldmann> re
  43 2011-04-14T22:48:57  <ThomasWaldmann> yufra: no recent change of that, so: no
  44 2011-04-14T22:49:14  <ThomasWaldmann> RogerHaase: hi
  45 2011-04-14T22:50:44  <yufra> *nod* I noticed the todo list consolidation... what did you have in mind for "handy mercurial extensions to east commit and rename operations"?
  46 2011-04-14T22:51:23  <ThomasWaldmann> i can't tell much about the mercurial backend. i didn't write it, nor did i mentor it.
  47 2011-04-14T22:51:33  <yufra> gotcha
  48 2011-04-14T22:51:58  <ThomasWaldmann> but in general i want to first fix the basic and common stuff rather than implementing special stuff.
  49 2011-04-14T22:52:18  <yufra> what basic/common stuff is outstanding?
  50 2011-04-14T22:52:29  <ThomasWaldmann> RogerHaase: there are multiple things involved with interwiki
  51 2011-04-14T22:53:19  <ThomasWaldmann> in earlier times, a valid interwiki link (== interwiki wiki name known in intermap table) would render as (icon) pagename.
  52 2011-04-14T22:54:15  <ThomasWaldmann> in earlier times, a invalid interwiki link (== interwiki wiki name unknown in intermap table) would render as (icon) InterWiki (linking to the LOCAL page InterWiki).
  53 2011-04-14T22:55:14  <ThomasWaldmann> but, as we found out by a bug report, there are some languages that use ":" as a part of ordinary words. So Foo:bar could be a normal word in that language and not meant as interwiki.
  54 2011-04-14T22:56:04  <ThomasWaldmann> So, the fixed behaviour is to ignore "interwiki markup" if we do not have the interwiki name in the interwiki map.
  55 2011-04-14T22:56:22  <ThomasWaldmann> maybe we do not use badinterwiki since then any more.
  56 2011-04-14T22:59:48  <RogerHaase> ThomasWaldmann: OK, I will kill badinterwiki CSS.  How do you feel about displaying (icon) WikiName : PageName vs. (icon) PageName?
  57 2011-04-14T23:03:33  <ThomasWaldmann> The icon is there to indicate that it is not a local link, but a link to another wiki. The other wiki's name is shown in the title attr on mouseover.
  58 2011-04-14T23:04:03  <ThomasWaldmann> Showing it all the time would make output rather ugly, especially if used often.
  59 2011-04-14T23:04:53  <ThomasWaldmann> and whether one would always use [[OtherWiki:PageName|PageName]] to work around that is at least questionable.
  60 2011-04-14T23:05:56  <RogerHaase> OK, will rework code to show interwiki the 1.9 way.

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-04-14 (last edited 2011-04-13 22:45:03 by IrcLogImporter)