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
ddec7cd62c
appypod-rattail
/
gen
/
plone25
/
skin
/
widgets
History
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
..
action.pt
Eradicated Flavour and PodTemplate classes (for the latter, use Pod fields instead); Added a code analyser; Groups can now be slaves in master/slaves relationships; Refs have more params (show a confirmation popup before adding an object, add an object without creation form); Code for Refs has been refactored to comply with the new way to organize Types; Added a WebDAV client library.
2010-10-14 14:43:56 +02:00
boolean.pt
Completed the WebDav library with standard GET and POST HTTP requests. MultiPart not yet implemented.
2010-10-22 16:06:27 +02:00
computed.pt
Optimized performance while rendering references and computed fields and allowed computed fields to be shown asynchronously.
2010-09-17 09:27:14 +02:00
date.pt
appy.gen: bugfix with the master/slave mechanism while launching Zope in debug mode; added boolean attribute Date.reverseYears allowing to display years in reverse order in the widgets for choosing the year; bugfix in Javascript code for hiding slave widgets with Google Chrome.
2011-03-25 18:03:45 +01:00
file.pt
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
float.pt
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
info.pt
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
integer.pt
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
pod.pt
appy.gen: added the possibility to freeze, within Pod fields, documents that are normally generated with appy.pod.
2011-02-16 13:43:58 +01:00
ref.pt
appy.gen: every field can now define a dict of i18n mappings that will be used for translating their label and/or description and/or help message(s).
2011-03-04 10:30:45 +01:00
show.pt
appy.gen: minor improvements and IE fixes in the GUI.
2011-03-24 16:21:57 +01:00
string.pt
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