This website requires JavaScript.
Explore
Help
Sign In
rattail
/
appypod-rattail
Watch
1
Star
0
Fork
You've already forked appypod-rattail
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
167
commits
1
branch
2
tags
39
MiB
5be03c2ed4
Commit graph
2 commits
Author
SHA1
Message
Date
Gaetan Delannay
bce384e2da
appy.gen: added param 'maxChars' for any Type, allowing to limit the amount of data in user input fields. Wherever possible, it is implemented using HTML attribute 'maxlength'; on server-side, content that is bigger than specified by maxChars is truncated (ie, it is not possible to force a maxlength for html textareas); implemented a first protection against XSS attacks (Javasscript detection in user input).
2011-05-05 16:44:06 +02:00
Gaetan Delannay
bfd2357f69
Added a new system for layouting production-ready forms without any HTML coding, many performance improvements and more independence towards Archetypes.
2010-08-05 18:23:17 +02:00