An error occurred fetching the project authors.
- 01 Apr, 2015 1 commit
-
-
Sebastien Robin authored
-
- 30 Jan, 2015 1 commit
-
-
wenjie.zheng authored
testERP5Security.py: avoid test from deleting workflow module by error, add erp5workflow method compability.
-
- 28 Jan, 2015 2 commits
-
-
wenjie.zheng authored
-
wenjie.zheng authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 30 Jan, 2014 1 commit
-
-
- 11 Jan, 2013 1 commit
-
-
Julien Muchembled authored
-
- 13 Sep, 2012 1 commit
-
-
Ivan Tyagov authored
Remove not used proeprty.
-
- 12 Jul, 2012 2 commits
-
-
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.
-
- 25 Jun, 2012 1 commit
-
-
Leonardo Rochael Almeida authored
thinko: inverted logic
-
- 22 Jun, 2012 2 commits
-
-
Leonardo Rochael Almeida authored
Don't fail if a previous --save test was interrupted before cleanup. Delete in beforeTearDown() the person that was added on afterSetUp().
-
Leonardo Rochael Almeida authored
In ERP5, objects that do not acquire local roles (according to their portal type configuration) do not need to be reindexed with their containers. So do not reindex recursively if portal_types of contained objects don't need it. Security reindexing can be customized with a type-based method. Fix test that wrongly relied on unrestricted access for updating object roles.
-
- 21 Jun, 2012 2 commits
-
-
Ivan Tyagov authored
-
Jérome Perrin authored
-
- 15 May, 2012 1 commit
-
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 29 Aug, 2011 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
By understanding external_login in ERP5UserManager it is not required to repeat authenticateCredentials logic. Thanks to this ERP5ExternalAuthenticationPlugin can be used only as credential extraction plugin. Extend test suite to prove that enabling ERP5ExternalAuthenticationPlugin does not impact default scenario.
-
- 28 Feb, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Feb, 2011 2 commits
-
-
Kazuhiko Shiozaki authored
try erp5/acl_users authentication first in BaseExtensibleTraversableMixin._forceIdentification so that any Pluggable Auth Service authentication works. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
configure appropriate roles for testKeyAuthentication and extend it for reference-based web access, that is the only failure case for now. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Feb, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
# this test fails for now. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2011 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42963 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2010 6 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40386 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* passed header key should be converted here, i.e. openAMid -> HTTP_OPENAMID, so 'literal=True' should be removed. * no need to inherit CookieAuthHelper class. * use 'external_login' instead of 'login' so that both extract part and authentication part of this plugin should be used, and not used in other authentication plugins. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
(more modification should be required.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
initial implementation of ERP5 External Auth Plugin, that extract the user_id from the HTTP request header. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Oct, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39724 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Oct, 2010 1 commit
-
-
Łukasz Nowak authored
after non empty was set git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Sep, 2010 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38368 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
-
- 25 May, 2010 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 May, 2010 3 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Fix 35479 is not enough to refresh subdocuments git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-