- 09 Feb, 2011 8 commits
-
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43205 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
now a property_holder/accessor_holder only holds one kind of accessors, for one portal type, or for one property sheet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
Property Sheet Tool. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43203 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43202 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Without this "simple" test/knowledge, debugging broken Simulation Tests can prove tricky. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43201 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
that's just as bad. Catch everything. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43200 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
incorrect property to a propertysheet. It was okay, with filesystem property sheets to raise an error: worst case scenario, the developer would have to fix the property sheet and restart the instance. But with ZODB property sheets, raising an error can potentially break the instance. We replace the error by a LOG: you're likely to see this when editing properties. This is not a "dirty quickfix", this is not a workaround to go faster: this behavior will stay. If you feel that it's a wrong way to do, do tell us. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
The only real issue was that ActivityTool was deriving from BaseTool, this having isIndexable = True, and not being a portal type (a.k.a no isResourceType kind of methods) and raising errors when indexed. Now, ActivityTool has a portal type, and such issues are gone. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2011 32 commits
-
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43197 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* rewrite ERP5Site_upgradeBusinessTemplateList more generic based on business template repositories. * remove upgrading MySQL charset part, that should be handled by buildout MySQL setup and reindexing with clear_catalog=1. * remove handling zope version and python version, that should be handled by instance creation in buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add newest_only option in getRepositoryBusinessTemplateList() so that it only returns the newest one for each business template title. * reinstall option in updateBusinessTemplateFromUrl() just calls install(force=True). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43192 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43191 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43188 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43187 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43186 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43185 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- move html to Page Template - improve UNG Mail Menu - Add freecloudalliance.org advertisement git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43184 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Order => OpenOrder OrderLine => OpenOrderLine ... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43181 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- improve css to UNG Mail git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43180 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43179 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make function work in asynchronous mode (in cases when generating a full popup window requires another server side request). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* remove upgrading MySQL charset part, that should be handled by buildout MySQL setup and reindexing with clear_catalog=1. * remove handling zope version and python version, that should be handled by instance creation in buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43177 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43176 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43174 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43173 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* remove handling zope version and python version, that should be handled by instance creation in buildout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43172 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Experimental Configuration file which use products as eggs instead of checkout into product folders. THIS IS NOT ENOUGH TESTED, USE IT ONLY FOR TEST PURPOSE. For use it, extend your buildout with this configuration like: extends = link/to/buildout-2.12.cfg link/to/sofware-profiles/products-as-eggs.cfg In BOTH setups, software and instances. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43171 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
introduce sortDownloadedBusinessTemplateList() that will useful to make erp5_upgrader more automatic. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
sort business templates recursively, without possibly adding additional business templates, that is already handled by TemplateTool_installRepositoryBusinessTemplateList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
(This is a quickfix to get test results, the BaseTool.isIndexable value will be investigated cleanly/thoroughly later) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43165 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43162 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43161 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43159 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43158 20353a03-c40f-0410-a6d1-a30d3c3de9de
-