An error occurred fetching the project authors.
- 25 May, 2017 1 commit
-
-
Jérome Perrin authored
This method creates a user preference if no preference exists.
-
- 23 Dec, 2016 2 commits
-
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
-
- 08 Dec, 2016 1 commit
-
-
Vincent Pelletier authored
acl_users is one of the rare objects (with SQL connectors) which are intended to be fetched by acquisition, allowing overrides. Also, move code out of try..finally block where possible.
-
- 22 Apr, 2015 1 commit
-
-
Tristan Cavelier authored
Before, the preference state was tested first, which caused useless ZODB loads.
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 12 Sep, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 27 Jul, 2011 1 commit
-
-
Ivan Tyagov authored
Allow low level password validity checks (if isAuthenticationPolicyEnabled only). Adjust tests to handle better password history.
-
- 21 Jun, 2011 1 commit
-
-
Rafael Monnerat authored
This method is usefull for external automation done by SlapOS.
-
- 28 Mar, 2011 1 commit
-
-
Aurel authored
it at all, use None instead git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Mar, 2011 1 commit
-
-
Jérome Perrin authored
management, otherwise when user activates another preference, the old template will be shown git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43842 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Feb, 2011 1 commit
-
-
Nicolas Dumazet authored
After this, all ERP5 objects become instances of portal type classes Preferences: * all the trickery for preferences is gone and is handled by a specific accessor holder holding all preference methods Property holders * our Base.aq_portal_type property holders are not used anymore: the "property holder" becomes the portal type class itself and the set of accessor_holder classes in the mro of the portal type class: portal-type-specific methods are on the portal type class, while portal-type-independant method are put on the accessor holder ancestors * the portal type meta class now also inherits from "PropertyHolder" to provide the same introspection interface and methods. (In the future this class / interface will need to be refined) Bootstrap/migration: * bootstrapping/migration from older instances: provide with code able to import XML from ERP5/bootstrap/ to load necessary tools from almost any instance state * migrate in BusinessTemplate installation code all non-portal type classes objects to portal type classes * Change the way Tools are installed when creating a site, so that we create directly portal type classes objects instead of Documents Accessors: * add a generatePortalTypeAccessors method on the portal type class to generate portal-type-specific accessors * associate BaseAccessorHolder to all portal type classes to contain all common category related accessors * change the way workflow methods are generated to bind them directly on the portal type class * disable Base._aq_dynamic (while still keeping its code for debugging and reference, this can be cleanup up later) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42902 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jan, 2011 1 commit
-
-
Nicolas Dumazet authored
Soon enough, all Preferences will be defined in property sheet tool, and this code will not be needed anymore git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42012 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Dec, 2010 1 commit
-
-
Jérome Perrin authored
methods. Prior to that change, catalog search was returning too many preferences and a wrong result was sometimes cached. Also mark test_system_preference_value_prefererred_clear_cache_disabled @expectedFailure git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Oct, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 2 commits
-
-
Julien Muchembled authored
getTransactionalVariable has always been implemented to return a global cache object (1 per thread): old implementation used the given context only to have access to the portal. So we enforce this with a warning to make sure people don't expect retrieving 1 cache object per given context. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- adjust tests after 38131 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Sep, 2010 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
variable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37218 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
-
- 11 Jun, 2010 1 commit
-
-
Rafael Monnerat authored
respected at portal_preferences acessors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2010 1 commit
-
-
Sebastien Robin authored
with preference is correctly initialized before calling _aq_dynamic on a portal type using class Preference. This solve issues when _aq_dynamic was called on a Preference before any need of _aq_dynamic on PreferenceTool * Move Priority class from ERP5Form.Document.Preference to ERP5Form.PrefrenceTool in order to solve circular imports git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36176 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 May, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35612 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 May, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35157 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 May, 2010 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35108 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35105 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Mar, 2010 1 commit
-
-
Łukasz Nowak authored
As list of templates is cached, and cache might be not invalidated after deletion of template, do not fail in case if template is not found in ZODB. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33506 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Feb, 2010 1 commit
-
-
http://svn.erp5.org?rev=30412&view=revNicolas Delaby authored
__name__ should be define on Accessor in order to be able to wrap PreferenceMethod with UnrestrictedMethod. Rewied by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jan, 2010 1 commit
-
-
Jérome Perrin authored
considering preference where the user had an Owner role, but as we sometimes have manager users that are also owner globally, it's better to do this using ownership and not owner role. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Oct, 2009 1 commit
-
-
Julien Muchembled authored
* Replace direct access to some ERP5TypeInformation attributes by use of accessors: - base_category_list -> getTypeBaseCategoryList - property_sheet_list -> getTypePropertySheetList * Split Base.initializePortalTypeDynamicProperties to delegate some work to portal types (new 'updatePropertySheetDefinitionDict' method). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30159 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
-
- 01 Oct, 2009 1 commit
-
-
Julien Muchembled authored
Also fix testPreferences and set default value for preferred_accounting_transaction_simulation_state property. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Aug, 2009 1 commit
-
-
Łukasz Nowak authored
- add getActiveSystemPreference to fetch only System Preference - update getActivePreference to return only Preference - update test to check for getActiveSystemPreference and getActivePreference behaviour git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Apr, 2009 1 commit
-
-
Vincent Pelletier authored
It is obviously invalid to pass args and kw to *both* underlying preference accessor and searchFolder (via _getSortedPreferenceList). Fix that by passing them through to underlying preference accessor, since those args & kw come from an accessor-like method, so their API is consistent. To preserve backward compatibility, accept passing through sql_catalog_id, but add an XXX comment about that and what uses it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23855 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-