- 23 Dec, 2016 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 12 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
It does not depend on a specific plugin. Also, update all importers. Also, reduce import cycles in ERP5Security.
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 19 Mar, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 30 Jan, 2014 1 commit
-
-
- 06 Nov, 2013 1 commit
-
-
Aurel authored
remove portal_web_services from erp5_base add required dependencies on bt5
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 16 May, 2011 1 commit
-
-
Arnaud Fontaine authored
Upon products installation, registerHelp in initializeProduct was first called with clear=1 for 'help' directory and then clear=0 for 'interfaces' to allow registering Help for two directories. However, that didn't work if the former directory does not exist. Remove such limitation as well as 'help' and 'interfaces' directories which used to contain dummy files. Signed-off-by:
Julien Muchembled <jm@nexedi.com> Signed-off-by:
Arnaud Fontaine <arnaud.fontaine@nexedi.com>
-
- 22 Dec, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* ERP5Type.PropertySheet becomes a dynamic module that returns strings instead of classes for compatibility: - the document classes can now use strings in property_sheets attribute - if a document uses a string instead of a class reference to point to a property sheet, it means that the property sheet can either be an old (filesytem, local, in a product) property sheet, or a zodb propertysheet For now, the contents of ERP5Type.PropertySheet (strings) are overwritten if a local PropertySheet is loaded from the disk. But with time, as property sheets will migrate to ZODB, the module will empty itself and contain only strings. * Move all property sheets from all products to ERP5PropertySheetLegacy product. Only property sheets that were left 'as is' are CMF* property sheets. This commit is mostly a move to another Product, and should have small consequences on tests/existing instances. However, if you used to import PropertySheets in custom/project code in your custom Property Sheets, you will need to rename: from Products.*.PropertySheet.Foo import Foo to: from Products.ERP5PropertySheetLegacy.Foo import Foo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Nov, 2010 2 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39987 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39986 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2010 16 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
between tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39186 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39179 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39177 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39176 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
correct issues git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39175 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- check that it is empited after bad excepion is raised git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39174 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39169 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- invert assertion git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add test that shows if there is no special cache, no special cache is used git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- check login with clearing cache, as ERP5 remote user manager caches a lot - add checks for more raises git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39164 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- clean up imports git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39154 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
authentication server git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
authentication server git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Aug, 2010 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Aug, 2010 1 commit
-
-
Łukasz Nowak authored
instance even in case when remote server is dead, implemented in bug-to-bug compatible way with WizardTool_authenticateCredentials Reviewed by Vincent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jul, 2010 1 commit
-
-
Rafael Monnerat authored
Allow users read some not secret preferences, it is required Annonymous read some preferences in order to have wizard working minimally. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jun, 2010 1 commit
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36322 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 May, 2010 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34916 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Apr, 2010 6 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34278 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34273 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34269 20353a03-c40f-0410-a6d1-a30d3c3de9de
-