-
Jan Mach authored
There was an issue with the Globalize library being used before it was fully initialized. This issue is now solved by using synchronous AJAX get requests to fetch the configuration JSON metadata files, this solution is however not optimal and should be revisited in the future. (Redmine issue: #4321)
Jan Mach authoredThere was an issue with the Globalize library being used before it was fully initialized. This issue is now solved by using synchronous AJAX get requests to fetch the configuration JSON metadata files, this solution is however not optimal and should be revisited in the future. (Redmine issue: #4321)
.gitignore 950 B
!.gitignore
.directory
*~
*.aux
*.log
*.nav
*.out
*.snm
*.toc
*.vrb
*.pem
*.cert
*.key
*.gpg
*.tar
*.gz
*.bz2
*.xz
*.tgz
*.tbz2
*.txz
*.deb
*.whl
.hawat.local.cfg
*.sublime-*
# Python related stuff.
*.pyc
*.egg-info
__pycache__
# Ignore compiled translations catalogs.
messages.mo
# Ignore precompiled files for PLY.
parser.out
parsetab.py
# Ignore HTML frontend libraries.
lib/hawat/blueprints/design/static/vendor/
lib/hawat/templates/iana-tz-data/
static/vendor/
vendor/
# Local NodeJS modules for Grunt.
/node_modules/
# Ignore Sphinx-doc documentation build directory.
/doc/sphinx/_build/
/doc/presentations/*/*.pdf
# Ignore submodule documentation.
/doc/sphinx/_doclib/apidoc/pyzenkit*.rst
/doc/sphinx/_doclib/apidoc/pynspect*.rst
/doc/sphinx/_doclib/api_pyzenkit*.rst
/doc/sphinx/_doclib/api_pynspect*.rst
/doc/sphinx/_doclib/_inc_bin.cfg-app.rst
/doc/sphinx/_doclib/_inc_bin.cfg-daemon.rst
/doc/sphinx/_doclib/_inc_bin.cfg-script.rst