Mezzanine 4.1.0 compatibility issue
/mezzanine/core/static/mezzanine/css/editable.css contains following css made pagedown preview unusable: .editable-form p {margin: .5em 0 !important; padding: 0 !important; line-height: 0 !important; border: 0 !important;}
We need to override line-height: 0 to make this work
Comments (9)
-
-
Pull requests welcome!
-
Cannot clone repo, 404 error. I tried other repos on bitbukcet, they are fine.
details:
~/projects » hg clone ssh://hg@bitbucket.org/akhayyat/mezzanine-pagedown destination directory: mezzanine-pagedown requesting all changes adding changesets adding manifests adding file changes added 55 changesets with 101 changes to 39 files updating to branch default abort: HTTP Error 404: Not Found ------------------------------------------------------------ ~/projects » cd mezzanine-pagedown ------------------------------------------------------------ ~/projects/mezzanine-pagedown » hg status ? .hgignore ? .hgsub ? .hgsubstate ? .hgtags ? LICENSE ? MANIFEST.in ? README.md ? mezzanine_pagedown/__init__.py ? mezzanine_pagedown/defaults.py ? mezzanine_pagedown/fields.py ? mezzanine_pagedown/filters.py ? mezzanine_pagedown/management/__init__.py ? mezzanine_pagedown/management/commands/__init__.py ? mezzanine_pagedown/management/commands/pygments_styles.py ? mezzanine_pagedown/models.py ? mezzanine_pagedown/static/mezzanine_pagedown/css/pagedown.css ? mezzanine_pagedown/static/mezzanine_pagedown/js/jquery.ba-throttle-debounce.min.js ? mezzanine_pagedown/static/mezzanine_pagedown/js/jquery.cookie.js ? mezzanine_pagedown/templates/mezzanine_pagedown/editor.html ? mezzanine_pagedown/urls.py ? mezzanine_pagedown/views.py ? mezzanine_pagedown/widgets.py ? setup.py ------------------------------------------------------------ ~/projects/mezzanine-pagedown » hg update abort: HTTP Error 404: Not Found --------------------------------
-
You can either fork the repository to create your own clone on your BitBucket account, then clone that to a local copy over SSH, or you can clone my repository directory over HTTPS, not SSH, but this second option will not help you create a pull request later.
https://confluence.atlassian.com/bitbucket/forking-a-repository-221449527.html
-
I can clone other open source software or my own project successfully on bitbucket, but failed on pagedown. I tried it on my own laptop, my desktop computer and my Digitalocean VPS (San Fransisco), all failed. The files are copied but their status are all unknown. Weird 404 error. I'm using Ubuntu 16.04.1, mercurial.
-
Oh.. You are right! Sorry I missed this. This is happening because the original PageDown javascript project on Google Code, which is a subrepository of this repository, is now gone: https://code.google.com/archive/p/pagedown/. I will fix this soon.
-
Fixed. You now need to have git installed though to complete the clone, as the pagedown subrepository is now hosted on github.
Please confirm.
-
Great! Cloned successfully! I've sent the pull request.
-
- changed status to resolved
Thanks @Xun Zhong! Pull request #7 merged.
- Log in to comment