- 28 Oct, 2010 28 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39614 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
we don't care UnicodeDecodeError in getting old object XML, otherwise we cannot update erp5_xhtml_style business template with r39494 change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39613 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39610 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Similar commit as r39607 (Add a basic gadget preference edit form and make all basic gadgets use it). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39609 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
having a meta_type property other than 'ERP5 Base Type' can cause a problem with BusinessTemplate.py before r39601. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39604 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
fix the condition to check portal type or not, because some module portal types has 'ERP5 Folder' meta type, thus we can loose allowed_content_types etc. by updating PortalTypeTemplateItem. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Improve prodile gadget and make it use standard "gadget_view" form renderer. i.e. replace custom "gadget_tab_view" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39590 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* wrap RPC calls so that ProtocolError's are caught and raise a clear ConversionError * move _getServerCoordinate part into OOoServerProxy.__init__ This should help having clear error messages in test results when OOo server is down/not available/not running. Instead of worrying about application code, and/or unclear socket errors, we'll know that, specifically, the OOo conversion server could not be reached. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* Do not raise meaningless-to-outsiders OSError if an executable is not found * Do not blindly catch OSError if something else than 'no-executable' happens git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39584 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* remove portal_property_sheets as it is now created in ERP5Site.py. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
Property Sheets are needed for bootstrap. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Oct, 2010 12 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
- new ERP5TypeTestCase.importObjectFromFile - import file directly without copying first to an import folder (in particular, do not pollute existing 'import' folder) - fix uid issue by calling manage_afterClone - convert testDynamicClassGeneration data from ZEXP to XML git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39579 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39577 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This fixes unit tests using 'ERP5TypeTestCase.publish' method: in this case, a second connection is open and closed to process the request. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39576 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This avoids conflicts when several unit test instances run on the same machine. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-