- 20 Oct, 2010 9 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39379 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
does not work appropriately with daylight savings / summer time. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39374 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39373 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
- All ERP5 objects now become instances of erp5.portal_type.** Being an instance of a portal type does no longer only mean "having a portal_type attribute", it now also means deriving from a specific, ad-hoc Python class for this portal type. - erp5.portal_type module is built dynamically and its objects are classes subclassing the physical Document classes on disk. - ERP5Type.Document fate: + classes previously stored here are gone + newTempXXX methods stay, and will work correctly. But a call to such a method will require an BaseType object in portal_types module. + other stuff is gone - Temporary documents will be instances of erp5.temp_portal_type.* All classes in this submodule subclass the respective erp5.portal_type.* persistent class - Documents that were created dynamically without a product path (for instance, those created with ClassTool) are now stored in a specific module, erp5.document.* Migration after this revision should be handled automatically, but updating beyond this point should nonetheless not be done carelessly. Expected changes in XML for business templates: - Classpath of documents: ERP5Type.Document.XXX -> erp5.portal_type.XXX - new "type_class" attribute on Portal Type Objects (BaseType Documents) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39371 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make download widget visually appear on top of document rather than move document below it by moving it below. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39370 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2010 31 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
During upgrade get_transaction was not defined git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* fix field names in Property Sheet and Property Sheet Tool views. * add description to Property Sheet view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39360 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
allow passing the zsql_brain for ZSQLMethods and provide a brain that never gets the original object git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
allow specifying a zsql_brain parameter to select a brain class for ZSQLMethods from Extension files in products or BTs git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
Skip an empty selection name that is now valid for a listbox where we don't want to store a selection. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* When checking duplicated selection names, we should use get_recursive_orig_value('selection_name') instead of getRecursiveTemplateField().get_value('selection_name'), because delegation for selection_name can end at any intermediate proxy field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
holder classes for filesystem Property Sheets too. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
are matching transform policy As an example: pdf to text conversion force a transformation to intermediate HTML format, because w3m_dump is a requirement to output plain/text. This patch allow pdf to text conversion to use pdf_to_text transform, and let html to text conversion using w3m_dump, honouring configured policy. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- Let user save the form even of classification is empty. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make renderer do what is designed to do (render a gadget column). Leave other parts outside of it.(CSS and add more gadgets navigation). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
be needed to implement constraints in ZODB Property Sheets git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
PropertyExistenceConstraint required to define ZODB Property Sheets. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
Since 38891 actions are sorted globally, not anymore locally to an action provider. Give lower priority to those global actions so that they appear after portal types actions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-