- 27 Sep, 2010 10 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Note that resetDynamicDocuments is disabled, and that initializeDynamicModules() is never called: this change should have no effect. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
a Web Page git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Create a temp object through type information, instead of making a hack inside asContext. This fixes a bug that the return value of asContext is not a temp object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Sep, 2010 3 commits
-
-
Nicolas Dumazet authored
* Reload portal type classes generated from Base Type objects if a Type Definition object is modified. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
factory_method_id will disappear, and type_class will be used instead git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
breaking everything. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Sep, 2010 9 commits
-
-
Nicolas Dumazet authored
tries to load portal subobjects too early. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Not working for now, as the code is not yet committed, but demonstrates the features. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
disappear, and qs we'll need to access classes from anywhere in the code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
- remove 'current_app' global variable - clean initialization of self.app and self.portal git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38636 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This commit is similar to r32811 and should fix regressions caused by r38601 for good. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38635 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2010 18 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This reverts most fixes to r28422. They are not useful anymore since objects are not modified anymore during download. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Cleaning object require to load it, so if we can't load it during download, we must postpone cleanup during installation, which has 2 drawbacks: - One is temporary: the page showing changes during installation may list objects which have no useful change (because there is no more clean up before comparing objects) - During installation, Python Scripts are compiled twice instead of one (this commit partially reverts r38348), but it seems fixable. This fix regressions caused by r38601. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
we prefer ghostscript-8 for now, because ghostscript-9.00 seems to have a problem with Japanese fonts if -dTextAlphaBits=4 is specified by imagemagick. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38631 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38630 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
before processing a timer git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* Add action "Configure Property Sheets". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* Add Portal Types and views for web-based Property Sheets. * Add elementary_type to portal_categories to represent Property Sheets types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38623 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38621 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38620 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
to solve circular imports: - Modify directly CMFActivity for 2.12 instead of monkey-patching it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38618 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38616 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38615 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38614 20353a03-c40f-0410-a6d1-a30d3c3de9de
-