2013-02-20 |
Nicolas Chauvat |
[sources] fix classes that inherit from AbstractSource (closes #2718669)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2012-12-14 |
Vincent Michel |
[dataimport] Add SQL Store for faster import - works ONLY with Postgres for now, as it requires "copy from" command - closes #2410822
|
file |
diff |
annotate
|
2012-10-12 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-09-10 |
Julien Cristau |
[sources/native] automatically update passwords using deprecated hashes on login
stable
|
file |
diff |
annotate
|
2012-09-11 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
2012-08-31 |
Aurelien Campeas |
[source/native] only system source users should be authenticated by the native source (closes #2465883)
stable
|
file |
diff |
annotate
|
2012-08-02 |
David Douard |
merge oldstable in stable
stable
|
file |
diff |
annotate
|
2012-07-31 |
Pierre-Yves David |
[storage] relies on event=='deleted' to detect "delete" event (closes #2450680)
oldstable
|
file |
diff |
annotate
|
2012-07-31 |
Pierre-Yves David |
[storage] relies on event=='deleted' to detect "delete" event
stable
|
file |
diff |
annotate
|
2012-05-02 |
Aurelien Campeas |
[merge] backport stable fixes
|
file |
diff |
annotate
|
2012-04-27 |
Aurelien Campeas |
[sources/native] do not let a log message crash on us
stable
|
file |
diff |
annotate
|
2012-04-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-03-16 |
Sylvain Thénault |
[security] use a stronger encryption algorythm for password, keeping bw compat
stable
|
file |
diff |
annotate
|
2012-02-27 |
Anthony Truchet |
[repo, undo] Finish repository-side implementation of the undo feature (closes #893940)
|
file |
diff |
annotate
|
2012-02-13 |
Sylvain Thénault |
[system source] fix authentication: don't allow login whatever the given password if user password is NULL in database. Closes #2186099
stable
|
file |
diff |
annotate
|
2012-02-10 |
Alexandre Richardson |
[entities system table] change asource and source column size (closes #1951819)
stable
|
file |
diff |
annotate
|
2011-10-18 |
Alexandre Fayolle |
merge back stable change
|
file |
diff |
annotate
|
2011-10-18 |
Alexandre Fayolle |
remove stale debugging statement
stable
|
file |
diff |
annotate
|
2011-10-14 |
Aurelien Campeas |
[cache] replace lgc.cache with something more appropriate (closes #1921713)
|
file |
diff |
annotate
|
2011-10-07 |
Sylvain Thénault |
[repository] use utcnow instead of now for some internal timetamps (closes #1988458)
stable
|
file |
diff |
annotate
|
2011-09-28 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
file |
diff |
annotate
|
2011-09-22 |
Alexandre Fayolle |
ensure the test for asource column won't crash on SQLServer (closes #1949621)
stable
|
file |
diff |
annotate
|
2011-09-13 |
Sylvain Thénault |
[server] portable dump format supports now ZIP64 extensions by default (closes #1912535)
stable
|
file |
diff |
annotate
|
2011-09-13 |
Adrien Di Mascio |
[repo] use smarter query to check asource presence on startup (closes #1922099)
stable
|
file |
diff |
annotate
|
2011-08-26 |
Alexandre Fayolle |
merged back oldstable fix to stable
stable
|
file |
diff |
annotate
|
2011-08-26 |
Alexandre Fayolle |
work around cursor.rowcount not returning anything useful before 1st fetch with mssql (closes #1910869)
oldstable
|
file |
diff |
annotate
|
2011-07-11 |
Sylvain Thénault |
[native source] fix bug introduced in 7645:cb2459aaa7d7: fetchone() may return None
|
file |
diff |
annotate
|
2011-07-11 |
Adrien Di Mascio |
[source] closes #1816412: try to reconnect to dbms if connection is reset in eid_type_source()
|
file |
diff |
annotate
|
2011-06-27 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-22 |
Sylvain Thénault |
cleanup
stable
|
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-06-17 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-09 |
Julien Jehannet |
[server] fix unicode conversion capability in UndoException
stable
|
file |
diff |
annotate
|
2011-06-15 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-14 |
Sylvain Thénault |
fix failures introduced by recent refactoring
stable
|
file |
diff |
annotate
|
2011-06-14 |
Sylvain Thénault |
[repository] refactor/cleanup entity deletion methods
stable
|
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-04-21 |
Sylvain Thénault |
adds support for a portable db import/export format (closes: #1521112)
stable
|
file |
diff |
annotate
|
2011-04-22 |
Alexandre Fayolle |
fix bad handling of inlined relations when entities of different etypes are passed as subject to add_relations
|
file |
diff |
annotate
|
2011-04-15 |
Alexandre Fayolle |
[server] improve the speed of setting relations between entities (closes #1625257)
|
file |
diff |
annotate
|
2011-04-11 |
Sylvain Thénault |
[native source] eid_creation_lock actually lock the eid connection creation and usage
stable
|
file |
diff |
annotate
|
2011-04-06 |
Sylvain Thénault |
[system source] drop now useless bw compat
stable
|
file |
diff |
annotate
|
2011-03-28 |
Sylvain Thénault |
[server] move EditedEntity class to its own module, to avoid cyclic dependency when needed from e.g. session.py
stable
|
file |
diff |
annotate
|
2011-02-09 |
Sylvain Thénault |
[repository] #1460066: backport datafeed cube as cubicweb source
|
file |
diff |
annotate
|
2011-02-07 |
Sylvain Thénault |
[sources] refactor source creation and options handling
|
file |
diff |
annotate
|
2011-02-01 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-01-25 |
Alexandre Fayolle |
improve massive deletion performance
stable
|
file |
diff |
annotate
|
2011-01-24 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-01-19 |
Sylvain Thénault |
[repo] kill no more needed 'recreate' feature
|
file |
diff |
annotate
|
2011-01-19 |
Sylvain Thénault |
[repo] move cursor creation into the try/except, it may raises an InterfaceError if the connection is closed
stable
|
file |
diff |
annotate
|
2011-01-19 |
Sylvain Thénault |
[repository auth] cleanup email login by turning it into a proper repo-side authentication plugin
|
file |
diff |
annotate
|
2010-12-01 |
Sylvain Thénault |
[pyro source] store pyro source mapping file into the database
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
[sync schema] take care rdef may not be final, in which case we want to use type of eid attribute
stable
|
file |
diff |
annotate
|
2010-09-23 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-22 |
Sylvain Thénault |
[rql] fix bug with query like 'Any 1 WHERE NOT X in_group G': tables should be kept in EXISTS() even when there are no restriction
stable
|
file |
diff |
annotate
|