server/repository.py
2010-03-09 Sylvain Thénault fix hooks control method name + other litle cleanups
2010-03-09 Sylvain Thénault [repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
2010-03-08 Sylvain Thénault move hooks activation control on session object, so we can have a per transaction control. Added a new `hooks_control` context manager for usual modification of hooks activation.
2010-03-04 Sylvain Thénault backport stable
2010-03-04 Sylvain Thénault [fti] refactor and fix full text indexation handling stable
2010-03-03 Sylvain Thénault assert we are not already shutting down
2010-03-02 Sylvain Thénault do not check for existant entity when relation of single card is added but integrity hooks are deactivated stable
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-26 Sylvain Thénault merge debug and info views stable
2010-02-26 arthur added stats for munin collecting #615844 - from 027bbff3659f stable
2010-02-24 Sylvain Thénault [test] skipping versions checking during test is enough, no need for monkey patch stable
2010-02-24 Sylvain Thénault [integrity] skip auto-delete for internal sessions (but *not* for super session, see 4642:921737d2e3a8) stable
2010-02-24 Sylvain Thénault [integrity] temporary fix auto-delete relation (see 4673:6f8b925a29f4 and 4642:921737d2e3a8): we want no read perms, though we want to check delete perms. Should be properly fixed in 3.7 once we've proper security control and [unsafe_]execute behaviour on the repository side stable
2010-02-23 Sylvain Thénault auto-delete relation with single cardinality using execute, not unsafe_execute, so permissions are correctly checked stable
2010-02-19 Sylvain Thénault fix optimisation with super session that may lead to integrity loss stable
less more (0) -100 -15 tip