Gaetan Delannay
|
225ea927a4
|
[gen] Bugfixes in the search machinery.
|
2015-01-02 16:16:48 +01:00 |
|
Gaetan Delannay
|
8591611aac
|
[gen] Added param Field.mustIndex, that, for indexed fields, defines (via a method) when indexation must occur or not. Indeed, in some cases, an index is required on some field but we don't want all objects to have an index value for this field at any time.
|
2014-12-26 17:29:14 +01:00 |
|
Gaetan Delannay
|
fd5e88928d
|
[gen] Indexer: textual content of indexes now keep only words of more than 2 chars and other improvements.
|
2014-12-26 12:24:38 +01:00 |
|
Gaetan Delannay
|
897b183b01
|
[shared] LinesCounter now counts lines of XML code.
|
2014-12-10 12:32:09 +01:00 |
|
Gaetan Delannay
|
f8a7103c7a
|
[gen] Changes in parameters of some basic field methods to enable field.languages to be defined dymanically via a method.
|
2014-09-05 17:13:23 +02:00 |
|
Gaetan Delannay
|
ac1d710288
|
[shared] utils.py::normalizeString bugfix: when a string was not utf-8-encoded but latin-1-encoded, the method raised an exception.
|
2014-08-27 09:53:45 +02:00 |
|
Gaetan Delannay
|
3b18619624
|
[gen] Better rendering of buttons; added a new utility function for formatting elements like phone numbers.
|
2014-05-16 12:58:53 +02:00 |
|
Gaetan Delannay
|
90af2e5698
|
[gen] More compact code.
|
2014-03-05 17:04:43 +01:00 |
|
Gaetan Delannay
|
5bea4e728b
|
[gen] Allow for ajax-based master-slave relationships within the search screen for String fields.
|
2014-03-05 15:47:12 +01:00 |
|
Gaetan Delannay
|
b8ceb66a49
|
[gen] Master-slave fields: slave values can now ajax-change when the user modifies master values.
|
2014-03-03 18:54:21 +01:00 |
|
Gaetan Delannay
|
be145be254
|
[gen] Binary files stored in fields appy.fields.File are now stored outside the ZODB, on the filesystem; Ref fields can now also be rendered as dropdown menus: every menu represents a coherent group of link
ed objects. The main menu entry can be textual or an icon; computed fields are by default rendered in view and cell layouts.
|
2014-02-26 10:40:27 +01:00 |
|
Gaetan Delannay
|
e1d0597694
|
[gen] list field now takes into account 'show' attribute of sub-fields.
|
2014-01-14 09:07:42 +01:00 |
|
Gaetan Delannay
|
04852360fa
|
[gen] Goodbye Zope Page Templates.
|
2013-08-21 22:25:27 +02:00 |
|
Gaetan Delannay
|
05292356e7
|
[gen] Added a validator for String fields, for validating Belgian NISS numbers.
|
2013-07-10 18:05:06 +02:00 |
|
Gaetan Delannay
|
0c50fe188a
|
Updated 'print' statements throughout Appy code, in order to be Python3x as well as Python2x-compliant.
|
2013-05-30 00:46:11 +02:00 |
|
Gaetan Delannay
|
0a8e06f1d9
|
[gen] Various bugfixes.
|
2013-04-16 19:56:47 +02:00 |
|
Gaetan Delannay
|
6c832e43bb
|
[shared] utils.py.FileWrapper: added method 'copy' to get a copy of a file.
|
2012-12-21 11:38:19 +01:00 |
|
Gaetan Delannay
|
446a2d9a16
|
[gen] Bugfixes.
|
2012-12-18 22:49:26 +01:00 |
|
Gaetan Delannay
|
8d1a88bd27
|
[shared] xml_parser.XmlParser: added param 'raiseOnError' allowing to raise or not an exception when a SAX fatal parsing error is encountered; [gen] fine-tuned indexing machinery with more accurate text extraction from text and xhtml fields.
|
2012-09-26 23:13:02 +02:00 |
|
Gaetan Delannay
|
a2ae839704
|
[gen] Added the possiblity to extract in a clean way text from XHTML field values.
|
2012-09-25 21:43:45 +02:00 |
|
Gaetan Delannay
|
028040351c
|
appy.gen: improved cleaning and formatting of XHTML content; appy.pod: added some default appy-related table styles for producing cells with text in bold/normal, aligned right/left, etc.
|
2012-05-14 17:35:34 +02:00 |
|
Gaetan Delannay
|
d3a2b85a10
|
appy.gen: bugfixes.
|
2012-05-09 09:45:15 +02:00 |
|
Gaetan Delannay
|
8cc20b0d34
|
appy.gen: bugfixes.
|
2012-05-08 14:49:45 +02:00 |
|
Gaetan Delannay
|
9b8064b0cd
|
appy.gen: bugfix while searching the catalog based on object state; added XHTML cleanup code; added String.generatePassword; bugfix: mising HTTP header while sending some responses back to Apache (caused a bug in ckeditor image upload); bugfix while importing images via an image resolver (Zope behind a reverse proxy).
|
2012-04-25 16:21:23 +02:00 |
|
Gaetan Delannay
|
094e571b74
|
ckeditor 3.6.3
|
2012-04-24 16:22:12 +02:00 |
|
Gaetan Delannay
|
cbb8d5cd12
|
appy.pod: variable named 'loop' is now available in the POD context of any section within a 'for' statement, with attributes like loop.[iterVariableName].length (=total number of looped elements) and loop.[iterVariableName].nb (=index of currently looped element).
|
2012-03-16 14:59:59 +01:00 |
|
Gaetan Delannay
|
1275df5753
|
appy.shared: improved deployment of a Appy app (creation of a Zope instance is no more required; corresponding folders are created in standard unix locations: /etc for the config file, /var/log for logs, /var/lib for the database, /usr/bin for scripts that start and stop the instance). appy.gen: first draft of a migration script that allows to migrate data from Plone-dependent Appy apps (<= 0.7.1) to Ploneless Appy 0.8.0.
|
2012-02-02 17:30:54 +01:00 |
|
Gaetan Delannay
|
13443ea79e
|
appy.bin: generate.py: one less arg: outputFolder has been removed (the script now generates the Zope product in <appFolder>/zope); generate.py: new option '-d', for generating a Debian package from the Python (Appy) app.
|
2012-01-18 14:27:24 +01:00 |
|
Gaetan Delannay
|
7d844070df
|
appy.pod: improved styles mapping system: one may now express things like: 'p[text-align=center]':'StandardCentered' (ie, map an HTML tag having some CSS attributes to a specific ODT style). See verbose docstrings in styles_manager.py.
|
2012-01-12 21:49:23 +01:00 |
|
Gaetan Delannay
|
6ece750d9a
|
appy.bin: updated publish.py, that is now able to generate a DistUtils tar.gz for Appy; publish.py can now be called with option '-s' (silent): in this mode no question is asked to the user, default values are used; updated new.py that generates a better Plone4-ready simple Zope instance; appy: moved FileWrapper from appy.gen.utils to appy.shared.utils to avoid circular package dependencies; appy.gen: use of .pyt extensions for template Python classes in appy.gen.templates in order to avoid byte-compilation errors when distutils installs the package; appy.pod: when using function 'document' in 'from' statements, first arg can now be a appy.shared.utils.FileWrapper instance.
|
2011-12-15 22:56:53 +01:00 |
|
Gaetan Delannay
|
2ec05939fe
|
appy.pod: bugfix while generating tracebacks within odt results (unicode-related); appy.shared.diff: first draft of a full-functional version; appy.shared.utils: improved functions normalizeString and formatNumber.
|
2011-11-17 12:41:06 +01:00 |
|
Gaetan Delannay
|
8e1760842e
|
appy.gen: Type 'float': added the possibility to define a separator for thousands; bugfixes in master/slave relationships; permission-related bugfix while creating objects through AbstractWrapper.create; appy.shared.diff: more improvements (still ongoing work).
|
2011-11-10 21:59:02 +01:00 |
|
Gaetan Delannay
|
040cdafb8c
|
appy.gen: use appy.shared.utils.formatNumber function; visual bugfix while displaying boolean fields; appy.shared.dav: error bugfix in error handling; appy.shared.utils: added french-accents-aware functions lower and upper; appy.shared.xml_parser: bugfix while managing 'any' tags.
|
2011-11-03 16:14:23 +01:00 |
|
Gaetan Delannay
|
791ee42164
|
appy.gen: added a session invalidation mechanism: authenticated users will be automatically logged out when their Zope session will expire; improvements in the CodeAnalysis system: more Zope-related extensions are recognized: .vpy, .cpy for Python files, .cpt for Zope Page Templates.
|
2011-06-10 17:20:09 +02:00 |
|
Gaetan Delannay
|
4fe5c5e164
|
appy.gen: bugfix in the validator for the default field 'UNO-enabled Python interpreter'; appy.pod: added default function 'text' that allows to dump a string containing carriage returns into the ODT, with statements like 'do... from text(someString)'; appy.pod: bugfix in the management of conflictual inner-tags in the odt2html conversion: in some cases (when style mappings are applied), empty tags that needed to be removed were not removed because of the presence of tag attributes.
|
2011-03-18 16:52:15 +01:00 |
|
Gaetan Delannay
|
c7633ecc8b
|
Bugfixes.
|
2011-02-28 19:30:17 +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
|
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
|
3cfc24fe02
|
Improvements in the WebDAV client. Transmission of binary files seems to have bugs.
|
2010-10-15 15:14:28 +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
|
eb52c1bb7d
|
Bugfix in new.py; added new user management.
|
2010-09-02 16:16:08 +02:00 |
|
Gaetan Delannay
|
309ea921fa
|
Bugfixes in appyObj.dump and in master/slave relationships.
|
2010-05-10 11:04:59 +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
|
47334b885f
|
Added a script for automating the creation of a Plone3 instance.
|
2010-04-01 13:46:50 +02:00 |
|
Gaetan Delannay
|
9cff9df299
|
Improvements in the XML marshaller.
|
2010-03-31 15:49:54 +02:00 |
|
Gaetan Delannay
|
3a7b5be03b
|
Applied patch from Frederic Peters for bug https://bugs.launchpad.net/appy/+bug/485815 and another bugfix.
|
2010-03-25 16:34:37 +01:00 |
|
Gaetan Delannay
|
fc75a42264
|
Added the possibility to log OO errors in appy.gen method File.dump and changed some code for avoiding silly Plone warnings on every user click.
|
2010-02-09 15:59:03 +01:00 |
|
Gaetan Delannay
|
2d82dc4e0b
|
Implemented blueprint https://blueprints.launchpad.net/appy/+spec/shared-xml-marshall-and-unmarshaller
|
2009-08-17 17:06:17 +02:00 |
|
Gaetan Delannay
|
facbe7fa3d
|
Fixed bug https://bugs.launchpad.net/appy/+bug/408826, implemented blueprints https://blueprints.launchpad.net/appy/+spec/show-or-hide-application-portlet, https://blueprints.launchpad.net/appy/+spec/associate-a-workflow-to-custom-tool-or-flavour and https://blueprints.launchpad.net/appy/+spec/csv-parser
|
2009-08-04 14:39:43 +02:00 |
|