2011-09-22 Sylvain Thénault [reledit] honore 'rvid' for attribute relations (closes #1947471) stable
2011-09-22 Sylvain Thénault [view] fix TypeError when calling req.view('vid', entity=entity) (closes #1947474) stable
2011-09-22 Sylvain Thénault [sources management] nicer source management view and breadcrumbs (closes #1946329) stable
2011-09-22 Aurelien Campeas [cubicweb.js] log evalJSON errors (closes #1947473) stable
2011-09-22 Aurelien Campeas [views/table] parametrize table view co-classes (closes #1947472) stable
2011-09-22 Sylvain Thénault [cwproperties] refactor properties form to make it partly overrideable easily (closes #1936782)
2011-09-22 Sylvain Thénault [entity] rename Entity._rest_attr_info into cw_rest_attr_info (closes #1942759)
2011-09-22 Sylvain Thénault [entity] upgrade fetch_[unrelated_]order to benefit from changes introduced in 3.14 (closes #1942758)
2011-09-22 Sylvain Thénault [schema] drop CWSourceSchemaConfig[cw_for_source,cw_schema] unique constraint (closes #1946277) stable
2011-09-22 Sylvain Thénault [cleanup] stable
2011-09-22 Aurelien Campeas [jsoncontroller] deprecate the now unused js_set_cookie (closes #1944810) stable
2011-09-22 Sylvain Thénault [repo] ensure we don't restart a task while the repo is shutting down (closes #1942736) stable
2011-09-22 Sylvain Thénault [warnings] explicitly ask to show DeprecationWarning in debug mode (closes #1942760) stable
2011-09-22 Adrien Di Mascio [testlib] make self.view() return raw output if no validator is used
2011-09-21 Aurelien Campeas [tabs] do not use an ajax call to set cookie value, use jquery.cookie helper instead (closes #1944522) stable
2011-09-21 Aurelien Campeas [tabs] fix clic on tab that does nothing (closes #1942750) stable
2011-09-21 Sylvain Thénault [idownloadable] dtw and up copyright stable
2011-09-21 Sylvain Thénault [test] fix test broken by 7815:2a164a9cf81c stable
2011-09-21 Sylvain Thénault [entity doc] fix typo (rest_var instead of rest_attr) and cleanup doc
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-09-20 Sylvain Thénault [tableview] fix view selection when value is None (closes #1936781) stable
2011-09-20 Sylvain Thénault [book] merge pyro chapter with faq entry with connexion snippet stable
2011-09-20 Sylvain Thénault i18n update
2011-09-20 Sylvain Thénault [schema view] fix label/name inversion leading to wrong css class / group url depending on user's language stable
2011-09-19 Sylvain Thénault [i18n] tweaks
2011-09-19 Sylvain Thénault [i18n] cleanup messages moved to localperms cube
2011-09-19 Sylvain Thénault [security view] slight changes to make things clearer
2011-09-16 Sylvain Thénault backport stable
2011-09-16 Sylvain Thénault [refactoring] introduce add_etype_button function to properly create button to add a new entity stable
2011-09-16 Sylvain Thénault [user prefs] use same title as the action for consistency stable
2011-09-16 Sylvain Thénault [sources management] properly set __linkto, closes #1922970 stable
2011-09-16 Sylvain Thénault some minor cleanups
2011-09-16 Sylvain Thénault [web test] fix test broken by new users/groups management views
2011-09-16 Sylvain Thénault [table view] allow to set None in 'headers', meaning the label should be fetched from the result set as done by default (closes #1931533)
2011-09-16 Sylvain Thénault [user management] users and groups management now really lead to that (closes #1931478)
2011-09-16 Sylvain Thénault [css] use h* title properties from uiprops in cubicweb.old.css (closes #1931476) stable
2011-09-16 Florent Cayré [entity fetchattrs] also fetch ambiguous rtypes even if we do not recurse on them (closes #1720823)
2011-09-15 Sylvain Thénault backport stable
2011-09-15 Sylvain Thénault [jquery] upgrade to jquery 1.6.4
2011-09-15 Sylvain Thénault [test] fix some tests broken since localperms cube extraction
2011-09-15 Florent Cayré refactor entity fetch_rql method to use a RQL syntax tree instead of RQL strings ; closes #1585650
2011-09-15 Alexandre Fayolle [doc] add some documentation in cubicweb.web.action stable
2011-09-14 Sylvain Thénault [test] fix bad sed
2011-09-14 Sylvain Thénault [deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
2011-09-14 Sylvain Thénault [test] fix test subsquently to localperms introduction
2011-09-13 Sylvain Thénault [deprecation] specify name/doc to deprecated else it's fetched from the object, which has then to be importable. Cleanup debian/control dependancy on the way (needs lgc 0.56.3 api)
2011-09-13 Julien Cristau [debian] fix init script dependencies (closes #1921729) stable
2011-09-13 Sylvain Thénault [server] portable dump format supports now ZIP64 extensions by default (closes #1912535) stable
2011-09-13 Adrien Di Mascio [repo] use smarter query to check asource presence on startup (closes #1922099) stable
2011-09-13 Sylvain Thénault [js] closes #1558870 : update to jquery 1.6 (1.6.3)
2011-09-13 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011
2011-09-13 Sylvain Thénault backout 7781:e95cfd5eca61 stable
2011-09-13 Sylvain Thénault backout 7780:a1d5365fefc1 stable
2011-09-13 Sylvain Thénault [js] closes #1558870 : update to jquery 1.6 (1.6.3) stable
2011-09-13 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
2011-09-13 Sylvain Thénault [debug] use repr() in some place where you'll have a chance to get an unicode error if output encoding isn't properly detected stable
2011-09-12 Sylvain Thénault [i18n fr] fix typo and enhance translation stable
2011-09-12 Sylvain Thénault [user management] disable http cache on user management view (not really a startup view) stable
2011-09-08 Sylvain Thénault backport stable
2011-09-08 Sylvain Thénault Added tag cubicweb-debian-version-3.13.5-1 for changeset 2e9dd7d94555 stable
2011-09-08 Sylvain Thénault Added tag cubicweb-version-3.13.5 for changeset 20d9c550c57e stable cubicweb-debian-version-3.13.5-1
2011-09-08 Sylvain Thénault 3.13.5 stable cubicweb-version-3.13.5
2011-09-08 Sylvain Thénault i18nupdate stable
2011-09-08 Sylvain Thénault [multi-sources] closes #1918120: drop behaviour leading to wrong result as demonstrated by the ticket stable
2011-09-08 Julien Jehannet [session] enforce coherency of login/passwd couple values when no anonymous user (closes: #1910849) stable
2011-09-07 Julien Jehannet [session] take care of non-ascii characters in login and session id (closes: #1910849)
2011-09-07 Sylvain Thénault closes #1914824: fix retrieval of _andor input, test and fix generated rql stable
2011-09-07 Julien Jehannet [debian] build the book with no auto-compression of book files (closes: #1906581) stable
2011-09-07 Aurelien Campeas [views/navigation] use the proper icons instead of ascii art (closes #1624943) stable
2011-09-06 Pierre-Yves David devtools: Fix cleanup of temporary database (closes #1908656) stable
2011-09-06 Julien Cristau Drop privileges properly (closes #1910561) stable
2011-09-06 Sylvain Thénault drop unittest deprecation warning stable
2011-09-06 Adrien Di Mascio [web] add option to make resources-concat optional (implements #1910615)
2011-09-06 Sylvain Thénault backport stable
2011-09-06 Sylvain Thénault oops, forgotten to qref enhancements made to the reledit doc addition stable
2011-09-06 Sylvain Thénault [book] section about how to disable reledit feature/view stable
2011-09-06 Sylvain Thénault [skel] drop unused import stable
2011-09-06 Sylvain Thénault [hooks control] test and fix session.reset_hooks_mode_categories, closes #1908680 stable
2011-09-05 Sylvain Thénault [form fields doc] explain when field.role should be None stable
2011-08-26 Alexandre Fayolle Added tag cubicweb-version-3.10.x for changeset a62f24e1497e stable
2011-08-26 Alexandre Fayolle merged back oldstable fix to stable stable
2011-08-26 Alexandre Fayolle work around cursor.rowcount not returning anything useful before 1st fetch with mssql (closes #1910869) oldstable
2011-08-19 Aurelien Campeas [devctl] do not crash in the (rare, odd) case where mod.__file__ is None (closes #1908664) stable
2011-08-19 Aurelien Campeas [doc/book] fix ref to trustedauth cube stable
2011-08-05 Sylvain Thénault site schema should be named data model schema stable
2011-08-05 Sylvain Thénault backport stable
2011-08-05 Sylvain Thénault Added tag cubicweb-debian-version-3.13.4-1 for changeset 52f26475d764 stable
2011-08-05 Sylvain Thénault Added tag cubicweb-version-3.13.4 for changeset 223ecf0620b6 stable cubicweb-debian-version-3.13.4-1
2011-08-05 Sylvain Thénault 3.13.4 stable cubicweb-version-3.13.4
2011-08-05 Sylvain Thénault [.po generation] closes #1902315: c i18ncube doesn't consider relation definition description stable
2011-08-05 Sylvain Thénault closes #1901436: view/modify action in table don't work stable
2011-08-05 Sylvain Thénault [css] closes #1880740: update cubicweb.reset.css file (meyerweb.com) stable
2011-08-05 Sylvain Thénault [web test] fix test needed after change of primary_email definition stable
2011-08-04 Sylvain Thénault [doc] fix ReST in README file (make pypi happier) stable
2011-08-04 Sylvain Thénault [web] fix user management view selector stable
2011-08-04 Sylvain Thénault [base schema] do similar changes as use_email for primary_email stable
2011-08-04 Sylvain Thénault [book, rql] update rql langage chapter with new operators and outer join capabilities stable
2011-08-04 Sylvain Thénault [web] closes #1892494: emailaddress and anonymity stable
2011-08-04 Sylvain Thénault [3.13 migration] closes #1896724: some db backend (eg sqlserver) doesn't support ADD COLUMN stable
2011-08-04 Sylvain Thénault [source] update system table and internal structures on source renaming. Closes #1896721 stable
2011-08-04 Sylvain Thénault [rql2sql] closes #1892473: enhance handling of optional inlined relation stable
2011-08-03 Julien Jehannet [schema] use definition for `use_email` relation instead of type declaration (closes: #1894929) stable
2011-08-04 Nicolas Chauvat [web] rql directive breaks if explicit vid and empty rset (closes #1893433) stable
2011-08-03 Sylvain Thénault [datafeed] properly encode/decode external uri stable
2011-08-02 Sylvain Thénault [querier] we should not insert None but skip the line when some unknown eid is detected (closes #1892491) stable
2011-08-02 Sylvain Thénault [rql2sql] closes #1892471: support for unary expression introduced in rql 0.30 stable
2011-08-02 Sylvain Thénault [deprecation] __message hidden generate deprecation warning stable
2011-08-02 Nicolas Chauvat [server] host mapping is better named url mapping (closes #1892461) stable
2011-08-02 Nicolas Chauvat [packaging] should depend on yams 0.33 stable
2011-08-02 Nicolas Chauvat [packaging] should depend on yams 0.33 stable
2011-08-01 Sylvain Thénault [rql2sql test] sqlserver use 0/1 for booleans, not FALSE/TRUE stable
2011-08-01 Julien Cristau [repo] Stop setting hashmode on schema stable
2011-08-01 Sylvain Thénault [devtool] Make the sqlite database used for test execution process specific (closes #1230401) stable
2011-07-27 Sylvain Thénault backport stable
2011-07-27 Sylvain Thénault Added tag cubicweb-debian-version-3.13.3-1 for changeset fb48c55cb802 stable
2011-07-27 Sylvain Thénault Added tag cubicweb-version-3.13.3 for changeset 0e82e7e5a34f stable cubicweb-debian-version-3.13.3-1
2011-07-27 Sylvain Thénault [rql2sql] take care to boolean_value returning an int (eg sqlite/mysql) stable cubicweb-version-3.13.3
2011-07-27 Sylvain Thénault [repo test] remove debug stable
2011-07-27 Sylvain Thénault [repo ms] commit/rollback session if it has been created in the method stable
2011-07-27 Sylvain Thénault 3.13.3 stable
(0) -3000 -1000 -120 +120 +1000 +3000 tip