Fri, 04 Dec 2009 19:45:32 +0100 Sylvain Thénault fix jsonization of interval stable
Fri, 04 Dec 2009 19:45:19 +0100 Sylvain Thénault added replace_state method to ease workflow migration. backported from forge as a reminder, not really tested yet stable
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Thu, 03 Dec 2009 16:32:35 +0100 Sylvain Thénault Added tag cubicweb-debian-version-3.5.10-1 for changeset dfe2f245248c stable
Thu, 03 Dec 2009 16:32:35 +0100 Sylvain Thénault Added tag cubicweb-version-3.5.10 for changeset 9b52725d8c53 stable cubicweb-debian-version-3.5.10-1
Thu, 03 Dec 2009 15:49:08 +0100 Sylvain Thénault merge stable cubicweb-version-3.5.10
Thu, 03 Dec 2009 15:48:52 +0100 Sylvain Thénault 3.5.10 stable
Thu, 03 Dec 2009 15:09:28 +0100 Aurelien Campeas quick & dirty fix for auto completion widget stable
Thu, 03 Dec 2009 09:50:51 +0100 Pierre-Yves David update i18n doc stable
Thu, 03 Dec 2009 09:50:51 +0100 Pierre-Yves David Pasting blog about facet in the facet section of the doc book. stable
Thu, 03 Dec 2009 13:06:26 +0100 Pierre-Yves David hide en apidoc in .hgignore stable
Thu, 03 Dec 2009 12:50:31 +0100 Sylvain Thénault héhé, get the same result with a slightly enhanced condition and all this code removed stable
Thu, 03 Dec 2009 12:44:57 +0100 Sylvain Thénault unused, cleanup stable
Thu, 03 Dec 2009 12:44:30 +0100 Sylvain Thénault fix sql generation bug with neged inlined relation where the object is invariant and subject is only referenced by the relation stable
Thu, 03 Dec 2009 11:39:31 +0100 Aurelien Campeas add postcommit_event on Operations stable
Thu, 03 Dec 2009 10:02:44 +0100 Sylvain Thénault add some notes stable
Thu, 03 Dec 2009 09:58:07 +0100 Sylvain Thénault i18nupdate stable
Thu, 03 Dec 2009 09:57:55 +0100 Sylvain Thénault nicer error message on rql constraints stable
Thu, 03 Dec 2009 09:57:32 +0100 Sylvain Thénault implements 'parent' method on workflow entity types stable
Thu, 03 Dec 2009 09:56:53 +0100 Sylvain Thénault this invalid constraint now fails with new constraints checking stable
Thu, 03 Dec 2009 09:56:28 +0100 Sylvain Thénault this constraint is actually unusable in yams schema for cw stable
Thu, 03 Dec 2009 09:56:15 +0100 Sylvain Thénault unused since a long time now stable
Thu, 03 Dec 2009 09:55:18 +0100 Sylvain Thénault finish yesterday work on rql constraints: stable
Wed, 02 Dec 2009 18:36:16 +0100 Sylvain Thénault synchronize rdef where unique constraints have been updated/added stable
Wed, 02 Dec 2009 18:35:31 +0100 Sylvain Thénault oops, should have been updated stable
Wed, 02 Dec 2009 17:39:56 +0100 Sylvain Thénault add a fourth item to 'view box' defintion, dispctrl, so that stable
Wed, 02 Dec 2009 16:57:17 +0100 Sylvain Thénault slightly adapt title and hide boxes when view is called as a non primary view stable
Wed, 02 Dec 2009 16:56:28 +0100 Sylvain Thénault allow to override is_primary result using an argument given to object constructor (have to be given to 'initargs' argument of .render like initargs={'is_primary': False} stable
Wed, 02 Dec 2009 15:08:11 +0100 Aurelien Campeas typo stable
Wed, 02 Dec 2009 14:38:17 +0100 Sylvain Thénault new generic urlattr view stable
Wed, 02 Dec 2009 14:37:19 +0100 Sylvain Thénault update _render_attribute / _render_relation prototype to gain more control on label through uicfg (for attributes and relations). Keep bw compat for crm/iliane stable
Wed, 02 Dec 2009 14:35:23 +0100 Sylvain Thénault when fields are displayed in a table and label should'nt be displayed, set colspan to 2 on the field value cell stable
Wed, 02 Dec 2009 13:22:50 +0100 Aurelien Campeas fix format string stable
Wed, 02 Dec 2009 12:55:51 +0100 Sylvain Thénault cleanup stable
Wed, 02 Dec 2009 12:55:41 +0100 Sylvain Thénault fix workflow consistency: check state/transition name uniqness in the wf when state/transition name is modified ; use the new msg argument of rql constraints to have a nicer error message on failure stable
Wed, 02 Dec 2009 12:54:16 +0100 Sylvain Thénault nicer __str__ and __repr__ methods on rql constraints stable
Wed, 02 Dec 2009 12:53:46 +0100 Sylvain Thénault refactor so that we can specify an extra argument to constraints which stable
Wed, 02 Dec 2009 12:52:55 +0100 Sylvain Thénault nicer mainvars/expression handling when initializing rql constraints stable
Wed, 02 Dec 2009 11:57:38 +0100 Sylvain Thénault merge stable
Wed, 02 Dec 2009 11:53:25 +0100 Sylvain Thénault fix RQLUniqueConstraint behaviour by using a DISTINCT query and allowing stable
Wed, 02 Dec 2009 11:04:40 +0100 Sylvain Thénault don't fail on error while render a notification mail stable
Tue, 01 Dec 2009 19:58:51 +0100 Pierre-Yves David improve error message for redundant initial workflow states stable
Tue, 01 Dec 2009 19:29:56 +0100 Sylvain Thénault fix name error while debugging stable
Tue, 01 Dec 2009 17:38:35 +0100 Sylvain Thénault oops, this is an object relation stable
Tue, 01 Dec 2009 12:06:17 +0100 Sylvain Thénault don't use html/dtd validator as default validator for non html views. Closes #550162 stable
Tue, 01 Dec 2009 12:03:42 +0100 Sylvain Thénault support x.set_relations(a_relation=None) to delete a_relation relations from this entity stable
Tue, 01 Dec 2009 12:00:20 +0100 Sylvain Thénault properly fail if user has entered wrong connection information for the system database, closes #549136 stable
Tue, 01 Dec 2009 08:43:37 +0100 Sylvain Thénault [forms] deprecate form_render(**kwargs) in favor of render(formvalues=None, rendervalues=None, renderer=None) stable
Tue, 01 Dec 2009 08:38:02 +0100 Sylvain Thénault wfhistory isn't anymore selectable if the entity has no record in its history stable
Tue, 01 Dec 2009 08:37:30 +0100 Sylvain Thénault fix name error if ValueError is raised stable
Mon, 30 Nov 2009 17:48:24 +0100 Alexandre Fayolle merge stable
Mon, 30 Nov 2009 17:48:01 +0100 Alexandre Fayolle fix rset.column_types docstring to reflect reality stable
Mon, 30 Nov 2009 11:15:59 +0100 Sylvain Thénault make wfhistory non selectable for entities without record in its workflow history stable
Mon, 30 Nov 2009 10:24:01 +0100 Sylvain Thénault when one is adding an inline entity for a relation of a single card, stable
Sun, 29 Nov 2009 23:48:22 +0100 Nicolas Chauvat Added tag cubicweb-debian-version-3.5.9-1 for changeset d7f2d32340fb stable
Sun, 29 Nov 2009 23:48:22 +0100 Nicolas Chauvat Added tag cubicweb-version-3.5.9 for changeset 1677312fd8a3 stable cubicweb-debian-version-3.5.9-1
Sun, 29 Nov 2009 23:30:03 +0100 Nicolas Chauvat prepare 3.5.9 stable cubicweb-version-3.5.9
Sun, 29 Nov 2009 23:22:32 +0100 Sylvain Thénault oops stable
Sun, 29 Nov 2009 23:17:31 +0100 Sylvain Thénault merge stable
Sun, 29 Nov 2009 23:16:40 +0100 Sylvain Thénault fix ze fix stable
Sun, 29 Nov 2009 22:43:59 +0100 Nicolas Chauvat prepare 3.5.8 stable
Sun, 29 Nov 2009 16:45:47 +0100 Sylvain Thénault fix inline-creation form when called through ajax stable
Sat, 28 Nov 2009 12:16:30 +0100 Nicolas Chauvat Added tag cubicweb-debian-version-3.5.7-1 for changeset 7a96c0544c13 stable
Sat, 28 Nov 2009 12:16:29 +0100 Nicolas Chauvat Added tag cubicweb-version-3.5.7 for changeset 0fc300eb4746 stable cubicweb-debian-version-3.5.7-1
Sat, 28 Nov 2009 11:53:18 +0100 Nicolas Chauvat prepare 3.5.7 stable cubicweb-version-3.5.7
Sat, 28 Nov 2009 11:42:37 +0100 Nicolas Chauvat imported patch cwctl-shell-textfile stable
Sat, 28 Nov 2009 10:27:58 +0100 Nicolas Chauvat bugfix typo in exception name stable
Fri, 27 Nov 2009 23:47:28 +0100 Sylvain Thénault ease customization of title stable
Fri, 27 Nov 2009 23:45:18 +0100 Sylvain Thénault implements is enough stable
Fri, 27 Nov 2009 22:05:10 +0100 Sylvain Thénault make title overriddable stable
Fri, 27 Nov 2009 22:04:54 +0100 Sylvain Thénault fix test: required to fake parent form stable
Fri, 27 Nov 2009 19:04:26 +0100 Nicolas Chauvat [web] rename TabedPrimary to TabbedPrimary with backward compat stable
Fri, 27 Nov 2009 15:43:45 +0100 Nicolas Chauvat rename sql script to make cw3.5.6 happy stable
Fri, 27 Nov 2009 10:24:13 +0100 Sylvain Thénault consider 'rvid' key in primaryview_display_control to determine sub-view to use in reledit stable
Fri, 27 Nov 2009 10:23:11 +0100 Sylvain Thénault some doc stable
Fri, 27 Nov 2009 09:36:58 +0100 Sylvain Thénault force_session_key default to None stable
Fri, 27 Nov 2009 09:36:42 +0100 Sylvain Thénault don't type __maineid, it may not be an eid actually stable
Fri, 27 Nov 2009 09:15:30 +0100 Sylvain Thénault fix previous post values handling (eg on validation error) for sub-forms stable
Fri, 27 Nov 2009 09:14:31 +0100 Sylvain Thénault refactor session_key (__errorurl) to handle cases where the form is generated throuhg an ajax call: in case of an entity form, return the entity's absolute url. Also allow to force session key value stable
Fri, 27 Nov 2009 09:10:40 +0100 Sylvain Thénault edit controller now informs server side about its main eid through transaction data stable
Fri, 27 Nov 2009 09:09:14 +0100 Sylvain Thénault refactor to ease overriding stable
Fri, 27 Nov 2009 09:08:54 +0100 Sylvain Thénault fix nasty pluggable mixins bug, where mixins take precedence other user class stable
Wed, 25 Nov 2009 11:14:04 -0800 Sandrine Ribeau [views] fix gmap url / avoid double escaping stable
Tue, 24 Nov 2009 11:10:33 -0800 Sandrine Ribeau [views] ticket #34808, make sure timetable view uses datetime and not date stable
Tue, 24 Nov 2009 17:27:10 +0100 Sylvain Thénault more conditions have to be verified before unfolding the 'more actions' menu content directly into the box stable
Tue, 24 Nov 2009 13:59:46 +0100 Sylvain Thénault allow to test cubes within apycot using cubicweb from the debian package stable
Tue, 24 Nov 2009 10:51:53 +0100 Sylvain Thénault fix name error in timetable view, always write unicode stable
Tue, 24 Nov 2009 10:51:29 +0100 Sylvain Thénault ignore validation error during auto-population of a test db stable
Tue, 24 Nov 2009 10:51:02 +0100 Sylvain Thénault set appid attribute before super call to avoid attribute error when fetching configuration's defaults stable
Mon, 23 Nov 2009 20:16:40 +0100 Adrien Di Mascio Added tag cubicweb-debian-version-3.5.6-1 for changeset 5f7c939301a1 stable
Mon, 23 Nov 2009 20:16:40 +0100 Adrien Di Mascio Added tag cubicweb-version-3.5.6 for changeset 4e619e97b3fd stable cubicweb-debian-version-3.5.6-1
Mon, 23 Nov 2009 19:33:56 +0100 Adrien Di Mascio merge stable cubicweb-version-3.5.6
Mon, 23 Nov 2009 19:30:00 +0100 Adrien Di Mascio Added tag cubicweb-debian-version-3.5.6-1 for changeset e6225e8e36c6 stable
Mon, 23 Nov 2009 19:29:59 +0100 Adrien Di Mascio Added tag cubicweb-version-3.5.6 for changeset b79f361839a7 stable
Mon, 23 Nov 2009 19:29:02 +0100 Adrien Di Mascio version 3.5.6 stable
Mon, 23 Nov 2009 19:08:13 +0100 Sylvain Thénault rhauum stable
Mon, 23 Nov 2009 19:01:17 +0100 Sylvain Thénault default_instance id should also be available when silently rebuilding soures file stable
Mon, 23 Nov 2009 18:13:20 +0100 Sylvain Thénault fix #544758 by calling custom sql scripts in add_cubes. stable
Mon, 23 Nov 2009 17:13:48 +0100 Sylvain Thénault fix #499846 by handling timedelta type in json serialization stable
Mon, 23 Nov 2009 16:18:13 +0100 Sylvain Thénault fix https://www.logilab.net/cwo/ticket/481727 stable
Mon, 23 Nov 2009 16:16:58 +0100 Sylvain Thénault password is required, else we get obscure validation failure when inserting the admin user into cw stable
Mon, 23 Nov 2009 14:56:44 +0100 Sylvain Thénault test update stable
Mon, 23 Nov 2009 14:56:40 +0100 Sylvain Thénault a new help action has been introduced, fix test stable
Mon, 23 Nov 2009 14:56:24 +0100 Sylvain Thénault cacheable queries to serialize permissions, update relevant tests stable
Mon, 23 Nov 2009 14:55:36 +0100 Sylvain Thénault remove debug stable
Mon, 23 Nov 2009 14:13:53 +0100 Sylvain Thénault merge
Fri, 20 Nov 2009 19:56:35 +0100 Sylvain Thénault forgotten stuff
Sun, 22 Nov 2009 15:48:26 +0100 Nicolas Chauvat fix buglet stable
Fri, 20 Nov 2009 23:44:57 +0100 Nicolas Chauvat backport stable branch
Fri, 20 Nov 2009 23:43:49 +0100 Nicolas Chauvat merge stable
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Fri, 20 Nov 2009 17:51:34 +0100 Sylvain Thénault backport stable branch reldefsecurity
Fri, 20 Nov 2009 15:17:56 +0100 Sylvain Thénault use ITree api stable
Fri, 20 Nov 2009 18:18:01 +0100 Adrien Di Mascio remove bad invisible character stable
Fri, 20 Nov 2009 18:11:14 +0100 Sylvain Thénault check we're not deleting the relation before checking its cardinality... stable
Thu, 19 Nov 2009 19:50:36 +0100 Aurelien Campeas merge stable
Thu, 19 Nov 2009 19:48:41 +0100 Aurelien Campeas fix typo stable
Thu, 19 Nov 2009 18:02:19 +0100 Sylvain Thénault merge stable
Thu, 19 Nov 2009 18:02:04 +0100 Sylvain Thénault backported from confman stable
Thu, 19 Nov 2009 18:01:57 +0100 Sylvain Thénault typo stable
Thu, 19 Nov 2009 17:06:46 +0100 Adrien Di Mascio [forms] muledit mainform should copy nav params, its subforms shouldn't stable
Thu, 19 Nov 2009 14:28:59 +0100 Aurelien Campeas fix tests stable
Thu, 19 Nov 2009 12:58:57 +0100 Sylvain Thénault merge stable
Thu, 19 Nov 2009 12:55:47 +0100 Sylvain Thénault reldefsecurity branch : reldefsecurity
Wed, 18 Nov 2009 09:16:38 +0100 Sylvain Thénault properly use substitution for rql query argument stable
Wed, 18 Nov 2009 09:16:00 +0100 Sylvain Thénault use shorter notation stable
Wed, 18 Nov 2009 12:50:23 +0100 Adrien Di Mascio [formfields] allow fields ordering with autoform_field_kwargs stable
Wed, 18 Nov 2009 12:32:57 +0100 Adrien Di Mascio [web] remove widget.render backward compatibility stable
Wed, 18 Nov 2009 10:05:41 +0100 Adrien Di Mascio [migration] avoid AssertionError / crashes if migration script is neither a py nor a sql file stable
Tue, 17 Nov 2009 11:48:36 +0100 Adrien Di Mascio merge stable
Tue, 17 Nov 2009 11:47:58 +0100 Adrien Di Mascio [hooks] update CWUser class after schema changes stable
Tue, 17 Nov 2009 11:46:07 +0100 Adrien Di Mascio [server] remove not-so-useful entity_name and entity_attr functions, introduce entity_oldnewvalue stable
Mon, 16 Nov 2009 19:42:27 +0100 Sylvain Thénault oops, fix wf entity types vocabulary while in creation stable
Mon, 16 Nov 2009 19:05:54 +0100 Sylvain Thénault fix vocabulary for destination_state/allowed_transitions when creating state or transition stable
Mon, 16 Nov 2009 18:36:31 +0100 Sylvain Thénault fix potential key error stable
Mon, 16 Nov 2009 18:10:51 +0100 Sylvain Thénault actually fix rgx_action stable
Mon, 16 Nov 2009 17:51:45 +0100 Sylvain Thénault fix UnboundLocalError stable
Mon, 16 Nov 2009 17:20:03 +0100 Adrien Di Mascio [forms] add setFormsTarget() to the list of postAjaxLoad callbacks to have iframe on ajax-rendered forms stable
Mon, 16 Nov 2009 17:18:48 +0100 Adrien Di Mascio [breadcrumbs] make it easier to redefine html structure of breadcrumbs component stable
Mon, 16 Nov 2009 15:44:42 +0100 Sylvain Thénault merge stable
Mon, 16 Nov 2009 15:44:26 +0100 Sylvain Thénault add textparser object, designed to trigger some actions from textual content such as email or checkin-message (unused in the library itself yet, see email cube) stable
Mon, 16 Nov 2009 15:36:06 +0100 Aurelien Campeas more helpful error message stable
Mon, 16 Nov 2009 14:47:47 +0100 Sylvain Thénault add XX reminder stable
Mon, 16 Nov 2009 11:16:28 +0100 Sylvain Thénault ensure pb is not None stable
Mon, 16 Nov 2009 10:52:45 +0100 Sylvain Thénault fix rgx_action to ensure eids given to .execute are correctly typed stable
Mon, 16 Nov 2009 10:32:06 +0100 Sylvain Thénault try to update ldap tests to make them work from the DMZ (eg using another ldap directory) stable
Mon, 16 Nov 2009 10:31:32 +0100 Sylvain Thénault no progress bar in apycot environment stable
Mon, 16 Nov 2009 09:37:06 +0100 Sylvain Thénault merge stable
Mon, 16 Nov 2009 09:36:25 +0100 Sylvain Thénault test and fix case where remove_unsused_solutions remove some solutions that should be kept stable
Mon, 16 Nov 2009 08:58:35 +0100 Alexandre Fayolle added days_in_year function stable
Sun, 15 Nov 2009 13:58:33 +0100 Nicolas Chauvat merge stable
Fri, 13 Nov 2009 15:38:48 +0100 Sylvain Thénault deactivate toolbox until 3.6 stable
Fri, 13 Nov 2009 15:35:45 +0100 Sylvain Thénault cleanup stable
Fri, 13 Nov 2009 15:36:09 +0100 Nicolas Chauvat [common] add tr, th and td tags stable
Fri, 13 Nov 2009 14:24:47 +0100 Sylvain Thénault new argument to provide extra content stable
Fri, 13 Nov 2009 14:24:29 +0100 Sylvain Thénault introduce render_entity_toolbox on default primary view to display components in the ctxtoolbar context, such as pdf icon, notification registration (nosylist)... stable
Fri, 13 Nov 2009 14:22:09 +0100 Sylvain Thénault stop calling render_entity_metadata in primary view, provides a stable
Fri, 13 Nov 2009 14:19:08 +0100 Sylvain Thénault display entity type in metadata section instead of default title of primary view stable
Fri, 13 Nov 2009 14:14:48 +0100 Sylvain Thénault PUCE_UP make me thing it will fold something on click, use PUCE_DOWN instead (as for actions box menus) stable
Fri, 13 Nov 2009 11:16:39 +0100 Sylvain Thénault merge stable
Fri, 13 Nov 2009 11:16:24 +0100 Sylvain Thénault prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element stable
Fri, 13 Nov 2009 11:14:48 +0100 Sylvain Thénault missing space between label and value stable
Fri, 13 Nov 2009 10:47:26 +0100 Adrien Di Mascio [web] safety belt to avoid overriding pageid with loadxhtml() stable
Fri, 13 Nov 2009 09:16:28 +0100 Sylvain Thénault merge stable
Fri, 13 Nov 2009 09:15:28 +0100 Sylvain Thénault fix necessary when adding a cube which isn't listed in fs dependencies of the instance stable
Fri, 13 Nov 2009 09:13:30 +0100 Sylvain Thénault more sensible default values to c-c "create" inputs stable
Thu, 12 Nov 2009 18:27:59 +0100 Adrien Di Mascio [javascript] fid form / onfailure behaviour stable
Thu, 12 Nov 2009 17:36:15 +0100 Sylvain Thénault add set_page_data as well stable
Thu, 12 Nov 2009 17:32:09 +0100 Sylvain Thénault #473188: missing get_page_data when patching bare db-api request for web compatibility stable
Thu, 12 Nov 2009 17:31:19 +0100 Sylvain Thénault benefit from the orm for clearer code stable
Thu, 12 Nov 2009 17:15:07 +0100 Sylvain Thénault close #472361: omit password and bytes attributes in allowed mass-mailing keys stable
Thu, 12 Nov 2009 13:53:26 +0100 Sylvain Thénault close #474415 by using 'is' instead of comparison which explicitly fails on entity classes stable
Thu, 12 Nov 2009 13:46:47 +0100 Sylvain Thénault when instance is started normally (eg not in debug mode), check versions before daemonization stable
Thu, 12 Nov 2009 13:46:10 +0100 Sylvain Thénault doc stable
Thu, 12 Nov 2009 12:15:19 +0100 Sylvain Thénault close #511810: bad rql generated when looking for vocabulary for a relation on an entity which doesn't exist (yet) stable
Thu, 12 Nov 2009 12:08:43 +0100 Sylvain Thénault typo stable
Thu, 12 Nov 2009 12:08:30 +0100 Sylvain Thénault consider U when computing main variables stable
Thu, 12 Nov 2009 12:07:59 +0100 Sylvain Thénault fix cut and paste stable
Thu, 12 Nov 2009 09:33:55 +0100 Sylvain Thénault do not fail if anon user == manager, simply emit warning that it should not be done in production. stable
Thu, 12 Nov 2009 09:27:26 +0100 Sylvain Thénault oops, junk stable
Thu, 12 Nov 2009 09:27:01 +0100 Sylvain Thénault c-c create stopped asking if anonymous access should be activated stable
Thu, 12 Nov 2009 09:08:00 +0100 Sylvain Thénault no more dependency on mx date time. Better description of optional dependencies stable
Wed, 11 Nov 2009 14:44:58 +0100 Nicolas Chauvat [web ui] move help from header to footer stable
Tue, 10 Nov 2009 18:13:07 +0100 Adrien Di Mascio merge stable
Tue, 10 Nov 2009 18:11:24 +0100 Adrien Di Mascio [web] set pageid at request instanciation rather than in htmlheader template stable
Tue, 10 Nov 2009 18:06:47 +0100 Sylvain Thénault test and fix http://www.logilab.org/ticket/499838 stable
Tue, 10 Nov 2009 15:46:34 +0100 Sylvain Thénault merge stable
Tue, 10 Nov 2009 15:46:03 +0100 Sylvain Thénault Backed out changeset 8d0b5de8002b stable
Tue, 10 Nov 2009 10:48:22 +0100 Julien Jehannet [B] migration: normalize migration script path stable
Mon, 09 Nov 2009 16:41:40 +0100 Aurelien Campeas small fixes stable
Sun, 08 Nov 2009 21:53:18 +0100 Nicolas Chauvat #509981: cw-ctl shell <instance> file.txt runs doctest.testfile
Sun, 08 Nov 2009 19:53:28 +0100 Nicolas Chauvat [web ui] PrimaryView.render_attributes now uses a table stable
Sun, 08 Nov 2009 19:37:44 +0100 Nicolas Chauvat [web ui] primaryview_section tags for CWGroup stable
Sun, 08 Nov 2009 19:37:08 +0100 Nicolas Chauvat [web ui] change "table actions" icon to arrow-up stable
Sun, 08 Nov 2009 19:34:31 +0100 Nicolas Chauvat [web ui] remove "trame_grise" from forms stable
Sun, 08 Nov 2009 19:33:03 +0100 Nicolas Chauvat [web ui] rename form buttons to ok/cancel where workflow change state stable
Sun, 08 Nov 2009 19:28:25 +0100 Nicolas Chauvat [i18n] fix typos stable
Sat, 07 Nov 2009 22:04:45 +0100 Nicolas Chauvat [web ui] decorate form buttons with icons (at last) stable
Sat, 07 Nov 2009 18:39:37 +0100 Nicolas Chauvat [web ui] very simple default configuration for ckeditor stable
Sat, 07 Nov 2009 18:38:52 +0100 Nicolas Chauvat [clean] remove print polluting test outputs stable
Sat, 07 Nov 2009 18:37:55 +0100 Nicolas Chauvat [web ui] fix the editable fields: better look and behaviour. stable
Sat, 07 Nov 2009 18:06:56 +0100 Nicolas Chauvat [icons] make nomail icon more recognizable stable
Thu, 05 Nov 2009 12:44:24 +0100 Alexandre Fayolle [doc] added note about the required js and css in TableWidget stable
Thu, 05 Nov 2009 12:42:15 +0100 Alexandre Fayolle style: s/pourcent/percent/ stable
Thu, 05 Nov 2009 12:41:58 +0100 Alexandre Fayolle added SimpleModel for TableWidget stable
Thu, 05 Nov 2009 12:41:03 +0100 Alexandre Fayolle [doc] fix inaccurate docstring stable
Wed, 28 Oct 2009 12:19:01 +0100 Julien Jehannet [B] views: fix wrong xhtml when empty rset stable
Tue, 03 Nov 2009 13:54:07 +0100 Aurelien Campeas do not display anything when bein asked something (fix #504759) stable
Tue, 03 Nov 2009 13:52:25 +0100 Aurelien Campeas fix wrong answer when the rset is empty but did not raise stable
Tue, 03 Nov 2009 11:19:10 +0100 Aurelien Campeas put back url info started at the end of initialisations stable
Mon, 02 Nov 2009 16:37:19 +0100 Julien Jehannet [B] web: weird display with internationalizable (Closes: #503071) stable
Mon, 02 Nov 2009 16:10:03 +0100 Aurelien Campeas update docstring, xml escape exception description stable
Sun, 01 Nov 2009 21:40:03 +0100 Nicolas Chauvat [migration] warn if 3.5 workflow migration is going to fail stable
Wed, 28 Oct 2009 20:09:59 +0100 Nicolas Chauvat C - fix typo. make `lgp check` happy. stable
Mon, 26 Oct 2009 10:04:18 +0100 Alexandre Fayolle force debug mode on cubicweb-ctl start on win32 stable
Fri, 23 Oct 2009 15:43:30 +0200 Aurelien Campeas read form arg specifying json call context (to make it work under json controller) stable
Thu, 22 Oct 2009 11:07:05 +0200 Adrien Di Mascio [javascript] handle cases where vid parameter is hijacked by parameter-injection stable
Thu, 22 Oct 2009 11:02:50 +0200 Adrien Di Mascio [views] consider fallbackvid request parameter in ViewController stable
Thu, 22 Oct 2009 11:01:50 +0200 Adrien Di Mascio [cleanup] reorder cubicweb namespace attributes declaration stable
Thu, 22 Oct 2009 09:30:10 +0200 Adrien Di Mascio [javascript] asURL now escapes request arguments stable
Wed, 21 Oct 2009 19:32:53 +0200 Aurelien Campeas merge stable
Wed, 21 Oct 2009 19:31:28 +0200 Aurelien Campeas remove obsolete caveat stable
Wed, 21 Oct 2009 17:37:58 +0200 Sylvain Thénault so bad tests hasn't find that one... stable
Wed, 21 Oct 2009 17:32:20 +0200 Sylvain Thénault backport stable branch
Wed, 21 Oct 2009 17:12:58 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.5.5-1 for changeset aad818d9d9b6 stable
Wed, 21 Oct 2009 17:12:58 +0200 Sylvain Thénault Added tag cubicweb-version-3.5.5 for changeset 1eca47d59fd9 stable cubicweb-debian-version-3.5.5-1
Wed, 21 Oct 2009 15:13:07 +0200 Sylvain Thénault on precommit / rollback of schema update op, clear order_relations cache of entity schemas stable cubicweb-version-3.5.5
Wed, 21 Oct 2009 15:12:29 +0200 Sylvain Thénault don't allow that even with cow powers stable
Wed, 21 Oct 2009 14:39:26 +0200 Aurelien Campeas fix reledit related test breakage stable
Wed, 21 Oct 2009 14:31:15 +0200 Sylvain Thénault test fixes stable
Wed, 21 Oct 2009 13:52:16 +0200 Sylvain Thénault merge stable
Wed, 21 Oct 2009 13:52:05 +0200 Sylvain Thénault test fix stable
Wed, 21 Oct 2009 10:35:19 +0200 Sylvain Thénault nicer relation|entity schema view stable
Wed, 21 Oct 2009 11:34:11 +0200 Aurelien Campeas reledit: stuff the value into its own div and properly hide it when necessary (but dont lump it with the landingzone div for it switches the form on when one clicks on a value to traverse it) stable
Wed, 21 Oct 2009 11:21:58 +0200 Aurelien Campeas work around a pb. with subquery_selection_index stable
Wed, 21 Oct 2009 11:19:54 +0200 Aurelien Campeas latst_trinfo : do not crash on absent wf history stable
Wed, 21 Oct 2009 09:47:55 +0200 Sylvain Thénault drop _prepare_copy method from rset in favor of a more generic copy method stable
Wed, 21 Oct 2009 08:59:14 +0200 Sylvain Thénault i18nupdate stable
Wed, 21 Oct 2009 08:55:54 +0200 Sylvain Thénault prefix sql aliases for entity table by '_' to avoid pb with variable such as 'AS' (eg a keyword in SQL) stable
Tue, 20 Oct 2009 19:19:19 +0200 Aurelien Campeas small cleanup & revert to less intrusive icon stable
(0) -3000 -1000 -240 +240 +1000 +3000 tip