2013-06-06 David Douard [pkg] version 3.17.1 for rpm packages
2013-05-27 pierre-yves [session] upgrade session closed error from Exception to SessionClosedError
2013-06-06 David Douard [pkg] prepare 3.17.1
2013-05-30 Pierre-Yves David [web/application] add some minimal documentation
2013-05-23 pierre-yves [session] raise proper exception with get_tx is called on a closed session
2013-06-06 David Douard [view] typo in a docstring
2013-05-24 Nicolas Chauvat [cwctl] pass missing inputlevel argument to postcreate() (closes #2901037) stable
2013-05-29 Julien Cristau [server] fix documentation of ZMQ options harder stable
2013-05-29 Pierre-Yves David merge with 3.16.x fixes
2013-05-27 Dimitri Papadopoulos [server] fix documentation of ZMQ options stable
2013-05-24 Julien Cristau [zmq] set order for ZMQStartHook so other hooks don't need to stable
2013-05-23 Nicolas Chauvat import merge_options directly from logilab.common
2013-05-24 Nicolas Chauvat [server] fix error messages in write_sources_file()
2013-05-02 Aurelien Campeas [doc] a couple almost-typos stable
2013-05-03 Aurelien Campeas [schemaserial] mitigate critical message during migration
2013-05-22 Dimitri Papadopoulos [doc] typo
2013-05-23 Nicolas Chauvat [cw-ctl] fix help message for schemadiff In global help (closes #2888538)
2013-05-14 Julien Cristau [dbapi] fix connect backwards compat harder stable
2013-05-23 Julien Cristau [zmq] make publish address optional stable
2013-05-23 Julien Cristau Fix documentation for zmq pub/sub hooks and configuration stable
2013-05-17 Nicolas Chauvat [entity] improve deprecation messages stable
2013-05-15 Sylvain Thénault [devtools] use self._parse so AssertionError is properly raised instead of lxml error (test failure introduced in 6711f78c18be)
2013-05-15 Sylvain Thénault [testlib] fix page validator selection. Closes #2869456
2013-05-15 Sylvain Thénault [testlib] introduce a validator that check xml-well formness
2013-05-15 Sylvain Thénault [view] return HTML5 doctype. Closes #2869426
2013-05-06 Sylvain Thénault [testlib] repreprocess content so contextual display has a chance to show the proper line. Closes #2869481
2013-05-06 Sylvain Thénault [web request] drop no more necessary request.document_surrounding_div method
2013-05-06 Sylvain Thénault [testlib] unspaghettify Validator / PageInfo api
2013-05-06 Sylvain Thénault [testlib] update htmlparsers.VALMAP: stop using SaxOnlyValidator and add an entry for html
2013-05-06 Sylvain Thénault [testlib] SaxOnlyValidator is deprecated, use XMLValidator instead
2013-05-14 Dimitri Papadopoulos [dataimport] minor typo in error handling
2013-05-06 Dimitri Papadopoulos [views] attempt to clarify the inline help system documentation
2013-05-06 Pierre-Yves David [sobject] fix notification operation
2013-05-03 David Douard Added tag cubicweb-debian-version-3.17.0-2 for changeset 09a0c7ea6c3c
2013-05-03 Pierre-Yves David [pkg/debian] prepare release 3.17.0-2 cubicweb-debian-version-3.17.0-2
2013-05-03 Pierre-Yves David [pkg/debian] update yams runtime depends
2013-05-03 Pierre-Yves David [pkg/debian] expand all depends and co on multiple line
2013-05-02 David Douard Added tag cubicweb-debian-version-3.17.0-1 for changeset 22be40c492e9
2013-05-02 David Douard Added tag cubicweb-version-3.17.0 for changeset cc1a0aad580c cubicweb-debian-version-3.17.0-1
2013-05-02 Pierre-Yves David [test/view] exclude some Blog entity from automatic view testing cubicweb-version-3.17.0
2013-05-02 David Douard [doc] fix: cubicweb.gmap.js has moved to the geocoding cube
2013-04-30 David Douard [test/ldap] do not assume order
2013-04-29 Pierre-Yves David Added tags for version 3.16.4 on changeset 041804bc48e9 stable
2013-04-29 Pierre-Yves David [notification] ensure official API is test
2013-04-29 Alain Leufroy fix typo in notification causing NameError
2013-04-29 Pierre-Yves David [test/notification] merge related test classe
2013-04-29 Pierre-Yves David merge with stable
2013-04-16 Julien Cristau [server] add a looping task to free unused cnxsets capture by dead pyro stable cubicweb-centos-version-3.16.4-1 cubicweb-debian-version-3.16.4-1 cubicweb-version-3.16.4
2013-04-29 Pierre-Yves David [pkg/debian] update changelog to 3.17.0
2013-04-29 Pierre-Yves David [devtools] Use XMLValidator instead deprecated SaxOnlyValidator
2013-04-26 Pierre-Yves David [pkg] update changelog
2013-04-26 Pierre-Yves David [pkg] prepare 3.17.0
2013-04-26 Pierre-Yves David [pkg] prepare 3.16.4 stable
2013-04-26 Sylvain Thénault [repo] straightforward bootstrap sequence. Closes #2841188
2013-04-24 Sylvain Thénault [repo] minor cleanups to bootstrap sequence
2013-04-26 Vincent Michel [schemaserial] serialize additional yams parameter for customs type
2013-04-23 Vincent Michel [sql] preprocess_entity uses lgdb helper's SQL converters.
2013-04-24 Sylvain Thénault [repo] kill rebuildinfered feature from Repository.set_schema
2013-04-24 Sylvain Thénault [test] stop deepcopying for nothing
2013-04-26 Aurelien Campeas drop xhtml content-type support (closes #2065651)
2013-04-26 Pierre-Yves David [htmlparser] exclude <script> tag from html source
2013-04-26 Pierre-Yves David [htmlparser] store unaltered source in pageinfo.source
2013-04-25 Sylvain Thénault [htmlparser] rename SaxOnlyValidator to XMLValidator
2013-04-25 Sylvain Thénault [htmlparser] add missing deprecation message
2013-04-25 Pierre-Yves David [form] remove hard coded id
2013-04-26 Pierre-Yves David [server/test] use server config in migration
2013-04-22 Pierre-Yves David [session] deprecate `hijack_user` method
2013-04-25 Pierre-Yves David [mail] drop hijack_user usage
2013-04-25 Pierre-Yves David [notification] merge BaseNotificationView and NotificationView
2013-04-25 Pierre-Yves David [notification] move notification view in ``sobject.notification``
2013-04-25 Pierre-Yves David remove unused import
2013-04-25 Pierre-Yves David one more merge
2013-04-25 Sylvain Thénault [notification] introduce an official `notify_on_commit` function
2013-04-25 Vladimir Popescu [cubicweb/doc] Replace dc_type() by cw_etype
2013-04-04 Vladimir Popescu [dataimport] backout 6947201033be (related to #2788402)
2013-04-25 Sylvain Thénault merge default heads
2013-04-05 Sylvain Thénault [c-c serverctl] import locally to speed up c-c
2013-04-25 Sylvain Thénault [facet js] minor refactoring and cleanups
2013-04-24 David Douard [ldapfeed] Add support for LDAP groups (closes #2528116)
2013-04-24 Pierre-Yves David [test/ldap] small improvement to ldapfeed unit tests
2013-04-24 David Douard [ldap] prepare import of CWGroup
2013-04-24 Pierre-Yves David [ldap] handle modification date
2013-04-24 Pierre-Yves David [ldap] refactor attributes mapping handling
2013-04-24 Pierre-Yves David [ldapfeed] add support for multiple email addresses from ldap
2013-04-24 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
2013-04-24 Pierre-Yves David [session] fix hooks_control backward compat
2013-04-19 Sylvain Thénault [facet js] fix reordering of facet check boxes. Closes #2732947 stable
2013-04-24 Sylvain Thénault [vreg] (re)build entity classes cache after registry initialization. stable
2013-04-24 Julien Cristau [task] allow negative intervals for add_looping_task (closes #2818280)
2013-04-24 Pierre-Yves David [task] allow interval=0 for looping tasks
2013-04-24 Sylvain Thénault [portable dump] skip virtual relations, they have no table associated. Closes #2841199 stable
2013-04-24 Sylvain Thénault [test] fix skipIf import, currently failing if unittest2 is not there stable
2013-04-24 Sylvain Thénault [test] fix bad merge stable
2013-04-23 Pierre-Yves David merge with other default head
2013-04-23 Pierre-Yves David [ldap] an empty 'user-base-dn' disable the user importation process,
2013-04-23 Pierre-Yves David drop commented print
2013-04-23 Pierre-Yves David [ldap] Major test refactoring
2013-04-23 Pierre-Yves David [test/ldap] have RQL2LDAPFilterTC use its own database
2013-04-23 Pierre-Yves David [ldap] quieter tests
2013-04-10 Jérôme Roy [test/ldap source] better source naming, some cleanups (prepares #2528116)
2013-04-23 Pierre-Yves David use cw_etype instead of __regid__
2013-04-23 Pierre-Yves David [entity] add an official ``cw_etype`` property for entity
2013-04-23 Pierre-Yves David [notification] use new style operation for notification
2013-04-22 Pierre-Yves David [cleanup] drop code deprecated since 3.6
2013-04-22 Pierre-Yves David [notification] fix documentation
2013-04-23 Pierre-Yves David [ldapuser] Deprecated the source
2013-04-19 Sylvain Thénault [rql2sql] Remove an XXX by explaining why Int non-substitution is desired
2013-04-19 Sylvain Thénault [rql2sql] Boolean values should be substitued like others. Closes #2829481
2013-04-22 Nicolas Chauvat [toward-py3k] rewrite __cmp__ (closes #2715115)
2013-04-08 Julien Cristau skeleton: add RPM spec template (closes #2800884)
2013-04-16 Pierre-Yves David [clean_session] revert itervalues usage from 0bb18407c053 stable
2013-04-15 Pierre-Yves David merge 3.16.x fix
2013-04-10 Jérôme Roy [ldap] Use correct API for logging message
2013-04-12 Julien Cristau Fix obsolete docstring for add_looping_task stable
2013-04-11 Julien Cristau [devtools] prevent Xvfb resets stable
2013-04-10 Jérôme Roy [LDAP] rename unittest ldapuser to ldapsource (prepares #2528116)
2013-04-10 Julien Cristau [devtools] protect xvfb-run.sh against clean_up being called twice stable
2013-04-10 David Douard Added tag cubicweb-version-3.16.3, cubicweb-debian-version-3.16.3-1, cubicweb-centos-version-3.16.3-1 for changeset ee860c51f56b stable
2013-04-10 David Douard 3.16.3 stable cubicweb-centos-version-3.16.3-1 cubicweb-debian-version-3.16.3-1 cubicweb-version-3.16.3
2013-04-09 Julien Cristau [service] make sure synchronous call_service has a cnxset stable
2013-04-09 Pierre-Yves David Merge testfunc testfunc resurrection Closes #2535377 stable
2013-04-09 Pierre-Yves David [web] move qunit test back into web and fix the hanging oldstable
2013-04-08 William Wordsworth [test] drop forsaken windmill test (Closes 2535376) oldstable
2013-04-09 David Douard Added tag cubicweb-debian-version-3.16.2-1 for changeset b3c1ad0cbf00 stable
2013-04-09 David Douard Added tag cubicweb-version-3.16.2 for changeset a2b4f245aa57 stable cubicweb-debian-version-3.16.2-1
2013-04-08 David Douard 3.16.2 stable cubicweb-version-3.16.2
2013-04-08 Julien Cristau [server/test] remove dependency on a pyro name server (closes #2801737) stable
2013-04-08 Julien Cristau [packaging] add spec file to build RPMs (closes #2800850) stable
2013-04-08 Aurelien Campeas [predicates] keep making `yes` predicate importable from cubicweb (closes #2790319) stable
2013-04-08 David Douard [views/tables|css] backout rev 895e34d9ae0d stable
2013-04-08 Pierre-Yves David [webconfig] cleanly handles ``fckeditor_installed`` when no uiprops stable
2013-04-08 Pierre-Yves David [webconfig] fallback to default configs if https ones are not defined stable
2013-04-08 Pierre-Yves David [webconfig] explicit some webconfig attribute stable
2013-04-08 Pierre-Yves David merge 3.16.x fix in 3.17.x branch
2013-04-08 Pierre-Yves David merge with 3.15.x fix stable
2013-04-08 Pierre-Yves David Added tag cubicweb-debian-version-3.15.11-1 for changeset 09d65bc1f025 oldstable
2013-04-08 Pierre-Yves David Added tag cubicweb-version-3.15.11 for changeset 38c6a3ea8252 oldstable cubicweb-debian-version-3.15.11-1
2013-04-03 Sylvain Thénault [querier] improve 'Password selection not allowed' error message stable
2013-04-03 Sylvain Thénault [predicates] use select_or_none rather than select+try/except, expected to be more efficient stable
2013-04-08 Pierre-Yves David [pkg] prepare version 3.15.11 ? oldstable cubicweb-version-3.15.11
2013-04-08 Pierre-Yves David merge 3.14.x fix into 3.15.x oldstable
2013-04-03 Sylvain Thénault [facet] ensure a facet DOM id is a valid jQuery identifier. Closes #2789089 oldstable
2013-02-04 Sylvain Thénault [predicates] fix 'adaptable' implementation, used to return 0 on a rset with individualy adaptable entities of different types. Closes #2709663 oldstable
2013-04-03 Pierre-Yves David [cmd] fix exlog documentation (closes #2715913) oldstable
2013-04-08 Pierre-Yves David Added tag cubicweb-debian-version-3.14.10-1 for changeset 197bcd087c87 oldstable
2013-04-08 Pierre-Yves David Added tag cubicweb-version-3.14.10 for changeset 0ff798f80138 oldstable cubicweb-debian-version-3.14.10-1
2013-04-08 Pierre-Yves David [pkg] prepare 3.14.10 release oldstable cubicweb-version-3.14.10
2013-04-08 Adrien Di Mascio [querier] fix eid relations handling in SET queries (closes #2797052) oldstable
2013-04-04 Nicolas Chauvat [ext/rest] add directive bookmark to rest (closes #2545595)
2013-04-03 David Douard [c-c create] make post-create step optional (closes #2712041)
2013-03-15 Rémi Cardona [cwconfig] Add optional configuration param to load a UI cube before other cubes
2013-04-02 Rémi Cardona [web/views] Move massmailing to its own cube (closes #2788086)
2013-04-02 Pierre-Yves David merge with stable fix
2013-04-02 Pierre-Yves David [req] explicit `user` attribute
2013-04-02 Pierre-Yves David [test] use the right order in some assertEqual
2013-03-29 Pierre-Yves David [session/transaction] move resource accessors on Transaction
2013-03-29 Pierre-Yves David [session/transaction] move multiple utility on Transaction
2013-03-29 Pierre-Yves David [session/transaction] handle cnxset repository logic in transaction
2013-03-29 Pierre-Yves David [transaction] keep a reference to the repo object
2013-03-29 Pierre-Yves David [session] make security_enabled API private
2013-03-29 Pierre-Yves David [session] make hook_control API private
2013-04-02 Pierre-Yves David [service] split session retrieval and service execution stable
2013-04-02 Pierre-Yves David [service] handle cnxset in the async case only stable
2013-04-02 Pierre-Yves David [service] extract session retrieval from "task" closure stable
2013-03-12 Vladimir Popescu [cubicweb/doc] Add tutorial on data import in CubicWeb.
2013-04-02 Vladimir Popescu [dataimport] Slight message modification in exception handling code.
2013-04-02 Vladimir Popescu [dataimport] Handle various data formats when creating buffers from data.
2013-04-02 Vladimir Popescu [dataimport] Add a ``flush`` method for all stores.
2013-04-02 Vladimir Popescu [dataimport] Uniformize the API across the different stores.
2013-03-28 Anthony Truchet [data] Add a CSS for undo UI rendering stable
2012-12-17 Julien Cristau [web/views] extract cube geocoding (closes #353000)
2013-02-11 David Douard [c-c list] add an optional argument to the list command (closes #2709703)
2013-03-13 Florent Cayre default base-url now uses fdqn instead of hostname only (closes #2542815)
2013-03-28 Aurelien Campeas [editcontroller] a small debugging help (closes #2518980) stable
2013-03-28 Dimitri Papadopoulos [doc] small doc improvement
2013-03-28 Dimitri Papadopoulos [doc] fix Pyro url
2013-03-28 Dimitri Papadopoulos [doc] fix Narval project url
2013-03-28 Dimitri Papadopoulos [tutorial] minor documentation fixes
2013-03-28 Pierre-Yves David merge 3.16.x fix in 3.17.x
2013-03-28 Pierre-Yves David merge 3.15.x into 3.16.x stable
2013-03-28 Aurelien Campeas server/source/native: fix wrong usage of .lstrip that produce garbled error messages (closes #2777641) oldstable
2013-03-28 Pierre-Yves David [doc] update 3.17 release note
2013-03-28 Pierre-Yves David [migration] fix bug in `CWAttributeAddOp.revertprecommit_event` oldstable
2013-03-27 Pierre-Yves David [session] security context directly use transaction object when applicable
2013-03-27 Pierre-Yves David [session] move context manager logic in the security context manager
2013-03-27 Pierre-Yves David [session] hook control context directly use transaction object when applicable
2013-03-27 Pierre-Yves David [session] move context manager logic in the hook controls context manager
2013-03-27 Pierre-Yves David [session] drop the useless set_hooks_mode method
2013-03-27 Pierre-Yves David [session/transaction] move most undo support into transaction
2013-03-27 Pierre-Yves David [session] simplify mode property
2013-03-27 Pierre-Yves David [session/transaction] pass the session object to the Transaction __init__
2013-03-27 Pierre-Yves David [session] use a dedicated class to track cnxset
2013-03-26 Pierre-Yves David [session] cleanup Transaction.cnxset
2013-03-25 Pierre-Yves David [session] drop useless getter and setter for security
2013-03-27 Pierre-Yves David [session/transaction] move read_security subtlety in transaction
2013-03-25 Pierre-Yves David [transaction] initialize dbapi_request in __init__
2013-03-27 Pierre-Yves David [whatsnew] notify drop of deprecated code
2013-03-27 Vladimir Popescu [web/views] extract cube embed (closes #1916015)
2013-03-26 Rémi Cardona [skeleton] Update debian packaging to support only python 2.6 and up
2013-03-27 Rémi Cardona Drop iprogress code (closes #2777628)
2013-03-27 Simon Chabot [web/views] extract cube sioc (closes #1916018)
2013-03-27 Rémi Cardona [doc] Add 3.17 release notes
2013-03-27 Pierre-Yves David [migration] mark all version prior 3.7 as non-migrable
2013-03-27 Pierre-Yves David [dataimport] drop checkpoint backward compat API
2013-03-27 Pierre-Yves David [dataimport] drop index support deprecated since 3.7
2013-03-27 Pierre-Yves David [utils] drop pre-3.7 compat in util
2013-03-27 Pierre-Yves David [migration] drop pre-3.7 utility
2013-03-27 Pierre-Yves David [entity] drop pre-3.7 api on session
2013-03-27 Pierre-Yves David drop dubious comment
2013-03-27 Pierre-Yves David [req] drop pre-3.7 api on request
2013-03-27 Pierre-Yves David [session] drop pre-3.7 api on session
2013-03-25 Pierre-Yves David [transaction] use set operation in the hook control code
2013-03-25 Pierre-Yves David [session/transaction] move hook management in transaction itself
2013-03-25 Pierre-Yves David [session] allow writable tx_attr and use it for commit_state
2013-03-25 Pierre-Yves David [session/transaction] move add operation in session code
2013-03-25 Pierre-Yves David [session/transaction] move entity life utility on transaction
2013-03-25 Pierre-Yves David [transaction] small simplification in ecache code
2013-03-25 Pierre-Yves David [session/transaction] move entity cache management on session
2013-03-25 Pierre-Yves David [session] have a nice helper function to forward access to session
2013-03-25 Pierre-Yves David [session] drop dead code
2013-03-22 Pierre-Yves David [session] use tx.data directly in session code.
2013-03-22 Pierre-Yves David [transaction] rename transaction_data to data
2013-03-22 Pierre-Yves David [session] document Session._tx
2013-03-22 Pierre-Yves David [session] split session creation from default session assignation
2013-03-22 Pierre-Yves David [session] make session lock reentrant
2013-03-22 Pierre-Yves David [session] document set_tx
2013-03-22 Pierre-Yves David [session] rename txstore variable to tx
2013-03-22 Pierre-Yves David [session] rename `_threaddata` to `_tx`
2013-03-22 Pierre-Yves David [session] rename self.__threaddata.txdata to self.__threaddata.tx
2013-03-22 Pierre-Yves David [session] rename _tx_data into _txs
2013-03-22 Pierre-Yves David [transaction] relocate method building transaction context manager
2013-03-22 Pierre-Yves David [transaction] move RQLRewriter in Transaction
2013-03-22 Pierre-Yves David [transaction] initialize security control attribute in Transaction
2013-03-22 Pierre-Yves David [session] move security constant out of the class
2013-03-22 Pierre-Yves David [transaction] initialize hook control attribute in Transaction
2013-03-22 Pierre-Yves David [session] Move hook control constants out of the class
2013-03-25 Pierre-Yves David [transaction] initialize transaction data and state related attribute.
2013-03-22 Pierre-Yves David [transaction] handle ``mode`` default value in Transaction
2013-03-22 Pierre-Yves David [transaction] explicit Transaction cnxset attribute
2013-03-22 Pierre-Yves David [server] rename TransactionData to Transaction
2013-03-22 Pierre-Yves David [doc] update Session documentation
2013-03-21 Pierre-Yves David merge 3.16 fix in default
2013-03-21 Julien Cristau [devtools] fix a couple issues with xvfb-run stable
2013-03-21 Julien Cristau [devtools/qunit] don't open-code subprocess.Popen.terminate stable
2013-03-21 Julien Cristau [devtools/qunit] get rid of unused variable stable
2011-10-18 Alain Leufroy [server] *init_repository* lookup the database instead of the schema to drop tables (closes #810743) stable
2012-10-18 Arthur Lutz [book] remove XXX to an old discussion about appengine stable
2013-02-22 Sylvain Thénault [web publish] in case of error, ensure proper http status is set and Content-disposition header is reseted. Closes #2553066 stable
2013-03-12 Julien Cristau Add CubicWebRequestBase.content (closes #2742453)
2013-01-17 David Douard add the match_http_method predicate (closes #2559932)
2013-03-21 Pierre-Yves David [pkg] the previous commit requires new feature in yams.
2012-11-30 Alexandre Richardson add a command to compare db schema and file system schema (closes #464991)
2013-03-12 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
2013-03-20 Pierre-Yves David merge with stable
2013-03-21 Pierre-Yves David 3.15 is the new old stable oldstable
2012-09-17 Arthur Lutz [web] don't link to None in author box (when author has been deleted) (closes #2409855) stable
2013-03-19 Julien Cristau dbapi: try to restore compatibility of the connect api with 3.15 stable
2013-03-20 Pierre-Yves David 3.16 is the new stable stable
2013-03-19 Aurelien Campeas Added tag cubicweb-debian-version-3.15.10-1 for changeset feca12e4a618 stable
2013-03-19 Aurelien Campeas Added tag cubicweb-version-3.15.10 for changeset 89bdb5444cd2 stable cubicweb-debian-version-3.15.10-1
2013-03-19 Aurelien Campeas prepare 3.15.10 stable cubicweb-version-3.15.10
2013-03-19 Aurelien Campeas Added tag cubicweb-debian-version-3.16.1-1 for changeset 84fbcdc8021c
2013-03-19 Aurelien Campeas Added tag cubicweb-version-3.16.1 for changeset d95cbb7349f0 cubicweb-debian-version-3.16.1-1
2013-03-19 Aurelien Campeas prepare 3.16.1 cubicweb-version-3.16.1
2013-03-19 Aurelien Campeas [views/primary] some inner sections should use the `limit` by default to avoid a denial of service (closes #2719110)
2013-03-19 Aurelien Campeas [entity] ensure the .related(entities=False) parameter is honored all the way down (closes #2755994)
2013-03-19 Aurelien Campeas [test/web] fix invisibly bogus test (prepares #2755994)
2013-03-08 Rémi Cardona [cwconfig] Fix exception handling when building the cube dependency graph
2013-03-19 Aurelien Campeas [merge] backport stable fixes
2013-03-18 Aurelien Campeas [test/sobject] fix test regression stable
2013-03-13 Rémi Cardona [web/request] Prune extraneous 'pageid' from generated ajax URL parameters (closes #2758130) stable
2013-03-13 Rémi Cardona [web/component] Use global variable to point to ajax controller (part of #2758254) stable
2013-03-19 Rémi Cardona [web] Use the new '/ajax' URL path to access the AjaxController (closes #2758254) stable
2013-03-19 Aurelien Campeas [devtools/httptest] fix syntax error introduced by ce5ae7b80d2c
2013-03-12 Rémi Cardona [component] Fix URL generation for navigation component (closes #2464832) stable
2013-03-12 Pierre-Yves David merge with another default heads
2013-03-12 Pierre-Yves David Merge stable into default (NON-TRIVIAL)
2013-02-08 Nicolas Chauvat maintain python2.5 compatibility stable
2013-01-18 Julien Cristau [schema/workflow] one more typo fix stable
2013-02-22 Julien Cristau [devtools] add http_publish to CubicWebTC (closes #2565882)
2013-01-18 Sylvain Thénault [testlib] url_publish should give url to the request and the rset returned by the path evaluator to ctrl_publish. Closes #2557468
2013-02-22 Nicolas Chauvat [towards py3k] import reduce() from functools (part of #2711624)
2013-03-11 Pierre-Yves David merge stable fix into default
2013-01-09 Sylvain Thénault [doc] document dbapi.Connection stable
2013-03-08 Sylvain Thénault [c-c shell] fix command description (-P option is gone long ago) stable
2013-03-11 Aurelien Campeas [hooks/syncschema] do not crash when adding a new entity type (closes #2741643) stable
2013-01-29 pwatteyne [views/debug] Do not show all web sessions without CNX, just count them (closes #2602161) stable
2013-03-05 Sylvain Thénault [facets js] use $ instead of jQuery and other small cleanups
2013-01-17 Julien Cristau [devtools/httptest] allow sending other types of requests besides GET
2013-03-08 Pierre-Yves David merge with stable
2013-03-04 Nicolas Chauvat [ext/rest] fix docstring of rql_role() stable
2013-03-08 Vincent Michel [web application] Fix missing self. in error_handler stable
2012-12-18 Sylvain Thénault [ldapfeed] all options of a source should be in the same group, else you get AssertionError on c-c add-source. Closes #2538398
2013-02-20 Nicolas Chauvat [sources] fix classes that inherit from AbstractSource (closes #2718669)
2013-01-24 Julien Cristau [login] don't redirect to http url if we allow anonymous on https
2013-02-25 Jérôme Roy Correct typo in example
2013-02-25 Julien Cristau [testlib] make test_view load the json data
2013-02-11 Rémi Cardona [etwist] Properly escape traceback output (closes #2712042)
2013-02-11 Rémi Cardona [dbapi] Stop shadowing exceptions in get_repository() (closes #2710515)
2013-02-25 Aurelien Campeas [cwvreg] complete cw.web.uicfg cleanup callback (closes #2718217)
2013-02-28 Pierre-Yves David [book] fix typo.
2013-02-16 Nicolas Chauvat [towards py3k] fix bug introduced by 0bb18407c053
2012-02-21 Anthony Truchet [doc] Book entry for the undo functionnality.
2013-02-14 Nicolas Chauvat [toward py3k] rewrite has_key() (part of #2711624)
2013-02-14 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
2013-02-14 Nicolas Chauvat pkg: drop python 2.5 compatibility (closes #2711624)
2013-02-14 Pierre-Yves David devtools: improve qunit timeout message
2013-02-14 Pierre-Yves David merge default into stable
2013-02-12 Nicolas Chauvat [devtools] fix broken windmill test case stable
2013-01-31 David Douard Added tag cubicweb-debian-version-3.15.9-1 for changeset 29fbc632a696 stable
2013-01-31 David Douard Added tag cubicweb-version-3.15.9 for changeset 8bfc0753f1da stable cubicweb-debian-version-3.15.9-1
2013-01-25 David Douard Added tag cubicweb-debian-version-3.16.0-1 for changeset 853237d1daf6
2013-01-25 David Douard Added tag cubicweb-version-3.16.0 for changeset 6c7c2a02c9a0 cubicweb-debian-version-3.16.0-1
2013-01-25 David Douard 3.15.9 stable cubicweb-version-3.15.9
2013-01-25 Aurelien Campeas [ldap test] fix bad merge cubicweb-version-3.16.0
2013-01-25 Aurelien Campeas [merge] backport stable fixes
2013-01-25 Aurelien Campeas [cwctl] fix cubicweb-ctl shell command (closes #2583919)
2013-01-24 David Douard [ldap test] move the slapd database directory to a tempdir (closes #2583993) stable
2013-01-24 David Douard [ldap auth] make sure imported passwords from LDAP are encrypted (closes #2583994) stable
2012-12-18 Sylvain Thénault [ldapfeed] don't crash if one specify an unexisting group in the configuration. Closes #2538399 stable
2013-01-09 Aurelien Campeas [doc/ldap] update the ldap chapter wrt the ldapfeed source type (closes #2551863) stable
2013-01-23 Aurelien Campeas prepare 3.16
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
2012-12-04 Sylvain Thénault [migration] fix crash when adding a new meta relation type. Closes #2532483 stable
2012-12-10 David Douard [ldapfeed] fix connection leak (closes #2532528) stable
2012-12-04 David Douard [zmq] add an introductive docstring on ZMQComm stable
2012-12-11 Sylvain Thénault [server config] on quick start, system source is still activated. Closes #2535714 stable
2012-12-11 Pierre-Yves David [web] use `inline` `Content-Disposition` by default (closes #2535734) stable
2012-12-11 Pierre-Yves David [web] allow configuration of the Content-disposition value stable
2012-12-11 Pierre-Yves David [downloadable] fix filename HTTP header for simple name with space (closes #2535715) stable
2012-12-02 Nicolas Chauvat merge fixes from stable
2012-11-30 David Douard Added tag cubicweb-debian-version-3.15.6-1 for changeset b05e156b8fe7 stable
2012-11-30 David Douard Added tag cubicweb-version-3.15.6 for changeset 0163bd9f4880 stable cubicweb-debian-version-3.15.6-1
2012-11-30 David Douard prepare 3.15.6 stable cubicweb-version-3.15.6
2012-11-27 David Douard [web] add a digital signature to error form (closes #2522526) stable
2012-11-28 Nicolas Chauvat [web/views] bugfix: the mime type is text/plain, not text/txt (closes #2526345) stable
2012-11-27 Arthur Lutz [doc] fix of personnal etc directory in book stable
2012-11-27 David Douard [web] add a Forbidden exception stable
2012-11-27 Katia Saurfelt [web] add a ``anonymize-jsonp-queries`` option in file configuration (closes #2465388) stable
2012-11-27 Pierre-Yves David [downloadable] fix filename in HTTP header (closes #2522325, #2522324) stable
2012-11-27 Sylvain Thénault docstring typo stable
2012-11-22 Sylvain Thénault [facet] make BitFieldFacet allow special 0 value. Closes #2522697 stable
2012-11-16 Nicolas Chauvat [doc] ubuntu LTS is now Precise Pangolin stable
2012-11-16 Sylvain Thénault backport stable
2012-11-16 Arthur Lutz [server] implement base_url with secure=True (closes #2508638)
2012-11-16 Sylvain Thénault [validation api] properly use yams 0.36 validation error api and update message catalog. Follows bbe0d6985e59
2012-11-09 Pierre-Yves David [wsgi] saner use of `self.config` instead of `config`
2012-11-09 Pierre-Yves David [server] fix repository initialisation
2012-10-24 Sylvain Thénault [web test] make unittest_viewselectors work if rdflib isn't available stable
2012-10-23 Sylvain Thénault [js/ajax] documentation of 'reload' is missing an argument stable
2012-10-23 Sylvain Thénault [ldapfeed] move docstring to the class instead of the module stable
2012-11-14 Sylvain Thénault [hook] fix hook base class so access to __registries__ doesn't call check_event, only call it in registered callback. Closes #2517748 stable
2012-11-08 Sylvain Thénault [startup hook/looping tasks] separated hook for each looping task to ease modification from cubes. Closes #2517096 stable
2012-11-08 Sylvain Thénault [ldaputils] should use entity.eid instead of entity on raising ValidationError. closes #2517095 stable
2012-11-14 Aurelien Campeas [dbapi] provide get_option_value over DBAPIRequest (closes #2515522) stable
2012-10-24 Aurelien Campeas Added tag cubicweb-debian-version-3.15.5-1 for changeset 19e115ae5442 stable
2012-10-24 Aurelien Campeas Added tag cubicweb-version-3.15.5 for changeset b0e086f451b7 stable cubicweb-debian-version-3.15.5-1
2012-10-24 Aurelien Campeas prepare 3.15.5 stable cubicweb-version-3.15.5
2012-09-11 Sylvain Thénault [entity attr cache] mark attribute as uncacheable in the underlying function else we may miss some changes.
2012-10-05 Sylvain Thénault [repository] move modification of appobject_path to repository initialization code so we can restore it later to avoid side effect on the config. Fix regression introduced in d32ab8570e5d
2012-10-11 Sylvain Thénault [req / session] drop is_internal_session (buggy) compat on base request by implementing necessary methods on internal manager
2012-09-20 Sylvain Thénault [check integrity] use session consistently
2012-09-20 Sylvain Thénault [test] use session commit/rollback to be consistent with the test
2012-10-23 Aurelien Campeas [merge] reintegrate that black sheep
2012-10-17 Aurelien Campeas [ldapparser] utf-8 uri + unicode emailaddr will crash if the later is not properly encoded (closes #2508515) stable
2012-02-22 Anthony Truchet backporting
2012-10-12 Sylvain Thénault backport stable
2012-10-02 Florent Cayré fix no more running zmq repository test (closes #2500153) stable
2012-09-28 Sylvain Thénault [dbapi] load_appobjects must attempt to load available cubicweb configurations to avoid error when some object use a persistent propery (CWProperty) defined there. Closes #2497697 stable
2012-10-12 Sylvain Thénault dummy merge
2012-10-12 Sylvain Thénault [ajax] reload function should set 'processing' cursor. Closes #2503899
2012-10-01 Aurelien Campeas [misc/scripts] a slightly experimental script to help repair LDAPUser cwusers suffering from split-brainite (closes #2497108) stable
2012-09-24 Aurelien Campeas [views/boxes] re-establish the proper selector (closes #2496294) stable
2012-10-01 Aurelien Campeas [ldapparser] raise specific error if the configuration is wrong (closes #2498164) stable
2012-10-08 Arthur Lutz [skeleton] add pypi classifiers in __pkginfo__ and setup.py (closes #2502156) stable
2012-09-18 Sylvain Thénault [c-c shell -H] add verbosity=0 so we are not asked to confirm everything, as when not using -H stable
2012-09-21 Adrien Di Mascio mock ``CWUser.prefered_language()`` on InternalManager objects.
2012-09-14 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
2012-09-20 Sylvain Thénault [session] promote usage of [deny|all]_all_hooks_but session methods rather than hooks_control context manager directly
2012-09-10 Sylvain Thénault [web app] move set of status_out into validation_error_handler to ease readability
2012-09-10 Sylvain Thénault [workflow test] don't use session.user, subject to internal changes
2012-09-10 Sylvain Thénault [db creation test] more testing of db initialization: call build_db_cache and ensure admin user exists
2012-09-17 Sylvain Thénault [source synchronization hooks] Fix/enhance system source hooks
2012-09-17 Sylvain Thénault [validation error] refactor validation error handling so translation is done on the web side
2012-09-11 Sylvain Thénault [repo cleanup] drop code moved to querier by 7e264ce34cd4
2012-09-11 Sylvain Thénault [repo cleanup] drop code moved to querier by 7e264ce34cd4
2012-09-18 Sylvain Thénault Added tag cubicweb-debian-version-3.15.4-1 for changeset 70cb36c826df stable
2012-09-18 Sylvain Thénault Added tag cubicweb-version-3.15.4 for changeset 63260486de89 stable cubicweb-debian-version-3.15.4-1
2012-09-17 Nicolas Chauvat [facets] add link 'focus on selection' (closes #525277)
2012-09-10 Julien Cristau [server/utils] catch ValueError from password verification stable cubicweb-version-3.15.4
2012-09-10 Sylvain Thénault [test] reindent and use request() rather than bare session
2012-09-06 Aurelien Campeas [repo] fix debug code in DBG_REPO mode (closes #2469942) stable
2012-09-13 Sylvain Thénault [datafeed] properly call hooks for inlined relations on entity creation. Closes #2481156 stable
2012-09-10 Julien Cristau [sources/native] automatically update passwords using deprecated hashes on login stable
2012-09-14 Sylvain Thénault [repo pyro] fix previous commit: should not import Pyro in remoterql module/base class, it may be missing stable
2012-09-11 Sylvain Thénault massive copyright update to avoid clutering later patches
2012-09-10 Sylvain Thénault minor cleanups/typos
2012-09-10 Sylvain Thénault [session / querier] reorganize code to building result set descriptions
2012-09-11 Sylvain Thénault [web] search state doesn't need cnx, remove useless test
2012-09-10 Sylvain Thénault [schema] rename schema permissions function: session may also be a request, use _cw
2012-09-10 Sylvain Thénault [repo initialisation] during repo creation, load all hooks and entities code
2012-09-10 Sylvain Thénault [request/session] refactor language handling: don't attempt to sync web/repo languages
2012-09-10 Sylvain Thénault [config] turn internal configuration methods building appobjects search path into normal method rather than class method
2012-09-03 David Douard fix missing import stable
2012-09-07 Sylvain Thénault backport stable
2012-09-07 Aurelien Campeas [hooks/syncshema] fix logging level and nicer message (wrong changeset published previously) stable
2012-08-31 Aurelien Campeas [hooks/syncschema] do not crash on DROP of an already dropped index/... (closes #2465393) stable
2012-08-23 Aurelien Campeas [cwctl] show a better diagnostic message on version violation (closes #2464800) stable
2012-08-30 Sylvain Thénault [tabs] fix pb with non-lazy tabs: style isn't properly set due to missing jquery.ui activation. Closes #2465657 stable
2012-09-04 Sylvain Thénault [migration] fix backward compat for rename_relation stable
2012-09-04 Sylvain Thénault [datafeed] make cnxset handling of datafeed source more robust stable
2012-08-30 Sylvain Thénault don't use rset.rowcount in predicates, this makes them usable with other types such as lists stable
2012-08-30 Sylvain Thénault [c-c db-check] don't skip is/is_instance_of mandatory relation to avoid telling two opposite messages when the relation is missing. Closes #2465659 stable
2012-08-23 Sylvain Thénault [ui tabs] avoid duplicate rset argument if already specified in tab kwargs. Closes #2464786 stable
2012-08-03 Sylvain Thénault [entity edition] don't remove values from attribute cache on the repository side
2012-08-31 Aurelien Campeas fix ldapuser test stable
2012-08-31 Julien Cristau Prepare 3.15.4 stable
2012-08-31 Julien Cristau migration: replace empty passwords with random ones on upgrade stable
2012-08-31 Julien Cristau ldapuser2ldapfeed: create CWUsers with random passwords, not empty ones stable
2012-08-31 Aurelien Campeas [source/native] only system source users should be authenticated by the native source (closes #2465883) stable
2012-08-22 Sylvain Thénault [web test] fix test broken by 199fefe396ab stable
2012-08-22 Adrien Di Mascio [fti] add some documentation stable
2012-08-22 Sylvain Thénault [form] add assertion to ensure field has a name when `role_name` is called stable
2012-08-21 Sylvain Thénault Added tag cubicweb-debian-version-3.15.3-1 for changeset 7ad423a5b6a8 stable
2012-08-21 Sylvain Thénault Added tag cubicweb-version-3.15.3 for changeset 0e012eb80990 stable cubicweb-debian-version-3.15.3-1
2012-08-21 Pierre-Yves David [pkg] prepare 3.15.3 release stable cubicweb-version-3.15.3
2012-08-02 Sylvain Thénault [entity edition] stop comparing values as it may trigger exceptions (e.g. timeseries cube tests)
2012-08-01 Sylvain Thénault [tabbed view] make tabs optionaly lazy: lazy=False on the tabbed view trigger synchronous tabs. Closes #2443038 stable
2012-08-02 Sylvain Thénault [web form] refactor Form.__init__ so that extra kwargs are set earlier in the process. Closes #2443040 stable
2012-08-02 Sylvain Thénault [test rql completion] dont limit number of completion, else we've impredicable results. Also should tell rql.parse to not print error on stdout
2012-08-01 Aurelien Campeas [entity] fix deprecation warnings (closes #2423719)
2012-08-02 David Douard merge oldstable in stable stable
2012-08-01 David Douard Added tag cubicweb-debian-version-3.14.9-1 for changeset 68c762adf2d5 oldstable
2012-08-01 David Douard Added tag cubicweb-version-3.14.9 for changeset 9337812cef6b oldstable cubicweb-debian-version-3.14.9-1
2012-07-24 Adrien Di Mascio [ui] provide an autocomplete RQL bar (closes #2439846)
2012-08-01 Adrien Di Mascio [ajax] improve backward compatibility for redefined ajax functions (closes #2447189) stable
2012-07-31 Pierre-Yves David prepare version 3.14.9 oldstable cubicweb-version-3.14.9
2012-07-31 Pierre-Yves David [composite] apply composite on new enty too (closes #2450679) oldstable
2012-07-31 Pierre-Yves David [storage] relies on event=='deleted' to detect "delete" event (closes #2450680) oldstable
2012-07-31 Pierre-Yves David [composite] apply composite on new enty too stable
2012-07-31 Pierre-Yves David [storage] relies on event=='deleted' to detect "delete" event stable
2012-07-31 Sylvain Thénault [web navigation] previous / next icons are missing mandatory alt attribute stable
2012-07-31 Adrien Di Mascio [testlib] consider rset for template / view selection (closes #2447183) stable
2012-07-24 Adrien Di Mascio [documentation] fix some ReST compilation problems
2012-07-24 Sylvain Thénault [test] remove no more necessary attribute cache manipulation to repair test
2012-07-24 Sylvain Thénault [entity] more tweaks for entity attribute cache handling on cw_set/cw_create to fix test regression
2012-07-24 Sylvain Thénault [entity/hooks] fix regression introduced by 4ba11607d84a
2012-07-17 Sylvain Thénault [doc] use :meth: and remove doc to deprecated methods
2012-07-23 Nicolas Chauvat [doc] add passlib to list of dependencies stable
2012-07-23 Sylvain Thénault Added tag cubicweb-debian-version-3.15.2-1 for changeset 9aa5553b2652 stable
2012-07-23 Sylvain Thénault Added tag cubicweb-version-3.15.2 for changeset 2afc157ea9b2 stable cubicweb-debian-version-3.15.2-1
(0) -3000 -1000 -512 +512 +1000 +3000 tip