1 2010-09-25T00:07:25  <dreimark> ThomasWaldmann: http://paste.pocoo.org/show/266904/ no special item_name, or?
   2 2010-09-25T00:11:44  <ThomasWaldmann> what is without it?
   3 2010-09-25T00:13:39  <dreimark> it shows "
   4 2010-09-25T00:13:41  <dreimark> handlers need to give it "
   5 2010-09-25T00:16:13  <ThomasWaldmann> ok, then put something there that makes sense
   6 2010-09-25T00:16:24  <ThomasWaldmann> and indent 103 one more
   7 2010-09-25T03:52:26  *** grzywacz has quit IRC
   8 2010-09-25T11:16:59  *** kursor has joined #moin-dev
   9 2010-09-25T11:59:49  <ThomasWaldmann> valeuf: http://packages.python.org/distribute/ see graphics at the bottom :D
  10 2010-09-25T12:09:10  <CIA-36> Reimar Bauer <rb.proj AT googlemail DOT com> default * 10015:fe3bec3ba583 2.0-dev/MoinMoin/apps/admin/views.py: apps.admin.views: fixed missing handler
  11 2010-09-25T12:09:11  <CIA-36> Reimar Bauer <rb.proj AT googlemail DOT com> default * 10016:6e6d66c342a3 2.0-dev/MoinMoin/ (apps/admin/views.py datastruct/backends/wiki_groups.py): admin.views: adapted to new flaskg group. Access check in wiki_groups._retrieve_members added. Default value for undefined group fixed.
  12 2010-09-25T12:09:29  <dreimark> moin
  13 2010-09-25T12:09:43  <dreimark> ThomasWaldmann: acl behaves strange
  14 2010-09-25T12:10:15  <dreimark> if one tries to add acl item meta data the result is Forbidden, You don't have the permission to access the requested resource. It is either read-protected or not readable by the server.
  15 2010-09-25T12:15:27  <dreimark> and with usergroup as meta data I get http://paste.pocoo.org/show/267005/
  16 2010-09-25T12:15:46  <dreimark> this sounds familiar. I try to found that
  17 2010-09-25T12:16:34  <dreimark> btw. one an Item has this Forbidden status it is in a bad state
  18 2010-09-25T12:21:15  <ThomasWaldmann> http://hg.moinmo.in/moin/2.0-dev/rev/6e6d66c342a3 groupnames is a wrong name
  19 2010-09-25T12:23:21  <ThomasWaldmann> and maybe we rather should use try/except AccessDeniedError than user.may...
  20 2010-09-25T12:24:20  <dreimark> yes ok
  21 2010-09-25T12:24:24  <ThomasWaldmann> hmm, and the group system maybe internally should work around acl restrictions anyway
  22 2010-09-25T12:24:49  <dreimark> not sure about that because of that broken item
  23 2010-09-25T12:25:39  <ThomasWaldmann> the error msg you get for 403 is currently just the standard msg from werkzeug
  24 2010-09-25T12:25:44  <ThomasWaldmann> (or flask)
  25 2010-09-25T12:26:16  <dreimark> i tried acl_rights_before it does not matter
  26 2010-09-25T12:27:09  * ThomasWaldmann tries
  27 2010-09-25T12:29:34  <dreimark> in the 1.x a user needs read access to the group definition otherwise he can't acces pages where the Group definition was used
  28 2010-09-25T12:30:13  <dreimark> (if that should give him more than default access rights)
  29 2010-09-25T12:30:15  <ThomasWaldmann> changing acls works for me
  30 2010-09-25T12:30:39  <dreimark> can you create on a page new acls?
  31 2010-09-25T12:30:42  <dreimark> sorry item
  32 2010-09-25T12:31:16  <ThomasWaldmann> changing an existing item or creating a new item with acls in rev 0
  33 2010-09-25T12:32:42  <dreimark> http://localhost:8080/+modify/AnyGroup?mimetype=text%2Fx.moin.wiki&template=
  34 2010-09-25T12:33:02  <dreimark> strange now it works too
  35 2010-09-25T12:34:16  <dreimark> but i have an old item which has that no access problem
  36 2010-09-25T12:34:51  <ThomasWaldmann> btw, one needs to change wikiconfig(_local) to do practical acl testing
  37 2010-09-25T12:35:57  <dreimark> i know it is http://paste.pocoo.org/show/267009/
  38 2010-09-25T12:37:14  <dreimark> hmm for that case however it happens it needs a cleanup
  39 2010-09-25T12:45:18  <dreimark> ThomasWaldmann: repeated. it happens when I have acl_rights_before = u"ReimarBauer:read,write,admin" and change an item where I have had before defined "acl": "ReimarBauer:read,write,admin" and then alter twice the acl rights
  40 2010-09-25T12:45:48  <ThomasWaldmann> be careful, acl configuration has changed
  41 2010-09-25T12:45:52  <dreimark> it happens at show
  42 2010-09-25T12:46:18  <dreimark> modifiying works
  43 2010-09-25T12:46:27  <ThomasWaldmann> you need to give acl configuration to the backend, see also config/default.py for what's left globally (not much)
  44 2010-09-25T12:46:46  <dreimark> and next show works too then.
  45 2010-09-25T12:46:48  <dreimark> ok i look
  46 2010-09-25T12:47:15  <ThomasWaldmann> and for that groups change: you need to revert that and just use unprotected_storage
  47 2010-09-25T12:47:43  <dreimark> ok
  48 2010-09-25T12:52:08  <CIA-36> Reimar Bauer <rb.proj AT googlemail DOT com> default * 10017:e3e12c6a6956 2.0-dev/MoinMoin/datastruct/backends/wiki_groups.py: datastruct.backends.wiki_group: reverted cs 10016:6e6d66c342a3 because we don't want to check protected storage at this place
  49 2010-09-25T12:54:04  <ThomasWaldmann> your comments are misleading
  50 2010-09-25T12:54:13  <dreimark> why ?
  51 2010-09-25T12:54:31  <ThomasWaldmann> you didn't revert that cs, only half of it
  52 2010-09-25T12:54:50  <ThomasWaldmann> and it was using protected storage before and after the revert
  53 2010-09-25T12:55:26  <dreimark> yes because i wanted to do a new cs. true, sorry
  54 2010-09-25T12:55:47  <ThomasWaldmann> and 2 cs before, you didn't fix missing handlers, you fixed missing item_name
  55 2010-09-25T12:57:37  <dreimark> i did this because of the message, it tells but also i should have added it more verbose.
  56 2010-09-25T12:58:44  <dreimark> i tried before searching about parts of the message in the repo
  57 2010-09-25T12:58:49  * ThomasWaldmann tries running with reduced default acl
  58 2010-09-25T12:59:28  <dreimark> and didn't find a hint that it is a missing item_name. I know it is now.
  59 2010-09-25T13:11:50  * ThomasWaldmann waits for the unprotected_storage fix to have less merges
  60 2010-09-25T13:13:22  <dreimark> mom
  61 2010-09-25T13:13:49  <dreimark> ThomasWaldmann: i am unsure about your comment if i use wiki_groups instead of groupnames
  62 2010-09-25T13:14:08  <dreimark> or should i name it _groups
  63 2010-09-25T13:14:39  <CIA-36> Reimar Bauer <rb.proj AT googlemail DOT com> default * 10018:620fe4e54370 2.0-dev/MoinMoin/datastruct/backends/wiki_groups.py: access group definition meta from unprotected_storage. This is independent of current user.
  64 2010-09-25T13:28:04  * dreimark waits and thinks about better parameter names
  65 2010-09-25T13:54:19  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10019:d9c0af803e36 2.0-dev/MoinMoin/apps/frontend/views.py: modify view: abort early (do not show modify view) if user is not allowed to write that item
  66 2010-09-25T13:55:48  <ThomasWaldmann> dreimark: if it is cfg.groups it maybe should just be "groups", not groupnames (because groupnames somehow would suggest a list of unicode strings which represent group names - and that is not the case)
  67 2010-09-25T14:03:09  <dreimark> it would have made more sense to revert the whole cs - as i see now http://paste.pocoo.org/show/267053/
  68 2010-09-25T14:03:29  <dreimark> and it would have been better i also have already found the key error
  69 2010-09-25T14:04:00  <dreimark> then i would be able to test if it works. fscking typo in old cs
  70 2010-09-25T15:03:05  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10020:add1fea29a3e 2.0-dev/MoinMoin/ (__init__.py themes/__init__.py templates/error.html): add themed_error handler for 403 status
  71 2010-09-25T15:03:12  <ThomasWaldmann> TheSheep: ^^
  72 2010-09-25T15:03:31  <ThomasWaldmann> request.view_args exists :)
  73 2010-09-25T15:37:19  <dreimark> ThomasWaldmann: we need to protect our KVStoreMeta meta key value types
  74 2010-09-25T15:38:21  <dreimark> if we have once used a wrong type the first time you never can change it
  75 2010-09-25T15:38:59  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10021:91e0395b1279 2.0-dev/MoinMoin/ (5 files in 3 dirs): removed GraphInfo action [related to MercurialBackend] + related static files (needs rewrite for flask/jinja2)
  76 2010-09-25T15:40:38  <dreimark> that was my problem with usergroup meta it had expected a string and not a pickle
  77 2010-09-25T15:41:31  <ThomasWaldmann> well, one needs to be consistent
  78 2010-09-25T15:41:48  <ThomasWaldmann> that's not unusual for software development
  79 2010-09-25T15:42:33  <ThomasWaldmann> and the usergroup meta of course should be a list of unicode
  80 2010-09-25T15:42:43  <dreimark> i know, but we don't destinguish users added meta data from ours
  81 2010-09-25T15:43:00  <ThomasWaldmann> ?
  82 2010-09-25T15:43:00  <dreimark> we should use a namespace
  83 2010-09-25T15:43:35  <ThomasWaldmann> that's true, but how is that related to your problem?
  84 2010-09-25T15:43:44  <dreimark> you could add any meta data and it becomes stored. but if we want to use such a var in the future the user gets a problem with upgrading
  85 2010-09-25T15:44:59  <dreimark> my problem was solved after purging the old wiki data
  86 2010-09-25T15:49:32  <CIA-36> Reimar Bauer <rb.proj AT googlemail DOT com> default * 10022:ea97f061a5de 2.0-dev/MoinMoin/datastruct/backends/wiki_groups.py: _retrieve_members default for not existing group is []
  87 2010-09-25T15:49:33  <CIA-36> Reimar Bauer <rb.proj AT googlemail DOT com> default * 10023:1e559d364825 2.0-dev/MoinMoin/apps/admin/views.py: admin.views: fixed userbrowser
  88 2010-09-25T15:49:38  <CIA-36> Reimar Bauer <rb.proj AT googlemail DOT com> default * 10024:df22bcb037d9 2.0-dev/MoinMoin/ (8 files in 6 dirs): merged main
  89 2010-09-25T15:50:00  * dreimark has user browser practical tested
  90 2010-09-25T15:55:26  <ThomasWaldmann> only old search crap left in MoinMoin.action
  91 2010-09-25T16:04:13  * ThomasWaldmann kills it
  92 2010-09-25T16:05:15  <dreimark> \o/
  93 2010-09-25T16:05:34  <dreimark> C was 2001 and 2010
  94 2010-09-25T16:17:18  *** RogerHaase has joined #moin-dev
  95 2010-09-25T16:43:31  <ThomasWaldmann> dreimark: storage usage is inconsistent for groups
  96 2010-09-25T16:44:17  <ThomasWaldmann> and dicts
  97 2010-09-25T16:50:31  * dreimark looks
  98 2010-09-25T16:50:54  <RogerHaase> TheSheep: ThomasWaldmann: revised common.css http://paste.pocoo.org/show/267145/
  99 2010-09-25T16:51:30  <RogerHaase> TheSheep: ThomasWaldmann: revised screen.css http://paste.pocoo.org/show/267146/
 100 2010-09-25T16:51:59  <dreimark> ThomasWaldmann: we should later add some tests which check somehow that stuff are in the right layer implemented
 101 2010-09-25T16:52:41  <RogerHaase> TheSheep: ThomasWaldmann: revised print.css http://paste.pocoo.org/show/267148/
 102 2010-09-25T16:54:10  <RogerHaase> TheSheep: ThomasWaldmann: a possible issue with print.css is background smileys will not print unless user turns on background print in page setup.
 103 2010-09-25T16:55:48  <RogerHaase> TheSheep: ThomasWaldmann: But the page setup requirement is OK I think.
 104 2010-09-25T16:59:37  <CIA-36> Reimar Bauer <rb.proj AT googlemail DOT com> default * 10025:171e17d77b8f 2.0-dev/MoinMoin/datastruct/backends/wiki_dicts.py: access dict definition meta from unprotected_storage. This is independent of current user.
 105 2010-09-25T17:18:42  <dreimark> bbl
 106 2010-09-25T17:25:49  <ThomasWaldmann> RogerHaase: licensing is unclear. for the moin stuff, there should be a similar pointer as in the python files
 107 2010-09-25T17:27:39  <ThomasWaldmann> for the changeset we need, you should also describe what "revised" means exactly
 108 2010-09-25T17:36:41  <ThomasWaldmann> 2010-09-25 17:15:45,631 INFO werkzeug:116 127.0.0.1 "GET /_themes/modernized/css/common.css HTTP/1.1" 304 -
 109 2010-09-25T17:36:45  <ThomasWaldmann> 2010-09-25 17:15:45,641 INFO werkzeug:116 127.0.0.1 "GET /_themes/modernized/css/screen.css HTTP/1.1" 304 -
 110 2010-09-25T17:36:48  <ThomasWaldmann> 2010-09-25 17:15:45,662 INFO werkzeug:116 127.0.0.1 "GET /_themes/modernized/css/print.css HTTP/1.1" 304 -
 111 2010-09-25T17:36:51  <ThomasWaldmann> 2010-09-25 17:15:45,690 INFO werkzeug:116 127.0.0.1 "GET /_themes/modernized/css/projection.css HTTP/1.1" 304 -
 112 2010-09-25T17:37:01  <ThomasWaldmann> that is what I am currently seeing when using moin2
 113 2010-09-25T17:37:48  <ThomasWaldmann> do we want to keep common/screen/print/projection splitting?
 114 2010-09-25T17:45:12  <ThomasWaldmann> RogerHaase: navibar current was killed because we now show current item as a standard link in location breadcrumbs
 115 2010-09-25T17:46:32  <ThomasWaldmann> in moin 1.9, on page foo/bar, foo was a link to parent page foo, bar was searching backlinks of subpage bar
 116 2010-09-25T17:47:15  <ThomasWaldmann> in moin2, on page foo/bar, foo still links to parent, but bar just links to bar
 117 2010-09-25T17:48:28  <TheSheep> I don't like those smilies not printing, ThomasWaldmann, what problem were the css smilies supposed to solve?
 118 2010-09-25T17:49:06  <ThomasWaldmann> theming
 119 2010-09-25T17:49:25  <ThomasWaldmann> and we already have that background image printing problem anyways
 120 2010-09-25T17:49:33  <ThomasWaldmann> for admonitions
 121 2010-09-25T17:50:05  <TheSheep> in admonitions it's just decoration anyways
 122 2010-09-25T17:50:09  <ThomasWaldmann> but in can be solved in browser print settings
 123 2010-09-25T17:51:05  <TheSheep> I wonder how would  .moin-icon-foo:before { content: url(foo.png) } work
 124 2010-09-25T17:51:19  <ThomasWaldmann> well, an adminition without that decoration maybe isn't seen as admonition any more
 125 2010-09-25T17:51:31  <TheSheep> ThomasWaldmann: it still has border
 126 2010-09-25T17:52:10  <ThomasWaldmann> that's what we use for link deco, but there, it has wrapping issues iirs
 127 2010-09-25T17:52:12  <ThomasWaldmann> iirc
 128 2010-09-25T17:52:14  <TheSheep> hmm... one can float the :before element
 129 2010-09-25T17:52:32  <TheSheep> I need to check it
 130 2010-09-25T17:52:54  <ThomasWaldmann> i would also like a common method, if possible
 131 2010-09-25T18:01:25  <TheSheep> weird, :before doesn't work on <img>
 132 2010-09-25T18:05:41  <ThomasWaldmann> why on img?
 133 2010-09-25T18:10:54  <TheSheep> so that it degrades gracefully
 134 2010-09-25T18:18:31  <ThomasWaldmann> <span class="smile">:-)</span>
 135 2010-09-25T18:18:56  <ThomasWaldmann> that also degrades :)
 136 2010-09-25T18:26:24  <RogerHaase> TheSheep: ThomasWaldmann:  OK, will delete current.  One thing I noticed is there are now 3 pointers to current page - page trail, pagename, and show.
 137 2010-09-25T18:27:09  <TheSheep> ThomasWaldmann: but not as gracefully as it might
 138 2010-09-25T18:27:55  <TheSheep> ThomasWaldmann: well, :before works both with admonitions and smilies in spans
 139 2010-09-25T18:28:02  <TheSheep> ThomasWaldmann: img tags are somehow special
 140 2010-09-25T18:28:19  <TheSheep> ThomasWaldmann: but one could do <span class="smile"><img></span>
 141 2010-09-25T18:31:10  <RogerHaase> ThomasWaldmann: There never was a licence in css.  GPL v2 or later is OK for me.  Is it ok with Juergen Hermann?  But then maybe we are better off saying GLP v3.  I am willing to add whatever you want.
 142 2010-09-25T18:31:55  <TheSheep> http://stackoverflow.com/questions/3794512/inserting-another-image-next-to-img-with-before
 143 2010-09-25T18:32:05  <TheSheep> maybe somebody will have an idea
 144 2010-09-25T18:32:55  <ThomasWaldmann> RogerHaase: currently (almost) all moin files use a header like MoinMoin/_template.py
 145 2010-09-25T18:44:39  <ThomasWaldmann> and it needs to be "GPL v2 or later"
 146 2010-09-25T18:46:09  <RogerHaase> Like so:     @license: GNU GPL v2 or later, see COPYING for details.
 147 2010-09-25T18:51:07  <ThomasWaldmann> yes
 148 2010-09-25T18:51:18  <ThomasWaldmann> not sure whether @ makes sense, though
 149 2010-09-25T18:52:50  * ThomasWaldmann thinks about revising storage api (again)
 150 2010-09-25T18:53:27  <ThomasWaldmann> maybe there should be 2 apis
 151 2010-09-25T18:53:35  <RogerHaase> Then you prefer:  License: GNU GPL v2 or later, see COPYING for details.
 152 2010-09-25T18:53:44  <ThomasWaldmann> yes
 153 2010-09-25T18:54:36  <ThomasWaldmann> one upper api (app.(unprotected_)storage level) that moin uses to talk to storage system
 154 2010-09-25T18:54:56  <ThomasWaldmann> one lower api that storage system uses to talk to backends
 155 2010-09-25T18:56:32  <ThomasWaldmann> the lower one could be simpler than the upper one, just storing metadata/data for some item uuid
 156 2010-09-25T18:57:39  <ThomasWaldmann> not offering history, no existance check, maybe not even stuff like rename
 157 2010-09-25T19:06:02  <ThomasWaldmann> hmm, no, doesn't work :|
 158 2010-09-25T19:31:56  <RogerHaase> ThomasWaldmann: More work to do, but this is better than current version:  http://paste.pocoo.org/show/267242/
 159 2010-09-25T19:32:42  <RogerHaase> We did not agree (yet) on how to reorg the files, so that can be addressed later.
 160 2010-09-25T19:34:05  <RogerHaase> I was thinking that fixing more of the moin- prefixes could be a next step.
 161 2010-09-25T19:35:01  <ThomasWaldmann> Licenses:  Richard Clark: Creative Commons; < what does that mean exactly?
 162 2010-09-25T19:37:05  <ThomasWaldmann> http://creativecommons.org/licenses/by-nc/2.0/uk/ if it is that (from footer of that website), we can't use it
 163 2010-09-25T19:37:21  <ThomasWaldmann> we allow commercial use of moin
 164 2010-09-25T19:42:44  <RogerHaase> Moin is not using this work for commercial purposes.  I interpret "Non-Commercial —  You may not use this work for commercial purposes." as meaning moin cannot use it in a package that is for sale.
 165 2010-09-25T19:43:19  <TheSheep> RogerHaase: moin doesn't but you may use moin for commercial purposes, and then you are also using this work
 166 2010-09-25T19:43:40  <TheSheep> RogerHaase: in particular, moin's license permits you packaging it for sale
 167 2010-09-25T19:44:11  <TheSheep> RogerHaase: I did some commercial projects using moin myself
 168 2010-09-25T19:47:07  <ThomasWaldmann> http://lists.ibiblio.org/pipermail/cc-licenses/2007-March/005291.html
 169 2010-09-25T19:48:23  <ThomasWaldmann> from drupal.org "For instance, a CC BY NC SA 3.0 license is not compatible with the GPL, because the GPL does not include such a restriction as the "NC""
 170 2010-09-25T19:50:57  <ThomasWaldmann> http://html5reset.org/ <- hah, they also use that and release the whole thing under bsd
 171 2010-09-25T19:53:28  <ThomasWaldmann> http://code.google.com/p/html5resetcss/ < hmm, there it says gpl v2
 172 2010-09-25T19:54:44  *** grzywacz has joined #moin-dev
 173 2010-09-25T19:54:44  *** grzywacz has joined #moin-dev
 174 2010-09-25T19:56:11  <xorAxAx> "they"?
 175 2010-09-25T19:56:48  <RogerHaase> brb
 176 2010-09-25T19:57:46  <ThomasWaldmann> xorAxAx: see the url
 177 2010-09-25T19:58:08  <xorAxAx> which url?
 178 2010-09-25T19:58:24  <ThomasWaldmann> (19:50) < ThomasWal> http://html5reset.org/ <- hah, they also use that and release the whole thing under bsd
 179 2010-09-25T20:26:46  <dreimark> re
 180 2010-09-25T20:36:59  <RogerHaase> Ok, I am confused. I downloaded v 1.6 of reset from here:  http://code.google.com/p/html5resetcss/downloads/list.  Now there is a 1.6 version...
 181 2010-09-25T20:38:56  <RogerHaase> The creative Commons reference came from http://html5doctor.com/html-5-reset-stylesheet/ which pointed to code.google.com....
 182 2010-09-25T20:40:04  <RogerHaase> The html5reset.org seems to be using a older 1.4.1 version.
 183 2010-09-25T20:40:39  <dreimark> that needs personal communication with the author
 184 2010-09-25T20:41:08  <RogerHaase> Is there a license for everything hosted on code.google.com?  I could not find one.
 185 2010-09-25T20:41:18  <dreimark> http://code.google.com/p/html5resetcss/ see there
 186 2010-09-25T20:41:35  <dreimark> it says code license GNU General Public License v2
 187 2010-09-25T20:41:41  <dreimark> Content license:
 188 2010-09-25T20:41:48  <dreimark> Creative Commons 3.0 BY
 189 2010-09-25T20:41:55  <dreimark> so
 190 2010-09-25T20:42:07  <dreimark> css is code
 191 2010-09-25T20:49:09  <RogerHaase> Thank you dreimark!  OK, will pull 1.6.1 version of Sep 19 (had 1.6 version) and change comments to reflect is is GNU v2 (and remove reference to Creative Commons).  Anything else?
 192 2010-09-25T20:51:26  <RogerHaase> s/b Sep 17
 193 2010-09-25T21:37:25  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10026:02ae72bc30e2 2.0-dev/MoinMoin/action/fullsearch.py: remove fullsearch action - outdated and should be rewritten
 194 2010-09-25T21:37:26  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10027:485ad388ee4f 2.0-dev/MoinMoin/action/__init__.py: kill action package - was unused now
 195 2010-09-25T21:37:28  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10028:c0395800540a 2.0-dev/MoinMoin/ (3 files in 2 dirs): merged main
 196 2010-09-25T21:43:02  <ThomasWaldmann> dreimark: wiki_groups has 2 references to .storage while also using .unprotected_storage
 197 2010-09-25T21:46:43  <dreimark> ThomasWaldmann: i have no idea why that was not replaced or why I have missed both
 198 2010-09-25T21:53:59  <CIA-36> Reimar Bauer <rb.proj AT googlemail DOT com> default * 10029:1c02e6012d35 2.0-dev/MoinMoin/datastruct/backends/wiki_groups.py: wiki_groups: really replaced all .storage references to .unprotected_storage
 199 2010-09-25T22:11:04  <RogerHaase> ThomasWaldmann: modernized css, try 2:  http://paste.pocoo.org/show/267276/
 200 2010-09-25T22:27:11  <ThomasWaldmann> 898 (and others) - can you please put a \n at the end of files so that diff doesn't complain
 201 2010-09-25T22:27:49  *** kursor has quit IRC
 202 2010-09-25T22:29:07  <ThomasWaldmann> other than that, it is a bit much to review as diff - did you practically try the css?
 203 2010-09-25T22:48:01  <RogerHaase> Tested with IE8, IE8 in IE7 compatibility, Safari, Chrome, and Firefox on windows.  I fixed several things: OLs with roman numerals & alpha, super and sub text, underlines, etc.
 204 2010-09-25T22:49:02  <RogerHaase> Here is try 3 with a blank line at eof: http://paste.pocoo.org/show/267288/
 205 2010-09-25T22:51:52  <RogerHaase> I added non-working OLs to buglist here:  http://test.moinmo.in:8080/BUGS
 206 2010-09-25T22:54:28  <ThomasWaldmann> TheSheep: comments?
 207 2010-09-25T22:58:00  <RogerHaase> And when 2 lists were separated by a blank line, the second list started with a class=gap under 1.9.  But I worked around that with ol, ul { margin-top: 1em; } and li ol, li ul { margin-top: .25em; }
 208 2010-09-25T23:02:24  <TheSheep> RogerHaase: if we use :before for the admonitions and smileys, they will print
 209 2010-09-25T23:02:25  <RogerHaase> Oops, super and sub text was working, I fixed smaller/larger.
 210 2010-09-25T23:06:20  <dreimark> http://www.html5tools.net/2010/07/20/get-the-shiv-and-get-going/
 211 2010-09-25T23:34:09  <ThomasWaldmann> RogerHaase: hg import fails - is that for current tip?
 212 2010-09-25T23:45:30  <RogerHaase> Yes, but I had to rollback try 2.  Looking for the problem...
 213 2010-09-25T23:53:50  <ThomasWaldmann> dreimark: rgraph isn't free software
 214 2010-09-25T23:58:56  <dreimark> ack - removed
 215 2010-09-25T23:59:36  <dreimark> i have listed first not read all license info yet

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-09-25 (last edited 2010-09-24 22:45:02 by IrcLogImporter)