2012-09-11 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
2012-02-13 |
Sylvain Thénault |
[sources] include source's class in its repr
stable
|
file |
diff |
annotate
|
2011-12-21 |
Sylvain Thénault |
add instance to not implemented error
stable
|
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-21 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
2011-09-13 |
Sylvain Thénault |
[debug] use repr() in some place where you'll have a chance to get an unicode error if output encoding isn't properly detected
stable
|
file |
diff |
annotate
|
2011-07-26 |
Sylvain Thénault |
[repo api] deprecates source.extid2eid, only the system source should implement it,
stable
|
file |
diff |
annotate
|
2011-06-22 |
Sylvain Thénault |
[datafeed, entities] url for entities from a datafeed source should be on their origin site. Closes #1769391
|
file |
diff |
annotate
|
2011-06-15 |
Sylvain Thénault |
backport 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-15 |
Alexandre Fayolle |
[server] improve the speed of setting relations between entities (closes #1625257)
|
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-03-07 |
Nicolas Chauvat |
merge stable changes into default
|
file |
diff |
annotate
|
2011-03-03 |
Sylvain Thénault |
[multi-sources] add missing close method on ConnectionWrapper
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-07 |
Sylvain Thénault |
[sources] rewrite the way pyrorql mapping are stored in the database so it can be reused for other sources (eg datafeed+cwxml)
|
file |
diff |
annotate
|
2011-02-07 |
Sylvain Thénault |
[sources] reorganize abstract source code, drop no more used cleanup_entities_info and _cleanup_system_relations methods
|
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
|
2010-12-01 |
Sylvain Thénault |
[pyro source] store pyro source mapping file into the database
|
file |
diff |
annotate
|
2010-12-01 |
Sylvain Thénault |
[repo source] rename attribute so it's much easier to grasp its role
stable
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
[pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-08-26 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-08-26 |
Alexandre Fayolle |
use is_instance in a number of places (esp. documentation) rather than the deprecated implements
stable
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
2010-08-03 |
Sylvain Thénault |
[ms] cleanups
stable
|
file |
diff |
annotate
|
2010-07-01 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-22 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
2010-06-21 |
Sylvain Thénault |
[rql2sql] #1089207: do not encode Unicode strings from RQL statements to db encoding
|
file |
diff |
annotate
|
2010-06-03 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-02 |
Alexandre Fayolle |
TimedCache now only accepts values expressed in seconds
stable
|
file |
diff |
annotate
|
2010-06-02 |
Alexandre Fayolle |
more robust handling of looping task configuration in ldap source
stable
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] continue cleanup of Entity/AnyEntity namespace
|
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-31 |
Sylvain Thénault |
fix #822890, missing argument on abstract source backup method make backup failed on multi-sources instances
stable
|
file |
diff |
annotate
|
2010-03-01 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
2010-03-04 |
Sylvain Thénault |
[cleanup] add index_entity to abstract source, add docstring
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-23 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-12-22 |
Sylvain Thénault |
closes #601987
stable
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-13 |
Sylvain Thénault |
refactor repo authentication to allow pluggable authentifier to login with something else than a password
|
file |
diff |
annotate
|
2009-10-09 |
Sylvain Thénault |
[multi-source] add test case for an encountered bug, fixed by adding state_of to dont_cross_relations. Added a note to remind me that something should be done to be smarter in handling this
stable
|
file |
diff |
annotate
|
2009-08-27 |
Sylvain Thénault |
[multi-sources] new may_cross_relation method on sources
3.5
|
file |
diff |
annotate
|
2009-08-27 |
Sylvain Thénault |
[multi-sources] move [dont_]cross_relations to AbstractSource
3.5
|
file |
diff |
annotate
|
2009-08-10 |
Nicolas Chauvat |
R refactor backup and use tar.gz to store all sources
|
file |
diff |
annotate
|
2009-08-07 |
Sylvain Thénault |
[server debug] indent for more readability
|
file |
diff |
annotate
|
2009-08-03 |
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
|
2009-08-01 |
Sylvain Thénault |
manual_insert is a public method
|
file |
diff |
annotate
|
2009-08-01 |
Sylvain Thénault |
R [server debug] more server side debugging tweaks
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
[R repo, schema] use VIRTUAL_RTYPES const
|
file |
diff |
annotate
|