- 22 Feb, 2010 40 commits
-
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32951 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32950 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* increase the version. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32948 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32947 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32944 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use System Preference for default value of synchronous_metadata_discovery in case it is not specified by caller. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32939 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32938 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32937 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32936 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32935 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32934 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32933 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32932 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* after fixing dead proxy fields, redo commit 32804 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32931 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Forgot to insert a space before viewable. Sorry. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32929 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32928 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32927 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Example of bad behavior: - "short_title" property is not used / has no associated field - in export code getProperty('short_title') returns None - and a bt/short_title file is created, containing str(None) - when reimporting this BT, bt/short_title is read, and obj.short_title is set to 'None' string - as a result, bt.getShortTitle() wrongly returns "None" _string_ git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32925 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* missing field due to subversion tool bug git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32924 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- move buildout profile to simple shell script helper - update documentation about how to prepare Mandirva 2010.0 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32923 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
But add warning about use of such caches to speed view requests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32922 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32921 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32920 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* I missed theses local changes in my last commit on erp5_trade git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32919 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32918 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Adjust dialog names which can be reused in any other ERP5 context not only portal_contributions tool. Adjust actions according to this change. (failed in previous commit) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32916 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Adjust dialog names which can be reused in any other ERP5 context not only portal_contributions tool. Adjust actions according to this change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32915 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32913 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Be consistent with action name. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32912 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32910 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
The r32804 commit removed several field libraries according to the proxy field guidline, but the commit broke backward compatibility. So revert the r32804 commit to retain backward compatibility. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32908 20353a03-c40f-0410-a6d1-a30d3c3de9de
-