David Ray
David Ray
On a newly provisioned 12.04 box with python 2.7, with or without this change that pins setuptools (https://github.com/caktus/margarita/commit/5ffd6a7c8ae0d1be8723807029512a813def2533), the following error occurs on the initial `fab vagrant deploy`: ``` 2015-01-08...
Resolves #35 - tested on clean 12.04 vagrant box - bonus minor adjustment to solr conf (happy to excise and include as separate PR if desired)
Need to inspect when the renderer gathers resources from /static/. At present, it appears that for projects using compressor, the renderer gathers resources before compressor caches files. The current workaround...
On the listing page for the comps dir, it would be nice to hookin/repurposes the management command's static dump and output a zip file
https://github.com/caktus/django-pagelets/blob/master/pagelets/templates/pagelets/_render_content_area.html The first link is missing the `content_area` query parameter.
If I change a developer's public key, it adds it to their authorized keys. I would expect a 1:1 mapping of keys in the conf to those on the server....
The Community Aggregated Blog functionality is generating Feed Items for comments made on blog posts.
#78 might benefit from being converted to a model property, if we have time.
**Project Edit View** This list is annoyingly long... 
The [pinned requirement](https://github.com/pinax/symposion/commit/894e7b1b2e65b3b9d36ec981c39a3352826b75de#diff-7fe11226cff646f5d9f35faa76217059R12) causes the markdown [parser](https://github.com/pinax/symposion/blob/master/symposion/markdown_parser.py#L14) to throw errors: ``` File "/home/daaray/.virtualenvs/conf_site/local/lib/python2.7/site-packages/sy mposion/markdown_parser.py", line 15, in parse for token in parser.parseFragment(text).childNodes: AttributeError: childNodes ``` This is due to https://github.com/html5lib/html5lib-python/pull/45....