Gaetan Delannay
|
d2d3f9a745
|
appy.gen: removed from some pages superfluous translations of inexistent labels.
|
2011-09-07 09:56:53 +02:00 |
|
Gaetan Delannay
|
3c95ac083d
|
appy.gen: added, for every Type, param 'label' allowing to specify an existing i18n label (the one from another field for instance), thus avoiding to generate i18n labels for this Type; optimized generation of appyWrappers.py (more than twice less code).
|
2011-09-06 21:46:57 +02:00 |
|
Gaetan Delannay
|
7514eb31a9
|
appy.pod: bugfix in html2odt: in some situations, while using stylesMappings, some empty tags were present in the result, producing a superflous empty paragraph; bugfix while importing PNG files under Windows; appy.gen: began to implement a new global Appy-specific page template and styles.
|
2011-09-02 09:59:49 +02:00 |
|
Gaetan Delannay
|
ddec7cd62c
|
appy.gen: workflows are now implemented as full Appy worlflows. Plone (DC) workflow are not generated anymore. From the Appy user point of view (=developer), no change has occurred: it is a pure implementation concern. This is one more step towards Appy independence from Plone.
|
2011-07-26 22:15:04 +02:00 |
|
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
|
9e7ddcc771
|
appy.shared: added support for country codes (iso-3166-1) - appy.gen: non-string variables are now allowed in i18n variable replacements; bugfix while browsing translation pages with the 'next' arrows in 'edit' mode.
|
2011-04-26 20:49:33 +02:00 |
|
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 |
|
Gaetan Delannay
|
a608a9b43f
|
appy.gen: minor improvements and IE fixes in the GUI.
|
2011-03-24 16:21:57 +01:00 |
|
Gaetan Delannay
|
66a02c453e
|
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 |
|
Gaetan Delannay
|
39321b2d38
|
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 |
|
Gaetan Delannay
|
fd896aebdc
|
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 |
|
Gaetan Delannay
|
39d68f6490
|
appy.gen: added default validation for wrong dates; for Action fields, added value 'filetmp' for param 'result' for removing temp files that are returned as the result of an action; values entered by the user in the search screens are not stripped; wrapper method 'export' can now export an object in a CSV file; appy.pod: bullets for default list styles in any ODT file generated through pod are now smaller.
|
2011-02-12 17:09:11 +01:00 |
|
Gaetan Delannay
|
77112c45be
|
Added the concept of 'fake' workflow transitions: when a user can't trigger a transition but needs an explanation about why he can't, a fake button is shown, with a explanation.
|
2011-02-01 11:09:54 +01:00 |
|
Gaetan Delannay
|
b48525c5bb
|
Added the possibility to give a custom context to the macro specified for a Computed field; added param 'confirm' to a workflow transition, allowing to show a confirm popup before triggering it; added param 'format' for translate method, allowing to produce strings that conform to HTML or JS.
|
2011-01-29 02:18:14 +01:00 |
|
Gaetan Delannay
|
90553381a3
|
Added the possibility to define POD templates for any search result (Pod field with param view='search'), bugfix while getting default value for a Ref field, added Computed fields that computes a ZPT macro given as a string to param 'method', added the possibility to define a global style mapping for every Pod field, stopped to generate a field-specific set of i18n labels for pod output formats, carry portal_status_message even through page redirections, added 'deprecatedAddRemove' tags in generated configure.zcml, onEdit can now return a customized message, added possibility to normalize strings for other usages than 'fileName', in appy.shared.utils.normalizeString (for alpha and alphanum usages)
|
2011-01-28 14:36:30 +01:00 |
|
Gaetan Delannay
|
38f71be89a
|
Added method 'unlink' on any appy class, for unlinking objects from references. Bugfixes in display of workflow state in columns.
|
2011-01-19 20:51:43 +01:00 |
|
Gaetan Delannay
|
e5cef2b8a4
|
Added a fallback mechanism for Appy translations. Bugfix while reindexing multivalued Strings.
|
2011-01-17 14:49:56 +01:00 |
|
Gaetan Delannay
|
ead9f7c2de
|
New translation system, that generates screens for updating translations through the web, within the configuration.
|
2011-01-14 09:06:25 +01:00 |
|
Gaetan Delannay
|
a30949a621
|
Improved management of indexes; always provide str and not unicode strings as index values; search screen may now include javascripts and css like those required by the date chooser; removed CSS parser, basic XmlUnmarshaller can do it by itself.
|
2010-12-17 14:46:55 +01:00 |
|
Gaetan Delannay
|
2124cffa5e
|
Worflow state can not be used in ref fields; mayNavigate is not static anymore, but an instance method.
|
2010-12-06 11:11:40 +01:00 |
|
Gaetan Delannay
|
52816ec343
|
Added script eggify.py for wrapping a Python module into an egg, and plenty of minor improvements and refactorings.
|
2010-11-26 17:30:46 +01:00 |
|
Gaetan Delannay
|
aea19a819e
|
Finalized implementation of attribute String.transform.
|
2010-11-23 17:25:00 +01:00 |
|
Gaetan Delannay
|
0e83a6f490
|
Bugfixes while dumping and converting a file from database to disk; bugfix and minor improvement in layouts.
|
2010-11-22 15:34:04 +01:00 |
|
Gaetan Delannay
|
502c86dab8
|
Custom messages can now be returned as result of triggering transitions; added a mechanism for asking a confirmation to the user before saving it; bugfix in navigation (navigation info disappeared when firing workflow actions.
|
2010-11-22 09:36:14 +01:00 |
|
Gaetan Delannay
|
7dc55f23c2
|
Several bugfixes for 0.6 series (bugfix while defining pod fields in a custom tool, bugfix in the creation flag, import of objects was broken...) and minor improvements in the layouting system (automatic generation of 'cell' layouts was optimized).
|
2010-11-10 15:15:00 +01:00 |
|
Gaetan Delannay
|
30768655f6
|
Bugfixes in master/slave relationships for groups; small bugfix in the way to express layouts; bugfixes while generating optional fields in the tool; obj.link can now links several objects at once; bugfix in page navigation.
|
2010-10-29 14:36:36 +02:00 |
|
Gaetan Delannay
|
50c8a139fc
|
Updated new.py for installing Plone 4 without buildout and added an alternative way to insert POD expressions in POD templates via fields (track-changed text still works).
|
2010-10-27 12:06:21 +02:00 |
|
Gaetan Delannay
|
feca97bda3
|
Completed the WebDav library with standard GET and POST HTTP requests. MultiPart not yet implemented.
|
2010-10-22 16:06:27 +02:00 |
|
Gaetan Delannay
|
2aedf8c88a
|
Added a new level of configurability in navigation: allow to hide/show every button on every page + bugfixes in page/phase navigation.
|
2010-10-19 10:47:42 +02:00 |
|
Gaetan Delannay
|
990e16c6e7
|
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 |
|
Gaetan Delannay
|
9f4db88bdf
|
Wrong index type for selection strings that are not multivalued.
|
2010-09-20 11:33:54 +02:00 |
|
Gaetan Delannay
|
7c2b8fed11
|
Used 'nav' request param instead of session for storing info about the initiator of an object creation.
|
2010-09-19 15:04:44 +02:00 |
|
Gaetan Delannay
|
c2a3551a94
|
Improved and generalized intra- and inter-objects navigation.
|
2010-09-17 15:32:48 +02:00 |
|
Gaetan Delannay
|
88cd4f7c46
|
Optimized performance while rendering references and computed fields and allowed computed fields to be shown asynchronously.
|
2010-09-17 09:27:14 +02:00 |
|
Gaetan Delannay
|
0b4f6e1f79
|
Allowed to express layouts in a more concise manner and various graphical improvements.
|
2010-09-13 21:04:10 +02:00 |
|
Gaetan Delannay
|
eb52c1bb7d
|
Bugfix in new.py; added new user management.
|
2010-09-02 16:16:08 +02:00 |
|
Gaetan Delannay
|
fa974239f3
|
Two important bugfixes: one security-related, one linked to Ref fields with link=True.
|
2010-08-27 08:59:53 +02:00 |
|
Gaetan Delannay
|
dbcadc506d
|
new.py now can create instances for Plone 2.5.5, Plone 3.0 to Plone 3.3.5. specificWritePermission and specificReadPermission can hold named (string) permissions instead of simple boolean values (which is still allowed). frontPage can call a custom macro. When launching generate.py with -c option, labels prefixed with custom_ are kept.
|
2010-08-12 11:56:42 +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 |
|
Gaetan Delannay
|
309ea921fa
|
Bugfixes in appyObj.dump and in master/slave relationships.
|
2010-05-10 11:04:59 +02:00 |
|
Gaetan Delannay
|
cb216a9e9c
|
Bugfixes in new sorting/filtering features.
|
2010-04-30 14:43:44 +02:00 |
|
Gaetan Delannay
|
f5a92b7cb0
|
New icons and a new pod test.
|
2010-04-30 12:06:49 +02:00 |
|
Gaetan Delannay
|
fd775e17a2
|
Reworked AJAX framework with a lot of new sorting and filtering possibilities.
|
2010-04-30 12:05:29 +02:00 |
|
Gaetan Delannay
|
ca7b688c00
|
Small bugfix while searching string fields and added the possibility to define a text-transform on String fields.
|
2010-04-16 17:07:34 +02:00 |
|
Gaetan Delannay
|
3f08cb989f
|
Forgot to commit the new portlet content macro.
|
2010-03-29 20:45:25 +02:00 |
|
Gaetan Delannay
|
0f2c4a1e34
|
Added 'confirm' param to Action fields. If True, a confirmation popup will be shown before triggering the action.
|
2010-03-29 20:44:28 +02:00 |
|
Gaetan Delannay
|
1227f0ed5e
|
Icon alignment in portlet.
|
2010-03-19 13:24:24 +01:00 |
|
Gaetan Delannay
|
f70af04d4c
|
Added possibility to select AND/OR operator for searches in lists.
|
2010-03-19 13:13:36 +01:00 |
|
Gaetan Delannay
|
9b01295145
|
Pod ask action is rendered before icons for generating documents.
|
2010-03-01 08:50:58 +01:00 |
|
Gaetan Delannay
|
a326f00c2f
|
Improved Pod field with triggerable actions.
|
2010-02-15 21:44:41 +01:00 |
|