otree 6.0.4__tar.gz → 6.0.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {otree-6.0.4/otree.egg-info → otree-6.0.6}/PKG-INFO +1 -1
- {otree-6.0.4 → otree-6.0.6}/otree/__init__.py +1 -1
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/common_user_facing.js +7 -5
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/Base_UserFacing.html +1 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/Page.html +8 -3
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/WaitPage.html +1 -1
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/debug_info.html +6 -0
- otree-6.0.6/otree/templates/otree/includes/debug_info_tab_title.html +3 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/rest.py +5 -0
- {otree-6.0.4 → otree-6.0.6/otree.egg-info}/PKG-INFO +1 -1
- {otree-6.0.4 → otree-6.0.6}/otree.egg-info/SOURCES.txt +1 -0
- {otree-6.0.4 → otree-6.0.6}/LICENSE +0 -0
- {otree-6.0.4 → otree-6.0.6}/MANIFEST.in +0 -0
- {otree-6.0.4 → otree-6.0.6}/README.rst +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/api.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/api.pyi +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/asgi.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/__pycache__/__init__.cpython-310.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/__pycache__/__init__.cpython-311.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template/MyPage.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template/Results.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template/__pycache__/__init__.cpython-310.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template/__pycache__/__init__.cpython-311.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template_trials/Results.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template_trials/Task.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template_trials/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template_trials/__pycache__/__init__.cpython-310.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template_trials/__pycache__/__init__.cpython-311.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template_trials/trials.csv +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/app_template_trials/trials.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/.gitignore +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/Procfile +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/__pycache__/__init__.cpython-310.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/__pycache__/__init__.cpython-311.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/__pycache__/settings.cpython-310.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/__pycache__/settings.cpython-311.pyc +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/_static/global/empty.css +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/requirements.txt +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/settings.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/auth.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/bots/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/bots/bot.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/bots/browser.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/bots/browser_launcher.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/bots/runner.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/channels/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/channels/consumers.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/channels/routing.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/channels/utils.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/chat.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/checks.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/base.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/bots.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/browser_bots.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/create_session.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/devserver.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/devserver_inner.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/prodserver.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/prodserver1of2.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/prodserver2of2.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/resetdb.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/startapp.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/startapp_trials.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/startproject.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/timeoutsubprocess.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/unzip.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/zip.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/cli/zipserver.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/common.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/common2.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/constants.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/currency.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/database.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/decimal.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/errorpage.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/export.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/forms/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/forms/fields.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/forms/forms.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/forms/multistring.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/forms/widgets.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/i18n.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/live.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/ar/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/ar/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/babel.ini +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/cs/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/cs/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/de/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/de/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/django.pot +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/es/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/es/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/fi/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/fi/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/fr/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/fr/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/he/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/he/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/hi/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/hi/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/hu/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/hu/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/id/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/id/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/it/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/it/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/ja/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/ja/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/ko/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/ko/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/nb/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/nb/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/nl/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/nl/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/pl/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/pl/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/pt/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/pt/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/ru/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/ru/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/tr/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/tr/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/lookup.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/main.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/middleware.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/models/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/models/group.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/models/participant.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/models/player.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/models/session.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/models/subsession.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/models_concrete.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/mturk_client.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/patch.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/read_csv.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/room.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/session.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/settings.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/bootstrap5/css/bootstrap.min.css +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/bootstrap5/css/bootstrap.min.css.map +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/bootstrap5/js/bootstrap.bundle.min.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/bootstrap5/js/bootstrap.bundle.min.js.map +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/favicon.ico +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/clock.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/cloud.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/cogwheel.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/delete.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/download-alt.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/eye-open.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/folder-closed.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/link.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/list-alt.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/pencil.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/plus.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/pushpin.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/refresh.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/stats.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/glyphicons/usd.png +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/css/table.css +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/css/theme2.css +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/back_button.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/common_admin.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/formInputs.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/internet-explorer.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/jquery-3.2.1.min.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/jquery.color-2.1.2.min.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/jquery.countdown.min.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/jquery.timeago.en-short.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/jquery.timeago.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/live.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/page-websocket-redirect.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/preserve_unsubmitted_inputs.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/reconnecting-websocket-iife.min.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/session_data.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/session_monitor.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/trials-core.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/trials-core.js.backup +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/otree/js/trials-pre.js +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/static/robots.txt +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/tasks.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/global/Base.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/global/Page.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/AdminReport.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/BaseAdminAll.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/BaseAdminRegular.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/CreateDemoSession.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/CreateSession.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/DemoIndex.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/ExportIndex.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/FormPage.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/GBATInactive.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/Login.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/MTurkCreateHIT.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/MTurkHTMLQuestion.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/MTurkSessionPayments.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/OutOfRangeNotification.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/RoomWelcomePage.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/RoomWithSession.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/RoomWithoutSession.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/Rooms.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/ServerCheck.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/Session.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/SessionData.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/SessionDemoGridView.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/SessionDescription.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/SessionEditProperties.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/SessionMonitor.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/SessionPayments.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/SessionSplitScreen.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/SessionStartLinks.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/Sessions.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/WaitPageGeneric.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/CreateSessionForm.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/RoomParticipantLinks.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/SessionInfo.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/TimeLimit.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/TimeLimit.js.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/hidden_form_errors.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/messages.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/mturk_payment_table.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/navbar.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/participant_code_links_table.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templates/otree/tags/chat.html +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templating/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templating/compiler.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templating/context.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templating/errors.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templating/filters.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templating/loader.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templating/nodes.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templating/template.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/templating/utils.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/test.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/trials.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/update.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/urls.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/__init__.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/abstract.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/admin.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/cbv.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/demo.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/export.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/mturk.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/participant.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/querystring.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree/views/room.py +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree.egg-info/dependency_links.txt +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree.egg-info/entry_points.txt +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree.egg-info/not-zip-safe +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree.egg-info/requires.txt +0 -0
- {otree-6.0.4 → otree-6.0.6}/otree.egg-info/top_level.txt +0 -0
- {otree-6.0.4 → otree-6.0.6}/pyproject.toml +0 -0
- {otree-6.0.4 → otree-6.0.6}/requirements.txt +0 -0
- {otree-6.0.4 → otree-6.0.6}/setup.cfg +0 -0
- {otree-6.0.4 → otree-6.0.6}/setup.py +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = '6.0.
|
|
1
|
+
__version__ = '6.0.6'
|
|
2
2
|
# don't import anything else here because setup.py imports this.
|
|
@@ -6,15 +6,17 @@ function makeReconnectingWebSocket(path) {
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
document.addEventListener('DOMContentLoaded', function () {
|
|
9
|
+
let tabDebugMetaEle = document.querySelector('meta[name="tab-title-debug-info"]');
|
|
9
10
|
let bodyTitle = document.getElementById('_otree-title');
|
|
10
11
|
let bodyTitleText = bodyTitle ? bodyTitle.textContent : '';
|
|
11
|
-
let tabTitle = document.querySelector('title');
|
|
12
|
-
|
|
12
|
+
let tabTitle = document.querySelector('title');
|
|
13
|
+
|
|
14
|
+
if (tabDebugMetaEle) {
|
|
15
|
+
tabTitle.textContent += `${tabDebugMetaEle.content} ${bodyTitleText} [debug]`;
|
|
16
|
+
} else if (!tabTitle.textContent.trim()) {
|
|
13
17
|
tabTitle.textContent = bodyTitleText;
|
|
14
|
-
} else if (bodyTitleText && isDebug) {
|
|
15
|
-
tabTitle.textContent += ` ${bodyTitleText} [debug]`;
|
|
16
18
|
}
|
|
17
|
-
|
|
19
|
+
|
|
18
20
|
// block the user from spamming the next button which can make congestion
|
|
19
21
|
// problems worse.
|
|
20
22
|
// i can't use addEventListener on the button itself
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
{% endcomment %}
|
|
16
16
|
<script src="{% static 'otree/js/jquery-3.2.1.min.js' %}"></script>
|
|
17
17
|
{% endblock %}
|
|
18
|
+
{% block tab_title_data %}{% endblock %}
|
|
18
19
|
{# these blocks are for public API #}
|
|
19
20
|
{% block global_styles %}{% endblock %}
|
|
20
21
|
{% block app_styles %}{% endblock %}
|
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
{% extends "otree/Base_UserFacing.html" %}
|
|
2
2
|
|
|
3
|
-
{% block head_title %}
|
|
4
|
-
|
|
3
|
+
{% block head_title %}{% endblock %}
|
|
4
|
+
{% block tab_title_data %}{% include 'otree/includes/debug_info_tab_title.html' %}{% endblock %}
|
|
5
5
|
{% comment %}
|
|
6
6
|
NOTE:
|
|
7
7
|
we should keep this page as simple as possible so that 'view source' is friendly
|
|
8
8
|
i removed many linebreaks to make output HTML cleaner
|
|
9
9
|
{% endcomment %}
|
|
10
10
|
{% block body_main %}
|
|
11
|
-
|
|
11
|
+
{% if is_defined('view.is_debug') and view.is_debug %}
|
|
12
|
+
<script>
|
|
13
|
+
window.addEventListener('error', function() { window._hasJsErrors = true; });
|
|
14
|
+
window.addEventListener('unhandledrejection', function() { window._hasJsErrors = true; });
|
|
15
|
+
</script>
|
|
16
|
+
{% endif %}
|
|
12
17
|
{% if is_defined('js_vars') and js_vars %}<script>var js_vars = {{ js_vars }};</script>{% endif %}
|
|
13
18
|
{% if use_standard_layout %}
|
|
14
19
|
<div class="otree-body container">
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
}
|
|
74
74
|
</style>
|
|
75
75
|
{% endblock %}
|
|
76
|
-
|
|
76
|
+
{% block tab_title_data %}{% include 'otree/includes/debug_info_tab_title.html' %}{% endblock %}
|
|
77
77
|
{% block body_main %}{% if is_defined('js_vars') and js_vars %}<script>var js_vars = {{ js_vars }};</script>{% endif %}
|
|
78
78
|
<div class="otree-wait-page container">
|
|
79
79
|
<div class="card">
|
|
@@ -7,6 +7,12 @@
|
|
|
7
7
|
<div class="container">
|
|
8
8
|
<div class="card debug-info"> {# .debug-info so it's visible in inspector #}
|
|
9
9
|
<h5 class="card-header">Debug info</h5>
|
|
10
|
+
<p id="_js-errors-alert" class="text-danger m-3" style="display:none;">
|
|
11
|
+
JavaScript errors occurred. Check your browser console.
|
|
12
|
+
</p>
|
|
13
|
+
<script>
|
|
14
|
+
if (window._hasJsErrors) document.getElementById('_js-errors-alert').style.display = 'block';
|
|
15
|
+
</script>
|
|
10
16
|
|
|
11
17
|
{% include 'otree/includes/hidden_form_errors.html' %}
|
|
12
18
|
|
|
@@ -188,6 +188,11 @@ class RESTGetSessionInfo(BaseRESTView):
|
|
|
188
188
|
payoff_in_real_world_currency=pp.payoff.to_real_world_currency(session),
|
|
189
189
|
status=pp.status,
|
|
190
190
|
)
|
|
191
|
+
|
|
192
|
+
# for otree HR
|
|
193
|
+
if 'finished' in settings.PARTICIPANT_FIELDS:
|
|
194
|
+
pdata['finished'] = pp.vars.get('finished', False)
|
|
195
|
+
|
|
191
196
|
# shouldn't raise an error if the field is not found,
|
|
192
197
|
# e.g. because oTree Hub may check if some things are defined to provide
|
|
193
198
|
# extra functionality.
|
|
@@ -231,6 +231,7 @@ otree/templates/otree/includes/SessionInfo.html
|
|
|
231
231
|
otree/templates/otree/includes/TimeLimit.html
|
|
232
232
|
otree/templates/otree/includes/TimeLimit.js.html
|
|
233
233
|
otree/templates/otree/includes/debug_info.html
|
|
234
|
+
otree/templates/otree/includes/debug_info_tab_title.html
|
|
234
235
|
otree/templates/otree/includes/hidden_form_errors.html
|
|
235
236
|
otree/templates/otree/includes/messages.html
|
|
236
237
|
otree/templates/otree/includes/mturk_payment_table.html
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{otree-6.0.4 → otree-6.0.6}/otree/assets/app_template_trials/__pycache__/__init__.cpython-310.pyc
RENAMED
|
File without changes
|
{otree-6.0.4 → otree-6.0.6}/otree/assets/app_template_trials/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/__pycache__/__init__.cpython-310.pyc
RENAMED
|
File without changes
|
{otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
{otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/__pycache__/settings.cpython-310.pyc
RENAMED
|
File without changes
|
{otree-6.0.4 → otree-6.0.6}/otree/assets/project_template/__pycache__/settings.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{otree-6.0.4 → otree-6.0.6}/otree/templates/otree/includes/participant_code_links_table.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|