2009-02-21T00:36:37  *** grzywacz has quit IRC
2009-02-21T05:24:21  *** coreyleong has joined #moin-dev
2009-02-21T05:26:00  *** coreyleong has quit IRC
2009-02-21T07:41:54  *** starGaming has quit IRC
2009-02-21T12:07:53  <ThomasWaldmann> moin
2009-02-21T12:50:33  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4597:790e2dc06e9b 1.9/ (MoinMoin/action/PackagePages.py docs/CHANGES): action PackagePages: creates package files in memory and sends them to the caller
2009-02-21T12:55:48  <ThomasWaldmann> +  * PackagePage action creates now packages on the fly and stores them only locally.
2009-02-21T12:55:58  <ThomasWaldmann> it stores them locally?
2009-02-21T14:30:20  <ronny> what are "packages"?
2009-02-21T15:34:05  *** starGaming has joined #moin-dev
2009-02-21T15:58:49  <ThomasWaldmann> ronny: see wiki/data/pages/SystemPagesSetup/attachments/
2009-02-21T16:27:57  <dreimark> ThomasWaldmann: locally there from who it was requested
2009-02-21T16:28:57  <dreimark> ronny: see http://moinmo.in/HelpOnPackageInstaller example http://moinmo.in/ReimarBauer/HelpOnArnica
2009-02-21T16:42:19  <ThomasWaldmann> dreimark: we describe the world from the moin/server perspectivity, so better do not talk from "locally" if you do not mean on the server
2009-02-21T16:42:38  <dreimark> yeah, my mistake
2009-02-21T16:42:41  <ThomasWaldmann> s/from/of/
2009-02-21T16:43:32  <ThomasWaldmann> btw, linking to an attachment with comma in the filename triggers problems with EmbedObject, likely due to missing quotes around the filename
2009-02-21T16:44:54  <dreimark> what can be a reason to have a , in the filename besides a typo?
2009-02-21T16:46:11  <ThomasWaldmann> windows users :P
2009-02-21T16:46:38  <ThomasWaldmann> aside from that, commas are allowed so they should not cause problems
2009-02-21T16:58:34  <ronny> ah, i see
2009-02-21T17:01:49  <ronny> ThomasWaldmann: btw, how about switching all HelpFoo things to Help/Foo
2009-02-21T17:02:27  <ronny> oO
2009-02-21T17:03:06  <ronny> ThomasWaldmann: why are the filenames with umlauts encoded with parens instead of using something like url encoding?
2009-02-21T17:15:31  <dreimark> cia.vc sleeps
2009-02-21T17:15:41  <dreimark> changeset:   4598:bfab7aa26ac9
2009-02-21T17:15:46  <dreimark> summary:     packages.do_ensureversion: get only the numbers of the release string (ignore betaX)
2009-02-21T17:22:23  * dreimark likes to rename SyncPages to get it removed from the more action menue because it needs additional configurations
2009-02-21T17:23:15  <dreimark> is syncpages easy enough to read or do we prefer sync_pages?
2009-02-21T17:30:18  <dreimark> ThomasWaldmann: for EmbedObject it is the argument parser which want's the user to enter quotes if he has a comma in his filename
2009-02-21T17:31:01  <dreimark> or whatever parameter
2009-02-21T17:34:30  <dreimark> arrgh upload/rename is broken in 1.9
2009-02-21T17:40:45  <dreimark> bbl
2009-02-21T17:43:09  <ThomasWaldmann> dreimark: yeah sure, but some code doesn't use the quotes. have to look at it later...
2009-02-21T18:37:35  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4599:9275fb7a2bc2 1.9/MoinMoin/action/AttachFile.py: AttachFile: get the rename field content from qs args, too
2009-02-21T19:08:46  *** grzywacz has joined #moin-dev
2009-02-21T19:10:34  <dreimark> behaviour of standalone server has changed for install package
2009-02-21T19:10:36  <dreimark> Exception RuntimeScriptException (line 19): Installing theme files is only supported for standalone type servers.
2009-02-21T19:18:42  <dreimark> any idea why "shared = '/use/share/moin/htdocs'" in serving.make_application +89 is it a typo only?
2009-02-21T19:19:30  <dreimark> and why is it a constant?
2009-02-21T19:20:26  <dreimark> if shared is True: is strange from the description @param shared: directory where static files are located
2009-02-21T19:24:03  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4292:81598e8c735b 1.8/MoinMoin/action/AttachFile.py: AttachFile do=view: quote filename and pagename params for EmbedObject macro call
2009-02-21T19:38:53  *** starGaming- has joined #moin-dev
2009-02-21T19:41:55  *** starGaming has quit IRC
2009-02-21T19:49:40  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4600:deda6cd6c6d1 1.9/MoinMoin/web/serving.py: web.serving.make_application: fixed typo in default shared path
2009-02-21T21:26:00  <dreimark> ThomasWaldmann: does this fix the sareq problem for standalone server and packages? http://paste.pocoo.org/show/104820/
2009-02-21T21:33:06  <ThomasWaldmann> that's broken
2009-02-21T21:33:35  <ThomasWaldmann> we basically just don't know htdocs dir
2009-02-21T22:16:20  <dreimark> hmm, wsgi knows it
2009-02-21T22:19:33  <dreimark> web.serving.make_applications creates a mapping of mapping = {config.url_prefix_static: shared, ... which beocmes later a function in application
2009-02-21T22:35:49  *** aigarius has joined #moin-dev
2009-02-21T22:51:26  *** aigarius has quit IRC
2009-02-21T23:19:43  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4601:b93cb7a29a13 1.9/MoinMoin/packages.py: packages.do_ensureversion: compare int release numbers
2009-02-21T23:47:45  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 362:ff2e57ddeb68 1.7-extensions/data/plugin/action/arnica_slides.py: arnica_slides: compatibility for 1.9 changes added
2009-02-21T23:48:34  <dreimark> gn

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-02-21 (last edited 2009-02-21 10:19:37 by cust-182-24)