2015-02-13 Julien Cristau [hooks/syncschema] use a list instead of a set for UpdateFTIndexOp
2015-02-13 Julien Cristau [rqlrewrite] sort possible types when turning is_instance_of into is
2015-02-13 Julien Cristau [server/test] use unicode strings for user logins
2015-02-13 Julien Cristau [web/test] use unicode object as user login
2015-02-13 Julien Cristau [server/querier] stop passing a rqlst to empty_rset
2015-02-12 Julien Cristau [web/views] Use predictable ordering for attributes in entity XML view
2015-02-13 Julien Cristau [web/views] set explicit order for ManageSourcesAction
2015-02-12 Julien Cristau [web/test] don't depend on dict iteration ordering
2015-02-12 Julien Cristau [web/test] pass login as unicode string
2015-02-12 Julien Cristau [web/test] fix 3.19 deprecation warning
2015-02-12 Julien Cristau [sobjects/test] Fix dependency on predictable hashing
2015-02-12 Julien Cristau [test] don't rely on a stable ordering for appobject_path
2015-03-13 Julien Cristau [server] remove "standalone RQL server" from possible configuration choices
2015-03-13 Julien Cristau Remove leftover bits from start-repository command, and document its demise
2015-03-13 Aurelien Campeas Remove the remote repository-access-through-zmq support
2015-03-03 Aurelien Campeas Remove remote repository-access-through-pyro support
2015-03-13 Denis Laxalde [web/views/rdf] Take the second element of XY equivalent for non final relation
2015-02-11 Rémi Cardona [server] Make sure 'zmq-address-sub' config is always iterable
2014-12-01 Julien Cristau [web] split timeline in an individual cube
2015-02-12 Julien Cristau [devtools] don't hide warnings and errors during tests
2014-12-05 Aurelien Campeas [test/i18n] remove unneeded hack
2015-03-12 Julien Cristau merge 3.19.10 into 3.20
2015-03-09 Denis Laxalde [server/session] Fix typo "meta vs. metas" in describe()
2015-03-12 Rémi Cardona Added tag cubicweb-version-3.19.10, cubicweb-debian-version-3.19.10-1, cubicweb-centos-version-3.19.10-1 for changeset 3bab0b9b0ee7
2015-03-12 Rémi Cardona [pkg] 3.19.10 3.19.10 centos/3.19.10-1 cubicweb-centos-version-3.19.10-1 cubicweb-debian-version-3.19.10-1 cubicweb-version-3.19.10 debian/3.19.10-1
2015-03-12 Rémi Cardona [i18n] Update translations
2015-03-11 Rémi Cardona [config] Lowercase the FQDN we get from the OS (closes #5040345)
2015-03-10 Rémi Cardona [web/views] Honor 'action' attribute on AutomaticEntityForm, closes #4943392
2014-04-22 Dimitri Papadopoulos [docstrings] fix project-wide English language mistake
2014-03-26 Julien Cristau [doc] Don't pretend we know cubicweb runs on mysql
2015-03-06 Denis Laxalde [test/i18n] Update reference po file following 75cd7df5c32e
2015-02-25 Sylvain Thénault [devtools] add a method on CubicWebTC to fake data posted by standard cw forms. Closes #4985805
2014-12-18 Julien Cristau [web/wdoc] fix links
2015-03-05 Sylvain Thénault [i18n generation] add missing 'add a EntityType' message to generated catalogs. Closes #5012581
2015-03-03 Julien Cristau [server/test] fix test_zmq
2014-06-12 Aurelien Campeas [views,js] remove user_callback feature
2015-02-06 Christophe de Vienne [newcube] Make the generated code PEP-8 compliant
2014-08-31 Rémi Cardona Remove unused imports
2014-08-20 Rémi Cardona [ext] Remove use of cStringIO
2014-07-30 Rémi Cardona [view] Use io.BytesIO as stream for binary views
2015-01-16 Julien Cristau [undo/test] check that the entity was restored even though the fiche relation wasn't
2015-01-16 Julien Cristau Use a moved_entities table to record external entities moved to the system source
2015-01-16 Julien Cristau Add unique index on entities.extid
2015-01-16 Julien Cristau [undo/test] if we try to delete an entity referenced by an inline relation, we fail
2015-01-16 Julien Cristau [undo] when we can't undo an inlined relation change, point at None, not a broken eid
2015-01-15 Julien Cristau Ask sqlite to check foreign keys
2015-01-15 Julien Cristau Add reference from etype table's eid column to the entities table
2015-01-16 Julien Cristau [server] change order of entities table modification vs entity creation/deletion
2015-01-15 Julien Cristau Use foreign keys for relations tables
2015-01-15 Julien Cristau Add foreign key for inline relations
2015-01-15 Julien Cristau Use our version of schema2sql
2015-01-15 Julien Cristau Steal schema2sql module from yams
2015-02-05 Sylvain Thénault [dataimport] fix pylint detected error in SQLGenObjectStore
2015-01-27 Aurelien Campeas [restore/portable] properly restore the numrange generator
2015-01-26 Aurelien Campeas [backup/portable] properly write the eid numrange generator (the eid is no more a sequence)
2015-02-06 Julien Cristau Added tag cubicweb-version-3.20.4, cubicweb-debian-version-3.20.4-1, cubicweb-centos-version-3.20.4-1 for changeset 49831fdc84dc
2015-02-06 Julien Cristau [pkg] 3.20.4 3.20.4 centos/3.20.4-1 cubicweb-centos-version-3.20.4-1 cubicweb-debian-version-3.20.4-1 cubicweb-version-3.20.4 debian/3.20.4-1
2015-02-04 Sylvain Thénault [schema] set permissions that do not allow edition on computed relation. Closes #4903918
2015-02-02 Sylvain Thénault [computed attribute] ensure attribute's formula apply only to the correct type. Closes #4901163
2015-02-02 Sylvain Thénault [schemaserial] fix detection of CWComputedRType table, closes #4901150
2015-01-30 Sylvain Thénault [dataimport] source.add_info doesn't take anymore a 'complete' argument
2015-01-30 Sylvain Thénault [dataimport] massive renaming of session to cnx
2015-02-03 Julien Cristau [web/data] use the right selector for hiding jquery treeview placeholders
2015-02-05 Julien Cristau merge 3.19.9 into 3.20 branch
2015-02-05 Julien Cristau Added tag cubicweb-version-3.19.9, cubicweb-debian-version-3.19.9-1, cubicweb-centos-version-3.19.9-1 for changeset b7c373d74754
2015-02-05 Julien Cristau [pkg] 3.19.9 3.19.9 centos/3.19.9-1 cubicweb-centos-version-3.19.9-1 cubicweb-debian-version-3.19.9-1 cubicweb-version-3.19.9 debian/3.19.9-1
2015-01-16 Julien Cristau [hooks] don't insert use_email relation if the entity on either side is going away
2015-01-16 Julien Cristau [undo] fix deletion of cw_source relation
2015-01-15 Julien Cristau [hooks] don't insert an owned_by relation for deleted entities
2015-01-29 Aurelien Campeas [etwist/service] adjust for a signature change
2014-12-10 Sylvain Thénault [rset] fix crash on displaying rset where some symmetric relation is used. Closes #4739253
2014-12-04 Sylvain Thénault Fix handling of limit within the primary view for related elements. Closes #4723579
2014-12-29 Christophe de Vienne [native] Change SQL errors log level.
2015-02-02 Julien Cristau Added tag cubicweb-version-3.20.3, cubicweb-debian-version-3.20.3-1, cubicweb-centos-version-3.20.3-1 for changeset 7d3a583ed539
2015-02-02 Julien Cristau [debian] build-depend on markdown for documentation build 3.20.3 centos/3.20.3-1 cubicweb-centos-version-3.20.3-1 cubicweb-debian-version-3.20.3-1 cubicweb-version-3.20.3 debian/3.20.3-1
2015-01-28 Christophe de Vienne [devtools] Make PostgresTestDataBaseHandler multi-use friendly
2015-02-02 Julien Cristau [devtools] restore i18n of string removed in 4001cfe2f44d
2015-01-31 Julien Cristau [pkg] fix setup.py install
2015-01-30 Julien Cristau [pkg] 3.20.3
2015-01-23 Rémi Cardona [server] Increase the stacklevel (due to @_open_only decorator)
2015-01-28 Julien Cristau [pkg] install jquery-treeview
2015-01-28 Julien Cristau [migration/3.20] sync rtypes before etypes
2015-01-28 Denis Laxalde [doc] Fix class name for ComputedRelation; fix code block about computed attributes
2015-01-29 Rémi Cardona [web] Allow propagating 'klass' parameter on tree views recursively
2015-01-28 Rémi Cardona [utils] Fix define_var in ajax context (closes #4881301)
2015-01-28 Rémi Cardona [web/data] Never hide JS errors in our Deferred implementation
2015-01-28 Rémi Cardona [web/data] Fix userCallbackThenUpdateUI to completely replace old DOM elements
2015-01-30 Rémi Cardona [web/views] Stop mishandling the fieldset name in the default form renderer
2015-01-22 Julien Cristau Added tag cubicweb-version-3.20.2, cubicweb-debian-version-3.20.2-1, cubicweb-centos-version-3.20.2-1 for changeset 138464fc1c33
2015-01-22 Julien Cristau merge 3.19.8 into 3.20 branch 3.20.2 centos/3.20.2-1 cubicweb-centos-version-3.20.2-1 cubicweb-debian-version-3.20.2-1 cubicweb-version-3.20.2 debian/3.20.2-1
2015-01-22 Julien Cristau [pkg] fix mistake in c7b218125c25
2015-01-22 Julien Cristau Added tag cubicweb-version-3.19.8, cubicweb-debian-version-3.19.8-1, cubicweb-centos-version-3.19.8-1 for changeset efc8645ece43
2015-01-22 Julien Cristau [server/test] convert new test to 3.19 API 3.19.8 centos/3.19.8-1 cubicweb-centos-version-3.19.8-1 cubicweb-debian-version-3.19.8-1 cubicweb-version-3.19.8 debian/3.19.8-1
2015-01-22 Julien Cristau [pkg] 3.19.9
2015-01-22 Julien Cristau merge 3.18.8 into 3.19 branch
2015-01-22 Julien Cristau Added tag cubicweb-version-3.18.8, cubicweb-debian-version-3.18.8-1, cubicweb-centos-version-3.18.8-1 for changeset 231094063d62 stable
2015-01-22 Julien Cristau [pkg] 3.18.8 stable cubicweb-centos-version-3.18.8-1 cubicweb-debian-version-3.18.8-1 cubicweb-version-3.18.8
2015-01-21 Julien Cristau [security] Test case and fix for an INSERT security hole stable
2015-01-08 Julien Cristau [pkg] 3.20.2
2015-01-22 Julien Cristau [debian] cubicweb 3.20 breaks cubicweb-bootstrap << 0.6.6
2015-01-08 Julien Cristau [pkg] don't include extra files in tarballs
2015-01-08 Julien Cristau [pkg] exclude generated js_api documentation from tarballs
2015-01-08 Julien Cristau [doc] remove old and unused argouml files
2015-01-08 Julien Cristau [web/data] remove unused xcf files
2015-01-08 Julien Cristau [doc] remove nonexistent css from theme
2015-01-20 Denis Laxalde [doc] Drop autoclass directive for IDownloadableLineView
2015-01-08 Julien Cristau [pkg] include missing files from doc/book/ in release tarballs
2015-01-07 Denis Laxalde [datafeed] Set headers parameter to an empty dict in DataFeedParser.retrieve_url
2015-01-22 Denis Laxalde [views/forms] Fix EntityFieldsForm.link_to when parent entity is being created
2015-01-03 Christophe de Vienne [entities] Optimize CWUser.properties.
2014-03-04 Julien Cristau [schema] Typo and indentation fix in RQLVocabularyConstraint doc string
2015-01-07 Julien Cristau Added tag cubicweb-version-3.20.1, cubicweb-debian-version-3.20.1-1, cubicweb-centos-version-3.20.1-1 for changeset 43eef610ef11
2015-01-07 Julien Cristau [pkg] 3.20.1 3.20.1 centos/3.20.1-1 cubicweb-centos-version-3.20.1-1 cubicweb-debian-version-3.20.1-1 cubicweb-version-3.20.1 debian/3.20.1-1
2015-01-07 Julien Cristau i18n update (closes #4826490)
2015-01-07 Julien Cristau merge 3.19.7 into 3.20
2015-01-07 Julien Cristau merge two default heads
2015-01-07 Julien Cristau Added tag cubicweb-version-3.19.7, cubicweb-debian-version-3.19.7-1, cubicweb-centos-version-3.19.7-1 for changeset ac4f5f615597
2015-01-07 Julien Cristau [pkg] 3.19.7 3.19.7 centos/3.19.7-1 cubicweb-centos-version-3.19.7-1 cubicweb-debian-version-3.19.7-1 cubicweb-version-3.19.7 debian/3.19.7-1
2015-01-07 Julien Cristau Added tag cubicweb-version-3.20.0, cubicweb-debian-version-3.20.0-1, cubicweb-centos-version-3.20.0-1 for changeset 7e6b7739afe6
2015-01-06 Julien Cristau [pkg] prepare 3.20 release 3.20.0 centos/3.20.0-1 cubicweb-centos-version-3.20.0-1 cubicweb-debian-version-3.20.0-1 cubicweb-version-3.20.0 debian/3.20.0-1
(0) -10000 -3000 -1000 -120 +120 +1000 tip