Wed, 22 Sep 2010 18:23:35 +0200 |
Sylvain Thénault |
[dbapi] get_option_value now has a foreid argument telling the option should be dereferenced to the entity's actual repository (necessary for apycot/local_cache handling)
stable
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 18:56:35 +0200 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 11:28:25 +0200 |
Sylvain Thénault |
[repo] new method on repo+dbapi.Connection to get a value from repository's configuration
stable
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 11:27:50 +0200 |
Sylvain Thénault |
[repo] docstring cleanup
stable
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 15:15:21 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 18:30:38 +0200 |
Alexandre Fayolle |
nicer error reporting for unique together constraints
stable
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 23:24:45 +0200 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 23:23:16 +0200 |
Sylvain Thénault |
[integrity] fix case where we can get two entities related while the cardinality is single on the object of an inlined relation
stable
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:29:18 +0200 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 09:43:12 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 08:31:02 +0200 |
Sylvain Thénault |
cleanups
stable
|
file |
diff |
annotate
|
Fri, 20 Aug 2010 08:21:15 +0200 |
Sylvain Thénault |
[repository] enabled sources refactoring: to avoid error, we should always have all known source in repo.sources_by_uri and only enabled ones in repo.sources, so we still have access to the definition of temporarily disabled sources
stable
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 11:13:11 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 04 Aug 2010 10:22:11 +0200 |
Sylvain Thénault |
[pyro] instance id cleanup, ensure config['pyro-instance-id'] is a fully qualified pyro id on the server side
stable
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 12:15:11 +0200 |
Sylvain Thénault |
[dbapi] cleanup shared data api: let access to transaction from dbapi, we can write it after all... Also, querydata is better named txdata
|
file |
diff |
annotate
|
Mon, 26 Jul 2010 12:08:24 +0200 |
Sylvain Thénault |
[session] cleanup session-time / cleanup-session-time...
|
file |
diff |
annotate
|
Wed, 07 Jul 2010 13:01:44 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 06 Jul 2010 17:09:14 +0200 |
Sylvain Thénault |
[repository] fix so that when repository is shutting down, internal session in transaction are interrupted
stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 15:34:46 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 15:32:26 +0200 |
Sylvain Thénault |
[transaction w/ separated web/repo processes] the dbapi should explicitly specify a transaction id to avoid confusion when web server / repository run in separated processes
stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 13:23:11 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 11:13:25 +0200 |
Sylvain Thénault |
[repo] call entity.check() once before_update hooks has been called, to let them a chance to transform data
stable cubicweb-version-3.8.5
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 09:10:52 +0200 |
Sylvain Thénault |
[entity] can't do anymore dict(entity) since entity doesn't inherit from dict
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:16:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 15 Jun 2010 18:00:28 +0200 |
Sylvain Thénault |
[repo] on repository shutdown, we've to close the new eid creation connection
stable
|
file |
diff |
annotate
|
Mon, 14 Jun 2010 17:56:10 +0200 |
Aurelien Campeas |
[rset] do not filter rsets with __getstate__, ensure whatever flies with pyro has no .req attribute, also set the ._rqlst to None since it will be reconstructed later on demand
stable
|
file |
diff |
annotate
|
Fri, 11 Jun 2010 14:59:08 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 11 Jun 2010 07:58:52 +0200 |
Sylvain Thénault |
[json] fix json serialization for recent simplejson implementation, and test encoding of entities
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 15:11:30 +0200 |
Aurelien Campeas |
[repo] fix typo
stable
|
file |
diff |
annotate
|
Thu, 03 Jun 2010 10:17:44 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 16:30:36 +0200 |
Alexandre Fayolle |
backported to stable some changes made on site for a customer
stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 16:05:40 +0000 |
Alexandre Fayolle |
log the user name on session opening for easier debugging
stable
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 13:02:47 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Sat, 29 May 2010 10:18:02 +0200 |
Alexandre Fayolle |
merge back to stable some changes made on site for a customer.
stable
|
file |
diff |
annotate
|
Sat, 29 May 2010 09:58:23 +0000 |
Alexandre Fayolle |
ldap source logging
stable
|
file |
diff |
annotate
|
Sat, 29 May 2010 09:54:07 +0000 |
Alexandre Fayolle |
/siteinfo page: display information about the names of the running threads
stable
|
file |
diff |
annotate
|
Wed, 26 May 2010 12:33:48 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 26 May 2010 12:31:40 +0200 |
Sylvain Thénault |
[web] dont attempt to update last login time on ldap users, avoiding spurious tb in logs (closes #914464)
stable
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:50:00 +0200 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
Fri, 30 Apr 2010 14:34:56 +0200 |
Sylvain Thénault |
[vreg repo] shouldn't call init_registration in on hook registry bootstrap, already done before
|
file |
diff |
annotate
|
Thu, 29 Apr 2010 14:21:57 +0200 |
Sylvain Thénault |
[webconfig] refactor/cleanup debug mode management on startup: simply use config.debugmode instead of debug argument everywhere...
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 10:06:01 +0200 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
Fri, 23 Apr 2010 17:56:01 +0200 |
Sylvain Thénault |
[repo] cleanup
|
file |
diff |
annotate
|
Fri, 23 Apr 2010 12:42:53 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 22 Apr 2010 19:37:56 +0000 |
Alexandre Fayolle |
[python2.6] don't add a name property on Thread
stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 19:39:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Apr 2010 17:57:41 +0200 |
Sylvain Thénault |
[repo] fix more indentation pb in repo.glob_update_entity, causing duplicated inline relation hooks call
stable
|
file |
diff |
annotate
|
Fri, 09 Apr 2010 15:10:26 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 08 Apr 2010 14:40:18 +0200 |
Adrien Di Mascio |
[repository] fix bad indentation in glob_update_entity, source.update_entity() should be called once per update
stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:42:55 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
Tue, 06 Apr 2010 19:27:47 +0200 |
Alexandre Fayolle |
log RQL query in case of unexpected failure (priceless when porting to new database)
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 14:46:04 +0200 |
Sylvain Thénault |
[repository] forbid usage of set_attributes() in before_add_entity
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 09:55:19 +0200 |
Sylvain Thénault |
[optimization] improve massive write performance by optimizing hooks selection
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 19:55:20 +0200 |
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
|
Tue, 30 Mar 2010 17:50:09 +0200 |
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
|
Tue, 30 Mar 2010 13:29:55 +0200 |
Sylvain Thénault |
[reload] on registry reloading, we should change class of users of opened session
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:15:57 +0200 |
Sylvain Thénault |
[repo] don't need rset description on those queries
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 11:15:08 +0200 |
Sylvain Thénault |
[cleanup] style fixes, add nodes, 0.2 cents refactorings
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 10:50:46 +0200 |
Sylvain Thénault |
[repo] on add entity, set cache as soon as possible + fill type/source cache
stable
|
file |
diff |
annotate
|
Tue, 30 Mar 2010 10:39:16 +0200 |
Sylvain Thénault |
[repo] more efficient eid cache operations handling based on set_operation; refactor
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 15:53:07 +0100 |
Sylvain Thénault |
[repo config] cleanup read_instance_schema / bootstrap_schema / creating mess
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 08:32:32 +0100 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 08:28:22 +0100 |
Sylvain Thénault |
[form] put qualified name on validation error, should fix #784299
stable
|
file |
diff |
annotate
|
Wed, 24 Mar 2010 08:42:49 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 23 Mar 2010 17:06:05 +0100 |
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
|
Fri, 19 Mar 2010 14:42:35 +0100 |
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
|
Thu, 18 Mar 2010 17:39:17 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 18 Mar 2010 17:33:03 +0100 |
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
|
Mon, 01 Mar 2010 11:26:14 +0100 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 16:11:56 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 11 Mar 2010 16:41:43 +0100 |
Sylvain Thénault |
[repo stats] add cache size
stable
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 11:00:48 +0100 |
Sylvain Thénault |
fix hooks control method name + other litle cleanups
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 08:59:43 +0100 |
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
|
Mon, 08 Mar 2010 19:02:35 +0100 |
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
|
Thu, 04 Mar 2010 18:06:03 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 04 Mar 2010 18:02:33 +0100 |
Sylvain Thénault |
[fti] refactor and fix full text indexation handling
stable
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 19:03:52 +0100 |
Sylvain Thénault |
assert we are not already shutting down
|
file |
diff |
annotate
|
Tue, 02 Mar 2010 15:57:32 +0100 |
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
|
Fri, 26 Feb 2010 13:19:14 +0100 |
Sylvain Thénault |
kill dead/useless code as suggested by pylint
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 09:54:03 +0100 |
Sylvain Thénault |
merge debug and info views
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 07:07:28 +0100 |
arthur |
added stats for munin collecting #615844 - from 027bbff3659f
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:52:11 +0100 |
Sylvain Thénault |
[test] skipping versions checking during test is enough, no need for monkey patch
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:21:51 +0100 |
Sylvain Thénault |
[integrity] skip auto-delete for internal sessions (but *not* for super session, see 4642:921737d2e3a8)
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:20:13 +0100 |
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
|
Tue, 23 Feb 2010 20:23:46 +0100 |
Sylvain Thénault |
auto-delete relation with single cardinality using execute, not unsafe_execute, so permissions are correctly checked
stable
|
file |
diff |
annotate
|
Fri, 19 Feb 2010 09:34:14 +0100 |
Sylvain Thénault |
fix optimisation with super session that may lead to integrity loss
stable
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 12:41:44 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 12:39:23 +0100 |
Sylvain Thénault |
turn down some info logs into debug
stable
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 11:56:57 +0100 |
Sylvain Thénault |
fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 17:48:04 +0100 |
Sylvain Thénault |
typos, api update
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 19:35:54 +0100 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
Thu, 19 Nov 2009 12:55:47 +0100 |
Sylvain Thénault |
reldefsecurity branch :
reldefsecurity
|
file |
diff |
annotate
|
Wed, 21 Oct 2009 17:32:20 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Tue, 20 Oct 2009 16:53:25 +0200 |
Sylvain Thénault |
2.4 compat
stable
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:20:43 +0200 |
Sylvain Thénault |
2.4 compat
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:16:41 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:31:55 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:29:21 +0200 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
Tue, 13 Oct 2009 08:50:19 +0200 |
Sylvain Thénault |
refactor repo authentication to allow pluggable authentifier to login with something else than a password
|
file |
diff |
annotate
|
Fri, 09 Oct 2009 16:39:26 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 19:15:43 +0200 |
Sylvain Thénault |
fix startup as a daemon
stable
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 12:31:08 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 11:33:11 +0200 |
Sylvain Thénault |
set edited_attributes before call to pre_add_hook
stable
|
file |
diff |
annotate
|
Tue, 06 Oct 2009 17:13:27 +0200 |
Sylvain Thénault |
add edited_attributes to entities from external sources
stable
|
file |
diff |
annotate
|
Thu, 01 Oct 2009 08:49:29 +0200 |
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
|
Wed, 23 Sep 2009 19:16:51 +0200 |
Sylvain Thénault |
use __regid__
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 13:27:05 +0200 |
Adrien Di Mascio |
[server] backout previous change: forcing HooksRegistry instanciation conflicts with later hooks registration later in tests
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 12:45:40 +0200 |
Adrien Di Mascio |
[tests] force hook registry instanciation for test configs
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 11:16:38 +0200 |
Adrien Di Mascio |
[bootstrap] metadata hooks need to be registered at bootstrap time for db creation
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 09:35:11 +0200 |
Sylvain Thénault |
use .session.repo instead of repo on operation classes
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 09:34:10 +0200 |
Sylvain Thénault |
use .cw_rset instead of rset on appobject classes
|
file |
diff |
annotate
|
Thu, 17 Sep 2009 15:16:53 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 16:36:55 +0200 |
Sylvain Thénault |
refactor to allow explicit card integrity check from client code (eg email hooks for instance)
3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 14:24:31 +0200 |
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
|
Mon, 31 Aug 2009 19:09:54 +0200 |
Sylvain Thénault |
backport 3.5 branch
|
file |
diff |
annotate
|
Thu, 27 Aug 2009 17:03:19 +0200 |
Sylvain Thénault |
[multi-sources] enhance relation'source detection to avoid inconsistency
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 16:26:20 +0200 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:07:47 +0200 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:05:50 +0200 |
Sylvain Thénault |
test and fix migration introducing base classes (w/ regard to yams inheritance)
stable
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:03:56 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:02:03 +0200 |
Sylvain Thénault |
make db-restore command work even with no/corrupted database
stable
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:57:56 +0200 |
Sylvain Thénault |
backport stable branch
3.5
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:57:07 +0200 |
Sylvain Thénault |
fix edited_attributes handling when adding entity
stable
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:44:27 +0200 |
Sylvain Thénault |
start a new workflow engine
3.5
|
file |
diff |
annotate
|
Tue, 18 Aug 2009 00:28:37 +0200 |
Sylvain Thénault |
set edited_attributes before calling hooks for entities from external sources
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 18:35:09 +0200 |
Sylvain Thénault |
fix set_schema/init_cubes order
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 18:25:57 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 12:11:54 +0200 |
Sylvain Thénault |
towards better edited attributes handling
stable
|
file |
diff |
annotate
|
Mon, 17 Aug 2009 11:06:43 +0200 |
Sylvain Thénault |
[repo] misc cleanup
stable
|
file |
diff |
annotate
|
Sun, 16 Aug 2009 20:27:28 +0200 |
Nicolas Chauvat |
backport stable branch
|
file |
diff |
annotate
|
Fri, 14 Aug 2009 15:39:26 +0200 |
Sylvain Thénault |
oops
stable
|
file |
diff |
annotate
|
Fri, 14 Aug 2009 15:34:00 +0200 |
Sylvain Thénault |
[repo] typo
stable
|
file |
diff |
annotate
|
Fri, 14 Aug 2009 14:31:25 +0200 |
Sylvain Thénault |
use ._cw instead of .cw_req
|
file |
diff |
annotate
|
Fri, 14 Aug 2009 11:12:26 +0200 |
Sylvain Thénault |
imports cleanup
|
file |
diff |
annotate
|
Fri, 14 Aug 2009 09:26:41 +0200 |
Sylvain Thénault |
[hooks] major refactoring:
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 12:18:14 +0200 |
Sylvain Thénault |
deprecate appobject.vreg and rename appobject instance attributes using cw_ prefix
|
file |
diff |
annotate
|
Wed, 12 Aug 2009 18:05:19 +0200 |
Sylvain Thénault |
Backed out changeset 3f6dfc312760
|
file |
diff |
annotate
|
Tue, 11 Aug 2009 17:27:27 +0200 |
Sylvain Thénault |
[entities] access persistent attributes through entity.cwdb
|
file |
diff |
annotate
|
Mon, 10 Aug 2009 18:00:50 +0200 |
Sylvain Thénault |
[server caching] should set cache before call to after_add_entity hooks
|
file |
diff |
annotate
|
Fri, 07 Aug 2009 13:59:18 +0200 |
Sylvain Thénault |
delete relations one by one to avoid too complex rql analysis
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 19:14:07 +0200 |
Sylvain Thénault |
[hooksmanager] hooks should be reseted after vreg reload
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 19:13:35 +0200 |
Sylvain Thénault |
allow to specify arbitrary argument when recording a looping task func
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 17:59:34 +0200 |
Sylvain Thénault |
[repo] explicitly specifies edited attributes to glob_update_entity
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 17:20:20 +0200 |
Sylvain Thénault |
[pyro] use lgc.pyro_ext, simplify pyro related options
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 10:50:57 +0200 |
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
|
Sun, 02 Aug 2009 12:00:17 +0200 |
Sylvain Thénault |
enable server side entity caching, 25% speedup on codenaf insertion. ALL CW TESTS OK
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 17:22:46 +0200 |
Sylvain Thénault |
R [schema hooks] big refactoring / reorganization for clearer code, a few fixes on the way
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 16:19:08 +0200 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 23:37:42 +0200 |
Sylvain Thénault |
[F repo debugging] log repo event on DBG_REPO debug level
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 23:30:56 +0200 |
Sylvain Thénault |
[R repo, schema] use VIRTUAL_RTYPES const
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 17:50:31 +0200 |
Sylvain Thénault |
major refactoring of database dump/restore:
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 14:33:37 +0200 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 12:47:47 +0200 |
Sylvain Thénault |
new distinguish repairing/creating from regular start.
|
file |
diff |
annotate
|
Mon, 06 Jul 2009 09:34:51 +0200 |
Sylvain Thénault |
euser->cwuser
stable
|
file |
diff |
annotate
|
Mon, 06 Jul 2009 09:34:40 +0200 |
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
|
Thu, 02 Jul 2009 13:00:20 +0200 |
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
|
Mon, 29 Jun 2009 16:09:49 +0200 |
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
|
Wed, 24 Jun 2009 16:57:26 +0200 |
Sylvain Thénault |
call server_startup hook once pools have been initialized
stable
|
file |
diff |
annotate
|
Thu, 11 Jun 2009 19:07:47 +0200 |
Sylvain Thénault |
update transaction data api
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Wed, 27 May 2009 11:26:03 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Tue, 26 May 2009 11:01:23 +0200 |
Sylvain Thénault |
#343379: disturbing message on upgrade
stable
|
file |
diff |
annotate
|
Wed, 20 May 2009 14:27:35 +0200 |
Aurelien Campeas |
shuting -> shutting
stable
|
file |
diff |
annotate
|
Wed, 20 May 2009 14:19:02 +0200 |
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
|
Tue, 05 May 2009 12:07:42 +0200 |
Florent |
add XXX before 2 calls to self.repo.internal_session() on the web interface side
tls-sprint
|
file |
diff |
annotate
|
Fri, 24 Apr 2009 19:46:21 +0200 |
sylvain thenault |
delete-trailing-whitespaces
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 16:55:37 +0200 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
Wed, 15 Apr 2009 17:00:58 +0200 |
Florent |
register_user can now also set an email
tls-sprint
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 14:32:18 +0200 |
sylvain thenault |
cleanup
tls-sprint
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 13:59:44 +0200 |
sylvain thenault |
oops
tls-sprint
|
file |
diff |
annotate
|
Thu, 09 Apr 2009 13:51:01 +0200 |
sylvain thenault |
introduce init_registration method and call it in repo initialization
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 09:30:23 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
Mon, 06 Apr 2009 16:11:38 +0200 |
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
|
Fri, 03 Apr 2009 19:04:00 +0200 |
sylvain thenault |
* refactor ms planner (renaming, reorganization)
|
file |
diff |
annotate
|
Thu, 02 Apr 2009 17:12:25 +0200 |
sylvain thenault |
oops, missing a not here
25480a710422
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 12:27:43 +0100 |
sylvain thenault |
do_fti should be set earlier
|
file |
diff |
annotate
|
Thu, 26 Mar 2009 09:08:05 +0100 |
sylvain thenault |
new delay-full-text-indexation configuration option
|
file |
diff |
annotate
|
Wed, 25 Mar 2009 10:40:22 +0100 |
sylvain thenault |
make pylint happy, fix some bugs on the way
tls-sprint
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 11:35:52 +0100 |
sylvain thenault |
use datetime instead of mx.DateTime
tls-sprint
|
file |
diff |
annotate
|
Mon, 16 Feb 2009 19:53:35 +0100 |
Arthur Lutz |
handle register with email adress
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 14:46:26 +0100 |
Arthur Lutz |
return success or not on creation of user
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 14:03:17 +0100 |
sylvain thenault |
update some copyrights
|
file |
diff |
annotate
|
Tue, 20 Jan 2009 19:52:52 +0100 |
Aurelien Campeas |
a note for later
|
file |
diff |
annotate
|
Wed, 07 Jan 2009 14:57:03 +0100 |
Sylvain Thenault |
fixes for some cases of neged inlined relations, may have to use (new) IntersectStep. XXX: write IntersectFetchStep
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|