/srv/irclogs.ubuntu.com/2015/10/29/#ubuntu-community-team.txt

dholbachgood morning08:04
dholbachdpm, mhall119: https://stackoverflow.com/questions/33284171/added-updated-pages-in-wrong-place-in-django-cms-article-tree-using-postgres/33399188#3339918808:50
dholbachI'll try to upgrade mptt and see if that helps08:51
dholbachwe should really make https://code.launchpad.net/~developer-ubuntu-com-dev/developer-ubuntu-com/1470715/+merge/268471 a priority08:51
dholbachespecially now with landings being possible again08:51
dpmthanks dholbach!08:57
dpmdholbach, the bug report does only say do django upgrade. From which version to which version, and why do we need the upgrade?08:59
dholbachit's slightly outdated09:01
dpmok, I can see the new revision on the diff too: 1.8.409:03
dpmit seems we should be able to drop South too, as 1.7 shipped built-in schema migration?09:05
dholbachyes09:06
dholbachthat's why the diff of the MP is so big09:07
dholbachall migrations need to be converted from the old to the new format09:07
dholbacheverything from L525 onwards it the non-migrations part of the diff09:07
dholbachbut for bug 1506861 we probably don't need the full upgrade09:09
ubot2bug 1506861 in developer-ubuntu-com "Markdown article importer messes up article tree" [Critical,New] https://launchpad.net/bugs/150686109:09
dholbachit might make sense to fix this issue before09:09
dholbachWOW09:11
dholbachit looks like manage.py cms fix-mptt  actually made it work09:11
dholbachI'll embed it in my testing09:12
dholbachDaniele is a great guy - he's a contact from mhall11909:15
dholbachI'll ask him if he has an Amazon Wishlist or something09:15
dpm:-)09:16
dholbachhum, that might have been a bit premature... it just worked one time now - I'll need to figure out more specifically how it works and under which conditions it fixes the issue09:40
dholbachit looks like we should move off of the old django cms (and with that off of mptt to treebeard) in any case09:40
czajkowskialoha09:59
dpmmorning czajkowski10:00
dpmdholbach, I guess it's a two step process, right? First upgrade django (which we can theoretically do right now) and then migrate to treebeard?10:02
dholbachdpm, I personally would for now just upgrade to a newer mptt and apply the fix-mptt change (if I can make sure that fixes everything we need in the importer)10:03
dholbachand then do the big upgrade where we do django and everything else10:03
dholbachand migrate to treebeard with that at the same time10:03
dholbachthe big upgrade will need a lot of testing to see if all plugins still work etc10:03
dholbachmaybe we can try to do a better job staying on current stuff later on10:04
dpmdholbach, ok10:04
dholbachbut we can discuss it later on with davidcalle and mhall119 if you like10:04
dholbachjust to see how everyone feels about it10:04
dholbachfor now I'll just work on an isolated fix for the importer10:04
dholbachdavidcalle, mhall119's contact gave us some food for thought (and experimentation: https://stackoverflow.com/questions/33284171/)10:05
dholbachI'll let you know how it goes :)10:05
dholbachdavidcalle, mhall119: if you have some time later on, I'd appreciate a review (and testing) of https://code.launchpad.net/~dholbach/developer-ubuntu-com/1506861/+merge/27610411:36
dholbachdavidcalle, mhall119: and there's https://code.launchpad.net/~dholbach/developer-ubuntu-com/1510904/+merge/276111 now12:00
dholbachwith that I I'll run out for lunch :-)12:02
dholbachsee you later!12:02
dpmdavidcalle, could you add a description for the "JavaScript scopes hands-on" session? I'm writing a blog post announcing the summit and I wanted to highlight it :)12:50
dholbachdpm, davidcalle, mhall119: shall we have a chat about landing the rest of MPs in our docs hour call in 40m?13:48
dpmdholbach, sounds good to me13:49
mhall119dholbach: works for me13:49
dholbachawesome13:50
davidcalledpm, sure!14:21
davidcalledholbach, sure!14:21
davidcalledholbach, mhall119, will be 5 min late14:29
dholbachok14:30
dpmdholbach, will be a few mins14:35
mhall119seems we all will ;)14:35
popeywe hanging out?14:39
dholbachdavidcalle, I'll test yours in a sec15:27
dholbachlet me know if you have any feedback about the branches15:28
davidcalledholbach, yep15:28
dholbachdavidcalle, 127.0.0.1/:44 Uncaught TypeError: window.location.href.contains is not a function15:32
davidcallewaaat15:32
dholbachdavidcalle, this seems to work .indexOf(...) > -115:34
davidcalledholbach, where do you see this issue?15:40
dholbachtrunk15:40
dholbachtrunk + your branch using chromium15:40
davidcalledholbach, this output I mean15:40
dholbachin the js console15:40
dholbachpress f1215:40
davidcalledholbach, works in firefox :p15:41
dholbachdoes it work for you in chromium?15:41
davidcalledholbach, just tested in chrome, doesn't work15:42
dholbachthis might work: if(window.location.href.indexOf("cn.developer.ubuntu.com") == -1)15:43
dholbachI'm still trying to figure out how to pretend I'm "cn.developer.ubuntu.com"15:43
dholbachnevermind, I was a bit dense :)15:44
dholbachshall we remove http://stats.g.doubleclick.net/dc.js as well?15:44
dholbachnot sure where that's coming from15:44
davidcalledholbach, don't know15:45
dholbachok15:45
dholbachso the check I posted above wfm15:45
dholbachboth in chromium and firefox15:45
davidcalledholbach, was testing, can confirm15:46
* davidcalle changes15:46
davidcalledholbach, updated: https://code.launchpad.net/~davidc3/developer-ubuntu-com/analytics-exclude-cn-domain/+merge/27588715:51
dholbachapproved15:53
davidcalleYay15:55
* davidcalle hugs dholv15:55
jcastropopey: this latest podcast is brilliant, well done15:55
davidcalle*dholbach15:55
jcastrowell, brilliant so far I mean, in the middle of listening15:55
* dholbach hugs davidcalle back15:55
popeyooh, cool, thanks jcastro15:56
davidcalledholbach, I'm impatient to test your importer fix on staging!16:26
dholbachdavidcalle, oh ok... I thought somebody was going to review and test them?16:26
dholbachor do we just push to trunk?16:26
davidcalledholbach, I've just tried it :)16:26
dholbachah! great!16:27
dholbachso I can push to trunk now? :)16:27
davidcalledholbach, yep :)16:27
dholbachboth?16:28
davidcalledholbach, haven't tested git yet, and taking tristan to the doc in 10 min :/16:28
dholbach^ mhall119 - can you look at the git branch then?16:29
dholbachI'll merge the other one16:29
mhall119dholbach: do we know that bzr and git command-line tools are available on the server?16:30
dholbachit'd surprise me a lot if bzr wasn'T16:30
dholbachbut for git we should ask16:30
davidcallebzr is, since it imports on tsaging16:31
davidcallestaging*16:31
=== davidcalle is now known as davidcalle|afk
dholbachmhall119 (and davidcalle|afk): I pushed a check for bzr/git availability to the branch17:04
dholbachI hope that's better17:05
dholbachall right - I call it a day - see you all tomorrow!17:08
dpmhi czajkowski, around?19:00
dpmczajkowski, nm, we can chat tomorrow if you're around19:05
dpmcalling it a day for today19:05
dpmsee you all tomorrow!19:05
=== davidcalle|afk is now known as davidcalle

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!