otree 6.0.2__tar.gz → 6.0.4__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.2/otree.egg-info → otree-6.0.4}/PKG-INFO +1 -1
- {otree-6.0.2 → otree-6.0.4}/otree/__init__.py +1 -1
- {otree-6.0.2 → otree-6.0.4}/otree/api.pyi +1 -1
- {otree-6.0.2 → otree-6.0.4}/otree/forms/fields.py +1 -1
- {otree-6.0.2 → otree-6.0.4}/otree/forms/forms.py +1 -1
- {otree-6.0.2 → otree-6.0.4}/otree/forms/widgets.py +5 -1
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/css/theme2.css +5 -2
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/SessionData.html +2 -2
- {otree-6.0.2 → otree-6.0.4}/otree/views/export.py +12 -0
- {otree-6.0.2 → otree-6.0.4/otree.egg-info}/PKG-INFO +1 -1
- {otree-6.0.2 → otree-6.0.4}/LICENSE +0 -0
- {otree-6.0.2 → otree-6.0.4}/MANIFEST.in +0 -0
- {otree-6.0.2 → otree-6.0.4}/README.rst +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/api.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/asgi.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/__pycache__/__init__.cpython-310.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/__pycache__/__init__.cpython-311.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template/MyPage.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template/Results.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template/__pycache__/__init__.cpython-310.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template/__pycache__/__init__.cpython-311.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template_trials/Results.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template_trials/Task.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template_trials/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template_trials/__pycache__/__init__.cpython-310.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template_trials/__pycache__/__init__.cpython-311.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template_trials/trials.csv +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/app_template_trials/trials.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/.gitignore +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/Procfile +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/__pycache__/__init__.cpython-310.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/__pycache__/__init__.cpython-311.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/__pycache__/settings.cpython-310.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/__pycache__/settings.cpython-311.pyc +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/_static/global/empty.css +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/requirements.txt +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/settings.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/auth.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/bots/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/bots/bot.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/bots/browser.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/bots/browser_launcher.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/bots/runner.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/channels/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/channels/consumers.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/channels/routing.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/channels/utils.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/chat.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/checks.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/base.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/bots.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/browser_bots.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/create_session.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/devserver.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/devserver_inner.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/prodserver.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/prodserver1of2.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/prodserver2of2.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/resetdb.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/startapp.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/startapp_trials.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/startproject.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/timeoutsubprocess.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/unzip.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/zip.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/cli/zipserver.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/common.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/common2.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/constants.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/currency.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/database.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/decimal.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/errorpage.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/export.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/forms/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/forms/multistring.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/i18n.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/live.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/ar/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/ar/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/babel.ini +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/cs/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/cs/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/de/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/de/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/django.pot +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/es/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/es/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/fi/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/fi/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/fr/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/fr/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/he/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/he/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/hi/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/hi/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/hu/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/hu/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/id/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/id/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/it/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/it/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/ja/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/ja/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/ko/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/ko/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/nb/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/nb/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/nl/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/nl/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/pl/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/pl/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/pt/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/pt/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/ru/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/ru/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/tr/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/tr/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/lookup.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/main.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/middleware.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/models/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/models/group.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/models/participant.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/models/player.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/models/session.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/models/subsession.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/models_concrete.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/mturk_client.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/patch.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/read_csv.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/room.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/session.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/settings.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/bootstrap5/css/bootstrap.min.css +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/bootstrap5/css/bootstrap.min.css.map +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/bootstrap5/js/bootstrap.bundle.min.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/bootstrap5/js/bootstrap.bundle.min.js.map +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/favicon.ico +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/clock.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/cloud.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/cogwheel.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/delete.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/download-alt.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/eye-open.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/folder-closed.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/link.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/list-alt.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/pencil.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/plus.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/pushpin.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/refresh.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/stats.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/glyphicons/usd.png +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/css/table.css +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/back_button.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/common_admin.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/common_user_facing.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/formInputs.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/internet-explorer.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/jquery-3.2.1.min.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/jquery.color-2.1.2.min.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/jquery.countdown.min.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/jquery.timeago.en-short.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/jquery.timeago.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/live.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/page-websocket-redirect.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/preserve_unsubmitted_inputs.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/reconnecting-websocket-iife.min.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/session_data.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/session_monitor.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/trials-core.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/trials-core.js.backup +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/otree/js/trials-pre.js +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/static/robots.txt +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/tasks.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/global/Base.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/global/Page.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/AdminReport.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/BaseAdminAll.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/BaseAdminRegular.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/Base_UserFacing.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/CreateDemoSession.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/CreateSession.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/DemoIndex.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/ExportIndex.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/FormPage.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/GBATInactive.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/Login.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/MTurkCreateHIT.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/MTurkHTMLQuestion.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/MTurkSessionPayments.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/OutOfRangeNotification.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/Page.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/RoomWelcomePage.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/RoomWithSession.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/RoomWithoutSession.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/Rooms.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/ServerCheck.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/Session.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/SessionDemoGridView.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/SessionDescription.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/SessionEditProperties.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/SessionMonitor.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/SessionPayments.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/SessionSplitScreen.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/SessionStartLinks.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/Sessions.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/WaitPage.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/WaitPageGeneric.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/CreateSessionForm.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/RoomParticipantLinks.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/SessionInfo.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/TimeLimit.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/TimeLimit.js.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/debug_info.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/hidden_form_errors.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/messages.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/mturk_payment_table.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/navbar.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/includes/participant_code_links_table.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templates/otree/tags/chat.html +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templating/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templating/compiler.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templating/context.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templating/errors.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templating/filters.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templating/loader.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templating/nodes.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templating/template.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/templating/utils.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/test.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/trials.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/update.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/urls.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/__init__.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/abstract.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/admin.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/cbv.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/demo.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/mturk.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/participant.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/querystring.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/rest.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree/views/room.py +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree.egg-info/SOURCES.txt +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree.egg-info/dependency_links.txt +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree.egg-info/entry_points.txt +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree.egg-info/not-zip-safe +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree.egg-info/requires.txt +0 -0
- {otree-6.0.2 → otree-6.0.4}/otree.egg-info/top_level.txt +0 -0
- {otree-6.0.2 → otree-6.0.4}/pyproject.toml +0 -0
- {otree-6.0.2 → otree-6.0.4}/requirements.txt +0 -0
- {otree-6.0.2 → otree-6.0.4}/setup.cfg +0 -0
- {otree-6.0.2 → otree-6.0.4}/setup.py +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = '6.0.
|
|
1
|
+
__version__ = '6.0.4'
|
|
2
2
|
# don't import anything else here because setup.py imports this.
|
|
@@ -142,7 +142,7 @@ class ModelConverter(wtforms_sqlalchemy.orm.ModelConverterBase):
|
|
|
142
142
|
@converts("Boolean")
|
|
143
143
|
def conv_Boolean(self, field_args, **extra):
|
|
144
144
|
field_args.setdefault('widget', widgets.RadioSelect())
|
|
145
|
-
if isinstance(field_args['widget'], widgets.
|
|
145
|
+
if isinstance(field_args['widget'], widgets.Checkbox):
|
|
146
146
|
return fields.CheckboxField(**field_args)
|
|
147
147
|
fld = get_choices_field(field_args, FormDataTypes.bool)
|
|
148
148
|
return fld
|
|
@@ -30,7 +30,7 @@ class BaseWidget:
|
|
|
30
30
|
return html_params(name=self.field.name, **self.render_kw)
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
class
|
|
33
|
+
class Checkbox(BaseWidget):
|
|
34
34
|
def __call__(self, field, **render_kw):
|
|
35
35
|
if getattr(field, 'checked', field.data):
|
|
36
36
|
render_kw['checked'] = True
|
|
@@ -40,6 +40,10 @@ class CheckboxInput(BaseWidget):
|
|
|
40
40
|
yield ('<input type="checkbox" class="form-check-input" %s>' % (self.attrs()))
|
|
41
41
|
|
|
42
42
|
|
|
43
|
+
# 2025-12-25: it was never public API but keep this for compat
|
|
44
|
+
CheckboxInput = Checkbox
|
|
45
|
+
|
|
46
|
+
|
|
43
47
|
class IntegerWidget(BaseWidget):
|
|
44
48
|
"""
|
|
45
49
|
better to use number input when we can, because:
|
|
@@ -12,11 +12,14 @@
|
|
|
12
12
|
/* Input fields should only take up to 400px width and not stretch over the
|
|
13
13
|
whole screen */
|
|
14
14
|
.input-group,
|
|
15
|
-
input.form-control
|
|
16
|
-
select.form-control {
|
|
15
|
+
input.form-control {
|
|
17
16
|
max-width: 400px;
|
|
18
17
|
}
|
|
19
18
|
|
|
19
|
+
input[type="number"] {
|
|
20
|
+
max-width: 150px;
|
|
21
|
+
}
|
|
22
|
+
|
|
20
23
|
.input-group-narrow {
|
|
21
24
|
/* Choosing a very small value that will always be filled with the input
|
|
22
25
|
* type and input-group-addon. That way we don't allow a gap between the
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
<div class="toolbar-group">
|
|
144
144
|
<small><div>Download:</div></small>
|
|
145
145
|
<small><div>
|
|
146
|
-
<a href="{% url '
|
|
147
|
-
<a href="{% url '
|
|
146
|
+
<a href="{% url 'ExportWideLogin' session.code %}">Regular CSV</a><br>
|
|
147
|
+
<a href="{% url 'ExportWideLogin' session.code %}?format=csv_bom">Excel CSV</a>
|
|
148
148
|
</div></small>
|
|
149
149
|
</div>
|
|
150
150
|
</div>
|
|
@@ -156,6 +156,18 @@ class ExportChatLogin(LoginProtectedExport):
|
|
|
156
156
|
export.export_chat(buf, session_code=session_code)
|
|
157
157
|
|
|
158
158
|
|
|
159
|
+
class ExportWideLogin(LoginProtectedExport):
|
|
160
|
+
'''used by 'SessionData' page'''
|
|
161
|
+
|
|
162
|
+
url_pattern = '/ExportWide'
|
|
163
|
+
|
|
164
|
+
def file_name_stem(self):
|
|
165
|
+
return 'all_apps_wide'
|
|
166
|
+
|
|
167
|
+
def write_to_buf(self, buf, session_code, query_params):
|
|
168
|
+
export.export_wide(buf, session_code=session_code)
|
|
169
|
+
|
|
170
|
+
|
|
159
171
|
class ExportIndex(cbv.AdminView):
|
|
160
172
|
url_pattern = '/ExportIndex'
|
|
161
173
|
|
|
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.2 → otree-6.0.4}/otree/assets/app_template_trials/__pycache__/__init__.cpython-310.pyc
RENAMED
|
File without changes
|
{otree-6.0.2 → otree-6.0.4}/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.2 → otree-6.0.4}/otree/assets/project_template/__pycache__/__init__.cpython-310.pyc
RENAMED
|
File without changes
|
{otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
{otree-6.0.2 → otree-6.0.4}/otree/assets/project_template/__pycache__/settings.cpython-310.pyc
RENAMED
|
File without changes
|
{otree-6.0.2 → otree-6.0.4}/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.2 → otree-6.0.4}/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
|
|
File without changes
|