An error occurred fetching the project authors.
- 11 Jul, 2012 3 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Adjust tests as local roles structure changed.
-
Ivan Tyagov authored
Avoid to catalog some special roles like Owner (defined in getSQLCatalog().getSQLCatalogRoleKeysList()). As __ac_local_roles_group_id_dict__ changed its structure to 'local_group_id': ['Role'] (just the opposite) adjust test as well.
-
- 10 Jul, 2012 2 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
not pollute with more than required rows table roles_and_users. As result this will increase a bit object database.
-
- 27 Jun, 2012 1 commit
-
-
Ivan Tyagov authored
Try to support migration of old instances (containing old erp5_property_sheets) with recent products. This is especially visible with BusinessTemplate property sheet when new filesystem versions require an up to date erp5_property_sheets bt5 which itself can not be installed.
-
- 22 Jun, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 21 Jun, 2012 1 commit
-
-
Jérome Perrin authored
-
- 02 Jun, 2012 1 commit
-
-
Kazuhiko Shiozaki authored
commit 2ba8fb59b67cda4a35bda5ee809ac0dd6af40d84 Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 23:26:30 2012 +0200 if the activity is called by super user, it should be invoked with the same permission as UnrestrictedMethod. commit f63c2e8625934d0a5a056e933f4c7215098bfa1b Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:58:41 2012 +0200 use UnrestrictedMethod's super user instead of ad-hoc SUPER_USER. commit 965460b092967bc3ada3ee7268e1f942fc770efd Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:57:45 2012 +0200 security query for super user should be simply empty. commit 6d519b78f52f1a631d6663ee5594ae92a0730cc3 Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:37:33 2012 +0200 support both ERP5Security's SUPER_USER and UnrestrictedMethod's super user. commit 21431518b821a5e2756caad5393fc746bed79d36 Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:32:45 2012 +0200 make sure that SUPER_USER can access the object explicitly, that can be required with erp5_web. commit 63279ac74cbb40e520da36571927bfdee5af5e05 Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri Jun 1 15:27:00 2012 +0200 use UnrestrictedMethod instead of ad-hoc SUPER_USER, still keeping SUPER_USER for compatibility.
-
- 09 May, 2012 3 commits
- 04 May, 2012 2 commits
- 20 Sep, 2011 1 commit
-
-
Julien Muchembled authored
-
- 02 Aug, 2011 3 commits
-
-
Julien Muchembled authored
This softens dependency to activate more objects even in case of failed activities. The downside is that 'activity_count' can't be used to limit the number of processing nodes.
-
Julien Muchembled authored
- reduce probability and cost of ConflictError by posting the activity result by activity - do not post None (to force it, it's still possible to forge an ActiveResult object containing the None value) - allow grouped messages to post results (previous implementation was not working, and this required to change the API of grouping methods)
-
Julien Muchembled authored
-
- 28 Jul, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 26 Jul, 2011 2 commits
-
-
Leonardo Rochael Almeida authored
This parameter comes from catalog_join branch,where it is used to pass a marker value (equivalent to an " AND " from SQL point of view).
-
Vincent Pelletier authored
catalog_join branch's code relies on this join condition ordering. This simplifies template a bit (we don't generate slot names dynamically) but makes variable meaning more obscure.
-
- 25 Jul, 2011 6 commits
-
-
Vincent Pelletier authored
Also, in RelatedBaseCategory, move most computation cost from call-time to construction-time.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
_aq_dynamic will be called after getattr fails.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Subobject access policy (ie, what's intended here) has nothing to do with "declareProtected".
-
Vincent Pelletier authored
-
- 12 Jul, 2011 1 commit
-
-
Julien Muchembled authored
Update Folder.callMethodOnObjectList so that an active proces can collect results.
-
- 21 Jan, 2011 1 commit
-
-
Sebastien Robin authored
through acquisition a parent object uid git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
Backward compatible change to add separation between the join conditions returned by the RelatedBaseCategory method. Can be committed to trunk. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@41962 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Nov, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
* calculate unique subject_set_uid in ZSQLCatalog.SQLCatalog. * move subject related tables from erp5_ingestion_mysql_innodb_catalog BT to erp5_mysql_innodb_catalog BT. * add subject_uid column in versioning table. * now TestDocument.test_DocumentIndexation (testDms) should pass. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40039 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 1 commit
-
-
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
-
- 11 Aug, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37688 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jul, 2010 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37005 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jul, 2010 2 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36981 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
is set In such scenario getUserById returns None, even if Person document with reference is added. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2010 1 commit
-
-
Danièle Vanbaelinghem authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-