view MANIFEST.in @ 3553:72c8917108ee beta

journal: don't show "error" popup when navigating away from page while lazy info is loading The "error" box would pop up in the Journal view when quickly pointing and clicking a link while the info was loading. This fix might prevent showing valid error messages in some browsers.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 19 Mar 2013 22:50:28 +0100
parents 3d984e05d0cd
children bf263968da47
line wrap: on
line source

include rhodecode/config/deployment.ini_tmpl
include rhodecode/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include rhodecode/i18n *

#docs
recursive-include docs *

#init.d
recursive-include init.d *

#images
recursive-include rhodecode/public/css *
recursive-include rhodecode/public/images *
#js
recursive-include rhodecode/public/js *
#templates
recursive-include rhodecode/templates *