Commit graph

752 commits

Author SHA1 Message Date
Stefan Klug d93f8ce937 moved sources into subdirectory for easier setup 2015-10-27 22:36:51 +01:00
Stefan Klug 4f91a30fec add python3 suppport based on 2to3 script 2015-10-27 21:58:18 +01:00
Gaetan Delannay caef0e85d0 [any] Removed egg folder. 2015-03-26 11:27:51 +01:00
Gaetan Delannay b78a378adb [all] Added 'egg' folder allowing to get the Appy trunk as a distutils package. 2015-03-26 10:54:06 +01:00
Gaetan Delannay ab147ce99d [pod] xhtml2odt: take into account widths of td and th tags, from 'width' attributes or from the corresponding CSS property within 'style' attributes. 2015-03-26 10:53:04 +01:00
Gaetan Delannay 44eca07b15 [gen] Calendar field: added the possibility to define the part of the legend that is specific to every layer. 2015-03-25 15:13:32 +01:00
Gaetan Delannay 01b3681712 [gen] Calendar field: layers: bugfix. 2015-03-25 11:56:01 +01:00
Gaetan Delannay def1b6ab70 [gen] Calendar field: added the notion of layer. 2015-03-24 16:40:48 +01:00
Gaetan Delannay be159b33be [gen] Calendar field: bugfixes. 2015-03-21 11:47:46 +01:00
Gaetan Delannay 71e4f978e0 [gen] Calendar field: total columns finalized. 2015-03-21 11:20:52 +01:00
Gaetan Delannay e5088771e7 [gen] Bugfix. 2015-03-20 18:14:22 +01:00
Gaetan Delannay 7d4dbdd0f8 [gen] Calendar field: bugfixes. CSS class 'noStyle' renamed to 'no'. 2015-03-20 18:00:29 +01:00
Gaetan Delannay 5beb7699ac [gen] Calendar field: added the posssibility to add total columns. 2015-03-20 15:20:29 +01:00
Gaetan Delannay 588fa9b54f [gen] Static param SomeClass.resultModes replaces 'resultMode' and allows to define the way instances of this class are shown on query results: as a 'list' (the default), a 'grid' or using a custom px that must be defined on SomeClass. 2015-03-19 18:56:36 +01:00
Gaetan Delannay 790f3d4495 [gen] Bugfix: ckeditor with ie8. 2015-03-19 11:01:26 +01:00
Gaetan Delannay e5356e749d [gen] List and grid fields: bugfixes. 2015-03-18 19:53:57 +01:00
Gaetan Delannay 3e6027c499 [gen] Calendar field: bugfixes; added params 'topPx' and 'bottomPx' allowing to define custom content before and after rendering the calendar view. 2015-03-18 19:33:53 +01:00
Gaetan Delannay e52fee658f [gen] Calendar field: one may now specify a method in param validator for validating the creation of an event. 2015-03-16 16:39:15 +01:00
Gaetan Delannay 7e7d0933f5 [gen] Added field dict, similar to List but that stores dicts in the database, with a set of keys given in method field.keys. 2015-03-16 12:08:13 +01:00
Gaetan Delannay 424c0521de [gen] Bugfix: name clash when a transition is named 'comment'. [gen] Added AbstractWrapper::getHistoryComments allowing to collect comments of all history events of some type. 2015-03-15 22:08:41 +01:00
Gaetan Delannay cf0309cb26 [appy] appy.Hack: bugfix (patch of static methods). 2015-03-14 11:26:26 +01:00
Gaetan Delannay 93504cc0f3 [pod] Added a test case. 2015-03-13 17:38:46 +01:00
Gaetan Delannay 5beb60f145 [pod,px] Complete tracebacks when errors occurs within for loops. [pod] xhtml2odt: removal of unnecessary spaces. [pod] xhtml2odt: bugfix in the automatic computation of table column widths. 2015-03-13 17:38:05 +01:00
Gaetan Delannay 8168306b57 [gen] [pod] converter.py: added param '-t' allowing to specify a LibreOffice file whose styles will be imported in the pod result (works only for odt files). Thanks to IMIO. [pod] Pod expressions can now be defined in fields of type 'text-input' (in addition to existing fields 'conditional-text' and track-changed text). Thanks to IMIO. [gen] Added parameter 'stylesTemplate' to the Renderer, allowing to specify a LibreOffice file whose styles will be imported in the pod result. Thanks to IMIO. [bin] Added script odfwalk.py allowing to modify or consult the content of odf files in a folder hierarchy (the script manages the unzip and re-zip of odf files and let a caller script access the unzipped content). [pod] Take into account tag 's'. Thanks to IMIO. 2015-03-13 08:59:32 +01:00
Gaetan Delannay 727eec8a91 [gen] Bugfixes. 2015-03-12 08:44:14 +01:00
Gaetan Delannay 934ca360cc [gen] Bugfix. 2015-03-11 21:38:09 +01:00
Gaetan Delannay 58f3dc5c0c [gen] Zope patch. 2015-03-11 21:29:58 +01:00
Gaetan Delannay 826664b798 [gen] Ajax machinery: allow to specify different pre-loaders when calling askAjaxChunk. 2015-03-11 14:24:19 +01:00
Gaetan Delannay d54455baa3 [gen] Calendar field: added the possibility, in a timeline, to define total rows. 2015-03-11 13:44:32 +01:00
Gaetan Delannay 4d154c314f [gen] Search: bugfix in filtered unnamed searches. 2015-03-09 13:36:48 +01:00
Gaetan Delannay 5c6952537e [gen] Nice rendering of popups within popups. 2015-03-07 17:51:56 +01:00
Gaetan Delannay c5fbb7ce8b [gen] New 'cancel' icon. 2015-03-06 18:29:29 +01:00
Gaetan Delannay 4009cf824c [gen] Bugfix: getFormattedValue must produce a different value for strings with format=TEXT depending on the layout type. 2015-03-06 15:54:14 +01:00
Gaetan Delannay a4a9acfcfb [gen] Calendar field: allow automatic check/uncheck of validation checkboxes within calendars (month and timeline views). 2015-03-05 16:35:04 +01:00
Gaetan Delannay 9b9853e570 [pod,px] Better error reporting. [gen] Calendar field: allow to validate events from a timeline. 2015-03-05 10:42:08 +01:00
Gaetan Delannay bcf2952980 [gen] Calendar field: more work on multi-events and validation within timeline calendars. 2015-03-04 23:35:52 +01:00
Gaetan Delannay 93b2740906 [gen] Calendar field: prepared the timeline to accept multiple events in a single cell. 2015-03-04 17:00:39 +01:00
Gaetan Delannay 722c5e28c7 [gen] Calendar field: added log of event creation, deletion and validation. Validation system: discarded events can now be removed or kept. 2015-03-04 16:14:55 +01:00
Gaetan Delannay 09bf03f9bf [gen] Calendar field: added a validation mechanism. 2015-03-04 14:35:02 +01:00
Gaetan Delannay d1aec8d5e6 [gen] Calendar event: better rendering for timeslots. 2015-03-02 18:51:08 +01:00
Gaetan Delannay 9934f6d7c9 [gen] Calendar field: more work on timeslots. 2015-03-02 13:38:22 +01:00
Gaetan Delannay 85007ced67 [gen] Calendar widget: more work on timeslots. 2015-03-02 12:19:19 +01:00
Gaetan Delannay da8f7a5bcd [gen] Calendar field: allow to have several events at the same day via the concept of timeslots (ongoing work). 2015-02-27 15:57:42 +01:00
Gaetan Delannay 0c706c695e [gen] Bugfix: automatic search screens contained SearchableText twice. 2015-02-26 10:03:29 +01:00
Gaetan Delannay 6e03682b99 [pod,px] Bugifx:complete tracebacks when errors within Python expressions. 2015-02-26 09:53:53 +01:00
Gaetan Delannay dfb41b0fae [gen] Bugfix: ckeditor 2015-02-24 22:01:45 +01:00
Gaetan Delannay 1be8163c70 [gen] Calendar field: first version of the timeline rendering. 2015-02-24 15:18:08 +01:00
Gaetan Delannay 429eaf8abc [gen] Calendar field: more work on timeline rendering. 2015-02-23 23:16:07 +01:00
Gaetan Delannay 92daddb0ab [gen] Calendar field: more work on the timeline rendering. 2015-02-23 18:56:16 +01:00
Gaetan Delannay bf4a781b5a [gen] Ref field bugfix. 2015-02-23 15:02:19 +01:00