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
9e7ddcc771
appypod-rattail
/
gen
/
plone25
/
skin
/
widgets
History
Gaetan Delannay
36237c3ee5
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
..
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
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
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
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
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
Bugfix while displaying content of textarea-entered text (Strings with format=String.TEXT): for displaying again textarea content, I replaced 'backslash n' with html br tags, but in some cases carriage returns are stored as a sequence of 'backslah r' and 'backslah n' chars. In this case, 'backslash r' chars were left alone in the HTML page, producing sometimes strange behaviour within the browser.
2011-02-23 11:30:44 +01:00