1 2014-02-02T00:11:40  *** sudo_dirk has quit IRC
   2 2014-02-02T00:12:42  *** sudo_dirk has joined #moin-dev
   3 2014-02-02T03:11:09  *** moin9 has joined #moin-dev
   4 2014-02-02T03:11:36  <moin9> anyone know why, using the PageEditor, moin doesn't format the page accordingly?
   5 2014-02-02T03:11:42  <moin9> i.e. if i put = Foo = as the text
   6 2014-02-02T03:11:53  <moin9> it renders as "= Foo =", not has a heading.
   7 2014-02-02T03:20:46  <moin9> ah, it's a bug.
   8 2014-02-02T03:21:21  <moin9>  seems to only render correctly if the text sarts with "\r" or something.
   9 2014-02-02T03:21:34  <moin9> pe.saveText("= Sup Dog =", rev) # doesn't work
  10 2014-02-02T03:21:42  <moin9> pe.saveText("\r = Sup Dog = ", rev) # works
  11 2014-02-02T03:45:10  <moin9> unfortunately, that's not the whole story.
  12 2014-02-02T03:51:20  <moin9> well, it can be fixed by arbitrarily adding in carriage returns anyway.
  13 2014-02-02T03:51:21  <moin9> odd.
  14 2014-02-02T05:30:38  *** moin9 has quit IRC
  15 2014-02-02T10:33:50  *** samgtr_ has joined #moin-dev
  16 2014-02-02T10:40:54  *** ajitesh has quit IRC
  17 2014-02-02T10:40:54  *** samgtr has quit IRC
  18 2014-02-02T10:40:56  *** samgtr_ is now known as samgtr
  19 2014-02-02T10:47:33  *** ajitesh has joined #moin-dev
  20 2014-02-02T10:51:20  *** merci has joined #moin-dev
  21 2014-02-02T11:14:23  *** merci has quit IRC
  22 2014-02-02T11:53:02  <ThomasWaldmann> moin
  23 2014-02-02T11:55:00  <ajitesh> moin
  24 2014-02-02T12:06:44  <ajitesh> ThomasWaldmann, i had requested for 2 code reviews while you were away..
  25 2014-02-02T12:07:31  <ajitesh> Review needed - https://codereview.appspot.com/59370043 - for issue -- https://bitbucket.org/thomaswaldmann/moin-2.0/issue/124/moin-crashed-on-cyrillic-urls-internal
  26 2014-02-02T12:07:47  <ajitesh> Also another review for issue #396 -- https://codereview.appspot.com/59380043
  27 2014-02-02T13:01:45  <ThomasWaldmann> ajitesh: ok, looking at them...
  28 2014-02-02T13:33:44  <ThomasWaldmann> ajitesh: done
  29 2014-02-02T13:45:46  <ajitesh> ThomasWaldmann, ok.. sorry for that unecessary change.. i read my diffs twice and i remember removing that extra space.. mayb i didnt save it :|
  30 2014-02-02T13:49:02  <ThomasWaldmann> ok, happens. it's just important that you do read your diffs and fix everything that shouldn't be there
  31 2014-02-02T13:55:12  <ThomasWaldmann> ananasova: merging your PR ...
  32 2014-02-02T14:07:34  * ThomasWaldmann merged RogerHaase's stuff also
  33 2014-02-02T14:14:16  <ThomasWaldmann> is jigar54 here?
  34 2014-02-02T14:15:08  * ThomasWaldmann had to decline his PR due to a slight mess in his repo
  35 2014-02-02T14:15:23  <ThomasWaldmann> (the code change itself was fine)
  36 2014-02-02T14:26:49  <ThomasWaldmann> sharky93: guess i'ld try to merge your stuff
  37 2014-02-02T14:36:04  * ThomasWaldmann merges 174 changesets main -> sharky
  38 2014-02-02T14:41:46  *** RogerHaase has joined #moin-dev
  39 2014-02-02T14:48:39  <ThomasWaldmann> <<<<<<< local 'autosize', 'svgweb',
  40 2014-02-02T14:48:39  <ThomasWaldmann> =======
  41 2014-02-02T14:48:39  <ThomasWaldmann> >>>>>>> other
  42 2014-02-02T14:49:04  <ThomasWaldmann> sharky93: RogerHaase: do you remember about autosize and svgweb?
  43 2014-02-02T14:49:46  <ThomasWaldmann> (it's the xstatic module names from wikiconfig.py). seems like removed in main, but not (yet) in sharky's branch.
  44 2014-02-02T14:52:22  <ThomasWaldmann> ah, autosize added by sharky93
  45 2014-02-02T14:53:17  <RogerHaase> right, I deleted that as part of an IE8 not supported cleanup - svg in IE8 never worked correctly after jquery was installed
  46 2014-02-02T14:53:39  <ThomasWaldmann> ok, so remove svgweb, keep autosize
  47 2014-02-02T14:54:12  * ThomasWaldmann found the changesets now. would've been easier when module names were mentioned in commit comment.
  48 2014-02-02T14:54:19  <ThomasWaldmann> if*
  49 2014-02-02T14:55:10  <ThomasWaldmann> 2 conflicts left ...
  50 2014-02-02T14:57:22  <ThomasWaldmann> RogerHaase: btw, merged your PR
  51 2014-02-02T15:01:04  <RogerHaase> Thanks, I saw.  There is one more CR for make.py and quickinstall.py:  https://codereview.appspot.com/55200043/
  52 2014-02-02T15:01:34  * ThomasWaldmann guesses this merge will take some time...
  53 2014-02-02T15:07:57  <ThomasWaldmann> after bootstrap theme "basic" is in main repo, we'll have to see whether we want to get rid of some other theme(s)
  54 2014-02-02T15:10:02  * ThomasWaldmann runs tests on merged code
  55 2014-02-02T15:11:03  <ThomasWaldmann> ok, still that 1 failure I had before also "assert name is not None"
  56 2014-02-02T15:17:31  <ThomasWaldmann> hah, edited moin sample item, added acl and now it is gone XD
  57 2014-02-02T15:22:16  <ThomasWaldmann> looks like it kills name meta
  58 2014-02-02T15:40:40  <ThomasWaldmann> ok, theme specific issue
  59 2014-02-02T15:48:17  * ThomasWaldmann added name to the meta fields for basic theme
  60 2014-02-02T15:51:39  <ThomasWaldmann> of course the basic theme now misses quite some UI features that were added in the other gsoc projects
  61 2014-02-02T15:56:31  *** merci has joined #moin-dev
  62 2014-02-02T15:58:02  *** merci has quit IRC
  63 2014-02-02T16:16:48  * ThomasWaldmann pushes
  64 2014-02-02T16:19:01  <sharky93> moin
  65 2014-02-02T16:19:06  <sharky93> wow. ThomasWaldmann on a roll :D
  66 2014-02-02T16:21:04  <ThomasWaldmann> everybody please pull and merge from main repo
  67 2014-02-02T16:21:17  <ThomasWaldmann> sharky's bootstrap code in there now
  68 2014-02-02T16:22:12  <ThomasWaldmann> sharky93: can you move all bs issues from your tracker into main tracker?
  69 2014-02-02T16:23:28  <sharky93> sure.
  70 2014-02-02T16:23:40  <sharky93> ananasova: ^^ the long wait ends? :P
  71 2014-02-02T16:23:43  <ThomasWaldmann> all open ones I mean
  72 2014-02-02T16:24:24  <ThomasWaldmann> the closed one only if we need to have them because of important decisions documented there
  73 2014-02-02T16:24:41  <sharky93> willdo
  74 2014-02-02T16:25:01  * ThomasWaldmann looks at sharky93's other repo now
  75 2014-02-02T16:27:40  <sharky93> ThomasWaldmann: how do i 'move' issues? ^_-
  76 2014-02-02T16:28:01  * ThomasWaldmann fears the only answer is "manually"
  77 2014-02-02T16:28:28  * sharky93 sheds a tear
  78 2014-02-02T16:28:39  <ThomasWaldmann> you could also look if they meanwhile have an api for the comments also
  79 2014-02-02T16:29:02  <ThomasWaldmann> a while ago when i looked last, one could access issues by api, but it didn't include the comments
  80 2014-02-02T16:30:17  <RogerHaase> after deleting old wiki, closing browser, loading sample wiki, creating login ID, then completing login:  http://rn0.ru/show/XIhdccEsZNJINuF0H0Tp/
  81 2014-02-02T16:30:42  <ThomasWaldmann> i also found something:
  82 2014-02-02T16:30:43  <ThomasWaldmann> $ ./m tests
  83 2014-02-02T16:30:44  <ThomasWaldmann> Running tests... output written to m-pytest.txt and m-pep8.txt.
  84 2014-02-02T16:30:44  <ThomasWaldmann> /bin/sh: 1: source: not found
  85 2014-02-02T16:31:34  <ThomasWaldmann> RogerHaase: oh. hmm, i only tested by unit tests and not-logged-in, bummer.
  86 2014-02-02T16:32:02  <ThomasWaldmann> but is_subscribed_to sounds like sth for ananasova :D
  87 2014-02-02T16:33:48  <ThomasWaldmann> traceback looks incomplete btw
  88 2014-02-02T16:34:06  <ThomasWaldmann> RogerHaase: just compare the basic/... template to the main templates
  89 2014-02-02T16:34:26  <ThomasWaldmann> guess you'll find a change of ananasova there that is not in sharky's basic theme yet
  90 2014-02-02T16:37:30  <RogerHaase> missed copying last line AttributeError: 'list' object has no attribute 'meta'; try 2  http://rn0.ru/show/SXg1BjMIYYdoL3hjzplH/
  91 2014-02-02T16:40:35  <ThomasWaldmann> changed api i guess
  92 2014-02-02T16:43:56  <sharky93> ThomasWaldmann: https://confluence.atlassian.com/display/BITBUCKET/Export+or+import+issue+data
  93 2014-02-02T16:44:47  <ThomasWaldmann>  Importing issues destroys existing issues in the tracker. < don't want!
  94 2014-02-02T16:45:54  <sharky93> oh.
  95 2014-02-02T16:46:05  <sharky93> this is still open https://bitbucket.org/site/master/issue/1642/allow-moving-tickets-over-to-another
  96 2014-02-02T16:47:09  <ThomasWaldmann> https://confluence.atlassian.com/display/BITBUCKET/issues+Resource < this might work
  97 2014-02-02T16:47:20  <ThomasWaldmann> with a little code...
  98 2014-02-02T16:47:31  <ThomasWaldmann> and they seem to support comments now
  99 2014-02-02T16:50:25  <sharky93> i'll maybe code a generic 'issue mover'
 100 2014-02-02T16:50:43  <sharky93> ThomasWaldmann: how urgent is the moving?
 101 2014-02-02T16:52:18  <ThomasWaldmann> well, it would be convenient to have code and issues in same bitbucket
 102 2014-02-02T16:52:29  <ThomasWaldmann> or issues closed :)
 103 2014-02-02T16:52:41  <ThomasWaldmann> i mean "fixed and closed"
 104 2014-02-02T16:53:11  <ThomasWaldmann> not super urgent, though
 105 2014-02-02T16:53:59  <ThomasWaldmann> sharky93: if you code something, use "requests" lib
 106 2014-02-02T17:00:03  * ThomasWaldmann resolves merge conflicts in sharky's other repo
 107 2014-02-02T17:19:33  *** vpv has quit IRC
 108 2014-02-02T17:30:32  * ThomasWaldmann gtg / bbl
 109 2014-02-02T17:35:30  *** vpv has joined #moin-dev
 110 2014-02-02T17:58:27  *** ajitesh has quit IRC
 111 2014-02-02T22:03:14  <RogerHaase> ThomasWaldmann: make.py fix for ubuntu:  https://codereview.appspot.com/55200043/
 112 2014-02-02T22:15:52  *** RogerHaase has left #moin-dev
 113 2014-02-02T22:32:09  *** derdon has joined #moin-dev
 114 2014-02-02T23:27:13  *** derdon has quit IRC
 115 

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-02-02 (last edited 2014-02-02 00:15:02 by IrcLogImporter)