- 20 Oct, 2010 27 commits
-
-
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
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2010 13 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
-