- 22 Oct, 2010 28 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
- images - marking a feed as read - RSS provider logo Move some generic CSS from KM to gadgets' core. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39479 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Stop skipping erp5.portal_type or erp5.temp_portal_type, because this makes interactions not working, and dangerous as well, as accessors are stored into document classes directly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39475 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39472 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39471 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39467 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 12 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
-