2010-04-09 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-08 |
Adrien Di Mascio |
[repository] fix bad indentation in glob_update_entity, source.update_entity() should be called once per update
stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-04-06 |
Alexandre Fayolle |
log RQL query in case of unexpected failure (priceless when porting to new database)
stable
|
file |
diff |
annotate
|
2010-03-31 |
Sylvain Thénault |
[repository] forbid usage of set_attributes() in before_add_entity
stable
|
file |
diff |
annotate
|
2010-03-31 |
Sylvain Thénault |
[optimization] improve massive write performance by optimizing hooks selection
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[repo creation] removing existing entities of 'single' cardinality relatino should be considered as 'activeintegrity' hook. Also don't disable that category during repo creation to avoid pb such as two default workflows for one entity types
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[repo] we want a hooks manager and hooks initialized event on quick start (we trigger events such as server_backup / server_restore for instance)
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[reload] on registry reloading, we should change class of users of opened session
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[repo] don't need rset description on those queries
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[cleanup] style fixes, add nodes, 0.2 cents refactorings
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[repo] on add entity, set cache as soon as possible + fill type/source cache
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[repo] more efficient eid cache operations handling based on set_operation; refactor
stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
[repo config] cleanup read_instance_schema / bootstrap_schema / creating mess
stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
[form] put qualified name on validation error, should fix #784299
stable
|
file |
diff |
annotate
|
2010-03-24 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-23 |
Sylvain Thénault |
fix bug with damned transmutation functionality, occuring when using an INSERT query which also add relation to the entity
stable
|
file |
diff |
annotate
|
2010-03-19 |
Sylvain Thénault |
[repo] call server_startup event in start_looping_task the repo is fully started (registered in pyro for instance)
|
file |
diff |
annotate
|
2010-03-18 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-18 |
Sylvain Thénault |
[repo] don't call server_shutdown hooks when creating/repairing instance to be consistence with server_startup hooks
stable
|
file |
diff |
annotate
|
2010-03-01 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
2010-03-12 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-11 |
Sylvain Thénault |
[repo stats] add cache size
stable
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
fix hooks control method name + other litle cleanups
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2010-03-04 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-04 |
Sylvain Thénault |
[fti] refactor and fix full text indexation handling
stable
|
file |
diff |
annotate
|
2010-03-03 |
Sylvain Thénault |
assert we are not already shutting down
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
merge debug and info views
stable
|
file |
diff |
annotate
|
2010-02-26 |
arthur |
added stats for munin collecting #615844 - from 027bbff3659f
stable
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
[test] skipping versions checking during test is enough, no need for monkey patch
stable
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
[integrity] skip auto-delete for internal sessions (but *not* for super session, see 4642:921737d2e3a8)
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-02-23 |
Sylvain Thénault |
auto-delete relation with single cardinality using execute, not unsafe_execute, so permissions are correctly checked
stable
|
file |
diff |
annotate
|
2010-02-19 |
Sylvain Thénault |
fix optimisation with super session that may lead to integrity loss
stable
|
file |
diff |
annotate
|
2010-02-09 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-02-09 |
Sylvain Thénault |
turn down some info logs into debug
stable
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-09 |
Sylvain Thénault |
typos, api update
|
file |
diff |
annotate
|
2009-11-20 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
2009-11-19 |
Sylvain Thénault |
reldefsecurity branch :
reldefsecurity
|
file |
diff |
annotate
|
2009-10-21 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-20 |
Sylvain Thénault |
2.4 compat
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
2.4 compat
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-10-13 |
Sylvain Thénault |
refactor repo authentication to allow pluggable authentifier to login with something else than a password
|
file |
diff |
annotate
|
2009-10-09 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
fix startup as a daemon
stable
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
set edited_attributes before call to pre_add_hook
stable
|
file |
diff |
annotate
|
2009-10-06 |
Sylvain Thénault |
add edited_attributes to entities from external sources
stable
|
file |
diff |
annotate
|
2009-10-01 |
Sylvain Thénault |
[pyro] merge pyro-id / pyro-instance-id options, put all pyro options in the same section of the configuration file
stable
|
file |
diff |
annotate
|
2009-09-23 |
Sylvain Thénault |
use __regid__
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[tests] force hook registry instanciation for test configs
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[bootstrap] metadata hooks need to be registered at bootstrap time for db creation
|
file |
diff |
annotate
|
2009-09-23 |
Sylvain Thénault |
use .session.repo instead of repo on operation classes
|
file |
diff |
annotate
|
2009-09-23 |
Sylvain Thénault |
use .cw_rset instead of rset on appobject classes
|
file |
diff |
annotate
|
2009-09-17 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
refactor to allow explicit card integrity check from client code (eg email hooks for instance)
3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
refactor so that rql rewriter may be used outside the server. Enhance it to be usable for RRQLExpression as well
3.5
|
file |
diff |
annotate
|
2009-08-31 |
Sylvain Thénault |
backport 3.5 branch
|
file |
diff |
annotate
|
2009-08-27 |
Sylvain Thénault |
[multi-sources] enhance relation'source detection to avoid inconsistency
3.5
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
test and fix migration introducing base classes (w/ regard to yams inheritance)
stable
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
make db-restore command work even with no/corrupted database
stable
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
backport stable branch
3.5
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
fix edited_attributes handling when adding entity
stable
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
start a new workflow engine
3.5
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
set edited_attributes before calling hooks for entities from external sources
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
fix set_schema/init_cubes order
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
towards better edited attributes handling
stable
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
[repo] misc cleanup
stable
|
file |
diff |
annotate
|
2009-08-16 |
Nicolas Chauvat |
backport stable branch
|
file |
diff |
annotate
|
2009-08-14 |
Sylvain Thénault |
oops
stable
|
file |
diff |
annotate
|
2009-08-14 |
Sylvain Thénault |
[repo] typo
stable
|
file |
diff |
annotate
|
2009-08-14 |
Sylvain Thénault |
use ._cw instead of .cw_req
|
file |
diff |
annotate
|
2009-08-14 |
Sylvain Thénault |
imports cleanup
|
file |
diff |
annotate
|
2009-08-14 |
Sylvain Thénault |
[hooks] major refactoring:
|
file |
diff |
annotate
|
2009-08-13 |
Sylvain Thénault |
deprecate appobject.vreg and rename appobject instance attributes using cw_ prefix
|
file |
diff |
annotate
|
2009-08-12 |
Sylvain Thénault |
Backed out changeset 3f6dfc312760
|
file |
diff |
annotate
|
2009-08-11 |
Sylvain Thénault |
[entities] access persistent attributes through entity.cwdb
|
file |
diff |
annotate
|
2009-08-10 |
Sylvain Thénault |
[server caching] should set cache before call to after_add_entity hooks
|
file |
diff |
annotate
|
2009-08-07 |
Sylvain Thénault |
delete relations one by one to avoid too complex rql analysis
|
file |
diff |
annotate
|
2009-08-05 |
Sylvain Thénault |
[hooksmanager] hooks should be reseted after vreg reload
|
file |
diff |
annotate
|
2009-08-05 |
Sylvain Thénault |
allow to specify arbitrary argument when recording a looping task func
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
[repo] explicitly specifies edited attributes to glob_update_entity
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
[pyro] use lgc.pyro_ext, simplify pyro related options
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
|
file |
diff |
annotate
|
2009-08-02 |
Sylvain Thénault |
enable server side entity caching, 25% speedup on codenaf insertion. ALL CW TESTS OK
|
file |
diff |
annotate
|
2009-08-01 |
Sylvain Thénault |
R [schema hooks] big refactoring / reorganization for clearer code, a few fixes on the way
|
file |
diff |
annotate
|
2009-08-01 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
[F repo debugging] log repo event on DBG_REPO debug level
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
[R repo, schema] use VIRTUAL_RTYPES const
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
major refactoring of database dump/restore:
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
new distinguish repairing/creating from regular start.
|
file |
diff |
annotate
|
2009-07-06 |
Sylvain Thénault |
euser->cwuser
stable
|
file |
diff |
annotate
|
2009-07-06 |
Sylvain Thénault |
move login by email functionnality on the repository side to avoid buggy call to internal_session from the web interface side
stable
|
file |
diff |
annotate
|
2009-07-02 |
Sylvain Thénault |
new set_session_props method exposed by the repository, use it to be sure session language is in sync the request language
stable
|
file |
diff |
annotate
|
2009-06-29 |
Adrien Di Mascio |
[repository] do not rollback when freeing pool. This shouldn't be necessary and brings a not-so-small overhead when the page makes a lot of queries
stable
|
file |
diff |
annotate
|
2009-06-24 |
Sylvain Thénault |
call server_startup hook once pools have been initialized
stable
|
file |
diff |
annotate
|
2009-06-11 |
Sylvain Thénault |
update transaction data api
stable
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-27 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2009-05-26 |
Sylvain Thénault |
#343379: disturbing message on upgrade
stable
|
file |
diff |
annotate
|
2009-05-20 |
Aurelien Campeas |
shuting -> shutting
stable
|
file |
diff |
annotate
|
2009-05-20 |
Sylvain Thénault |
two in one: #343320: Logging out while deleting a CWUser blocks the cw server / #342692: ensure transaction state when Ctrl-C or other stop signal is received
stable
|
file |
diff |
annotate
|
2009-05-05 |
Florent |
add XXX before 2 calls to self.repo.internal_session() on the web interface side
tls-sprint
|
file |
diff |
annotate
|
2009-04-24 |
sylvain thenault |
delete-trailing-whitespaces
tls-sprint
|
file |
diff |
annotate
|
2009-04-17 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
2009-04-15 |
Florent |
register_user can now also set an email
tls-sprint
|
file |
diff |
annotate
|
2009-04-09 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
2009-04-09 |
sylvain thenault |
oops
tls-sprint
|
file |
diff |
annotate
|
2009-04-09 |
sylvain thenault |
introduce init_registration method and call it in repo initialization
tls-sprint
|
file |
diff |
annotate
|
2009-04-07 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
2009-04-06 |
sylvain thenault |
new recreate argument to extid2eid when an external source want to recreate entities previously imported with a predictable ext id
|
file |
diff |
annotate
|
2009-04-03 |
sylvain thenault |
* refactor ms planner (renaming, reorganization)
|
file |
diff |
annotate
|
2009-04-02 |
sylvain thenault |
oops, missing a not here
25480a710422
|
file |
diff |
annotate
|
2009-03-27 |
sylvain thenault |
do_fti should be set earlier
|
file |
diff |
annotate
|
2009-03-26 |
sylvain thenault |
new delay-full-text-indexation configuration option
|
file |
diff |
annotate
|
2009-03-25 |
sylvain thenault |
make pylint happy, fix some bugs on the way
tls-sprint
|
file |
diff |
annotate
|
2009-03-10 |
sylvain thenault |
use datetime instead of mx.DateTime
tls-sprint
|
file |
diff |
annotate
|
2009-02-16 |
Arthur Lutz |
handle register with email adress
|
file |
diff |
annotate
|
2009-02-11 |
Arthur Lutz |
return success or not on creation of user
|
file |
diff |
annotate
|
2009-01-27 |
sylvain thenault |
update some copyrights
|
file |
diff |
annotate
|
2009-01-20 |
Aurelien Campeas |
a note for later
|
file |
diff |
annotate
|
2009-01-07 |
Sylvain Thenault |
fixes for some cases of neged inlined relations, may have to use (new) IntersectStep. XXX: write IntersectFetchStep
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|