2008-12-19T00:01:25  <dreimark> ThomasWaldmann: TrivialChangesDoesNotUpdateTheXapianIndex looks like an encoding problem
2008-12-19T00:01:35  <dreimark> on his site / browser
2008-12-19T00:02:25  <dreimark> sometimes I don't get a result
2008-12-19T00:04:36  <ThomasWaldmann> could be, yes.
2008-12-19T00:05:40  <ThomasWaldmann> so he should try without nonascii stuff. and if he can't reproduce, then close that bug and file another.
2008-12-19T00:06:19  <dreimark> 5 mins ago I have had a result of my search by the example i added to the page
2008-12-19T00:06:26  <dreimark> and currently it is 0 result
2008-12-19T00:06:48  <dreimark> is the index currently rebuilded?
2008-12-19T00:06:55  <ThomasWaldmann> no
2008-12-19T00:07:40  <dreimark> hmm, we have a problem
2008-12-19T00:07:53  <dreimark> can you reproduce
2008-12-19T00:08:09  <dreimark> if you click on the example I added
2008-12-19T00:08:14  <dreimark> you will get 0 result
2008-12-19T00:09:03  <dreimark> sometimes
2008-12-19T00:10:31  <dreimark> I need 4-5 clicks to get 0
2008-12-19T00:11:22  <ThomasWaldmann> i ever get 0 results
2008-12-19T00:12:06  <dreimark> if i click then on Text (right button of the search box) I get sometimes a result
2008-12-19T00:14:12  <ThomasWaldmann> looks like sme deamon is using slow search
2008-12-19T00:14:29  <ThomasWaldmann> try now
2008-12-19T00:14:56  <dreimark> 0 result
2008-12-19T00:15:20  <dreimark> constantly
2008-12-19T00:16:36  * dreimark has to slow down
2008-12-19T00:21:37  <dreimark> 0 results
2008-12-19T00:21:52  <dreimark> while r:chuchichästli works
2008-12-19T00:22:16  <dreimark> sp kicks me
2008-12-19T00:36:30  <dreimark> gn+
2008-12-19T00:37:52  <ThomasWaldmann>  gn++ :)
2008-12-19T09:45:00  <dreimark> moin
2008-12-19T11:07:56  <LotekThirteen> moin
2008-12-19T18:19:48  <ThomasWaldmann> re
2008-12-19T22:35:21  <CIA-27> Radomir Dopieralski <moindev@sheep.art.pl> default * 4216:186adde1df66 1.8/wiki/htdocs/ (4 files in 4 dirs): Default themes: make the numbers in lists in table of contents right-aligned
2008-12-19T22:35:34  <TheSheep> dreimark: ^
2008-12-19T22:36:44  <dreimark> :) perfect
2008-12-19T22:37:21  <TheSheep> I wonder if it would make sense to have one stylesheet common to all themes
2008-12-19T22:37:42  <TheSheep> loaded first, so that other themes can override it
2008-12-19T22:37:49  <TheSheep> they have a lot of boilerplate
2008-12-19T22:38:05  <dreimark> yes I think it will make modifications easier
2008-12-19T22:38:31  <TheSheep> but it would break existing themes, obviously...
2008-12-19T22:38:48  <TheSheep> unless the theme had some flag controlling whether to include it or not
2008-12-19T22:39:01  <TheSheep> or it could just use @import
2008-12-19T22:39:42  <TheSheep> I think that this is actually the cleanest
2008-12-19T22:40:24  <TheSheep> @import url(../../common/css/common.css);
2008-12-19T22:40:24  <moinBot> TheSheep: Error: "import" is not a valid command.
2008-12-19T22:40:35  <TheSheep> moinBot: LIES!
2008-12-19T22:40:35  <moinBot> TheSheep: Error: "LIES!" is not a valid command.
2008-12-19T22:41:24  <TheSheep> off with his head!
2008-12-19T22:41:45  <dreimark> yes I think import will solve it too. but it sounds strange to have common from common ...
2008-12-19T22:41:58  <dreimark> moinBot: silent
2008-12-19T22:41:58  <moinBot> dreimark: Error: "silent" is not a valid command.
2008-12-19T22:42:46  <TheSheep> ../../common/css/pickles.css ?
2008-12-19T22:43:00  <TheSheep> style.css is soo cheezy
2008-12-19T22:43:28  <TheSheep> dreimark: it corresponds to the name from which it's included
2008-12-19T22:43:37  <TheSheep> dreimark: I think it's a little self-documenting
2008-12-19T22:44:07  <TheSheep> we could also have screen.css etc. in there
2008-12-19T22:46:37  * ThomasWaldmann likes a css cleanup
2008-12-19T22:46:45  <dreimark> I am not sure how much refactoring this will be. in screen or print there also lot's of lines duplicated for each of the buildin themes
2008-12-19T22:46:58  <dreimark> s/d/t/
2008-12-19T22:47:30  <TheSheep> we can do it gradually
2008-12-19T22:47:52  <TheSheep> the good thing about @import is that it only touches teh css files
2008-12-19T22:47:59  <dreimark> yeah
2008-12-19T22:48:29  <dreimark> is it supported by this broken ugly browser?
2008-12-19T22:48:42  <TheSheep> yes
2008-12-19T22:48:44  <TheSheep> they must have missed that spot somehow ;)
2008-12-19T22:48:50  <ThomasWaldmann> hehe
2008-12-19T22:49:15  <dreimark> lol
2008-12-19T22:49:32  <ThomasWaldmann> btw, if we change css anyway, we can have some coloring csses
2008-12-19T22:49:51  <TheSheep> that's what I had in mind for the 'global' css, to be honest
2008-12-19T22:49:54  <ThomasWaldmann> using that new css styles code added recently
2008-12-19T22:49:58  <TheSheep> and some 'noborder' css too
2008-12-19T22:50:00  <TheSheep> for tables
2008-12-19T22:51:47  <dreimark> :)
2008-12-19T22:52:09  <TheSheep> I'm dreaming of some unified markup for css classes
2008-12-19T22:52:31  <TheSheep> so that you can use the same markup in tables, {{{#!wiki }}} and other elements
2008-12-19T22:52:46  <TheSheep> but that's an unrealistic dream
2008-12-19T22:53:01  <TheSheep> and just {{#!wiki }}} is actually enough most of the time
2008-12-19T22:53:49  <ThomasWaldmann> TheSheep: you want to add that to the 25c3 topics?
2008-12-19T22:54:22  <TheSheep> ThomasWaldmann: I'd like to do a maoin theming workshop
2008-12-19T22:54:50  <TheSheep> but not sure there will be anybody willing to take part
2008-12-19T22:55:09  <TheSheep> I'll just add it as a topic, I guess
2008-12-19T22:56:42  <ThomasWaldmann> we'll see. if noone comes by, we can still hack some stuff on our own. :)
2008-12-19T22:57:50  <TheSheep> I have some ideas for themes, but I'm afraid to start anything, because then I will forget about everything else for several days :/
2008-12-19T22:58:45  <ThomasWaldmann> sounds like 1.9 :)
2008-12-19T23:36:44  <CIA-27> Radomir Dopieralski <moindev@sheep.art.pl> default * 4217:8585fdace215 1.8/wiki/htdocs/modernized/css/common.css: Modernized theme: don't force arial
2008-12-19T23:38:59  <ThomasWaldmann> TheSheep: the other themes are not affected?
2008-12-19T23:39:24  <TheSheep> no
2008-12-19T23:39:46  <TheSheep> I suppose they should keep the look
2008-12-19T23:39:53  <TheSheep> even if it's crappy

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-12-19 (last edited 2008-12-18 23:15:02 by IrcLogImporter)