phanterpwa 14.0.7__tar.gz → 14.1.0__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.
- {phanterpwa-14.0.7/phanterpwa.egg-info → phanterpwa-14.1.0}/PKG-INFO +1 -1
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/__init__.py +1 -1
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/dataforms.py +22 -13
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/widgets.py +8 -3
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/forms.py +10 -8
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/validations.py +2 -1
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/i18n/__init__.py +5 -2
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/buttons.sass +2 -2
- {phanterpwa-14.0.7 → phanterpwa-14.1.0/phanterpwa.egg-info}/PKG-INFO +1 -1
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/LICENSE +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/MANIFEST.in +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/README.md +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/__main__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/decorators.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/pydal/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/pydal/auth.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/pydal/cas.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/pydal/credentials.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/pydal/extra_validations.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/pydal/gallery.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/pydal/internal_messages.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/admin.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/auth.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/cas.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/credentials.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/errors.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/i18n_server.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/internal_messages.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/oauth.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/websocket.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/welcome.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/security.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/captcha.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/captchadata.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/recipes/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/recipes/circle.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/recipes/heart.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/recipes/octagon.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/recipes/square.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/recipes/star.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/sass/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/sass/captcha.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/animal/butterfly.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/animal/crab.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/animal/pig.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/animal/rabbit.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/animal/rooster.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/arrow/down.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/arrow/left.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/arrow/right.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/arrow/up.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/letter/a.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/letter/b.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/letter/c.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/letter/d.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/mean_of_transport/airplane.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/mean_of_transport/car.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/mean_of_transport/motorcycle.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/mean_of_transport/ship.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/number/four.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/number/one.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/number/three.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/number/two.recs +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/compiler.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/inputs.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/left_bar.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/materialize.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/phanterpwagallery.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/android.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/android.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/discs.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/discs.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/explosion.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/explosion.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/run_points.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/run_points.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/square.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/square.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/squares.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/components/preloaders/squares.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/configer.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/application.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/admin.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/auth_user.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/datetimepicker.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/events.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/gallery.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/left_bar.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/modal.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/pagination.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/snippets.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/components/top_slide.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/decorators.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/fmasks.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/gallery.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/gatehandler.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/helpers.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/i18n.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/initializer.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/plugins/client.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/preloaders.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/progressbar.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/selects.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/server.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/frontend/websocket.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/gallery/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/gallery/cutter.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/gallery/integrationDAL.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/helpers.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/LICENSE +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/controllers/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/controllers/developer.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/controllers/welcome.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_auth_activity.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_auth_group.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_auth_membership.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_auth_user.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_auth_user_phanterpwagallery.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_captcha.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_client.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_csrf.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_email_user_list.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_google_captcha.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_phanterpwagallery.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_social_auth.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/c8b669d15150d7109e5f7ab36744a5b7_two_factor_login.table +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/readme.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/sql.log +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/storage.sqlite +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/handlers.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/languages/admin/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/languages/admin/pt-BR.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/languages/captcha/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/languages/captcha/pt-BR.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/languages/email/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/languages/email/pt-BR.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/languages/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/languages/pt-BR.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/models/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/statics/images/user.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/statics/images/warning.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/uploads/readme.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/core.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/handlers.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/languages/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/languages/pt-BR.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/styles/application.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/styles/extends/capcha_preload.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/styles/extends/logo.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/styles/extends/phanterpwa-logo.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/styles/extends/run_points.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/styles/gates/components.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/styles/gates/developer.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/styles/gates/main.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/extends/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/extends/button_preloader.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/extends/captcha_preload.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/extends/css_head.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/extends/favicons.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/extends/fontawesome.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/extends/javascript_head.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/extends/logo.svg +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/extends/svg_logo.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/index.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/loads/fontawesome.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/loads/phanterpwa_logo.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/templates/loads/svg_logo.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/application.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/auto/config.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/cmps.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/developer.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/errors.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/examples.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/ext_examples/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/ext_examples/inputs.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/ext_examples/menus.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/ext_examples/selects.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/fontawesome.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/home.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/project.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/reqs.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/gatehandlers/testsp.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/sources/transcrypts/plugins/codemirror.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/css/all.min.css +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/css/normalize.css +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/css/phanterpwa.css +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/android-chrome-144x144.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/android-chrome-192x192.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/android-chrome-256x256.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/android-chrome-512x512.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/apple-touch-icon.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/browserconfig.xml +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/favicon-16x16.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/favicon-32x32.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/favicon.ico +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/manifest.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/mstile-150x150.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/favicons/site.webmanifest +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/88bdc70ec292cc29451932f9875b378a.eot +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/88bdc70ec292cc29451932f9875b378a.svg +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/88bdc70ec292cc29451932f9875b378a.ttf +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/88bdc70ec292cc29451932f9875b378a.woff +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/88bdc70ec292cc29451932f9875b378a.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/L0x5DF4xlVMF-BfR8bXMIjhFq3-OXg.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/L0x5DF4xlVMF-BfR8bXMIjhLq38.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/Roboto-Thin.eot +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/Roboto-Thin.ttf +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/Roboto-Thin.woff +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/Roboto-Thin.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/d6lIkaiiRdih4SpP_SQvzA.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/d6lIkaiiRdih4SpP_SovzAbt.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/roboto-v20-latin-regular.eot +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/roboto-v20-latin-regular.svg +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/roboto-v20-latin-regular.ttf +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/roboto-v20-latin-regular.woff +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/fonts/roboto-v20-latin-regular.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/images/background.jpg +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/images/user.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/images/warning.png +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/js/hammer.min.js +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/js/hammer.min.js.map +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/js/jquery.hammer.js +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/js/jquery.min.js +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/js/jquery.min.map +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/js/touch-emulator.js +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/json/manifest.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/json/manifest.webmanifest +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/lib/codemirror.css +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/lib/codemirror.js +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/mode/python/index.html +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/mode/python/python.js +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/mode/python/test.js +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-brands-400.eot +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-brands-400.ttf +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-brands-400.woff +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-brands-400.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-regular-400.eot +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-regular-400.ttf +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-regular-400.woff +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-regular-400.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-solid-900.eot +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-solid-900.ttf +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-solid-900.woff +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/statics/webfonts/fa-solid-900.woff2 +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/logs/api.log +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/logs/app.log +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/logs/readme.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/production.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/run.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/_compiler_sass_temp_file.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/extends_mtime_admin.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/extends_mtime_components.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/extends_mtime_scaffold_app.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/extends_mtime_sindfa.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/phanterpwa_modules_mtime.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/readme.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/statics_mtime_admin.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/statics_mtime_components.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/statics_mtime_scaffold_app.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/statics_mtime_sindfa.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/styles_mtime_admin.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/styles_mtime_components.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/styles_mtime_scaffold_app.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/styles_mtime_sindfa.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/templates_mtime_admin.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/templates_mtime_components.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/templates_mtime_scaffold_app.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/templates_mtime_sindfa.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/transcrypts_mtime_admin.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/transcrypts_mtime_components.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/transcrypts_mtime_scaffold_app.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/temp/transcrypts_mtime_sindfa.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/trash/readme.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/admin_tk.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/cli.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/grafics/icon.ico +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/grafics/on.jpg +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/graphic.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/langs/English.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/langs/Portuguese.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/langs/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/mail.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/reversexml.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/about_cli +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/about_graphic +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/art +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/art_cli +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/email.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/email_activation_code.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/email_password.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/email_two_factor_code.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/project_config_sample.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/sms_activation_code.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/sms_password.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/samples/sms_two_factor_code.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/scaffolds/Scaffold_PhanterPWA_TM.ppwa +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/scaffolds/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/server.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/sms.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/helpers_out/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/helpers_out/my_sass.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/helpers_out/new_sass.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/path_of_languages/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/path_of_languages/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/path_of_languages/es.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/path_of_languages/fr.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/path_of_languages/pt-BR.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/path_of_languages/pt-PT.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/preloaders/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/preloaders/test_components_preloaders_android.html +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/preloaders/test_components_preloaders_discs.html +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/preloaders/test_components_preloaders_explosion.html +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/preloaders/test_components_preloaders_run_points.html +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/preloaders/test_components_preloaders_square.html +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/preloaders/test_components_preloaders_squares.html +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/static/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/static/jquery.min.js +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/static/jquery.min.map +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/not_project/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/not_project/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/project-invalid-name/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/project-invalid-name/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/project01/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/project01/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/project02/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/project02/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_cli_projects/without_configjson/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_components_preloaders.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/fake_project/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project-invalid-name/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project01/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project01/backapps/api/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project01/backend/api/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project01/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project01/frontapps/app01/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project01/frontapps/app02/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project01/frontend/app01/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project01/frontend/app02/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project01/project.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project02/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project02/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_confgjson_and_with_ini/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_confgjson_and_with_ini/backend/api/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_confgjson_and_with_ini/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_confgjson_and_with_ini/frontend/app01/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_confgjson_and_with_ini/frontend/app02/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_confgjson_and_with_ini/project.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_ini/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_ini/backend/api/app.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_ini/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_configer_path/project_without_ini/project.ini +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_folder/cfg.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_folder/cfgij.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_folder/config.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_helpers.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_helpers_languages/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_helpers_languages/en-US.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_helpers_languages/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_helpers_languages/glingon.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_helpers_languages/pt-BR.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_i18n.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_i18n_languages/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_i18n_languages/en-US.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_i18n_languages/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_i18n_languages/pt-BR.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_i18n_languages/pt-PT.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_reversexml.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_tools.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_tools_humanize_seconds/entries.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/test_tools_humanize_seconds/pt-BR.json +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tests/tests.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/third_parties/__init__.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/third_parties/xss.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/tools.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/trash/readme.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/alert_top_activation.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/breascrumbs.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/capcha_preload.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/captcha.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/captcha_preload_image_3x4.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/card.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/cmp_auth_user.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/datetimepicker.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/developer.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/easy.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/flash.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/forms.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/messages.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/modal.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/modal_login.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/phanterpwa_gallery.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/phanterpwa_gallery_cutter.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/phanterpwa_panel_control.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/progressbar.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/pseudomodal.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/run_points.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/sections.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/snippet.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/widgets.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/components/xtable.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/display/grid.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/display/media_print.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/events/waves.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/extends/capcha_preload.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/extends/logo.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/extends/run_points.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/gates/componentes.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/gates/main.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/phanterpwa.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/plugins/codemirror.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/preloaders/android.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/preloaders/discs.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/preloaders/explosion.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/preloaders/indefined_text.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/preloaders/run_points.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/preloaders/square.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/preloaders/squares.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/usual_sass/variables.sass +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/xmlconstructor.py +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa.egg-info/SOURCES.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa.egg-info/dependency_links.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa.egg-info/entry_points.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa.egg-info/not-zip-safe +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa.egg-info/requires.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa.egg-info/top_level.txt +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/setup.cfg +0 -0
- {phanterpwa-14.0.7 → phanterpwa-14.1.0}/setup.py +0 -0
@@ -1361,17 +1361,21 @@ class FieldsDALValidateDictArgs(object):
|
|
1361
1361
|
else:
|
1362
1362
|
return None
|
1363
1363
|
|
1364
|
-
|
1365
1364
|
def validate_and_insert(self, dbtable, commit=True):
|
1366
1365
|
self.validate()
|
1367
1366
|
if not self.errors and isinstance(dbtable, Table):
|
1368
1367
|
rep = dbtable.validate_and_insert(**self.verified)
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1368
|
+
if isinstance(rep, dict):
|
1369
|
+
if rep.get("errors"):
|
1370
|
+
dbtable._db.rollback()
|
1371
|
+
elif rep.get("id") and commit:
|
1372
|
+
dbtable._db.commit()
|
1373
|
+
else:
|
1374
|
+
if rep.errors:
|
1375
|
+
dbtable._db.rollback()
|
1376
|
+
elif rep.id and commit:
|
1377
|
+
dbtable._db.commit()
|
1378
|
+
return rep
|
1375
1379
|
else:
|
1376
1380
|
if not self.errors:
|
1377
1381
|
raise "The dbtable must be pydal.DAL.Table instance. given: {0}.".format(type(dbtable))
|
@@ -1380,12 +1384,17 @@ class FieldsDALValidateDictArgs(object):
|
|
1380
1384
|
self.validate()
|
1381
1385
|
if not self.errors and isinstance(dbset, Set):
|
1382
1386
|
rep = dbset.validate_and_update(**self.verified)
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1387
|
+
if isinstance(rep, dict):
|
1388
|
+
if rep.get("errors"):
|
1389
|
+
dbset._db.rollback()
|
1390
|
+
elif rep.get("id") and commit:
|
1391
|
+
dbset._db.commit()
|
1392
|
+
else:
|
1393
|
+
if rep.errors:
|
1394
|
+
dbset._db.rollback()
|
1395
|
+
elif rep.id and commit:
|
1396
|
+
dbset._db.commit()
|
1397
|
+
return rep
|
1389
1398
|
else:
|
1390
1399
|
if not self.errors:
|
1391
1400
|
raise "The dbtable must be pydal.Objects.Set instance. given: {0}.".format(type(dbset))
|
@@ -528,13 +528,18 @@ class Select(Widget):
|
|
528
528
|
self._alias_value = vdata
|
529
529
|
self._data_dict[vdata] = vdata
|
530
530
|
new_data.append([vdata, vdata])
|
531
|
-
elif
|
532
|
-
|
533
|
-
|
531
|
+
elif isinstance(vdata, int):
|
532
|
+
if self._value == vdata:
|
533
|
+
self._alias_value = vdata
|
534
|
+
self._data_dict[vdata] = vdata
|
535
|
+
new_data.append([vdata, vdata])
|
536
|
+
elif isinstance(vdata, list) and len(vdata) == 2:
|
534
537
|
if self._value == vdata[0]:
|
535
538
|
self._alias_value = vdata[1]
|
536
539
|
self._data_dict[vdata[0]] = vdata[1]
|
537
540
|
new_data.append([vdata[0], vdata[1]])
|
541
|
+
else:
|
542
|
+
valid_data = False
|
538
543
|
if not valid_data:
|
539
544
|
raise ValueError("The data parameter of widget \"{0}\" is invalid!".format(
|
540
545
|
self.identifier
|
@@ -253,6 +253,7 @@ class CaptchaContainer(helpers.XmlConstructor):
|
|
253
253
|
class FormButton(helpers.XmlConstructor):
|
254
254
|
def __init__(self, name, label, **attributes):
|
255
255
|
self.label = label
|
256
|
+
self.name = name
|
256
257
|
initial_class = "phanterpwa-widget-form-form_button-container"
|
257
258
|
if ["_id"] not in attributes:
|
258
259
|
attributes["_id"] = "phanterpwa-widget-form-form_button-{0}".format(name)
|
@@ -260,9 +261,9 @@ class FormButton(helpers.XmlConstructor):
|
|
260
261
|
if "_class" in self.button_attributes:
|
261
262
|
self.button_attributes["_class"] = " ".join([
|
262
263
|
self.button_attributes['_class'].strip(),
|
263
|
-
"
|
264
|
+
"phanterpwa-widget-form-form_button"])
|
264
265
|
else:
|
265
|
-
self.button_attributes["_class"] = "
|
266
|
+
self.button_attributes["_class"] = "phanterpwa-widget-form-form_button"
|
266
267
|
if "_title" not in self.button_attributes:
|
267
268
|
if isinstance(self.label, str):
|
268
269
|
self.button_attributes["_title"] = self.label
|
@@ -271,10 +272,12 @@ class FormButton(helpers.XmlConstructor):
|
|
271
272
|
|
272
273
|
def _update_content(self):
|
273
274
|
attributes = self.button_attributes
|
275
|
+
uni = window.PhanterPWA.get_id()
|
274
276
|
self.content = [
|
275
|
-
|
276
|
-
|
277
|
-
|
277
|
+
widgets.Button("button_{}".format(uni), self.label, **attributes)
|
278
|
+
# DIV(
|
279
|
+
# DIV(self.label, **attributes),
|
280
|
+
# _class="button-form containeeeer")
|
278
281
|
]
|
279
282
|
|
280
283
|
|
@@ -892,10 +895,9 @@ class ValidateForm():
|
|
892
895
|
validate_test_pass.append(False)
|
893
896
|
if validate_name.startswith("IS_IN_SET:"):
|
894
897
|
res = False
|
895
|
-
list_options =
|
896
|
-
|
898
|
+
list_options = [str(x[1]) for x in widget_instance._data]
|
897
899
|
if list_options is not None or list_options is not js_undefined:
|
898
|
-
if list_options.indexOf(value_for_validate) > -1:
|
900
|
+
if list_options.indexOf(str(value_for_validate)) > -1:
|
899
901
|
res = True
|
900
902
|
validate_test_pass.append(res)
|
901
903
|
|
@@ -180,7 +180,8 @@ class Valider():
|
|
180
180
|
list_options = JSON.parse(validate_name[10:])
|
181
181
|
if list_options is not None or list_options is not js_undefined:
|
182
182
|
list_options = JSON.parse(list_options)
|
183
|
-
|
183
|
+
new_list_options = [str(x[1]) for x in list_options]
|
184
|
+
if new_list_options.indexOf(value_for_validate) > -1:
|
184
185
|
res = True
|
185
186
|
validate_test_pass.append(res)
|
186
187
|
|
@@ -47,8 +47,11 @@ class Translator(object):
|
|
47
47
|
self.keys = set(json.load(f))
|
48
48
|
else:
|
49
49
|
basename = os.path.basename(g)[0:-5]
|
50
|
-
|
51
|
-
|
50
|
+
try:
|
51
|
+
with open(g, 'r', encoding='utf-8') as f:
|
52
|
+
self._languages[basename] = json.load(f)
|
53
|
+
except json.decoder.JSONDecodeError as e:
|
54
|
+
raise Exception(e, "file: {g}")
|
52
55
|
for l in self._languages:
|
53
56
|
for w in self._languages[l]:
|
54
57
|
if w not in self.keys:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/backend/request_handlers/internal_messages.py
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
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/mean_of_transport/car.recs
RENAMED
File without changes
|
File without changes
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/captchasvg/vectors/mean_of_transport/ship.recs
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
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/readme.txt
RENAMED
File without changes
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/databases/sql.log
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
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/languages/pt-BR.json
RENAMED
File without changes
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/models/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/backapps/api/uploads/readme.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/__init__.py
RENAMED
File without changes
|
{phanterpwa-14.0.7 → phanterpwa-14.1.0}/phanterpwa/interface/Admin/frontapps/admin/handlers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|