2009-09-12T00:14:19  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 414:16562b44f9ae extensions/htdocs/svg-edit/ (11 files in 6 dirs): updated to version of svg-edit Revision r628
2009-09-12T00:14:21  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 415:17a44134af07 extensions/ (3 files in 2 dirs): SvgEditor: svg-edit adapted
2009-09-12T00:14:22  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 416:e5eeb143b2ae extensions/htdocs/svg-edit/CHANGES.current: CHANGES.current: updated
2009-09-12T00:23:40  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5085:cc619e704b38 1.9/docs/CHANGES: updated CHANGES
2009-09-12T00:44:14  <ThomasWaldmann> dimazest: AttributeError: 'ProcessedDocument' object has no attribute 'fields'
2009-09-12T00:44:36  <ThomasWaldmann> (when editing drawings, likely also with other attachment ops)
2009-09-12T00:51:42  <dreimark> gn
2009-09-12T00:55:11  <ThomasWaldmann> gn dimazest
2009-09-12T00:55:17  <ThomasWaldmann> ehrm dreimark
2009-09-12T01:00:49  *** amartani has joined #moin-dev
2009-09-12T01:01:05  *** grzywacz has quit IRC
2009-09-12T01:28:24  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5086:6910e50f3c6b 1.9/MoinMoin/action/ (anywikidraw.py twikidraw.py):
2009-09-12T01:28:24  <CIA-34> drawings: always use the same member file names within .tdraw / .adraw
2009-09-12T01:28:24  <CIA-34> We do this so that renaming the drawing does not make renaming the member
2009-09-12T01:28:24  <CIA-34> files necessary. We always use drawing.* for the member file names.
2009-09-12T03:20:26  *** amartani has quit IRC
2009-09-12T03:23:42  *** amartani has joined #moin-dev
2009-09-12T04:33:14  *** amartani has quit IRC
2009-09-12T08:25:01  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5108:f93f56e3d632 1.9-draw/ (3 files in 2 dirs): merged moin-1.9
2009-09-12T08:33:44  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5087:d094bbd6c7c4 1.9/MoinMoin/action/anywikidraw.py: action anywikidraw: comment cleanup
2009-09-12T10:57:19  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 417:7111c1ea508a extensions/ (2 files in 2 dirs): action SvgEditor: refactored for using TextCha
2009-09-12T12:06:29  <ThomasWaldmann> moin
2009-09-12T12:10:32  *** grzywacz has joined #moin-dev
2009-09-12T12:31:49  *** LotekThirteen has joined #moin-dev
2009-09-12T12:44:10  *** LotekThirteen has left #moin-dev
2009-09-12T12:53:48  *** LotekThirteen has joined #moin-dev
2009-09-12T12:55:57  *** LotekThirteen1 has joined #moin-dev
2009-09-12T12:55:57  *** LotekThirteen has quit IRC
2009-09-12T12:59:51  * ThomasWaldmann updated http://socghop.appspot.com/org/home/google/gsoc2009/moin with links to the SOC09 student code.
2009-09-12T13:02:25  *** LotekThirteen1 has left #moin-dev
2009-09-12T14:54:25  *** amartani has joined #moin-dev
2009-09-12T17:47:09  *** amartani has quit IRC
2009-09-12T17:52:21  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 418:2efbd05651e1 extensions/data/plugin/action/SvgEditor.py: action SvgEditor: /> fixed
2009-09-12T17:52:23  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 419:ca495f80cc5c extensions/htdocs/svg-edit/editor/svg-editor.js: svg-editor: bug fixed of reading existing svg files
2009-09-12T18:38:43  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5088:a2a51a2ebd6e 1.9/MoinMoin/action/ (anywikidraw.py twikidraw.py): (log message trimmed)
2009-09-12T18:38:43  <CIA-34> twikidraw/anywikidraw action: make code more similar, clean up
2009-09-12T18:38:43  <CIA-34> removed unused attrs, more conistent naming of attrs
2009-09-12T18:38:43  <CIA-34> fixed comments
2009-09-12T18:38:43  <CIA-34> remove h2 so that we have more space for anywikidraw
2009-09-12T18:38:47  <CIA-34> add "Edit drawing" to title
2009-09-12T18:38:49  <CIA-34> adjust w/h for anywikidraw so that there are no scrollbars
2009-09-12T18:42:28  <y84> I'm thinking of writing a native formatter: text_moin.py.  any thoughts?
2009-09-12T18:44:32  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5089:899b4b2cd7d5 1.9/MoinMoin/action/AttachFile.py: AttachFile: offer editing for .adraw (anywikidraw container)
2009-09-12T18:45:06  <ThomasWaldmann> y84: what's the purpose of that?
2009-09-12T18:46:31  <y84> to scratch an itch.  I've adjusted text_moin_wiki.py to reinsert included pages into "lines" in the main loop
2009-09-12T18:47:42  * ThomasWaldmann rather wouldn't hack the old include
2009-09-12T18:47:45  *** y84 has quit IRC
2009-09-12T18:51:51  *** y84 has joined #moin-dev
2009-09-12T18:52:20  <y84> I'm back.  In case it didn't come through before I got disconnected, here's my last response...
2009-09-12T18:53:03  <y84> To scratch an itch.  I've adjusted text_moin_wiki.py to reinsert data into "lines" in the main loop
2009-09-12T18:53:29  <y84> the goal being to include other pages *unformatted*
2009-09-12T18:54:58  <y84> so that I can aggregate a bunch of lists for RandomQuote
2009-09-12T18:55:15  <y84> using <<Include()>>
2009-09-12T19:02:46  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5090:3aed6e5c26e5 1.9/MoinMoin/action/info.py: fix info action's edit links for twikidraw/anywikidraw drawings
2009-09-12T19:03:53  <ThomasWaldmann> y84: i am currently preferring to stay far away from include stuff (after having some scary looks at it some time ago)
2009-09-12T19:05:57  <y84> understood.
2009-09-12T19:06:18  <dreimark> y84: it is rewritten in the domtree repo
2009-09-12T19:06:53  <y84> I wish I could wait for 2.0, but I need it now
2009-09-12T19:16:10  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5091:6cfcb25278a7 1.9/MoinMoin/script/migration/1089999.py: adapt the migration script to use drawing.* as member file names within the .tdraw container files
2009-09-12T19:29:22  <dreimark> ThomasWaldmann: http://paste.pocoo.org/show/139420/ ?
2009-09-12T19:30:02  <dreimark> I like to add the css below MoinMoin/web/static/htdocs/SlideShow/css
2009-09-12T19:30:11  <dreimark> so that it is not suplicated into each theme
2009-09-12T19:30:25  <dreimark> s/sup/dup/
2009-09-12T19:31:08  <dreimark> removes install  comment
2009-09-12T19:33:29  <ThomasWaldmann> dreimark: please make a diff to last known
2009-09-12T19:36:13  <dreimark> ThomasWaldmann: http://paste.pocoo.org/show/139421/
2009-09-12T19:36:22  <dreimark> css is the same as the last one
2009-09-12T19:38:50  <ThomasWaldmann> kill 38/39
2009-09-12T19:40:47  <ThomasWaldmann> and maybe you don't need css/ either
2009-09-12T19:41:42  <ThomasWaldmann> and if you do not load the css from the theme, you make it un-themeable
2009-09-12T19:41:59  <ThomasWaldmann> not sure if that is rather useful or rather does more harm
2009-09-12T19:45:35  <dreimark> I'll change it back to be in the theme and copy it to each of our themes
2009-09-12T19:46:11  <dreimark> if one likes to make a different variant
2009-09-12T19:46:20  <dreimark> that's easier
2009-09-12T19:49:55  <ThomasWaldmann> maybe rather only add it to modernized
2009-09-12T19:50:17  <dreimark> ok we can name it a feature of modernized http://paste.pocoo.org/show/139424/
2009-09-12T19:50:17  * ThomasWaldmann is not keen on editing 4 copies
2009-09-12T19:50:30  * dreimark also 
2009-09-12T20:04:48  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5092:f17dd8cc0347 1.9/MoinMoin/ (2 files in 2 dirs): action SlideShow and its css (changeset 419:ca495f80cc5c) from moin/extensions added (slightly refactored).
2009-09-12T20:13:36  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5093:939ccb653aad 1.9/docs/CHANGES: updated CHANGES
2009-09-12T20:39:31  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5094:180956b08fa2 1.9/MoinMoin/action/SlideShow.py: action.Slideshow: fixed bug for no headings of level 1
2009-09-12T21:27:41  * ThomasWaldmann refactors getAttachUrl
2009-09-12T21:43:01  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5095:6024628e8d60 1.9/MoinMoin/action/AttachFile.py: refactored getAttachURL
2009-09-12T21:43:02  <CIA-34> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5096:c8ea1985d348 1.9/ (3 files in 3 dirs): merged main
2009-09-12T22:12:54  <CIA-34> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5097:c365adadb7f7 1.9/MoinMoin/action/SlideShow.py: action.SlideShow: description moved to HelpOnSlideShow
2009-09-12T22:31:08  <ThomasWaldmann> http://master19.moinmo.in/HelpOnSlideShow
2009-09-12T22:31:17  <ThomasWaldmann> http://master19.moinmo.in/HelpOnSlideShows
2009-09-12T22:36:01  <y84> In some places, AttachFile.py operates directly on filesystem.  When those places are isolated into functions, it is easier to drop in alternate attachment functionality (Amazon S3, in my case)
2009-09-12T22:36:51  <y84> Here are the changes I made...
2009-09-12T22:36:59  <y84> http://www.twyst.ws/w/Pub/MoinMoin?action=AttachFileModified&do=view&target=Moin-1.8.5-AttachFile-patch-fshooks-20090912.patch
2009-09-12T22:37:49  <y84> (download the attachment to see contents)
2009-09-12T22:38:36  <dreimark> ThomasWaldmann: should Icahnge it to plural?
2009-09-12T22:40:03  <dreimark> y84: please add a feature request and a patch or a permament link, that is easier for documenting
2009-09-12T22:40:36  <dreimark> (for us) me dislikes to forget something at some refactoring
2009-09-12T22:43:17  * dreimark thinks I understood
2009-09-12T22:47:18  <dreimark> that page needs to be refactored
2009-09-12T22:57:07  <ThomasWaldmann> y84: AttachFile is only getting minor changes, it is already gone in 2.0
2009-09-12T22:59:28  <y84> Right.  For me, though, 1.x is the reality.  Figured I might as well share.  Perhaps someone will find it useful in the interim.
2009-09-12T23:01:16  <dreimark> y84: yeah but pls do it as FR page
2009-09-12T23:01:30  <y84> dreimakr: done.
2009-09-12T23:01:36  <dreimark> :)
2009-09-12T23:01:49  <y84> sorry about the name mangling :)
2009-09-12T23:02:40  <y84> i guess that's the kind of tension that always exists between incremental changes and code rewrites.
2009-09-12T23:03:00  <y84> freaking users submitting patches for things which are no longer relevant -- at least to the visionary developers
2009-09-12T23:03:37  <ThomasWaldmann> y84: patch is not pep8 compliant
2009-09-12T23:04:29  <dreimark> y84: do you use tabs because of 8 blanks indenting
2009-09-12T23:05:00  <y84> yes, I'm afraid I do
2009-09-12T23:05:29  <dreimark> sdometimes there are two blanks between def and the name
2009-09-12T23:06:27  <ThomasWaldmann> y84: if you clean the patch a bit, I think we could apply it
2009-09-12T23:06:35  <ThomasWaldmann> it is not as big as I thought
2009-09-12T23:07:04  <y84> will do
2009-09-12T23:07:29  <ThomasWaldmann> so for your stuff, you are monkeypatching your functionality into that?
2009-09-12T23:07:31  <dreimark> the _del stuff should use wikiutil
2009-09-12T23:08:00  <y84> ThomasWaldmann:  yes
2009-09-12T23:13:02  <dreimark> I meant the os.remove (but it looks like we haven't something about in wikiutile 1.8)
2009-09-12T23:13:49  <y84> dreimark:  you saved me some time.  I was just looking for that
2009-09-12T23:15:27  <y84> dreimark: was the comment about "two blanks between..." for me?  I don't see that in the patch
2009-09-12T23:16:06  <dreimark> y84: to dark screnn I missed a _
2009-09-12T23:16:33  <dreimark> (probably)
2009-09-12T23:16:54  <dreimark> if you have a clone of 1.8 you can ran py.test
2009-09-12T23:17:09  <ThomasWaldmann> y84: and we need a patch for 1.9
2009-09-12T23:17:24  <ThomasWaldmann> 1.8 is beyond patching
2009-09-12T23:18:02  <dreimark> or use vim with http://moinmo.in/CodingStyle python.vim
2009-09-12T23:18:10  <dreimark> :)
2009-09-12T23:18:58  <ThomasWaldmann> y84: maybe wait a bit with 1.9, i am currently cleaning up in AttachFile
2009-09-12T23:21:11  <y84> I'm currently pretty focused on what I use in production, but I do want to get some future development environments set up eventually
2009-09-12T23:21:46  <y84> I'll resubmit the patch for 1.9 at some point.
2009-09-12T23:33:56  *** y84 has quit IRC
2009-09-12T23:40:25  *** y84 has joined #moin-dev
2009-09-12T23:56:31  <dreimark> gn

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