server/__init__.py
2012-04-04 Vincent Michel [zmq] Add a new ZMQ-based RQL source (closes #2290203)
2012-02-27 Florent Cayré [repository] implement a generic way to call repo-side services; closes #2203418
2012-01-31 Sylvain Thénault [repository] ldap-feed source. Closes #2086984
2011-10-21 Sylvain Thénault backport stable
2011-10-21 Sylvain Thénault [test] fix regression introduced in 7915:a7f3245e1728 leading to test's postcreate not being executed anymore stable
2011-10-07 Sylvain Thénault backport stable
2011-10-06 Sylvain Thénault [migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498) stable
2011-09-30 Alexandre Fayolle repaire cctl db-init -d on sqlserver (closes #1979670)
2011-06-29 Sylvain Thénault backport stable
2011-06-29 Sylvain Thénault [repo, looping task] raise a custom exception when repository is shuting down, avoid looping task to be restarted in such case. Closes #1021276 stable
2011-06-17 Sylvain Thénault backport stable
2011-06-16 Julien Jehannet [book] add autoload section from code and fix sphinx warnings stable
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-04-06 Sylvain Thénault [test] drop some warnings introduced by new test dabase handling stable
2011-03-28 Sylvain Thénault [config] generalise config.creating, allowing to drop set_language class attribute stable
2011-03-17 Pierre-Yves David merge oldstable into default stable
2011-03-15 Nicolas Chauvat [doc] fix rql/debugging.rst and server.__init__ docstrings stable
2011-03-15 Nicolas Chauvat [doc] fix rql/debugging.rst and server.__init__ docstrings oldstable
2011-03-08 Sylvain Thénault backport stable
2011-03-08 Sylvain Thénault [dbapi] split in_memory_cnx functions stable
2011-02-09 Sylvain Thénault [repository] #1460066: backport datafeed cube as cubicweb source
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-08-20 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
2010-06-15 Sylvain Thénault [repo] on repository initialization, properly shutdown intermediary repository stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-03-30 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
2010-03-26 Sylvain Thénault [repo config] cleanup read_instance_schema / bootstrap_schema / creating mess stable
2010-03-01 Katia Saurfelt server/web api for accessing to deleted_entites
2010-03-09 Sylvain Thénault rename logilab.db into logilab.database
2010-03-09 Sylvain Thénault backport stable
2010-03-09 Sylvain Thénault misc fixes to ensure logilab.db compatibility stable
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.
2010-03-08 Sylvain Thénault [repo] use logilab.db instead of lgc.adbh/lgc.db/lgc.sqlgen/indexer, test new date extranction functions
2010-03-03 Sylvain Thénault [test] get a chance to get proper garbage collection when running pytest on whole cw
2010-03-03 Sylvain Thénault cleanups stable
2010-02-18 Sylvain Thénault fix create_user function introduced in d6ae30c5d055 for database initialization: messup admin user groups when anon is created due to missing restriction stable
2010-02-17 Sylvain Thénault added a function to create admin/anon user during db initialization process so one get a chance to monkey patch it stable
2010-01-18 Sylvain Thénault backport stable branch
2010-01-13 Sylvain Thénault new DBG_ALL debug level
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-10 Sylvain Thénault disable everything but metadata hooks while inserting schema
2009-12-03 Sylvain Thénault backport stable into default
2009-11-23 Sylvain Thénault fix #544758 by calling custom sql scripts in add_cubes. stable
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-12 Sylvain Thénault fix cut and paste stable
2009-10-19 Sylvain Thénault disable syncschema hooks during db initialization
2009-10-19 Sylvain Thénault backport stable
2009-10-16 Sylvain Thénault initialize entity classes in repository initialization stable
2009-10-13 Sylvain Thénault refactor repo authentication to allow pluggable authentifier to login with something else than a password
2009-09-30 Sylvain Thénault call special sql files in correct order stable
2009-08-26 Sylvain Thénault move some stuff from server/__init__ to postcreate, fixing instance creation bug 3.5
2009-08-18 Sylvain Thénault we have to ensure a pool is set there stable
2009-08-18 Sylvain Thénault [migration] drop rqlcursor stable
2009-08-11 Sylvain Thénault DBG_MS flag
2009-08-07 Sylvain Thénault to make cw schemas importable, they have to be installed w/ cw code, not in /usr/share/cubicweb/schemas
2009-08-01 Sylvain Thénault get_csv is being renamed to splitstrip
2009-08-01 Sylvain Thénault cleanup
2009-08-01 Sylvain Thénault document and replace debugged by a contextmanager/decorator class
2009-07-31 Sylvain Thénault [F server test] sort for test predictability
2009-07-31 Sylvain Thénault F: start to handle binary debug log level on the server side
2009-07-31 Sylvain Thénault backport stable branch
2009-07-31 Sylvain Thénault [F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances stable
2009-07-24 Sylvain Thénault application -> instance where it makes sense
2009-07-23 Adrien Di Mascio backport stable branch into default
2009-07-19 Nicolas Chauvat [cw-ctl] improve dialog messages stable
2009-07-18 Nicolas Chauvat [cw-ctl] improve dialog messages stable
2009-07-18 Nicolas Chauvat [cw-ctl] improve dialog messages stable
2009-07-16 Aurelien Campeas backport stable branch
2009-07-07 Sylvain Thénault give session to doexec so it's able to rollback the connection on unexpected error stable
2009-06-26 Sylvain Thénault backport stable branch, make schema-security consistent with other schema views changes, uniformize skipmeta/withmeta
2009-06-19 Nicolas Chauvat delete-trailing-whitespace stable
2009-06-19 Sylvain Thénault stop using meta attribute from yams schema. Use instead sets defining meta relations and another defining schema types. Refactor various schema view based on this
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-14 Adrien Di Mascio delete-trailing-whitespace + some copyright update tls-sprint
2009-04-17 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
2009-01-27 Adrien Di Mascio insert missing is_instance_of relations during db-init 3.0
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip