- 09 Feb, 2011 18 commits
-
-
http://svn.erp5.org?rev=43181&view=revNicolas Delaby authored
OpenOrders (and sub content) Where instances of Orders. Restore this property to not break current implementation, even if the question "OpenOrder are Orders or not ?" stay open. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43215 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
Property Sheet Tool to this new document and update Property Sheet Portal Type accordingly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43214 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
update TestZodbImportFilesystemPropertySheet accordingly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43213 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
depending on allowClassTool() value. I have no immediate easy solution for this tool for now: disable indexing it to avoid activity loops when trying to call isResourceType or other indexing guards against this tool that has no accessors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43212 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
and returning wrongly a list containing a None value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43211 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
containing None, so just skip such case git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43209 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
expression has not been filled yet, thus re-generated accessors could have failed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43208 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43207 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
not been filled yet, thus re-generated accessors could have failed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43206 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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 22 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
-