2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-13 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-13 |
Sylvain Thénault |
[session] better readability
stable
|
file |
diff |
annotate
|
2010-04-09 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-09 |
Sylvain Thénault |
[session] no way for queries from an InternalSession to be a dbapi query
stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-04-01 |
Sylvain Thénault |
nicer warning
stable
|
file |
diff |
annotate
|
2010-03-31 |
Sylvain Thénault |
[session] try to reconnect on unexpected error in system_sql. We need this for proper reconnection of pool used by hooks or looping task doing sql queries (such as cw_cleanup_transaction)
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[undo] consistent is/is_instance_of processing
stable
|
file |
diff |
annotate
|
2010-03-30 |
Sylvain Thénault |
[querier] introduce RepeatList class, used to optimize size of data returned for result set description
stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
add note
stable cubicweb-version-3.7.2
|
file |
diff |
annotate
|
2010-03-25 |
Sylvain Thénault |
[cleanup] useless try except
stable
|
file |
diff |
annotate
|
2010-03-24 |
Sylvain Thénault |
backport pending_operations on hi-jacked session, see comment
stable
|
file |
diff |
annotate
|
2010-03-24 |
Sylvain Thénault |
[repo] fix warning message and implementation of bw compat unsafe_execute
stable
|
file |
diff |
annotate
|
2010-03-17 |
Sylvain Thénault |
[session] fix hijack_user: most transaction_data should be copied (everything but the entity cache
|
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-12 |
Sylvain Thénault |
[notification] fix dumb name error in hijack user
|
file |
diff |
annotate
|
2010-03-11 |
Sylvain Thénault |
[session] del session's thread local store on close
stable
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
[refactor] drop rset.vreg attribute, vreg should be accessed through rset.req. Also kill decorate_rset, simply set rset.req where we were calling this method.
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
backport 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 |
cleanup
stable
|
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-03 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2010-03-03 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
pylint style fixes
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
[session] fix memory leak: local thread data living in a thread that never finishes (eg, the main thread) may not be properly freed
stable
|
file |
diff |
annotate
|
2010-02-26 |
Sylvain Thénault |
[session] user.login is usually an unicode string, so implements __unicode__ instead of __str__
stable
|
file |
diff |
annotate
|
2010-02-10 |
Sylvain Thénault |
rephrase
|
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-08 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-02-08 |
Alexandre Fayolle |
add a note about modifying read only attribute
stable
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
must use in-place modification, pending_operations is a read-only property
stable
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
fix session's commit handling: when an operation failed in [pre]commit, call rollback_event as well for already processed operation, not only the revert<event> callback
stable
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
backport stable branch and some vreg cleanups:
|
file |
diff |
annotate
|
2010-02-08 |
Sylvain Thénault |
errors on postcommit should never occurs, log it as critical
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-07 |
Sandrine Ribeau |
return relation property using rdef.get
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
2009-12-03 |
Aurelien Campeas |
add postcommit_event on Operations
stable
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-02 |
Sylvain Thénault |
[session cache] ensure we're not modifying cached rset/entities, they may be used elsewhere
stable
|
file |
diff |
annotate
|
2009-09-23 |
Sylvain Thénault |
use .cw_rset instead of rset on appobject classes
|
file |
diff |
annotate
|
2009-09-22 |
Sylvain Thénault |
use 3.6 attributes
|
file |
diff |
annotate
|
2009-09-17 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-16 |
Adrien Di Mascio |
[gettext] provide GNU contexts to avoid translations ambiguities
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-09-14 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-14 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
2009-09-14 |
Sylvain Thénault |
[repo] take care of inlined relation in session.[add|delete]_relation
stable
|
file |
diff |
annotate
|