Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Down compatibility to obsolete py2 function pybytes() #315

Open
wants to merge 61 commits into
base: main
Choose a base branch
from

Conversation

drfho
Copy link
Contributor

@drfho drfho commented Oct 2, 2024

After update old ZMS4/Py2 templates/py-script string processing with pybytes() may occur. This charset fixing function does not exist anymore. For smother updating we could synonymize with pystr().

security.declarePublic('pybytes')
# Just for compatibility of old ZMS4 templates.
pybytes = pystr

drfho and others added 30 commits September 11, 2024 20:25
drfho and others added 28 commits September 25, 2024 14:40
added specific form-group classes for containing form-modified class; more btn-save as secondary; row_insert triggers as form-modified
set_form_modified() adds a hidden field #form_modified for identifying (deleting) changes by request-var
@drfho drfho requested a review from zmsdev October 2, 2024 20:58
Copy link
Contributor

@zmsdev zmsdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in standard.py LGTM
The rest may not be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants