1 2010-06-12T00:02:31 <ThomasWaldmann> valeuf: check whether arg is already unicode
2 2010-06-12T00:06:08 <valeuf> ThomasWaldmann: on my wiki it is not, maybe I am wrong with my configuration ?
3 2010-06-12T00:07:10 <ThomasWaldmann> i didn't look at the code
4 2010-06-12T00:08:16 <valeuf> ThomasWaldmann: ok I wrote a quick bug report : http://moinmo.in/MoinMoinBugs/DocbookExportFailWithNonAsciiCharAndFootNote
5 2010-06-12T00:08:57 <valeuf> I should check more carefully tomorrow, probably it is better to know why macro function does not get unicode string
6 2010-06-12T00:09:11 <valeuf> but at this time the emergency for me is to finish my project report ^ ^
7 2010-06-12T00:09:35 <valeuf> (I might write it in English, so I would not get such of problem ... :p )
8 2010-06-12T00:10:12 <ThomasWaldmann> ENOTRACEBACK
9 2010-06-12T00:10:33 *** ritinardo
10 2010-06-12T00:11:31 <valeuf> ThomasWaldmann: I do not have traceback for the buf, it just replace the FootNote by the error message I gave, (localized in French for my case9
11 2010-06-12T00:16:58 *** kursor
12 2010-06-12T00:40:03 *** RogerHaase
13 2010-06-12T00:42:24 *** TheSheep
14 2010-06-12T02:00:38 *** ritinardo
15 2010-06-12T05:30:47 *** CIA-47
16 2010-06-12T05:39:13 *** CIA-47
17 2010-06-12T06:13:21 *** kursor
18 2010-06-12T07:29:01 *** DmitryAndreev_
19 2010-06-12T07:33:07 *** DmitryAndreev
20 2010-06-12T07:55:07 *** kursor
21 2010-06-12T08:21:27 *** DmitryAndreev_
22 2010-06-12T09:38:36 *** ritinardo
23 2010-06-12T10:02:52 *** kursor
24 2010-06-12T12:00:49 *** kursor
25 2010-06-12T12:04:34 <ThomasWaldmann> moin
26 2010-06-12T12:06:28 *** ritinardo_
27 2010-06-12T12:09:47 *** ritinardo
28 2010-06-12T12:10:21 *** kursor
29 2010-06-12T12:11:18 <valeuf> moin :)
30 2010-06-12T12:37:21 <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8351:5be6bef982d1 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_html_in.py: Add simple test for array support in HTML_IN converter
31 2010-06-12T12:42:17 <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8352:f9829fd65e7e 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add simple array conversion in HTML_IN converter
32 2010-06-12T12:43:00 <ThomasWaldmann> valeuf: array?
33 2010-06-12T12:47:22 <ThomasWaldmann> valeuf: what I see in those changesets is table stuff, why do you call it "array"?
34 2010-06-12T12:49:38 <valeuf> ThomasWaldmann: Ah you are right ... array and table was quite similar for me ... but I am wrong :p
35 2010-06-12T12:49:59 <valeuf> ThomasWaldmann: there is no way to change the message of an old commit ins't it ?
36 2010-06-12T12:50:22 <ThomasWaldmann> no
37 2010-06-12T12:50:40 <ThomasWaldmann> one has to think before committing :)
38 2010-06-12T12:51:46 <ThomasWaldmann> that's why i suggest running some hg diff hg status before hg commit (not sure whether it would have helped here)
39 2010-06-12T13:02:38 <valeuf> ThomasWaldmann: well, I do not why, but it was array stuff for me ! so anyway it would not change something I run hg diff
40 2010-06-12T13:02:59 <valeuf> (and I am quite running hg diff regularly to try to make cood c
41 2010-06-12T13:03:04 <valeuf> good commit)
42 2010-06-12T13:03:13 <dreimark> valeuf: you should contribute to help pages
43 2010-06-12T13:03:29 <dreimark> than you would have figured that there is no HelpOnArrays
44 2010-06-12T13:03:37 <dreimark> but HelpOnTables ;)
45 2010-06-12T13:04:08 <valeuf> dreimark: right :) But I hope that later I will contribute to the HelpPage for Moin2 :)
46 2010-06-12T13:04:14 <dreimark> :)
47 2010-06-12T13:04:45 <dreimark> just want to not if you are not sure about a word there might be some descriptions on the wiki
48 2010-06-12T13:04:51 <dreimark> s/not/note/
49 2010-06-12T13:06:22 <ThomasWaldmann> valeuf: is the french word somehow like array?
50 2010-06-12T13:21:12 *** ritinardo_
51 2010-06-12T13:28:05 <valeuf> ThomasWaldmann: table and array are same in French : "Tableau" I knew it is two different things in English ... but I forget about it when I commit !
52 2010-06-12T13:28:31 <valeuf> dreimark: on the wiki page about the HTML_IN converter, I wrote table correctly
53 2010-06-12T13:34:02 <xorAxAx> valeuf: dont forget, no space in front of punctuation characters :)
54 2010-06-12T13:37:24 <valeuf> xorAxAx: :p
55 2010-06-12T14:34:08 <valeuf> waldi: is there already some defined tags for the alignment, color and so on for the table in the DOM-Tree ?
56 2010-06-12T14:34:39 <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8353:fd298b58e7d7 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_html_in.py: Add test for rowspan and colspan attributes for tables in HTML_IN converter
57 2010-06-12T14:34:40 <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8354:e2a296da9853 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add support for rowspan and colspan for table in HTML_IN converter
58 2010-06-12T14:35:05 <valeuf> I looked from moinwiki_in and html_out, but I could not find anything
59 2010-06-12T15:46:39 <xorAxAx> valeuf: again!
60 2010-06-12T15:47:01 *** ritinardo
61 2010-06-12T17:05:36 <dreimark> http://www.cra.org/ccc/rh-sikuli.php
62 2010-06-12T17:06:18 <dreimark> and http://groups.csail.mit.edu/uid/sikuli
63 2010-06-12T17:48:07 *** RogerHaase
64 2010-06-12T20:52:45 <ThomasWaldmann> re
65 2010-06-12T21:17:58 <ThomasWaldmann> eSyr: any reply from johill?
66 2010-06-12T21:26:28 <ThomasWaldmann> ei-grad: last changeset 5d ago. your activity is far below expectations.
67 2010-06-12T21:31:29 <dreimark> hopefully you don't hit a bus
68 2010-06-12T21:40:25 * ThomasWaldmann .oO("in ex-soviet russia, students hit busses")
69 2010-06-12T21:44:23 <ThomasWaldmann> waldi: there are some test failures after your recent code changes
70 2010-06-12T21:45:35 <TheSheep> I hit a bus once
71 2010-06-12T21:45:52 <TheSheep> it rolled into the ditch
72 2010-06-12T22:13:43 *** kursor
73 2010-06-12T22:16:45 * ThomasWaldmann tries to use metadata index for some useful functionality
74 2010-06-12T23:29:58 <valeuf> dreimark: I saw that sikuli stuffs... but I do not see what is exceptional, it just a macro system !
75 2010-06-12T23:30:42 <valeuf> xorAxAx: I added space with punctuation ?
76 2010-06-12T23:58:08 <dreimark> valeuf: it was not meant as something special besides that it is a very different item to all others we support currently
MoinMoin: MoinMoinChat/Logs/moin-dev/2010-06-12 (last edited 2010-06-11 22:45:03 by IrcLogImporter)