An error occurred fetching the project authors.
- 01 Apr, 2010 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34247 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Mar, 2010 2 commits
-
-
Julien Muchembled authored
--bt5_path cmdline option now allows to specify the URL of a running template tool. For example: $ runUnitTest.py --bt5_path='http://zope:zope@localhost:9001/erp5/portal_templates',/fallback_fs_path/bt5 testBug This will try to download non-deleted built business templates, with the highest revision number. --bt5_path is also changed to apply to core BT during creation of the site. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33393 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
this is the compatibility, it's temporary before new API of IdTool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Mar, 2010 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Feb, 2010 1 commit
-
-
Nicolas Delaby authored
This is the responsability of site Manager to recreate Activity SQL Table if their structure change. Reviewed by Aurel git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32743 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32422 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jan, 2010 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32018 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31836 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Nov, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
This method is completely overriden by ERP5Creator git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30815 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2009 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Nov, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30275 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Nov, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29883 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Oct, 2009 1 commit
-
-
Sebastien Robin authored
site, this is useless * postpone the installation of some tools in order to make sure they will be indexed * manage_afterClone class reindexObjectSecurity that himself calls recursiveReindex, we do not want to recursive reindex when we install a new site, so we manually reindex objects (without recursive) when we install new object with bt, like this we remove duplicates of reindexing git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Oct, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
* try to sort only if it is required, because Localizer.translate() is much slower than len(list) and sort(key=...) will call key function even if the list has only one item. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29751 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2009 3 commits
-
-
Leonardo Rochael Almeida authored
Brown-paper-bag commit. This is what happens when one pays more attention to CMF 1.5 compatibility than to CMF 2.x compatibility one is trying to achieve. Make the skin registration also work on CMF 2.x as well (approved by jerome) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29615 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29610 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Configure CMFDefault skins in a manner compatible with CMF 2.x since they're no longer installable with addDirectoryViews() (approved by jerome) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Oct, 2009 2 commits
-
-
Leonardo Rochael Almeida authored
ERP5 tests currently don't load ZCML and some CMFCore z3 style interfaces are declared on ZCML only, which means some interface imports fail on test setups alone. This temporary commit makes tests run again while we figure out how to enable zcml loading on ERP5 tests (approved by jm) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
in CMF2.x some tools stop being action providers. Don't try to remove actions from them (approved by jm with caveat that we will have to find out where these actions went) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2009 6 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29284 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29277 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29249 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29244 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Patch listFilteredActionsFor to not include actions from object. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Sep, 2009 1 commit
-
-
Jérome Perrin authored
erp5_sql_deferred_connection_string must match erp5_sql_connection_string, but erp5_sql_deferred_connection_type must be a deferred connection git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28920 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Sep, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
fckeditori is now integrated into erp5_xhtml_style business template, and FCKeditor product is deprecated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
no longer allow to select different connection strings for normal and deferred connections, because both must use the same database git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Aug, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Aug, 2009 2 commits
-
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28619 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-