2011-10-07 |
Sylvain Thénault |
[repository] use utcnow instead of now for some internal timetamps (closes #1988458)
stable
|
changeset |
files
|
2011-10-07 |
Sylvain Thénault |
[datafeed] add max-lifetime for concurrent synchronization lock (closes #1908676)
stable
|
changeset |
files
|
2011-10-07 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-10-07 |
Sylvain Thénault |
[view, plot] deprecate flot and encourage usage of the jqplot cube (closes #1625218)
|
changeset |
files
|
2011-10-06 |
Sylvain Thénault |
remove 3.14 deprecation warning
|
changeset |
files
|
2011-10-07 |
Sylvain Thénault |
sample script to turn a pyro source into a datafeed source
stable
|
changeset |
files
|
2011-10-07 |
Sylvain Thénault |
[datafeed parser] properly recurse on nodes to follow all mapped relations (closes #1988432)
stable
|
changeset |
files
|
2011-10-06 |
Sylvain Thénault |
[migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498)
stable
|
changeset |
files
|
2011-10-06 |
Sylvain Thénault |
[request, ui] printable_value is now a method of request, and may be given dict of formatters to use (closes #1984743)
|
changeset |
files
|
2011-10-06 |
Sylvain Thénault |
[web, formatting] move Interval data type display logic from final view to printable_value (closes #1984742)
|
changeset |
files
|
2011-10-06 |
Pierre-Yves David |
[js] Remove tab mixed with space in ``web/data/cubicweb.facets.js``
stable
|
changeset |
files
|
2011-10-06 |
Sylvain Thénault |
[xml/rdf views] handle case where the user hasn't read access to a relation (closes #1984598)
stable
|
changeset |
files
|
2011-10-04 |
Sylvain Thénault |
[datafeed] don't crash if url is not specified
|
changeset |
files
|
2011-10-04 |
Sylvain Thénault |
[web session] ProgrammingError may be raised, we should catch it (closes #1980076)
stable
|
changeset |
files
|
2011-10-04 |
Sylvain Thénault |
[web auth] closes #1981680: authentication info retriever should be given a chance to cleanup data
stable
|
changeset |
files
|
2011-10-04 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-09-30 |
Alexandre Fayolle |
repaire cctl db-init -d on sqlserver (closes #1979670)
|
changeset |
files
|
2011-10-04 |
Sylvain Thénault |
[test, sqlserver] update test for fixed impl. of date extraction function for sqlserver (lgdb 1.7)
stable
|
changeset |
files
|
2011-10-04 |
Sylvain Thénault |
[rql, sql] support for weekday function introduced in lgdp 1.7 (closes #1979717)
stable
|
changeset |
files
|
2011-10-04 |
Sylvain Thénault |
[pyviews] new colheaders and cssclass arguments on pyvaltable (closes #1979718)
stable
|
changeset |
files
|
2011-10-04 |
Sylvain Thénault |
[rql2sql] support for outer join on column alias (closes #1979645)
stable
|
changeset |
files
|
2011-10-04 |
Sylvain Thénault |
[linkto] update documentation
|
changeset |
files
|
2011-09-30 |
Alexandre Fayolle |
improve EntityAttributesTableView perfs by adding a call to complete()
stable
|
changeset |
files
|
2011-09-30 |
Alexandre Fayolle |
fix typo in comment
stable
|
changeset |
files
|
2011-09-30 |
Sylvain Thénault |
[ms, test] fix source deletion pb, detected by test since 7885:9454b7ef5ae4
stable
|
changeset |
files
|
2011-09-30 |
Sylvain Thénault |
[book] startup views: add a note about *manage* view
stable
|
changeset |
files
|
2011-08-09 |
Nicolas Chauvat |
[lint] remove uses of "print >> sys.stderr" (closes #1908571)
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
[js] add proper excanvas.js (patched version provided with jqplot, but with proper copyrights
stable
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.13.7-1 for changeset 2f93ce32febe
stable
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
Added tag cubicweb-version-3.13.7 for changeset 68e8c81fa96d
stable cubicweb-debian-version-3.13.7-1
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
3.13.7
stable cubicweb-version-3.13.7
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
[linkto] test for main form should be done in the link_to dictionary computation, else we may get erroneous values for sub-forms
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
[req] .view should not catch [Object|Registry]NotFound (which is a bug), only NoSelectableObject (closes #1973681)
stable
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
[repository] when deleting relations of a deleted external entity, we should skip non-crossable relation (closes #1973680)
stable
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
[ms planning] raise BadRQLQuery when two variables related by a non-crossable relation should come from two different sources (closes #1973767)
stable
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
[ms, test] propagate exception in test mode
stable
|
changeset |
files
|
2011-09-29 |
Sylvain Thénault |
[repo] cleanup [_]delete_info prototype: extid argument isn't used
stable
|
changeset |
files
|
2011-09-27 |
Nicolas Chauvat |
[views] fix docstring of tableview
stable
|
changeset |
files
|
2011-09-28 |
Sylvain Thénault |
remove remaining junk from bad merge
|
changeset |
files
|
2011-09-28 |
Sylvain Thénault |
fix bad merge
|
changeset |
files
|
2011-09-28 |
Sylvain Thénault |
[sync schema hooks] pylint fixes have broken hasattr test
stable
|
changeset |
files
|
2011-09-28 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
changeset |
files
|
2011-09-28 |
Sylvain Thénault |
[doc] more doc about what's new in 3.14
|
changeset |
files
|
2011-09-28 |
Sylvain Thénault |
[json] restore 2.5 compat
|
changeset |
files
|
2011-09-27 |
Adrien Di Mascio |
[views] implement json / jsonp export views (closes #1942658)
|
changeset |
files
|
2011-09-27 |
Florent Cayré |
[form, entity] refactor '__linkto', now handled by the entity form, not the entity itself. Closes #1931543
|
changeset |
files
|