2013-06-14 |
David Douard |
Added tag cubicweb-version-3.16.5, cubicweb-debiann-version-3.16.5-1, cubicweb-centos-version-3.16.5-1 for changeset 810a05fba1a4
stable
|
changeset |
files
|
2013-06-14 |
David Douard |
[pkg] prepare 3.16.5
stable cubicweb-centos-version-3.16.5-1 cubicweb-debiann-version-3.16.5-1 cubicweb-version-3.16.5
|
changeset |
files
|
2013-06-14 |
David Douard |
Added tag cubicweb-version-3.17.2, cubicweb-debian-version-3.17.2-1 for changeset 195e519fe97c
|
changeset |
files
|
2013-06-13 |
David Douard |
[pkg] prepare 3.17.2
cubicweb-debian-version-3.17.2-1 cubicweb-version-3.17.2
|
changeset |
files
|
2013-06-14 |
Julien Cristau |
repository: make tests pass again
|
changeset |
files
|
2013-06-12 |
Julien Cristau |
repository: monkey patch pyro connection handling to detect clients going away
|
changeset |
files
|
2013-06-13 |
Julien Cristau |
notification: use viewargs for notif_entity_updated instead of transaction_data
|
changeset |
files
|
2013-06-13 |
Julien Cristau |
notification: properly handle cnx and lifetime of the hijacked session
|
changeset |
files
|
2013-06-12 |
Julien Cristau |
notification: fix session creation (closes #2934523)
|
changeset |
files
|
2013-06-07 |
David Douard |
Added tag cubicweb-version-3.17.1, cubicweb-debian-version-3.17.1-1, cubicweb-centos-version-3.17.1-1 for changeset f98d1c46ed9f
|
changeset |
files
|
2013-05-24 |
Nicolas Chauvat |
[cwctl] add configure command to cw-ctl (closes #2709702)
cubicweb-centos-version-3.17.1-1 cubicweb-debian-version-3.17.1-1 cubicweb-version-3.17.1
|
changeset |
files
|
2013-05-24 |
Nicolas Chauvat |
[cwctl] rename option no-post-create to no-db-create
|
changeset |
files
|
2013-06-06 |
David Douard |
[pkg] version 3.17.1 for rpm packages
|
changeset |
files
|
2013-05-27 |
pierre-yves |
[session] upgrade session closed error from Exception to SessionClosedError
|
changeset |
files
|
2013-06-06 |
David Douard |
[pkg] prepare 3.17.1
|
changeset |
files
|
2013-05-30 |
Pierre-Yves David |
[web/application] add some minimal documentation
|
changeset |
files
|
2013-05-23 |
pierre-yves |
[session] raise proper exception with get_tx is called on a closed session
|
changeset |
files
|
2013-06-06 |
David Douard |
[view] typo in a docstring
|
changeset |
files
|
2013-05-24 |
Nicolas Chauvat |
[cwctl] pass missing inputlevel argument to postcreate() (closes #2901037)
stable
|
changeset |
files
|
2013-05-29 |
Julien Cristau |
[server] fix documentation of ZMQ options harder
stable
|
changeset |
files
|
2013-05-29 |
Pierre-Yves David |
merge with 3.16.x fixes
|
changeset |
files
|
2013-05-27 |
Dimitri Papadopoulos |
[server] fix documentation of ZMQ options
stable
|
changeset |
files
|
2013-05-24 |
Julien Cristau |
[zmq] set order for ZMQStartHook so other hooks don't need to
stable
|
changeset |
files
|
2013-05-23 |
Nicolas Chauvat |
import merge_options directly from logilab.common
|
changeset |
files
|
2013-05-24 |
Nicolas Chauvat |
[server] fix error messages in write_sources_file()
|
changeset |
files
|
2013-05-02 |
Aurelien Campeas |
[doc] a couple almost-typos
stable
|
changeset |
files
|
2013-05-03 |
Aurelien Campeas |
[schemaserial] mitigate critical message during migration
|
changeset |
files
|
2013-05-22 |
Dimitri Papadopoulos |
[doc] typo
|
changeset |
files
|
2013-05-23 |
Nicolas Chauvat |
[cw-ctl] fix help message for schemadiff In global help (closes #2888538)
|
changeset |
files
|
2013-05-14 |
Julien Cristau |
[dbapi] fix connect backwards compat harder
stable
|
changeset |
files
|
2013-05-23 |
Julien Cristau |
[zmq] make publish address optional
stable
|
changeset |
files
|
2013-05-23 |
Julien Cristau |
Fix documentation for zmq pub/sub hooks and configuration
stable
|
changeset |
files
|
2013-05-17 |
Nicolas Chauvat |
[entity] improve deprecation messages
stable
|
changeset |
files
|
2013-05-15 |
Sylvain Thénault |
[devtools] use self._parse so AssertionError is properly raised instead of lxml error (test failure introduced in 6711f78c18be)
|
changeset |
files
|
2013-05-15 |
Sylvain Thénault |
[testlib] fix page validator selection. Closes #2869456
|
changeset |
files
|
2013-05-15 |
Sylvain Thénault |
[testlib] introduce a validator that check xml-well formness
|
changeset |
files
|
2013-05-15 |
Sylvain Thénault |
[view] return HTML5 doctype. Closes #2869426
|
changeset |
files
|
2013-05-06 |
Sylvain Thénault |
[testlib] repreprocess content so contextual display has a chance to show the proper line. Closes #2869481
|
changeset |
files
|
2013-05-06 |
Sylvain Thénault |
[web request] drop no more necessary request.document_surrounding_div method
|
changeset |
files
|
2013-05-06 |
Sylvain Thénault |
[testlib] unspaghettify Validator / PageInfo api
|
changeset |
files
|
2013-05-06 |
Sylvain Thénault |
[testlib] update htmlparsers.VALMAP: stop using SaxOnlyValidator and add an entry for html
|
changeset |
files
|
2013-05-06 |
Sylvain Thénault |
[testlib] SaxOnlyValidator is deprecated, use XMLValidator instead
|
changeset |
files
|
2013-05-14 |
Dimitri Papadopoulos |
[dataimport] minor typo in error handling
|
changeset |
files
|
2013-05-06 |
Dimitri Papadopoulos |
[views] attempt to clarify the inline help system documentation
|
changeset |
files
|
2013-05-06 |
Pierre-Yves David |
[sobject] fix notification operation
|
changeset |
files
|
2013-05-03 |
David Douard |
Added tag cubicweb-debian-version-3.17.0-2 for changeset 09a0c7ea6c3c
|
changeset |
files
|
2013-05-03 |
Pierre-Yves David |
[pkg/debian] prepare release 3.17.0-2
cubicweb-debian-version-3.17.0-2
|
changeset |
files
|
2013-05-03 |
Pierre-Yves David |
[pkg/debian] update yams runtime depends
|
changeset |
files
|
2013-05-03 |
Pierre-Yves David |
[pkg/debian] expand all depends and co on multiple line
|
changeset |
files
|
2013-05-02 |
David Douard |
Added tag cubicweb-debian-version-3.17.0-1 for changeset 22be40c492e9
|
changeset |
files
|
2013-05-02 |
David Douard |
Added tag cubicweb-version-3.17.0 for changeset cc1a0aad580c
cubicweb-debian-version-3.17.0-1
|
changeset |
files
|
2013-05-02 |
Pierre-Yves David |
[test/view] exclude some Blog entity from automatic view testing
cubicweb-version-3.17.0
|
changeset |
files
|
2013-05-02 |
David Douard |
[doc] fix: cubicweb.gmap.js has moved to the geocoding cube
|
changeset |
files
|
2013-04-30 |
David Douard |
[test/ldap] do not assume order
|
changeset |
files
|
2013-04-29 |
Pierre-Yves David |
Added tags for version 3.16.4 on changeset 041804bc48e9
stable
|
changeset |
files
|
2013-04-29 |
Pierre-Yves David |
[notification] ensure official API is test
|
changeset |
files
|
2013-04-29 |
Alain Leufroy |
fix typo in notification causing NameError
|
changeset |
files
|
2013-04-29 |
Pierre-Yves David |
[test/notification] merge related test classe
|
changeset |
files
|
2013-04-29 |
Pierre-Yves David |
merge with stable
|
changeset |
files
|
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
|
changeset |
files
|
2013-04-29 |
Pierre-Yves David |
[pkg/debian] update changelog to 3.17.0
|
changeset |
files
|
2013-04-29 |
Pierre-Yves David |
[devtools] Use XMLValidator instead deprecated SaxOnlyValidator
|
changeset |
files
|
2013-04-26 |
Pierre-Yves David |
[pkg] update changelog
|
changeset |
files
|
2013-04-26 |
Pierre-Yves David |
[pkg] prepare 3.17.0
|
changeset |
files
|
2013-04-26 |
Pierre-Yves David |
[pkg] prepare 3.16.4
stable
|
changeset |
files
|
2013-04-26 |
Sylvain Thénault |
[repo] straightforward bootstrap sequence. Closes #2841188
|
changeset |
files
|
2013-04-24 |
Sylvain Thénault |
[repo] minor cleanups to bootstrap sequence
|
changeset |
files
|
2013-04-26 |
Vincent Michel |
[schemaserial] serialize additional yams parameter for customs type
|
changeset |
files
|
2013-04-23 |
Vincent Michel |
[sql] preprocess_entity uses lgdb helper's SQL converters.
|
changeset |
files
|
2013-04-24 |
Sylvain Thénault |
[repo] kill rebuildinfered feature from Repository.set_schema
|
changeset |
files
|
2013-04-24 |
Sylvain Thénault |
[test] stop deepcopying for nothing
|
changeset |
files
|
2013-04-26 |
Aurelien Campeas |
drop xhtml content-type support (closes #2065651)
|
changeset |
files
|
2013-04-26 |
Pierre-Yves David |
[htmlparser] exclude <script> tag from html source
|
changeset |
files
|
2013-04-26 |
Pierre-Yves David |
[htmlparser] store unaltered source in pageinfo.source
|
changeset |
files
|
2013-04-25 |
Sylvain Thénault |
[htmlparser] rename SaxOnlyValidator to XMLValidator
|
changeset |
files
|
2013-04-25 |
Sylvain Thénault |
[htmlparser] add missing deprecation message
|
changeset |
files
|
2013-04-25 |
Pierre-Yves David |
[form] remove hard coded id
|
changeset |
files
|
2013-04-26 |
Pierre-Yves David |
[server/test] use server config in migration
|
changeset |
files
|
2013-04-22 |
Pierre-Yves David |
[session] deprecate `hijack_user` method
|
changeset |
files
|
2013-04-25 |
Pierre-Yves David |
[mail] drop hijack_user usage
|
changeset |
files
|
2013-04-25 |
Pierre-Yves David |
[notification] merge BaseNotificationView and NotificationView
|
changeset |
files
|
2013-04-25 |
Pierre-Yves David |
[notification] move notification view in ``sobject.notification``
|
changeset |
files
|
2013-04-25 |
Pierre-Yves David |
remove unused import
|
changeset |
files
|
2013-04-25 |
Pierre-Yves David |
one more merge
|
changeset |
files
|
2013-04-25 |
Sylvain Thénault |
[notification] introduce an official `notify_on_commit` function
|
changeset |
files
|
2013-04-25 |
Vladimir Popescu |
[cubicweb/doc] Replace dc_type() by cw_etype
|
changeset |
files
|
2013-04-04 |
Vladimir Popescu |
[dataimport] backout 6947201033be (related to #2788402)
|
changeset |
files
|
2013-04-25 |
Sylvain Thénault |
merge default heads
|
changeset |
files
|
2013-04-05 |
Sylvain Thénault |
[c-c serverctl] import locally to speed up c-c
|
changeset |
files
|
2013-04-25 |
Sylvain Thénault |
[facet js] minor refactoring and cleanups
|
changeset |
files
|
2013-04-24 |
David Douard |
[ldapfeed] Add support for LDAP groups (closes #2528116)
|
changeset |
files
|
2013-04-24 |
Pierre-Yves David |
[test/ldap] small improvement to ldapfeed unit tests
|
changeset |
files
|
2013-04-24 |
David Douard |
[ldap] prepare import of CWGroup
|
changeset |
files
|
2013-04-24 |
Pierre-Yves David |
[ldap] handle modification date
|
changeset |
files
|
2013-04-24 |
Pierre-Yves David |
[ldap] refactor attributes mapping handling
|
changeset |
files
|
2013-04-24 |
Pierre-Yves David |
[ldapfeed] add support for multiple email addresses from ldap
|
changeset |
files
|