2009-02-05T00:07:43  <grzywacz> I wonder what does a change to AttachFile.py do in my (1.9) working copy after I've merged one of the recent jabber bot changes from 1.8
2009-02-05T00:07:49  <grzywacz> The file is marked as 'M', that is.
2009-02-05T00:16:40  <ThomasWaldmann> if you pulled from 1.8, you got ALL changesets that are not in 1.9 yet
2009-02-05T00:16:59  <grzywacz> I pulled with -r
2009-02-05T00:17:39  <ThomasWaldmann> then it is "up to" that revision
2009-02-05T00:19:57  <grzywacz> What's the correct syntax to take one revision, then?
2009-02-05T00:19:59  <grzywacz> -r R -r R?
2009-02-05T00:20:47  <ThomasWaldmann> hg export / hg import
2009-02-05T00:21:28  <ThomasWaldmann> but as we merge 1.8 into 1.9 anyway, maybe just merge (or let me merge)
2009-02-05T00:22:49  <grzywacz> ok...
2009-02-05T00:24:37  <ThomasWaldmann> is everything pushed to 1.8 repo what you need there?
2009-02-05T00:26:20  <grzywacz> yes
2009-02-05T00:26:53  <ThomasWaldmann> anything outgoing for 1.9? if yes, push now.
2009-02-05T00:29:26  <grzywacz> remote changed wiki/server/mointwisted.py which local deleted
2009-02-05T00:29:27  <grzywacz> erm....
2009-02-05T00:29:48  <ThomasWaldmann> that's normal
2009-02-05T00:30:06  <grzywacz> use changed or deleted?
2009-02-05T00:30:11  <ThomasWaldmann> shall I do the merge?
2009-02-05T00:31:14  <grzywacz> Yes, please..
2009-02-05T00:32:05  <ThomasWaldmann> ok, just get a fresh clone afterwards
2009-02-05T00:43:38  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4549:173c67aff3d6 1.9/ (328 files in 53 dirs): merged moin/1.8
2009-02-05T00:44:29  <ThomasWaldmann> grzywacz: ^
2009-02-05T00:51:32  <grzywacz> \o/
2009-02-05T00:57:31  <ThomasWaldmann> most conflicts where version number changes. all server/ and request/ stuff is gone due to wsgi refactoring in 1.9.
2009-02-05T00:57:38  <ThomasWaldmann> -h
2009-02-05T04:31:46  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4274:4ac5fb2ab146 1.8/MoinMoin/macro/SystemInfo.py: fix: Xapian index idx.mtime() gives a normal unix timestamp, no need to scale
2009-02-05T08:39:25  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 353:51772c48c3eb 1.7-extensions/data/plugin/macro/CollectLists.py: CollectLists: replaced filter_pattern by filter_column_value. You can preselect rows to show up only if a key value pair is equal to a given definition e.g. filter_column_value=project:: 1.7-extensions
2009-02-05T09:49:02  <dreimark> moin
2009-02-05T11:16:42  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 354:8b431b302c79 1.7-extensions/data/plugin/macro/CollectLists.py: CollectLists: simplified exclusion of filter_selection by transpose
2009-02-05T11:16:43  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 355:5be8fa5a1ff6 1.7-extensions/data/plugin/macro/CollectLists.py: CollectLists: i18n message for not existing pagename added
2009-02-05T11:16:44  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 356:918af8ce7507 1.7-extensions/data/plugin/macro/CollectLists.py: CollectLists: improved comments
2009-02-05T12:47:59  *** irc.freenode.net sets mode: +o ChanServ
2009-02-05T13:32:33  <ronny> hmm
2009-02-05T13:33:14  <ronny> ThomasWaldmann: i'll wire up a git-alike object db soon, should i investigate using it as backend for moin storage?
2009-02-05T13:38:25  <ThomasWaldmann> well, for moin there are more urgent things to do, but feel free if you can't resist :)
2009-02-05T13:39:25  <ronny> i kinda need that for various things already
2009-02-05T13:39:58  <ronny> and one can have a page object that links data together
2009-02-05T13:40:14  <ronny> git itself cant be used, since it wont allow custom object types
2009-02-05T13:47:05  <ThomasWaldmann> ronny: will that stuff work under win32?
2009-02-05T13:48:53  <ronny> ThomasWaldmann: my initial implementation probably wont, but i'll add fixes later on
2009-02-05T13:49:11  <ronny> (in the ideal case i'd have atomic fs ops
2009-02-05T13:49:55  <ThomasWaldmann> because that would make it more interesting as moin backend, because we still miss a self-contained backend that works on win32
2009-02-05T15:10:19  <ronny> hmm
2009-02-05T15:10:26  <ronny> win32 kinda sucks big time :(
2009-02-05T15:41:13  <dreimark> http://moinmo.in/EuroPython2009 please sign if you are interested
2009-02-05T19:27:46  <CIA-38> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 4275:1777b6d3674a 1.8/wiki/server/wikiserverconfig.py: have a wikiserverconfig.py in wiki/server/ so setup.py copies it
2009-02-05T22:23:17  <ThomasWaldmann> http://hg.moinmo.in/moin/1.8/rev/a7dc3cc36362
2009-02-05T22:50:13  <ThomasWaldmann> http://moinmo.in/MoinMoinBugs/1.8_Anchor_Macro_removes_underscore < any comments?
2009-02-05T22:56:06  <TheSheep> as long as _ are not used in default themes for stylable element IDs, I think it's fine
2009-02-05T23:04:12  <ThomasWaldmann> we can avoid that by convention, I think
2009-02-05T23:05:45  <TheSheep> exactly
2009-02-05T23:16:34  * ThomasWaldmann added some code to the page
2009-02-05T23:27:14  <ThomasWaldmann> hmm, that isalpha(firstchar) maybe is not sufficient, right?
2009-02-05T23:27:30  <ThomasWaldmann> For 8-bit strings, this method is locale-dependent.
2009-02-05T23:29:27  <ThomasWaldmann> hmm, with utf-7 encoding before, it should work

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-02-05 (last edited 2009-02-04 23:15:01 by IrcLogImporter)