2012-01-26 Sylvain Thénault [search box] allow to specify domid in select arguments. Closes #2162166
2012-01-27 Aurelien Campeas [config] fix rql-cache-size initial values (closes #2162160) stable
2012-01-26 Sylvain Thénault [migractions] fix comment to avoid ambiguity. Closes #2015260
2012-01-18 Pierre-Yves David [storage] BFSS now create read only file (closes #2151672)
2012-01-23 Sylvain Thénault backport stable
2012-01-19 Sylvain Thénault [schema synchronization] don't use sql for TODAY/NOW in keyword arg. Closes #2154815 stable
2012-01-23 Sylvain Thénault backport oldstable stable
2012-01-19 Sylvain Thénault [req cookie] fix remove_cookie expires which was leading to expires computed to 0 in set_cookie and the Cookie class interpret that has no expires. Closes #2154654 oldstable
2011-12-21 Sylvain Thénault [testlib, postgres] take care, _repo is None when backuping postgres test db, crashing database generation stable
2012-01-18 Florent Cayré [base views] make it easier to override EntityStartupView behaviour when the rset is empty; closes #2126364 stable
2012-01-18 Sylvain Thénault [excanvas js] missing comma stable
2012-01-17 Sylvain Thénault backport stable
2012-01-17 Julien Cristau [datafeed] Don't pretend all columns are sortable in datafeed sources import log view. Closes #2146387
2012-01-17 Julien Cristau [facets] Make hiding facet body optional (closes #2105862)
2012-01-17 Florent Cayré [manage/index view] fix sources management view appearing in index view although it should not; closes #2126335 stable
2012-01-17 Sylvain Thénault [book] add doc about request, session and connection management you need to know when writing tests stable
2012-01-17 Sylvain Thénault [test] test/demonstrate relation permissions overriding stable
2012-01-17 Julien Cristau [datafeed] Don't pretend all columns are sortable in datafeed sources import log view. Closes #2146387 stable
2012-01-17 Julien Cristau [facets] Make hiding facet body optional (closes #2105862) stable
2012-01-17 Julien Cristau gmap: fix regression from 151058945234 stable
2012-01-17 Julien Cristau gmap: fix regression from 151058945234
2012-01-12 Sylvain Thénault [deprecation] add cw version number to deprecation warning
2012-01-12 Sylvain Thénault [test] fix test broken by 8158:2ee254e74382 and add a test for that change
2012-01-12 Anthony Truchet [doc] Add a small docstring to RQLExpression constructor stable
2012-01-11 Sylvain Thénault backport stable
2012-01-11 Sylvain Thénault [schema] restrictive email address read permission. Closes #2148141
2012-01-11 Sylvain Thénault [tableview] drop useless code: cellvid systematically given by RsetTableView, according to its .[non]finalview attribute stable
2012-01-10 Pierre-Yves David [tableviews] use ``select_or_none`` instead of ``try: select() except:``
2012-01-09 Sylvain Thénault [bw compat] json_request setter is necessary for some cubes which has json_request (eg preview)
2012-01-09 Julien Cristau gmap: set center and zoomlevel automatically (closes #2144255) stable
2012-01-04 Katia Saurfelt [views] calendar id in CalendarView must be unique (closes #2143864) stable
2012-01-03 Sylvain Thénault [debian] cubicweb works with python 2.7 (which become the standard on some distros). Closes #2142050 stable
2012-01-09 Sylvain Thénault [multi-sources] call doexec rather than sqlexec since we do not want to call process_result (as there aren't any and this breaks with lgdb default)
2012-01-06 Sylvain Thénault [sources] hide some attributes from source edition form. Closes #2144160 stable
2012-01-03 Pierre-Yves David [https] Allow configuration of anonymous access on https (closes #1971992) stable
2012-01-03 Alexandre Fayolle [bfss] convert root BFSS directory to str in constructor (closes #2137793) stable
2012-01-03 Sylvain Thénault [rql, security] fix buggy rqlstr cleanup when some introduced snippet create an unresolvable query. Closes #2142041 stable
2011-12-20 Sylvain Thénault [ldap test] test actual ldap authentication instead of monkey-patching stable
2011-12-22 Alexandre Fayolle [book] Add some details about usage of EXISTS stable
2011-12-22 Sylvain Thénault backport stable
2011-12-22 Sylvain Thénault Added tag cubicweb-debian-version-3.14.2-1 for changeset 17ebd836cee3 stable
2011-12-22 Sylvain Thénault Added tag cubicweb-version-3.14.2 for changeset 049a3819f03d stable cubicweb-debian-version-3.14.2-1
2011-12-22 Sylvain Thénault 3.14.2 stable cubicweb-version-3.14.2
2011-12-22 Sylvain Thénault [i18n] fix french for 'action menu' stable
2011-12-21 Adrien Di Mascio [server] use lgd.process_cursor to optimize processing of large resultsets
2011-12-21 Sylvain Thénault [css] fix typo in uiprops/css
2011-12-21 Sylvain Thénault backport stable
2011-12-14 Sylvain Thénault [sources management] fix crash mapping tab because chain() is not indexable. Closes #2124077 stable
2011-12-19 Sylvain Thénault [css] use listingHeaderBgColor in old css stable
2011-12-21 Sylvain Thénault add instance to not implemented error stable
2011-12-20 Sylvain Thénault [repo cache] fix cache clearing for an eid: keys are now always a tuple stable
2011-12-19 Sylvain Thénault missing import statement stable
2011-12-19 Alexandre Fayolle fix potential problems when BFSS uses a Windows SMB share (closes #2131435) stable
2011-12-16 Adrien Di Mascio [views] (in/outof)context views now use directly dc_(long)_title() (closes #2110235)
2011-12-16 Adrien Di Mascio [table] use cell text content when cubicweb:sortvalue is not defined (closes #2093183)
2011-12-16 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
2011-12-12 Sylvain Thénault [rql2sql] None for attributes in kwargs generate IS NULL, so should be considered in sql cache key. Closes #2116693 stable
2011-12-09 Sylvain Thénault [tableview] cubicweb:sortvalue should not have 'json:' in its value anymore. This breaks old tables. stable
2011-12-09 Pierre-Yves David [schema] React to yams improvement of metadata attribute handling.
2011-12-09 Sylvain Thénault stable is 3.14.X stable
2011-12-09 Sylvain Thénault oldstable is 3.13.X oldstable
2011-12-08 Sylvain Thénault Added tag cubicweb-debian-version-3.14.1-1 for changeset 6928210da4fc
2011-12-08 Sylvain Thénault Added tag cubicweb-version-3.14.1 for changeset 793d2d327b3e cubicweb-debian-version-3.14.1-1
2011-12-08 Sylvain Thénault 3.14.1 cubicweb-version-3.14.1
2011-12-08 Sylvain Thénault backport stable
2011-12-08 Sylvain Thénault Added tag cubicweb-debian-version-3.13.10-1 for changeset 2eab9a5a6bf8 stable
2011-12-08 Sylvain Thénault Added tag cubicweb-version-3.13.10 for changeset 2ad4e5173c73 stable cubicweb-debian-version-3.13.10-1
2011-12-08 Adrien Di Mascio [ajax] make navigation component appear both above and below the view (closes #2110266)
2011-12-08 Sylvain Thénault 3.13.10 stable cubicweb-version-3.13.10
2011-12-08 Julien Cristau Link to python docs about strftime instead of pointing at "man" (closes #2106415)
2011-12-08 Sylvain Thénault [test] reindent
2011-12-07 Sylvain Thénault [rqlrewrite] fix comment
2011-12-05 Julien Cristau [server test] Fix tests regression from changeset 7980b36fb1aa
2011-12-05 Julien Cristau Tweak message to clarify it gets the pagination back
2011-12-05 Alexandre Fayolle fix tests broken by lgdb update
2011-12-05 Julien Cristau [migration] Ignore IOError from readline.write_history_file (closes #2106621) stable
2011-12-05 Julien Cristau [migration] make remove_cube('foo') not fail if foo is already removed. Closes #2106532 stable
2011-12-05 Aurelien Campeas [cwconfig] absolute import (closes #2091068) stable
2011-12-05 Julien Cristau [schema sync] Update repo._type_source_cache when renaming an entity (closes #2094470)
2011-12-01 Aurelien Campeas [facets] forcing a fixed height to the group is a bad idea: the container will not properly overflow
2011-11-29 Aurelien Campeas [views/tabs] tests absolutely want an alt attribute (even if meaningless)
2011-11-29 Julien Cristau [navigation] provide a link back from the full view to the paginated one
2011-11-24 Aurelien Campeas [sorted navigation] refactor code so that when an attribute is found, nb_chars may be recomputed anyway according to variable type
2011-11-24 Aurelien Campeas [reledit] implements entity_call instead of cell_call
2011-11-24 Aurelien Campeas [merge] backport stable
2011-11-24 Sylvain Thénault [skel] default debian/rules use pysupport to compile python files stable
2011-11-21 Alexandre Fayolle use dbhelper functions to get default date / datetime (closes #2094544)
2011-11-22 Alexandre Fayolle actually a bad idea, sorry
2011-11-23 Alain Leufroy [web/views/tabs] improve non graphical experince with tabs (closes #2097405)
2011-11-23 Aurelien Campeas [tableview] fix action menu layout (closes #2099011)
2011-11-23 Aurelien Campeas [facets] do no stretch to the right when there are many facets; instead use a floating layout (closes #2093160)
2011-11-23 Aurelien Campeas [views/table] fix typo
2011-11-22 Alexandre Fayolle fix typo
2011-11-21 Alexandre Fayolle added log when operation precommit fails
2011-11-17 Sylvain Thénault [EntityTableView] smarter header for MainEntityColRenderer: use plural form only when necessary. Closes #2093182
2011-11-17 Sylvain Thénault [tableview] enhance RelationColRenderer. Closes #2093184
(0) -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 tip