Wed, 10 Jun 2009 18:44:10 +0200 Sylvain Thénault field's help may now be a callable taking the form as argument stable
Wed, 10 Jun 2009 16:13:29 +0200 Adrien Di Mascio [exlog] print clocktime in addition to cputime stable
Wed, 10 Jun 2009 14:51:48 +0200 Sylvain Thénault don't set select widget when a vocabulary widget is already specified on the field class stable
Wed, 10 Jun 2009 12:50:05 +0200 Sylvain Thénault merge stable
Wed, 10 Jun 2009 12:24:22 +0200 Florent backport default branch fix 4ec37d33657e (EntityFieldsForm methods implementation) stable
Wed, 10 Jun 2009 10:26:52 +0200 Fabrice Implement EntityFieldsForm methods so that EntityFormRenderer works out of the box
Wed, 10 Jun 2009 12:09:06 +0200 Sylvain Thénault cleanup stable
Wed, 10 Jun 2009 12:08:57 +0200 Sylvain Thénault fix TimeField format_prop, use format_single_value directly in render_example stable
Wed, 10 Jun 2009 12:08:26 +0200 Sylvain Thénault fix #343630 by getting explicitly TextInput widget for String, also instantiate field to get proper widget configuration stable
Wed, 10 Jun 2009 10:01:06 +0200 Sylvain Thénault optional rset, those prototype could be simplified once bw compat for non named rset will be dropped
Wed, 10 Jun 2009 10:00:34 +0200 Sylvain Thénault add warning when rset isn't a named argument in select()
Wed, 10 Jun 2009 09:53:54 +0200 Sylvain Thénault should call select here
Wed, 10 Jun 2009 09:49:35 +0200 Sylvain Thénault make rset optional
Wed, 10 Jun 2009 08:21:38 +0200 Sylvain Thénault oops, mainform default to True stable
Wed, 10 Jun 2009 08:21:27 +0200 Sylvain Thénault proper error when fname isn't specified stable
Tue, 09 Jun 2009 21:29:38 +0200 Adrien Di Mascio typo: fix assertion error message in vregistry.py stable
Tue, 09 Jun 2009 18:46:20 +0200 Sylvain Thénault nicer message on failure stable
Tue, 09 Jun 2009 18:30:42 +0200 Sylvain Thénault cleanup stable
Tue, 09 Jun 2009 18:04:31 +0200 Sylvain Thénault fix bug in multisource planner, w/ inlined relation stable
Tue, 09 Jun 2009 18:03:28 +0200 Sylvain Thénault enhance BasePlannerTC to ease subclasses definition stable
Tue, 09 Jun 2009 14:47:00 +0200 Sylvain Thénault fix missing from close when using a var map stable
Tue, 09 Jun 2009 14:46:39 +0200 Sylvain Thénault deactivate sqlite connection wrapping for unittest_multisources for now stable
Tue, 09 Jun 2009 14:45:57 +0200 Sylvain Thénault new test for missing from close when using a var map stable
Tue, 09 Jun 2009 14:08:08 +0200 Sylvain Thénault cleanup stable
Tue, 09 Jun 2009 14:07:57 +0200 Sylvain Thénault set_debug method on rql2sql test as well stable
Tue, 09 Jun 2009 11:33:04 +0200 Sylvain Thénault log sql queries in debug mode stable
Tue, 09 Jun 2009 11:32:41 +0200 Sylvain Thénault need proper logged_user and close method to be usable as native source connection wrapper stable
Tue, 09 Jun 2009 11:31:57 +0200 Sylvain Thénault cleanup, stop encoding unicode string in manual_insert, no more necessary and make crash recent sqlite w/ 8bit string stable
Tue, 09 Jun 2009 11:30:37 +0200 Sylvain Thénault fix unregister to be more error resilient as other unregistering methods + cleanup stable
Mon, 08 Jun 2009 20:37:03 +0200 Sylvain Thénault properly call [re]set_pool, fix connection handling so we have a change to get cw running on top of a sqlite dabase with threads activated stable
Mon, 08 Jun 2009 20:35:26 +0200 Sylvain Thénault fix [re]set_pool prototype stable
Mon, 08 Jun 2009 20:34:28 +0200 Sylvain Thénault provide local_add_relation / add_relation stable
Mon, 08 Jun 2009 18:32:23 +0200 Adrien Di Mascio [basetemplates] do not use STRICT_DOCTYPE directly, use self.doctype to deal with non xhtml browser stable
Mon, 08 Jun 2009 18:29:35 +0200 Adrien Di Mascio [entities][CWCache] handle classic datetime vs None comparison bug stable
Fri, 05 Jun 2009 19:04:20 +0200 Sylvain Thénault absolute_url / build_url refactoring to avoid potential name clash
Fri, 05 Jun 2009 15:09:20 +0200 Sylvain Thénault nicer vreg api, try to make rset an optional named argument in select and derivated (including selectors)
Fri, 05 Jun 2009 15:06:55 +0200 Sylvain Thénault test broken, deprecated module; kill
Fri, 05 Jun 2009 18:54:39 +0200 Sylvain Thénault reminder stable
Fri, 05 Jun 2009 16:41:09 +0200 Sylvain Thénault oops stable
Fri, 05 Jun 2009 16:35:44 +0200 Sylvain Thénault fix potential race-condition stable
Fri, 05 Jun 2009 13:21:31 +0200 Sylvain Thénault change extlite connection handling: connection may not be shared among threads but it's fine to have multiple connections open in several threads (as demonstrated by unittest_extlite) stable
Fri, 05 Jun 2009 10:40:54 +0200 Sylvain Thénault backport changesets which should have been in stable branch. now *stable is 3.3* and *default is 3.4* stable
Fri, 05 Jun 2009 10:26:35 +0200 Sylvain Thénault merge
Fri, 05 Jun 2009 10:23:56 +0200 Sylvain Thénault fix submit message handling in entity form
Fri, 05 Jun 2009 10:18:40 +0200 Sylvain Thénault set __maineid in EntityFieldsForm
Fri, 05 Jun 2009 10:03:16 +0200 Sylvain Thénault replace set_error_url/set_dom_id by a single mainform argument
Fri, 05 Jun 2009 09:58:16 +0200 Sylvain Thénault reminder
Fri, 05 Jun 2009 09:13:49 +0200 Florent do not set __domid in sub-forms
Thu, 04 Jun 2009 10:54:13 +0200 Florent add __domid hidden input in forms so that we can validate more than one form per page
Fri, 05 Jun 2009 08:33:18 +0200 Sylvain Thénault alter table in schema serial when a renamed type is detected
Fri, 05 Jun 2009 08:32:22 +0200 Sylvain Thénault typo
Thu, 04 Jun 2009 11:26:59 -0700 Sandrine Ribeau Add a note concerning explicit object registering.
Thu, 04 Jun 2009 20:21:40 +0200 Aurelien Campeas be more precise & helpful stable
Thu, 04 Jun 2009 17:53:33 +0200 Adrien Di Mascio [views] API fix: select_object is a vreg method stable
Thu, 04 Jun 2009 17:21:29 +0200 Nicolas Chauvat Added tag cubicweb-debian-version-3_3_0-1 for changeset 07214e923e75
Thu, 04 Jun 2009 17:21:28 +0200 Nicolas Chauvat Added tag cubicweb-version-3_3_0 for changeset 2d7d3062ca03 cubicweb-debian-version-3_3_0-1
Wed, 03 Jun 2009 21:15:14 +0200 Nicolas Chauvat prepare 3.3.0 cubicweb-version-3_3_0
Wed, 03 Jun 2009 21:15:01 +0200 Nicolas Chauvat replace jpl with forge in test
Wed, 03 Jun 2009 21:14:46 +0200 Nicolas Chauvat bugfix: extrapath is optional arg for init_registration
Wed, 03 Jun 2009 19:50:34 +0200 Nicolas Chauvat merge with closed branches to remove heads.
Wed, 03 Jun 2009 19:49:44 +0200 Nicolas Chauvat closing 3.1 branch merged into trunk. 3.1
Wed, 03 Jun 2009 19:49:15 +0200 Nicolas Chauvat merge stable branch into default.
Wed, 03 Jun 2009 19:47:03 +0200 Nicolas Chauvat merging branches to close them. 3.1
Wed, 03 Jun 2009 19:46:53 +0200 Nicolas Chauvat merging branches to close them. 3.1
Wed, 03 Jun 2009 19:46:06 +0200 Nicolas Chauvat closing 3.0 branch merged into trunk. 3.0
Wed, 03 Jun 2009 19:45:46 +0200 Nicolas Chauvat closing 3.0 branch merged into trunk. 3.0
Wed, 03 Jun 2009 19:42:23 +0200 Nicolas Chauvat close treeviews-tabs branch by merging with 3.1 3.1
Wed, 03 Jun 2009 19:38:14 +0200 Nicolas Chauvat closing treeview-tabs branch merged into trunk. treeview-tabs
Wed, 03 Jun 2009 16:52:24 +0200 Sylvain Thénault fix lookup of files to load when using CW_CUBES_PATH
Wed, 03 Jun 2009 09:52:39 +0200 Sylvain Thénault redo juj's fix in stable branch stable
Wed, 03 Jun 2009 09:15:20 +0200 Sylvain Thénault close tls-sprint branch
Wed, 03 Jun 2009 09:09:33 +0200 Sylvain Thénault close branch tls-sprint
Tue, 02 Jun 2009 18:15:09 +0200 Sylvain Thénault merge
Tue, 02 Jun 2009 08:17:24 +0200 Adrien Di Mascio [facet] refactor values formatting in RangeFacets
Tue, 02 Jun 2009 18:14:38 +0200 Sylvain Thénault #343488: SQL error in migration script (depends on a new release of yams and lgc)
Sun, 31 May 2009 19:53:41 +0200 Adrien Di Mascio watch out, there's some tabs hiding here and there, keep your eyes open ...
Sat, 30 May 2009 00:42:35 +0200 Nicolas Chauvat [views] change default tab to text for /schema
Sat, 30 May 2009 00:42:18 +0200 Nicolas Chauvat [views] reindent web/facet.py
Fri, 29 May 2009 21:34:09 +0200 Adrien Di Mascio merge
Fri, 29 May 2009 21:32:53 +0200 Adrien Di Mascio [facet] provide hasRelationFacet (backport from CMHN)
Fri, 29 May 2009 21:31:12 +0200 Adrien Di Mascio [facet] duh ? jQuery crashes on facets with only one element. Strange that this is the first time we hit this bug
Fri, 29 May 2009 21:30:19 +0200 Adrien Di Mascio [facets] add new unchecked's checkbox image
Fri, 29 May 2009 20:22:39 +0200 Nicolas Chauvat merge stable branch into default
Fri, 29 May 2009 19:36:08 +0200 Adrien Di Mascio [facet] provide a DateRangeFacet (still need to refactor, maybe create a CWWidget)
Fri, 29 May 2009 19:34:00 +0200 Adrien Di Mascio [utils] move datetime2ticks from cw.web.views.plots to cw.utils
Fri, 29 May 2009 19:31:32 +0200 Adrien Di Mascio [javascript] provide a strftime method to Date objects
Fri, 29 May 2009 16:11:49 +0200 Sylvain Thénault oops... stable
Fri, 29 May 2009 14:43:58 +0200 Sylvain Thénault we can now use self.req
Fri, 29 May 2009 14:19:30 +0200 Sylvain Thénault turn every form class into appobject. They should not be instantiated manually anymore.
Fri, 29 May 2009 14:07:42 +0200 Sylvain Thénault tests broken; module deprecated; remove tests
Fri, 29 May 2009 14:04:26 +0200 Sylvain Thénault useful to have yes returning 0.5 by default
Fri, 29 May 2009 14:04:06 +0200 Sylvain Thénault be stricter on catched exception, fix Time parsing
Fri, 29 May 2009 13:34:06 +0200 Florent fix import
Fri, 29 May 2009 12:04:23 +0200 Florent do not store req as an attribute of ApacheURLRewrite - fix test
Fri, 29 May 2009 10:49:01 +0200 Sylvain Thénault obsolete methods
Thu, 28 May 2009 22:57:52 +0200 Nicolas Chauvat [views] change schema views: remove view eschema and use tabs for cwetype
Thu, 28 May 2009 22:56:38 +0200 Nicolas Chauvat [views] get tabs to work with startup views
Thu, 28 May 2009 20:07:18 +0200 Sylvain Thénault merge
Thu, 28 May 2009 20:06:45 +0200 Sylvain Thénault turn renderers into appobjects
Thu, 28 May 2009 20:05:54 +0200 Sylvain Thénault col may be None
Thu, 28 May 2009 19:07:41 +0200 Adrien Di Mascio backport stable branch
Thu, 28 May 2009 19:07:06 +0200 Adrien Di Mascio [javascript] fix AJAX user preference validation stable
Thu, 28 May 2009 16:59:14 +0200 Nicolas Chauvat bugfix for plots
Thu, 28 May 2009 15:09:35 +0200 Nicolas Chauvat merge stable branch into default
Thu, 28 May 2009 18:46:04 +0200 Sylvain Thénault set default select size to 1 into the widget
Thu, 28 May 2009 18:45:51 +0200 Sylvain Thénault if choices is set and widget not explicitly specified, use Select in base field
Thu, 28 May 2009 18:32:51 +0200 Sylvain Thénault basic views for python values (eg without any result set)
Thu, 28 May 2009 18:32:12 +0200 Sylvain Thénault move widget selection's logic on fields
Thu, 28 May 2009 18:31:14 +0200 Sylvain Thénault move view method's logic on the registry, so it's easier to call it from outside an appobject. Also make rset argument optional
Thu, 28 May 2009 18:28:29 +0200 Sylvain Thénault move parse_datetime on appobject
Thu, 28 May 2009 18:28:05 +0200 Sylvain Thénault fix test
Thu, 28 May 2009 18:27:50 +0200 Sylvain Thénault not needed, this is the default label
Thu, 28 May 2009 11:41:36 +0200 Sylvain Thénault fix #327301: synchronize_schema doesn't update not-null constraint stable
Thu, 28 May 2009 11:37:27 +0200 Sylvain Thénault nicer error message
Thu, 28 May 2009 11:35:56 +0200 Sylvain Thénault remove meaningless cards for attributes
Thu, 28 May 2009 11:35:29 +0200 Sylvain Thénault fix name of test database template (bad sed during template->cube migration)
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Thu, 28 May 2009 08:06:12 +0200 Adrien Di Mascio [css] emphasize the 'today' cell on omcalendars (+delete-t-w + copyright update)
Wed, 27 May 2009 18:51:52 +0200 Aurelien Campeas Added tag cubicweb-debian-version-3_2_3-1 for changeset 4003d24974f1 stable
Wed, 27 May 2009 18:51:51 +0200 Aurelien Campeas Added tag cubicweb-version-3_2_3 for changeset f60bb84b86cf stable cubicweb-debian-version-3_2_3-1
Wed, 27 May 2009 18:51:36 +0200 Aurelien Campeas bump stable cubicweb-version-3_2_3
Wed, 27 May 2009 17:08:30 +0200 Aurelien Campeas merge stable
Wed, 27 May 2009 15:54:29 +0200 Aurelien Campeas if textoutofcontext, we need to html escape stable
Wed, 27 May 2009 16:41:51 +0200 Sylvain Thénault backport stable branch
Wed, 27 May 2009 16:41:24 +0200 Sylvain Thénault line wrap stable
Wed, 27 May 2009 16:41:15 +0200 Sylvain Thénault components should be visible by default, applmessages components should not be hideable stable
Wed, 27 May 2009 16:36:17 +0200 Sylvain Thénault don't crash if inlined_relation is not defined on the form stable
Wed, 27 May 2009 15:19:25 +0200 Sylvain Thénault stop using autocomplete_initfuncs dict on entity classes
Wed, 27 May 2009 15:01:19 +0200 Sylvain Thénault cleanup stable
Wed, 27 May 2009 15:01:15 +0200 Sylvain Thénault need to cleanup values if we don't want them to be interpreted by fields (title is a common field name for instance) stable
Wed, 27 May 2009 15:00:38 +0200 Sylvain Thénault not necessary here, else we see it in the generated input stable
Wed, 27 May 2009 13:01:32 +0200 Sylvain Thénault backport stable branch
Wed, 27 May 2009 12:51:29 +0200 Nicolas Chauvat Added tag cubicweb-debian-version-3_2_2-1 for changeset 0e07514264aa stable
Wed, 27 May 2009 12:51:24 +0200 Nicolas Chauvat Added tag cubicweb-version-3_2_2 for changeset 9b21e068fef7 stable cubicweb-debian-version-3_2_2-1
Wed, 27 May 2009 12:51:16 +0200 Nicolas Chauvat ready for 3.2.2 stable cubicweb-version-3_2_2
Wed, 27 May 2009 12:46:31 +0200 Nicolas Chauvat Added tag cubicweb-debian-version-3_2_2-1 for changeset 92d1a15f08f7 stable
Wed, 27 May 2009 12:46:20 +0200 Nicolas Chauvat Added tag cubicweb-version-3_2_2 for changeset 6539ce84f043 stable
Wed, 27 May 2009 08:39:16 +0200 Adrien Di Mascio [views][plot] piechart view now accepts either final or non final entities in the first column
Wed, 27 May 2009 11:26:15 +0200 Sylvain Thénault fix test stable
Wed, 27 May 2009 11:26:03 +0200 Sylvain Thénault cleanup stable
Wed, 27 May 2009 11:24:58 +0200 Sylvain Thénault oops stable
Wed, 27 May 2009 11:24:35 +0200 Sylvain Thénault fix extid handling: ensure encoded string is given, and store them as base64 (see note in native.py). stable
Wed, 27 May 2009 11:19:37 +0200 Sylvain Thénault getting a StringIO here was due to lgc.db sqlite adapter bug stable
Wed, 27 May 2009 11:18:46 +0200 Sylvain Thénault reactivate skipped tests due to sqlite bug which is now fixed (sqlite 3.6.13) stable
Wed, 27 May 2009 11:17:53 +0200 Sylvain Thénault test Bytes storage/retreival stable
Tue, 26 May 2009 19:46:08 +0200 Sylvain Thénault cosmetic stable
Tue, 26 May 2009 19:45:39 +0200 Sylvain Thénault test and fix __linkto handling (#343421) stable
Tue, 26 May 2009 19:45:04 +0200 Sylvain Thénault don't use tab stable
Tue, 26 May 2009 19:37:36 +0200 Sylvain Thénault new argument telling if we want text or (text / attrs), keeping bw compat stable
Tue, 26 May 2009 19:36:40 +0200 Sylvain Thénault similar method already exists stable
Tue, 26 May 2009 18:22:24 +0200 Sylvain Thénault fix exception class, simply print warning when calling register_and_replace with an unregistered view stable
Tue, 26 May 2009 17:27:43 +0200 Sylvain Thénault fix generated links stable
Tue, 26 May 2009 14:15:39 +0200 Aurelien Campeas egroup -> cwgroup #343418 stable
Tue, 26 May 2009 11:23:39 +0200 Sylvain Thénault fix so that one can edit an entity with a Bytes field without specifying a new file stable
Tue, 26 May 2009 11:01:23 +0200 Sylvain Thénault #343379: disturbing message on upgrade stable
Tue, 26 May 2009 09:31:44 +0200 Sylvain Thénault merge
Tue, 26 May 2009 09:31:15 +0200 Sylvain Thénault cosmetic stable
Mon, 25 May 2009 22:26:05 +0200 Florent pass request to ApacheRewriter rewrite method
Mon, 25 May 2009 22:21:13 +0200 Florent add helpers to insert new fields in forms
Mon, 25 May 2009 22:14:58 +0200 Florent add single input password widget
Tue, 26 May 2009 09:03:24 +0200 Adrien Di Mascio [facet][RangeFacet] submit facet form when the user stops sliding
Mon, 25 May 2009 16:54:13 +0200 Aurelien Campeas Added tag cubicweb-debian-version-3_2_1-1 for changeset e784f8847a12 stable
Mon, 25 May 2009 16:54:10 +0200 Aurelien Campeas Added tag cubicweb-version-3_2_1 for changeset 634c251dd032 stable cubicweb-debian-version-3_2_1-1
Mon, 25 May 2009 16:53:43 +0200 Aurelien Campeas bump stable cubicweb-version-3_2_1
Mon, 25 May 2009 16:43:57 +0200 Aurelien Campeas merge stable
Mon, 25 May 2009 16:43:50 +0200 Aurelien Campeas Backed out changeset 31843b49188d stable
Mon, 25 May 2009 16:43:44 +0200 Aurelien Campeas merge stable
Mon, 25 May 2009 16:43:36 +0200 Aurelien Campeas Backed out changeset a9db0eb45117 stable
Mon, 25 May 2009 16:14:04 +0200 Aurelien Campeas merge stable
Mon, 25 May 2009 16:11:30 +0200 Aurelien Campeas bump stable
Mon, 25 May 2009 16:10:52 +0200 Sylvain Thénault handle speaking to an instance using old entity types stable
Mon, 25 May 2009 16:09:34 +0200 Sylvain Thénault remove buggy debug code stable
Mon, 25 May 2009 16:03:32 +0200 Nicolas Chauvat merge stable
Mon, 25 May 2009 16:03:09 +0200 Nicolas Chauvat [packaging] use python-support instead of python-central stable
Mon, 25 May 2009 00:34:49 +0200 Nicolas Chauvat merge stable
Mon, 25 May 2009 00:34:11 +0200 Nicolas Chauvat prepare 3.2.1 stable
Sun, 24 May 2009 02:04:07 +0200 Nicolas Chauvat fix etype_class(Any) when multiple sources stable
Mon, 25 May 2009 14:40:47 +0200 Adrien Di Mascio [skeleton] fix SyntaxError in __pkginfo__.py (looks like a copy/paste error from vim) stable
Mon, 25 May 2009 13:02:56 +0200 Aurelien Campeas merge forgotten stable head stable
Fri, 22 May 2009 18:11:21 +0200 Aurelien Campeas with statement: use it or lose it stable
Mon, 25 May 2009 12:57:19 +0200 Sylvain Thénault should reset sqlutils.SQL_PREFIX as well stable
Mon, 25 May 2009 12:21:06 +0200 Adrien Di Mascio [server] provide a new reset-admin-pwd command
Mon, 25 May 2009 12:20:25 +0200 Adrien Di Mascio make emacs happier
Mon, 25 May 2009 12:18:17 +0200 Adrien Di Mascio [server] refactor server.utils.manager_userpasswd
Sun, 24 May 2009 22:41:24 +0200 Nicolas Chauvat merge stable branch back into default branch stable
Sun, 24 May 2009 22:40:44 +0200 Nicolas Chauvat favicon cubicweb stable
Fri, 22 May 2009 15:48:25 +0200 Aurelien Campeas dubious docstring; hard-to-understand function stable
Fri, 22 May 2009 01:31:21 +0200 Nicolas Chauvat merge stable branch back into default branch
Fri, 22 May 2009 01:30:58 +0200 Nicolas Chauvat [tests] fix test after absolute_url got changed for external entities stable
Fri, 22 May 2009 01:30:20 +0200 Nicolas Chauvat minor refactoring of absolute_url() stable
Fri, 22 May 2009 01:29:35 +0200 Nicolas Chauvat [test] fix test for metainformation now includes base-url stable
Fri, 22 May 2009 01:05:08 +0200 Nicolas Chauvat [test] fix tests after renaming e{user,group} to cw{user,group} stable
Fri, 22 May 2009 00:58:04 +0200 Nicolas Chauvat [tests] fix test after js_edit_field changed signature stable
Fri, 22 May 2009 00:52:18 +0200 Nicolas Chauvat [tests] fix test after eproperties got renamed to cwproperties stable
Fri, 22 May 2009 00:46:41 +0200 Nicolas Chauvat [test] fix test after xhml_wrap changed signature stable
Fri, 22 May 2009 00:20:50 +0200 Nicolas Chauvat [cw-ctl] rename i18n commands (see #342889)
Fri, 22 May 2009 00:06:20 +0200 Nicolas Chauvat merge stable branch back into default branch
Fri, 22 May 2009 00:04:03 +0200 Adrien Di Mascio work in progress: new 'range facet' usable for numerical values, still lacks the form.submit on mouseUp
Fri, 22 May 2009 00:02:28 +0200 Adrien Di Mascio [javascript] include ui.slider.js (jquery plugin). NOTE: we must find a way to deal with multiple jquery plugins
Fri, 22 May 2009 00:01:37 +0200 Adrien Di Mascio [javascript] the @attr (xpath) syntax doesn't work anymore with jquery1.3, forget the @
Thu, 21 May 2009 23:59:36 +0200 Adrien Di Mascio use jquery1.3 (this might break a few things)
Thu, 21 May 2009 17:31:05 +0200 Adrien Di Mascio [views] extract a PieWidget from pie views
Thu, 21 May 2009 16:36:47 +0200 Adrien Di Mascio [views][plots] extract the plotting mechanism in an HTMLWidget to make mit more re-usable
Thu, 21 May 2009 14:05:09 +0200 Nicolas Chauvat [doc] add faq about reseting password for some user stable
Thu, 21 May 2009 00:50:24 +0200 Nicolas Chauvat merge stable branch back into default branch
Thu, 21 May 2009 00:44:57 +0200 Adrien Di Mascio [views] plot with flot and get rid of matplotlib
Thu, 21 May 2009 00:42:05 +0200 Adrien Di Mascio [selectors] provide a nicer representation of rql_condition
Wed, 20 May 2009 22:28:45 +0200 Adrien Di Mascio [views] add pie chart views with google chart / GChartWrapper
Wed, 20 May 2009 16:36:02 +0200 Nicolas Chauvat replace sideRelated with sideBox stable
Wed, 20 May 2009 16:35:37 +0200 Nicolas Chauvat give a title to timeline generic view stable
Wed, 20 May 2009 14:27:35 +0200 Aurelien Campeas shuting -> shutting stable
Wed, 20 May 2009 14:19:53 +0200 Sylvain Thénault cleanup stable
Wed, 20 May 2009 14:19:48 +0200 Sylvain Thénault fix dc_description format arg stable
Wed, 20 May 2009 14:19:02 +0200 Sylvain Thénault two in one: #343320: Logging out while deleting a CWUser blocks the cw server / #342692: ensure transaction state when Ctrl-C or other stop signal is received stable
Wed, 20 May 2009 11:55:33 +0200 Sylvain Thénault eproperty -> cwproperty, cleanup stable
Wed, 20 May 2009 11:55:15 +0200 Sylvain Thénault default email relations configuration stable
Wed, 20 May 2009 11:54:54 +0200 Sylvain Thénault anon should not see security management view stable
Wed, 20 May 2009 09:41:55 +0200 Sylvain Thénault cleanup stable
Wed, 20 May 2009 09:41:48 +0200 Sylvain Thénault no rschema attribute on widgets stable
Tue, 19 May 2009 17:13:01 +0200 Florent oops stable
Tue, 19 May 2009 17:05:54 +0200 Florent allow easy arbitrary separator between checkbox/ radio widgets stable
Tue, 19 May 2009 16:58:25 +0200 Sylvain Thénault actually useless stable
Tue, 19 May 2009 15:45:42 +0200 Aurelien Campeas merge stable
Tue, 19 May 2009 15:42:32 +0200 Aurelien Campeas trailing space cleanup, js lint, a small indent for preference sections stable
Tue, 19 May 2009 15:06:33 +0200 Sylvain Thénault should use sql prefix here stable
Tue, 19 May 2009 14:31:42 +0200 Katia Saurfelt update handleFormValidationResponse calls stable
Tue, 19 May 2009 13:21:29 +0200 Sylvain Thénault merge stable
Tue, 19 May 2009 12:07:03 +0200 Katia Saurfelt merge stable
Tue, 19 May 2009 11:50:15 +0200 Katia Saurfelt restore ajax validation cwpreferencies stable
Tue, 19 May 2009 11:48:55 +0200 Katia Saurfelt add onfailure fonction for validateForm, return formid on success stable
Tue, 19 May 2009 11:44:06 +0200 Katia Saurfelt do not use <br> in widgets stable
Tue, 19 May 2009 13:08:51 +0200 Sylvain Thénault #343322: should generate IS NULL in sql w/ None values in substitution stable
Tue, 19 May 2009 11:18:05 +0200 Sylvain Thénault stupido stable
Tue, 19 May 2009 11:01:42 +0200 Sylvain Thénault this is actually needed stable
Tue, 19 May 2009 11:01:33 +0200 Sylvain Thénault nicer error message stable
Tue, 19 May 2009 10:05:56 +0200 Sylvain Thénault connect format field to form_field_format for its initial value stable
Tue, 19 May 2009 10:05:19 +0200 Sylvain Thénault err.entity may only be an eid or None at this point stable
Tue, 19 May 2009 10:04:15 +0200 Sylvain Thénault more faking stable
Tue, 19 May 2009 09:06:42 +0200 Sylvain Thénault restore possibility to have default value methods on forms, this may still be useful according to how the form is defined stable
Tue, 19 May 2009 09:05:47 +0200 Sylvain Thénault stop automatically setting default method for _format field, too hard to override this with the new form system while keeping bw compat. Simply upgrade to new form system where it's a problem stable
(0) -1000 -240 +240 +1000 +3000 +10000 tip