2011-06-27 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-22 |
Sylvain Thénault |
[migration] don't add CWUniqueConstraint if already there (may occurs when running a migration in multiple times
stable
|
file |
diff |
annotate
|
2011-06-21 |
Sylvain Thénault |
fix 3.13.1 migration
|
file |
diff |
annotate
|
2011-06-21 |
Sylvain Thénault |
[ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
2011-01-26 |
Sylvain Thénault |
[migration] cwunique constraint schema fix must be done in bootstrap migration
stable
|
file |
diff |
annotate
|
2010-09-13 |
Sylvain Thénault |
[migration] attempt to fix pre 3.6 migration
stable
|
file |
diff |
annotate
|
2010-09-10 |
Alexandre Fayolle |
unique_together integration in CW (alf+syt)
stable
|
file |
diff |
annotate
|
2010-08-12 |
Sylvain Thénault |
RQLUniqueConstraint not in CWConstraintType for some old instances
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 |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-03-18 |
Sylvain Thénault |
fix migration when upgrading from cw < 3.6 to cw 3.7
|
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-02-15 |
Sylvain Thénault |
follow yams api change: attributes permissions are now defined for
stable
|
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-10 |
Sylvain Thénault |
fix deprecation warning
|
file |
diff |
annotate
|
2009-12-08 |
Sylvain Thénault |
3.6 api update
|
file |
diff |
annotate
|
2009-12-07 |
Adrien Di Mascio |
[migration] write migration instructions for permissions handling on relation definition
|
file |
diff |
annotate
|
2009-11-20 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
2009-11-01 |
Nicolas Chauvat |
[migration] warn if 3.5 workflow migration is going to fail
stable
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[migration] fix bootstrap migration of 3.5 : need to support old-style and new-style hooks to migrate from 3.4 to 3.6
|
file |
diff |
annotate
|
2009-09-22 |
Adrien Di Mascio |
backport stable branch
|
file |
diff |
annotate
|
2009-09-18 |
Sylvain Thénault |
[migration] fix initial_state migration: at this point, S state_of ET is no more true (but we don't need it...)
3.5
|
file |
diff |
annotate
|
2009-09-15 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-14 |
Sylvain Thénault |
[3.5 migration] avoid removing defined transitions...
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 |
3.5 migration script
3.5
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
remove some pretty old deprecation code
3.5
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
hooks have been refactored, call [re|de]activate_verification_hooks
|
file |
diff |
annotate
|
2009-08-05 |
Sylvain Thénault |
[3.4 migration] only set cwuri for entities from the system source
|
file |
diff |
annotate
|
2009-07-30 |
Sylvain Thénault |
[migration] reset do-not-insert-cwuri once it's properly in the schema
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
take care of sources with no write support (eg ldapuser)
|
file |
diff |
annotate
|
2009-07-24 |
Adrien Di Mascio |
add migration script for the new cwuri metadata attribute
|
file |
diff |
annotate
|
2009-07-24 |
Adrien Di Mascio |
fix indentation problems in bootstrap_migration (use 4 spaces instead of 3)
|
file |
diff |
annotate
|
2009-07-06 |
Sylvain Thénault |
fix #344387, remember upgraded version step by step
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-27 |
Sylvain Thénault |
fix extid handling: ensure encoded string is given, and store them as base64 (see note in native.py).
stable
|
file |
diff |
annotate
|
2009-04-28 |
sylvain thenault |
migrate card cube in bootstrap migration
tls-sprint
|
file |
diff |
annotate
|
2009-04-17 |
sylvain thenault |
unify schema sync migration commands with (hopefuly) a clearer name
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
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|