[11:49] davidcalle, mhall119: I'm wondering if I should make the markdown importer a separate app in dev.u.c... what do you think? [11:49] it looks rather self-contained [11:49] and it'd make the code easier to find :) [11:53] I think I'll just do it [12:30] davidcalle: I updated https://code.launchpad.net/~dholbach/developer-ubuntu-com/django-cms-update/+merge/278447 again [12:32] ho hum... [12:32] not sure where the conflicts come from now [12:32] maybe I should propose it again your 1.8 branch [12:35] ok, done: https://code.launchpad.net/~dholbach/developer-ubuntu-com/django-cms-update/+merge/281743 [14:06] dholbach: I'm confused, wasn't the cms-update branch already merged in the django-1.8-cms-2.3 one? [14:06] davidcalle: there's some new updates again :) [14:07] dholbach: ah :) [14:08] if we manage to do one update in 2-3 years we can update to the newest that's reasonable ;-) [14:08] dholbach: :D [14:09] dholbach: I'm reviewing the new changes since last time we looked at it together before the holidays. After that is it ok with you to merge it in the 1.8 branch? [14:10] sure [14:19] * davidcalle is updating-pip-cache [14:22] dholbach: I've started working on getting the mojo spec to deploy locally! [14:22] wow [14:22] is it hard to get it set up locally? [14:25] dholbach: it's a bit obscure and creates a bunch of alien stuff in /srv , but I've got some tips in #webops and now I need to strip down everything that doesn't makes sense locally (eg. credentials to nagios, etc) [14:26] dholbach, the documentation is alright, so that was pretty painless to setup [14:26] nice [14:26] that's at least some good news :) [15:04] dholbach: http://paste.ubuntu.com/14420747/ [15:11] dholbach: on a related note, I really like how this test is done [15:14] dholbach: also, if I print the content of the article generated by the test, it contains a link [15:17] davidcalle: wow... :) [15:17] ok, I'll take a look [15:29] davidcalle: can you pull and run the test again? [15:36] dholbach: AssertionError: Link /en/file2/ not found [15:36] hum [15:37] c'est bizarre ça [15:38] dholbach: the test passes if I do : res = c.get(link.attrs['href'].replace('en/', '') [15:38] the test passes here :) [15:39] anyway, I'll take a look at it [15:40] maybe add something like this? [15:40] logging.error('Available pages are: {}'.format( [15:40] ', '.join([a.get_absolute_url() for a in Page.objects.all()]) [15:40] )) [15:40] and [15:40] from cms.models import Page [15:40] just so it can tell you which pages are actually available [15:48] dholbach: /en/file2/ is here, hum [15:49] davidcalle: I'm just about to move the tests to local test data and I'm experiencing a similar problem - let me see if I can write a better test and make the code more explicit about what it does