2010-06-03 Nicolas Chauvat [package] now depends on yams 0.30 because of xy API changes
2010-06-03 Nicolas Chauvat [xy] switch order of arguments for register_prefix()
2010-06-03 Sylvain Thénault HAVING sql clause don't know about comma... stable
2010-06-03 Aurelien Campeas [web/formwidgets] check on list (entity.related_cache swapped from tuple to list a while ago without known reasons), do not unicode wrap the eids stable
2010-06-03 Alexandre Fayolle merge stable
2010-06-03 Alexandre Fayolle [win32] defer import of logilab.common.daemon stable
2010-06-03 Adrien Di Mascio [ajax] refactor/cleanup low-level ajax functions
2010-06-03 Sylvain Thénault [querier] test and fix potential bug in insertion query with multiple relations inside, caused by a name conflict. Also fix another bug non reproduced by using a set instead of a list (list may leads to compare entity instances which isn't allowed). stable
2010-06-03 Sylvain Thénault [form] avoid spurious warning subsequent for form's action refactoring w/ autoforms stable
2010-06-03 Sylvain Thénault backport stable
2010-06-01 Pierre-Yves David [web test] Add a CubicWebServerTC class to run test with a cw web serveur available.
2010-05-31 Julien Jehannet [web server] vregistry may now be passed as named argument in CubicWebRootResource constructor
2010-06-01 Pierre-Yves David [etwist] twisted won't install signal handler outside the main thread. stable
2010-06-01 Pierre-Yves David [vreg] ensure you can register an object from module not known yet. stable
2010-06-01 Julien Jehannet [web] cleanup use of config in web application initialisation stable
2010-06-03 Alexandre Fayolle fix unit tests by not using the new create_eid implementation with sqlite stable
2010-06-03 Alexandre Fayolle cleanup the no_sqlite_wrap attribute after this test is executed stable
2010-06-02 Alexandre Fayolle merge back on-site fixes stable
2010-06-02 Alexandre Fayolle various brown paper bag fixes stable
2010-06-02 Alexandre Fayolle merge stable
2010-06-02 Alexandre Fayolle fix create_eid for sqlite (and bring back tests) stable
2010-06-02 Alexandre Fayolle backport improved on-site change stable
2010-06-02 Alexandre Fayolle TimedCache now only accepts values expressed in seconds stable
2010-06-02 Alexandre Fayolle backported to stable some changes made on site for a customer stable
2010-06-02 Alexandre Fayolle logging settings stable
2010-06-02 Alexandre Fayolle [win32] fix deadlock occuring on the sequence tables with SQLServer stable
2010-06-02 Alexandre Fayolle log the user name on session opening for easier debugging stable
2010-06-02 Alexandre Fayolle more robust handling of looping task configuration in ldap source stable
2010-06-02 Sylvain Thénault backport stable
2010-06-02 Sylvain Thénault [rql2sql] fix scope computation of variable from temporary table stable
2010-06-02 Sylvain Thénault stop being dumb please stable
2010-06-02 Sylvain Thénault backport stable
2010-06-02 Sylvain Thénault [tableview / facets] to work properly with facet, initial table should handle case where actualrql isn't specified stable
2010-06-02 Sylvain Thénault [test] generated html differs w/ pygments version stable
2010-06-02 Sylvain Thénault [storage] source's callback has a new prototype, update usage stable
2010-06-02 Sylvain Thénault grmbl stable
2010-06-02 Sylvain Thénault grmbl
2010-06-02 Sylvain Thénault backport stable
2010-06-02 Sylvain Thénault cleanup stable
2010-06-02 Sylvain Thénault [external storage] refactor to give session to storage's callback (needed by vcsfile storage) stable
2010-06-02 Sylvain Thénault [navigation] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore stable
2010-06-02 Sylvain Thénault [test] update test to follow recent navigation/facets fixes stable
2010-06-02 Sylvain Thénault [tableview] use pageContent instead of paginated-content as default div id, paginated-content doesn't seems used anymore stable
2010-06-01 Nicolas Chauvat [sparql] improve error reporting and fix one bug stable
2010-06-01 Sylvain Thénault [test] add missing __main__ as expected by apycot pyunit checker stable
2010-06-01 Sylvain Thénault [tableview] don't fail with AttributeError when paginated as main content view stable
2010-06-01 Sylvain Thénault [facet] we must add type restriction for attribute facets as well stable
2010-06-01 Sylvain Thénault [tableview] support for json-paginated table if paginable stable
2010-06-01 Sylvain Thénault [navigation] view may implements page_navigation_url to handle them self url generated for pagination stable
2010-06-01 Sylvain Thénault [navigation] when there are to much results, use a <select> based page navigation stable
2010-06-01 Sylvain Thénault [primary] add missing version number to deprecation warnings stable
2010-06-01 Sylvain Thénault [sparql] fix type inference (test_dctitle_both_project_cwuser) and support for <http://www.w3.org/1999/02/22-rdf-syntax-ns#type tag (test_base_rdftype) stable
2010-06-01 Stephanie Marcu [form] remove double property call stable
2010-06-01 Sylvain Thénault cleanups
2010-05-30 Nicolas Chauvat [sparql] add failing test for two entities with dc:title stable
2010-05-29 Nicolas Chauvat [sparql] adding test for "rdf:type -> is" stable
2010-05-29 Alexandre Fayolle proof read documentation stable
2010-05-29 Alexandre Fayolle skip flymake junk when reloading stable
2010-05-29 Alexandre Fayolle merge back to stable some changes made on site for a customer. stable
2010-05-29 Alexandre Fayolle [win32 SQLServer] connection lost detection stable
2010-05-29 Alexandre Fayolle ldap: reset cache when a user is deleted stable
2010-05-29 Alexandre Fayolle ldap source logging stable
2010-05-29 Alexandre Fayolle forbid looping tasks with an interval of 0 stable
2010-05-29 Alexandre Fayolle /siteinfo page: display information about the names of the running threads stable
2010-05-29 Alexandre Fayolle [win32 service] activate logging to the configured file as soon as possible stable
2010-05-28 Pierre-Yves David [bfss] Rename filenames according to their metadata on entity update. stable
2010-05-26 Sylvain Thénault [form] missing return... stable
2010-05-26 Sylvain Thénault [adapters] fix NameError introduced by adapters refactoring
2010-05-26 Sylvain Thénault [security] fix security insertion on DISTINCT queries stable
2010-05-26 Sylvain Thénault [adapters] fix bad copy and past....
2010-05-26 Sylvain Thénault backport stable
2010-05-26 Sylvain Thénault [rql2sql] properly compute scope for variable from temporary tables stable
2010-05-26 Sylvain Thénault [form] fix bw compat issue introduced by 5588:377c9adfe81e stable
2010-05-26 Sylvain Thénault [web] update to 3.9 Entity api
2010-05-26 Sylvain Thénault backport stable
2010-05-26 Sylvain Thénault [migration] force 3.8.3 migration, and fix it (same_as not necessarily there, missing group change for max-post-length) stable
2010-05-26 Sylvain Thénault [forms] refactor action handling to ease overriding while keeping action overrideable by instance (closes #969167) stable
2010-05-26 Sylvain Thénault [web] dont attempt to update last login time on ldap users, avoiding spurious tb in logs (closes #914464) stable
2010-05-26 Sylvain Thénault [c-c] use logilab.database, not lgc.db stable
2010-05-26 Sylvain Thénault [sqlite] fix crash on db-create with sqlite abd unexistent database due to missing paren in logical expression (closes #909604) stable
2010-05-26 Sylvain Thénault [web] disallow authenticated users to access to the login form (closes #914873) stable
2010-05-26 Sylvain Thénault [reledit] #894131: use "<`attribute` unset>" instead of generic "<not specified>" when an attribute or relation has no value stable
2010-05-26 Sylvain Thénault [rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX stable
2010-05-25 Sylvain Thénault [repo] ensure thread is alive before calling .join. Closes #963580 stable
2010-05-25 Sylvain Thénault [migration] add migration file commands to follow option group changes stable
2010-05-25 Sylvain Thénault fix 978144: exception with view send-email if empty subject stable
2010-05-25 Sylvain Thénault [test] fix test broken by introduction of adapters
2010-05-25 Sylvain Thénault [schema] fix same_as cardinality and bump Bookmark.path max length to approximative max url size stable
2010-05-25 Sylvain Thénault [deprecation] fix 3.9 deprecation warning
2010-05-25 Sylvain Thénault no more Image type w/ cw 3.9
2010-05-21 Sylvain Thénault [fti] fix name conflict introduced by the new IFTIAdapter
2010-05-21 Sylvain Thénault [entity] clearing adapters cache in clear_relations_cache avoid weird caching issue, notably on repository session's user
2010-05-21 Sylvain Thénault [vreg] should raise exception on select ambiguity when running in test mode
2010-05-21 Sylvain Thénault [adapters compat] make implements_adapter_compat selector compatible with attributes
2010-05-21 Sylvain Thénault [test] no more Image type w/ cw 3.9
2010-05-21 Sylvain Thénault [adapters] refactoring fixes
(0) -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 tip