- 27 Oct, 2010 20 commits
-
-
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
-
Sebastien Robin authored
in the user interface git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39562 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
now asContext().isTempObject() is True, but in such case container._setObject(id, ob.aq_base) will raises the folloing exception if it is called twice or more: BadRequest: The id "xxx" is invalid - it is already in use. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39561 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix invoice_workflow. Some user-action transitions were missing. Permission settings on started and stopped states were missing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
memcache.Client._get() should raises an Exception instead of returning None, in case of connection errors or missing values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39555 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39554 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
in _initialiseConnection(), try to disconnect existing connections if exist. python-memcached's get() returns None in case of any error, but it also returns None if None is set, of course. so if 'reconnect' is unfortunately triggered by None value, we should have a living connection at that time. to fix this issue perfectly, we should rewrite memcached client library that raises an Exception in case of exception. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39552 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* add Template Tool filter for Portal Type classes XML changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* fix type classes of Property Sheet Tool and Property Sheet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Oct, 2010 14 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
errors when doing int(debug) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39538 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39537 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make renderer do what is designed to do (render a column layout). Leave other parts outside of it.(CSS). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39533 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39532 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
it's probably better for future to have classes from Products.ERP5Type.Document and not from this strange Products.ERP5.Tool.Category module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39530 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39529 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use proper selection API. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39528 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39527 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use "listbox-stat-line" class to style the stat line; using ${listbox_id}_stat_line was only working for listbox named listbox. review by Ivan git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39525 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* add id fields for all the views for ZODB Property Sheets. * add dynamic_class_generation_interaction_workflow to Property Sheet Tool. * clean up interactions in dynamic_class_generation_interaction_workflow. * add Category Existence Constraint and Property Existence Constraint to dynamic_class_generation_interaction_workflow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39524 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
and typos in ZODB Property Sheets test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39521 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
workflow because accessors are wrapped in WorkflowMethod by _aq_dynamic git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39520 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Oct, 2010 6 commits
-
-
Jérome Perrin authored
- add missing tests for get${base_category}LogicalPath acessors. - note an interesting behaviour in setDefault${base_category}Value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
after non empty was set git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39499 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39498 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
the bt will be uninstalled. This makes sure that test_type_provider_2 is not contaminated after a failure of test_type_provider git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39497 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-