2009-09-13T00:06:43  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5098:ff588e9e24d6 1.9/MoinMoin/ (7 files in 4 dirs): (log message trimmed)
2009-09-13T00:06:43  <CIA-34> simplify getAttachUrl: remove upload parameter
2009-09-13T00:06:43  <CIA-34> upload=x didn't influence drawing url generation at all,
2009-09-13T00:06:43  <CIA-34> for file url generation one can just give do='upload_form'
2009-09-13T00:06:43  <CIA-34> if one wants the upload url.
2009-09-13T00:06:47  <CIA-34> URL args for do='upload_form' were streamlined to use target=x
2009-09-13T00:06:49  <CIA-34> instead of rename=x so it is more similar to the other code.
2009-09-13T00:06:51  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5099:753ac1cbbc38 1.9/MoinMoin/action/SlideShow.py: merged main
2009-09-13T00:07:08  <ThomasWaldmann> gn dreimark
2009-09-13T00:46:33  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5100:3920769287c4 1.9/MoinMoin/action/ (anywikidraw.py twikidraw.py): twikidraw/anywikidraw action: fix nonascii drawing name handling
2009-09-13T00:48:26  *** y84 has quit IRC
2009-09-13T01:18:47  *** tpfennig has joined #moin-dev
2009-09-13T02:21:27  *** tpfennig has quit IRC
2009-09-13T02:44:44  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5101:d8ccac2f24c5 1.9/MoinMoin/ (3 files in 2 dirs):
2009-09-13T02:44:44  <CIA-34> getAttachUrl: removed escaped=... param (see below)
2009-09-13T02:44:44  <CIA-34> If one needs to escape a resulting url, one has to call
2009-09-13T02:44:44  <CIA-34> wikiutil.escape(url) or wikiutil.escape(url, 1) on the result.
2009-09-13T05:39:08  *** grzywacz has quit IRC
2009-09-13T09:08:14  *** LotekThirteen has joined #moin-dev
2009-09-13T09:08:19  *** LotekThirteen has left #moin-dev
2009-09-13T10:27:29  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 420:792b9ee3d139 extensions/ (2 files in 2 dirs): action.SvgEditor: enclosed svgdata by <script></script>
2009-09-13T10:38:20  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 421:63e921094f6d extensions/htdocs/svg-edit/ (CHANGES.current editor/svgcanvas.js): svg-edit.editor.svgcanvas.js: updated to r630
2009-09-13T11:40:03  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 422:b3f6d04627c9 extensions/data/plugin/action/SvgEditor.py: action SvgEditor: fixed version string and replaced /> by >
2009-09-13T11:41:38  <ThomasWaldmann> moin
2009-09-13T12:17:43  *** tpfennig has joined #moin-dev
2009-09-13T12:36:22  *** tpfennig has quit IRC
2009-09-13T13:08:24  *** grzywacz has joined #moin-dev
2009-09-13T16:01:18  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5102:9ae242080889 1.9/ (10 files in 6 dirs): (log message trimmed)
2009-09-13T16:01:18  <CIA-34> drawings/attachments: made editing support more generic (details see below)
2009-09-13T16:01:18  <CIA-34> refactored AttachFile.getAttachUrl:
2009-09-13T16:01:18  <CIA-34> * removed drawing param
2009-09-13T16:01:18  <CIA-34> * it detects drawings now from the filename's extension (e.g. .adraw for
2009-09-13T16:01:20  <CIA-34> the anywikidraw container and .tdraw for the twikidraw container)
2009-09-13T16:01:24  <CIA-34> * it returns None now, if the combination of filename (extension) and
2009-09-13T16:01:49  <ThomasWaldmann> dreimark: ^^
2009-09-13T16:07:17  <dreimark> it returns None now, if the combination of filename (extension) and
2009-09-13T16:07:18  <dreimark> do=something is not supported
2009-09-13T16:09:27  <dreimark> ThomasWaldmann: can we move the ext_mapping into multiconfig?
2009-09-13T16:11:53  * dreimark likes to be able to add SvgEditor also for playing with it
2009-09-13T16:16:42  <dreimark> ThomasWaldmann: example.tdraw seems not to work
2009-09-13T16:17:57  <dreimark> it works, looks like i first saved an empty file
2009-09-13T16:19:44  <ThomasWaldmann> I'll move the stuff to multiconfig later.
2009-09-13T16:20:56  <dreimark> :)
2009-09-13T16:27:02  <dreimark> btw. very nice refactoring
2009-09-13T16:32:35  <ThomasWaldmann> yeah, makes stuff more flexible
2009-09-13T16:33:32  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5103:6c620a7e2def 1.9/MoinMoin/action/ (anywikidraw.py twikidraw.py): anywikidraw/twikidraw action: reduce code duplication, cosmetic changes
2009-09-13T16:49:48  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5104:b631aca46a48 1.9/MoinMoin/parser/ (text_creole.py text_rst.py): drawings: fix creole/rst parsers
2009-09-13T16:49:49  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5105:3feeab009683 1.9/MoinMoin/action/ (anywikidraw.py twikidraw.py): anywikidraw/twikidraw action: fix src encoding decl
2009-09-13T17:48:06  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5106:fecbfc7f341d 1.9/MoinMoin/action/ (anywikidraw.py twikidraw.py): twikidraw/anywikidraw: reduce code duplication, make code more similar
2009-09-13T20:07:07  *** JosefMeier has joined #moin-dev
2009-09-13T20:07:13  <JosefMeier> Moin Moin
2009-09-13T20:07:38  <ThomasWaldmann> heyhey josef
2009-09-13T20:10:27  <dreimark> re
2009-09-13T20:13:11  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5107:26379ee2aa74 1.9/MoinMoin/action/ (anywikidraw.py twikidraw.py): anywikidraw/twikidraw action: more cleanup
2009-09-13T20:16:30  <ThomasWaldmann> JosefMeier: looks good for anywikidraw in 1.9
2009-09-13T20:17:09  <ThomasWaldmann> it is just drawing:example(.tdraw) or drawing:example.adraw now
2009-09-13T20:19:05  <JosefMeier> great news
2009-09-13T20:19:48  <JosefMeier> ThomasWaldmann: the config variable is still needed? (drawing_action = '...') ?
2009-09-13T20:21:08  <ThomasWaldmann> no
2009-09-13T20:24:29  <JosefMeier> the default without an file extension in drawing:foo is TWikiDraw?
2009-09-13T20:27:09  <dreimark> yes
2009-09-13T20:40:49  <ThomasWaldmann> now we can even edit other stuff without modifying too much code
2009-09-13T20:43:26  <dreimark> JosefMeier: I have sent mails to the ml of anywikidraw about changes we want to have
2009-09-13T20:43:43  <dreimark> and pointed to the 1.9-draw repo
2009-09-13T20:43:58  <dreimark> do you have some more changes in the pipe?
2009-09-13T20:46:40  <JosefMeier> mabe this one: If a drawing has a transparent background than the PNG result should also have a transparent background
2009-09-13T20:47:01  <JosefMeier> at the moment transparent backgrounds are saved as white backgrounds
2009-09-13T20:49:20  <dreimark> I think that also can be done in the anywikidraw repo after they have merged our  changes
2009-09-13T20:49:42  <dreimark> I am not sure how fast they merge if it is to much
2009-09-13T20:51:58  <dreimark> JosefMeier: I meant more if you have something ready for pushing
2009-09-13T20:53:13  <ThomasWaldmann> the view stuff still needs more work, currently just modify is specialcased
2009-09-13T20:56:58  <JosefMeier> dreimark: not for the java applet. But I try to provide more than one method to edit the drawing. I accept that the sliding edit text (despite of being no eye candy at the moment ;-) ) could have accessibility problems. But a static edit text below the drawing should also not be the only solution. Thus I like the idea of having some config variable on thats value the drawing code decides how...
2009-09-13T20:56:59  <JosefMeier> ...to implement the edit text link.
2009-09-13T20:59:44  <JosefMeier> see also http://www.moinmo.in/FeatureRequests/AccessibilityVersusUsability
2009-09-13T21:10:41  * ThomasWaldmann fixes view
2009-09-13T21:12:22  <dreimark> JosefMeier: that's fine can you also solve the mapid trouble without a global var
2009-09-13T21:14:45  <JosefMeier> I made an approach for that but I didn't understand this "make_unique_id" function
2009-09-13T21:14:50  <JosefMeier> I'm on it
2009-09-13T21:53:48  *** y84 has joined #moin-dev
2009-09-13T22:45:39  <dreimark> JosefMeier: ThomasWaldmann http://code.google.com/p/svg-edit/issues/detail?id=200
2009-09-13T22:46:03  <dreimark> doing flowcharts similiar to inkscape or JHotDrawPlugin
2009-09-13T22:46:07  <dreimark> status accepted
2009-09-13T22:47:02  <ThomasWaldmann> nice
2009-09-13T22:51:04  <JosefMeier> Flowcharts would be a great enhancement of the drawing tools
2009-09-13T23:07:18  *** y84 has quit IRC
2009-09-13T23:07:22  *** y784 has joined #moin-dev

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-09-13 (last edited 2009-09-12 22:15:02 by IrcLogImporter)