- 22 Oct, 2010 12 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Slightly change it back to the previous implementation, as the naive implementation does not work well when neither UTC nor local time is used. It is difficult to address this problem appropriately on Zope 2.8, as DateTime does not support pytz in this version, thus it cannot interpret arbitrary timezone names. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39462 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
when no Base Type is defined in TypesTool. This should ensure that newTempXXX calls succeed, without needing abstract Base Type objects, *if* the Document correctly defines portal_type attribute on the Document class. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39461 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39460 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Geek Module has several Geek Object children. If Geek Module portal type is deleted, it becomes impossible to find manage_delObject method on the Module to remove children objects before deleting the Module. Module hence has to be removed first, and only then Portal Type can be removed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
__getstate__ and __getnewargs__ should not require getting out of Ghost state as they're defined on Base git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39455 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Otherwise 'XML Object' portal type is used, and it's wrong. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Oct, 2010 28 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39444 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
# we already have 2.1.4, but it can cause net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH error with chromium browser. # http://code.google.com/p/chromium/issues/detail?id=59077 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Organise proper order of test zuites. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a field library proxify everything, remove useless form git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39435 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39434 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Skip KeyError due to a missing interaction workflow as a workaround. It is necessary to do a bit differently later, probably using an interactor rather than an interaction workflow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39433 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make pressing an enter in gadget preferences form submit the right gadget form and update preferences accordingly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39431 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39429 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39428 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39427 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39425 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39424 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39423 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39422 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Use TRACE instead of INFO for the migration message, otherwise there are too many messages emitted to the log. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39421 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-