Wed, 22 Sep 2010 10:00:36 +0200 |
Alexandre Fayolle |
use new logilab.database interface for multicol indexes
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 13:37:25 +0200 |
Sylvain Thénault |
[syncschema hooks] simplify core types definition be reusing schema sets (remove typos on the way)
stable
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 15:15:21 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 16:48:58 +0200 |
Alexandre Fayolle |
unique_together integration in CW (alf+syt)
stable
|
file |
diff |
annotate
|
Mon, 06 Sep 2010 15:03:11 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 27 Aug 2010 08:56:58 +0200 |
Adrien Di Mascio |
[migration] fix add_relation_type() for symmetric relations
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, 11 Aug 2010 16:16:25 +0200 |
Sylvain Thénault |
[cleanup] remove debug print
stable
|
file |
diff |
annotate
|
Fri, 06 Aug 2010 17:38:45 +0200 |
Sylvain Thénault |
[migration] when some inlined relation definition is added to an entity type which has some specialized types, it should be propagated to those types else they may miss the necessary table column to store the relation
stable
|
file |
diff |
annotate
|
Wed, 21 Jul 2010 12:41:14 +0200 |
Sylvain Thénault |
[schema sync] if something went wrong while getting rdef in precommit event, rdef adttribute won't be set in revertprecommit. We don't want to fail in such case
stable
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 18:25:19 +0200 |
Sylvain Thénault |
[schema migration] import refactoring to fix #1109558 and enhances things on the way
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 13:35:15 +0200 |
Sylvain Thénault |
[selectors] use before-registry-reset event to init is_instance cache: cleaner code and avoid reloading bug (making hooks test fail for instance)
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 12:04:32 +0200 |
Sylvain Thénault |
[selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 17:06:37 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 08:47:24 +0200 |
Sylvain Thénault |
[migration] refactor schema migration fix introduced by 5833:d7256ae7c1d1
stable
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 08:32:27 +0200 |
Sylvain Thénault |
[schema migration] fix name error introduced in parent changeset
stable
|
file |
diff |
annotate
|
Thu, 01 Jul 2010 08:13:03 +0200 |
Sylvain Thénault |
[schema migration] avoid potential duplicated ft reindexation due to multiple UpdateFTIndexOp operations by using set_operation
stable
|
file |
diff |
annotate
|
Thu, 24 Jun 2010 16:03:57 +0200 |
Alexandre Fayolle |
fix name error
stable
|
file |
diff |
annotate
|
Thu, 24 Jun 2010 15:59:17 +0000 |
Alexandre Fayolle |
fix schema migration hooks (partial)
stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 13:23:11 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 09:36:40 +0200 |
Sylvain Thénault |
[schema migration] fix fix introduced in 5803:589e2e3fb997, test for backend alter column support should be done in the operation, else the associated index is not dropped while this is supported
stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 08:54:12 +0200 |
Sylvain Thénault |
[schema migration] fix backend compatibility issue by using type_from_constraints / sql_change_col_type instead of bare ALTER COLUMN
stable
|
file |
diff |
annotate
|
Mon, 21 Jun 2010 08:53:13 +0200 |
Sylvain Thénault |
[schema migration] don't try to drop column if backend doesn't support column alteration (eg sqlite)
stable
|
file |
diff |
annotate
|
Sun, 20 Jun 2010 15:09:42 +0000 |
Alexandre Fayolle |
Use SQL standard ALTER TABLE command (with ADD instead of ADD COLUMN)
stable
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 15:15:52 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 17 Jun 2010 15:08:25 +0200 |
Katia Saurfelt |
[text search] fix fulltext_container indexation
stable
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:50:03 +0200 |
Sylvain Thénault |
[schema migration] make some stuff to ease file 1.9 migration : we want to kill the Image entity so that existing image are turned into (existing entity type) File entities
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
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
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
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:54 +0100 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Wed, 17 Mar 2010 09:23:27 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 17 Mar 2010 09:21:58 +0100 |
Sylvain Thénault |
[cleanup] objtype not used
stable
|
file |
diff |
annotate
|
Wed, 17 Mar 2010 09:21:13 +0100 |
Sylvain Thénault |
[schema sync] test and fix bug when updating multiple constraint for the same rdef in the same transaction
stable
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 11:05:29 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 10:53:38 +0100 |
Sylvain Thénault |
[schema hooks] properly check for changes of schema properties avoid useless costly operation (such as full-text reindexing all entities of a type). Refactor inlined handling and fix a bug trying to reindex a final entity type on the way.
stable
|
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 09:51:29 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 08 Mar 2010 09:05:17 +0100 |
Sylvain Thénault |
[cleanup] fti_* method already try/except exception, no need for additional catch here
stable
|
file |
diff |
annotate
|
Mon, 08 Mar 2010 09:04:36 +0100 |
Sylvain Thénault |
[hook] use entity instead of values dict, check for edited_attributes on rtype change
stable
|
file |
diff |
annotate
|
Mon, 08 Mar 2010 09:03:43 +0100 |
Sylvain Thénault |
[schema hook] fulltext_container is a relation *type* property. Test and fix (+ more fti properties change testing)
stable
|
file |
diff |
annotate
|
Thu, 04 Mar 2010 18:06:03 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 04 Mar 2010 18:04:26 +0100 |
Sylvain Thénault |
[cleanup] add index_entity to abstract source, add docstring
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 17:56:04 +0100 |
Sylvain Thénault |
schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:30:24 +0100 |
Sylvain Thénault |
pylint suggested refactorings
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:24:47 +0100 |
Sylvain Thénault |
pylint style fixes
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
|
Thu, 18 Feb 2010 14:30:23 +0100 |
Pierre-Yves David |
[fix] Apply fulltextindexed change in the actual index
stable
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 10:54:50 +0100 |
Sylvain Thénault |
turn default logging threshold to warning (we usually want them), and log 'no schema for eid' pb using warning instead of error, so we see them in logs but not during migration
stable
|
file |
diff |
annotate
|
Tue, 16 Feb 2010 09:23:35 +0100 |
Sylvain Thénault |
don't let set_schema making commit_event fail
|
file |
diff |
annotate
|
Mon, 15 Feb 2010 15:10:25 +0100 |
Sylvain Thénault |
follow yams api change: attributes permissions are now defined for
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
|
Wed, 27 Jan 2010 10:00:19 +0100 |
Sylvain Thénault |
missing import
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
| base
|