2013-01-23 Aurelien Campeas [doc/3.16] complete description of what changed
2013-01-04 Sylvain Thénault [rql sources] uses an URL as remote host address for pyro/zmq rql sources,
2013-01-04 Sylvain Thénault [repo sources] move handling of source's url into abstract source as this becomes shared by most sources
2013-01-10 Sylvain Thénault [db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
2013-01-10 Sylvain Thénault [repository sources] copy source configuration: source's __init__ modify it while config.sources() return a cached dictionary which shouldn't be modified
2013-01-10 Sylvain Thénault cleanup repository connect doc: cnxtype is now deprecated / base_url has never been given that way. Follow #2521848
2013-01-22 Aurelien Campeas prefix "tcp://" zmq uris with "zmqpickle" (closes #2574114)
2013-01-21 Sylvain Thénault [db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
2013-01-10 Sylvain Thénault [ldap test] ensure slapdd launch went fine and move ldapfeed setUp to parent class, as all ldap sources deal with url
2013-01-10 Aurelien Campeas [web/uihelper,uicfg] transform uihelper functions into uicfg objects methods (closes #2543949)
2013-01-21 Florent Cayré make ui configurations selectable (closes #2406609)
2013-01-10 Aurelien Campeas [uicfg] uicfg.py moves from web/ to web/views/ (prepares #2406609)
2013-01-10 Aurelien Campeas [appobject] introduce RegistrableObject base class (prepares #2406609)
2013-01-21 Aurelien Campeas [cwvreg] introduce lgc version 0.59 and remove unneeded method redefinition (prepares #2406609)
2012-11-23 Pierre-Yves David [BFSS] mark fs_imported value as uncachable
2013-01-18 Pierre-Yves David [entity] add a "repo_side" parameter to `_cw_dont_cache_attribute`
2013-01-18 Aurelien Campeas [merge] backport stable fixes
2013-01-18 Aurelien Campeas [entities] fix test failures introduced by fixes in workflow related message strings (completes 9bb93efa1952) stable
2013-01-18 Vladimir Popescu [doc/book/] Corrected typo in en/tutorials/base/customizing-the-application.rst, for the add_cubes function call
2013-01-18 Aurelien Campeas [entity,views/json] backout 353bbd17a8b6 (reopens #2559931) stable
2013-01-15 Julien Cristau [schemas] fix typo stable
2013-01-17 Pierre-Yves David merge with stable
2013-01-10 Aurelien Campeas [appobject] cleanup module (prepares #2406609)
2013-01-17 Aurelien Campeas [uicfg] remove pre 3.6 bw compat structure (prepares #2406609)
2013-01-17 Sylvain Thénault [testlib] test_view now parse json data, closes #2557467 stable
2013-01-17 Sylvain Thénault Improve entity json export (closes #2559931) stable
2013-01-17 Sylvain Thénault [web/application/test] drop useless code stable
2013-01-17 Pierre-Yves David [test] precheck initial condition stable
2013-01-16 Julien Cristau [packaging] Fix search in squeeze cubicweb-documentation package (closes #2558496) stable
2013-01-16 Julien Cristau [packaging] don't compress txt files (closes #2558496) stable
2013-01-09 Sylvain Thénault [wf/test] fix tests broken by changes from another patch which have slipped there
2013-01-09 Aurelien Campeas [merge] backport stable
2013-01-09 Aurelien Campeas [web/test] fix stale reference to the changelog view (closes #2423532)
2013-01-09 David Douard Added tag cubicweb-debian-version-3.15.8-1 for changeset 4ef457479337 stable
2013-01-09 David Douard Added tag cubicweb-version-3.15.8 for changeset 459d0c48dfaf stable cubicweb-debian-version-3.15.8-1
2013-01-09 Aurelien Campeas [test] fix possible views test (closes #2544358) stable cubicweb-version-3.15.8
2013-01-09 Aurelien Campeas prepare 3.15.8 stable
2013-01-09 Aurelien Campeas [ldapfeed] if a deactivated user becomes available again in its source, reactivate it (closes #2542776) stable
2013-01-08 Aurelien Campeas [ldaputils,ldapparser] correctly compute "deleted" users (closes #2542083) stable
2013-01-03 Sylvain Thénault [dataimport] new ignore_errors argument to ucsvreader, default to False. Closes #2547200
2012-12-18 David Douard [ldapsource] keep python 2.5 compatibility (closes #2541602) stable
2012-12-18 Aurelien Campeas [ldapuser2ldapfeed] .values -> .iteritems (closes #2542872) stable
2012-12-17 Aurelien Campeas [ldap tests] cleanup in preparation of #2542083 stable
2012-12-17 Aurelien Campeas [ldapparser] demote warning level (actually important user info can leak there) (prepares #2542083) stable
2013-01-03 Arthur Lutz Remove changelog view (closes #2423532)
2013-01-02 Vincent Michel [dataimport] Allow to replace escape char in the create_copyfrom_buffer
2012-12-30 Nicolas Chauvat [doc] fix function name FTIRANK stable
2012-12-20 Adrien Di Mascio [json] enable jsonexport selection on empty rsets (closes #2544358) stable
2012-12-20 Adrien Di Mascio [test] fix req default value handling in CubicWebTC.view (closes #2544376) stable
2012-09-19 Aurelien Campeas [ajax] fix attribute lookup (closes #2491038)
2012-12-11 Aurelien Campeas [server] add debugging for Hooks & Operations (closes #2470048)
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
2012-11-26 Pierre-Yves David [test] swap order in assert of `test_users_and_groups_non_readable_by_guests`
2012-11-26 Pierre-Yves David [test] fix server/querier/build_descr1 test.
2012-11-27 Pierre-Yves David [server] make `test_bfss_fs_importing_transparency` less verbose on failure
2012-11-23 Pierre-Yves David [entity] drop redundant cache update
2012-12-03 Nicolas Chauvat [cw-ctl] silence msgcat and msgfmt (closes #2527594)
2012-12-12 David Douard Added tag cubicweb-debian-version-3.15.7-1 for changeset c5400558f370 stable
2012-12-12 David Douard Added tag cubicweb-version-3.15.7 for changeset d8916cee7b70 stable cubicweb-debian-version-3.15.7-1
2012-12-12 David Douard prepare 3.15.7 stable cubicweb-version-3.15.7
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip