- 21 Oct, 2010 8 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39420 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add reset movement price action to returned sale packing list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39419 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
and when re-importing an existing document. In both cases, the generated class is stored in erp5.document.xxx and we should explicitely setattr() on erp5.document git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39418 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add reverse_arrow_category parameter to Order_applyTradeCondition. This option is useful when trade condition is applied to returned packing list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39417 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
A lockdown can happen here when the activity can't find the waitingActivity method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39416 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
you can't call getattr(type_tool, portal_type_name) if Base Type and Solver Type portal types are not loaded yet: type_tool[portal_type_name].__of__(type_tool) requires loading the class to access __of__ method. For now, we'll have to hardcode a bit more to get test results. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39414 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39412 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Oct, 2010 32 commits
-
-
Arnaud Fontaine authored
* use CategoryProperty document for Category Property portal type. * use reference for the views of properties for ZODB Property Sheets instead of id or title. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39410 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* Generate accessor holders for Document property_sheets. * Fix naming of methods in portaltypeclass. * Add export method for Constraints following other Documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39409 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* Add CategoryProperty Document, especially relevant when the accessor generation will be moved from Utils. * Add Reference to property_sheets in Documents as 'reference' will be used instead of title or id. * Move all Documents to ERP5Type.Core as there should have always been there. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39408 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use objectValues instead of searchFolder for portal_caches and portal_memcached's view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39402 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39401 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39400 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
apache httpd 2.2.17, that contains apr-util 1.3.10 having security fixes. build with '--with-included-apr' option so that we use it explicitly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39399 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39398 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39396 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39395 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Try to acquire from preferences preferred image quality and format if set (fallback to previous defaults if not set) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39394 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39391 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Do not use _import_class but use __import__ directly, because class initialization is not required for the bootstrap problem. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
in browser through jquery git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Remove bogus print_stack calls. Do not catch all exceptions, otherwise you cannot even stop infinite loops with Ctrl-C! git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39387 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39386 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This patch authorize to purge old entries on backend side automatically (if backend storage support this feature) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39384 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39383 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39380 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-