Thu, 18 Feb 2010 07:29:13 +0100 Sylvain Thénault backport stable
Wed, 17 Feb 2010 20:22:12 +0100 Sylvain Thénault [security] allow to call .check on rql expression with a user eid specified stable
Wed, 17 Feb 2010 16:42:52 +0100 Sylvain Thénault [facet] rqlst should be the select node stable
Wed, 17 Feb 2010 16:27:01 +0100 Sylvain Thénault oops, should have been in my previous commit stable
Wed, 17 Feb 2010 16:21:34 +0100 Sylvain Thénault fix table view facet retreival, necessary since 95ccd84c892b. Also some cleanup in facet box stable
Wed, 17 Feb 2010 15:58:09 +0100 Charles Hébert Fix: RangeFacet is selected (valid rset) but without any values stable
Wed, 17 Feb 2010 15:57:03 +0100 Charles Hébert fix the bad rqlst syntax tree usage during facets initialization by copying it stable
Wed, 17 Feb 2010 10:39:35 +0100 Julien Jehannet [R] dataimport: refine error detection stable
Wed, 17 Feb 2010 13:23:36 +0100 Sylvain Thénault added a function to create admin/anon user during db initialization process so one get a chance to monkey patch it stable
Wed, 17 Feb 2010 13:16:50 +0100 Sylvain Thénault fix unittest_schema, remove deprecation warning stable
Wed, 17 Feb 2010 13:12:35 +0100 Sylvain Thénault when creating an instance, ask for cubes specific options properly (fix #607349) stable
Wed, 17 Feb 2010 13:11:30 +0100 Sylvain Thénault avoid loading twice site_cubicweb files on instance creation stable
Wed, 17 Feb 2010 12:25:17 +0100 Sylvain Thénault oops stable
Wed, 17 Feb 2010 12:21:28 +0100 Sylvain Thénault [schema security] fix so that when cheking attributes perms for an entity being created, 'owners' and has_*_permission in erqlexpr are considered satisfied stable
Wed, 17 Feb 2010 11:26:09 +0100 Sylvain Thénault dont add CUBES_DIR to cubes search path if it doesn't exists stable
Wed, 17 Feb 2010 11:25:46 +0100 Sylvain Thénault fix dumb name error triggering crash when some directory in cubes search path doesn't exist stable
Wed, 17 Feb 2010 11:25:12 +0100 Sylvain Thénault remove 3.6 deprecation warning stable
Wed, 17 Feb 2010 09:13:49 +0100 Sylvain Thénault login form style fixes stable
Wed, 17 Feb 2010 09:13:00 +0100 Sylvain Thénault proper deprecation of TabedPrimaryView stable
Wed, 17 Feb 2010 09:12:42 +0100 Sylvain Thénault missing call to toolbox in tabbed primary view stable
Tue, 16 Feb 2010 14:39:51 +0100 Sylvain Thénault use needs_css so you can change login form css without redefining LogFormView stable
Tue, 16 Feb 2010 14:39:28 +0100 Sylvain Thénault bw compat stable
Tue, 16 Feb 2010 11:31:12 +0100 Sylvain Thénault backport fixes done accidentaly in default stable
Tue, 16 Feb 2010 11:30:52 +0100 Sylvain Thénault use class, not klass, in widget.attrs
Tue, 16 Feb 2010 10:42:04 +0100 Sylvain Thénault specify login form dom id, don't render progress div
Tue, 16 Feb 2010 10:33:48 +0100 Sylvain Thénault backport crypto/captcha utilities from the registration cube
Tue, 16 Feb 2010 09:27:15 +0100 Sylvain Thénault use an actual form for the login form ease customization from external cubes (eg rememberme)
Tue, 16 Feb 2010 09:25:18 +0100 Sylvain Thénault add space between a checkbox and its label
Tue, 16 Feb 2010 09:24:40 +0100 Sylvain Thénault ensure cnx is set first (necessary to introduce of a form object to handle the login form)
Tue, 16 Feb 2010 09:23:35 +0100 Sylvain Thénault don't let set_schema making commit_event fail
Mon, 15 Feb 2010 19:37:57 +0100 Sylvain Thénault use constant
Mon, 15 Feb 2010 19:37:50 +0100 Sylvain Thénault fix permission of the condition permission
Mon, 15 Feb 2010 19:37:35 +0100 Sylvain Thénault fix *_permissions schema: using the same cardinality/composite properties for cwgroup/rqlexpr leads to important pbs...
Mon, 15 Feb 2010 18:44:47 +0100 Sylvain Thénault backport stable
Mon, 15 Feb 2010 18:36:34 +0100 Sylvain Thénault DEFAULT_ATTRPERMS is now public stable
Mon, 15 Feb 2010 17:47:50 +0100 Sylvain Thénault [inlined formos] don't pop attributes from kwargs, so they end-up in stable
Mon, 15 Feb 2010 15:22:01 +0100 Sylvain Thénault [notification] we should use unsafe_execute here stable
Mon, 15 Feb 2010 15:20:45 +0100 Sylvain Thénault cleanup stable
Mon, 15 Feb 2010 15:20:06 +0100 Sylvain Thénault [calendar view] fix related to the date_range mess (max value exclusion). Calendar views authors should check if more similar fixes needed stable
Mon, 15 Feb 2010 15:18:38 +0100 Sylvain Thénault [forms] fix RelationField bug with pending eids (eg inlined forms): we have to override process_form_value to avoid caching when recomputing is needed stable
Mon, 15 Feb 2010 15:17:24 +0100 Sylvain Thénault [shell] rql() should use unsafe_execute when possible stable
Mon, 15 Feb 2010 15:16:08 +0100 Sylvain Thénault [autoform] we should consider role when checking delete permission stable
Mon, 15 Feb 2010 15:14:50 +0100 Sylvain Thénault don't update modification_date in repairing_mode (eg upgrade or shell) stable
Mon, 15 Feb 2010 15:14:27 +0100 Sylvain Thénault [security] we should save back edited_attributes in case of multiple modification of an entity during the same transaction stable
Mon, 15 Feb 2010 15:13:47 +0100 Sylvain Thénault tune startup logging stable
Mon, 15 Feb 2010 15:13:31 +0100 Sylvain Thénault [schema] fix RelationSchema.has_perm to properly works with attribute relations stable
Mon, 15 Feb 2010 15:12:57 +0100 Sylvain Thénault [schema] refactor/cleanup check_permissions stable
Mon, 15 Feb 2010 15:11:49 +0100 Sylvain Thénault use a close_form method for consistency w/ open_form and allow overriding stable
Mon, 15 Feb 2010 15:11:18 +0100 Sylvain Thénault add version info to deprecation warning stable
Mon, 15 Feb 2010 15:11:02 +0100 Sylvain Thénault remove debug print stable
Mon, 15 Feb 2010 15:10:25 +0100 Sylvain Thénault follow yams api change: attributes permissions are now defined for stable
Mon, 15 Feb 2010 15:05:15 +0100 Sylvain Thénault fix dumb name error causing error when non managers try to change his properties stable
Mon, 15 Feb 2010 15:04:44 +0100 Sylvain Thénault fix typo in deprecation warning stable
Thu, 11 Feb 2010 12:19:08 +0100 Sylvain Thénault remove crappy basket specific code
Fri, 12 Feb 2010 23:34:19 +0100 Nicolas Chauvat [views] toolbox must be rendered before the title to appear at top right stable
Fri, 12 Feb 2010 22:40:44 +0100 Nicolas Chauvat [uicfg] make deprecation message easier to understand stable
Fri, 12 Feb 2010 16:48:57 +0100 Adrien Di Mascio [uicfg] allow autoform_section's formtype parameter to be a tuple stable
Fri, 12 Feb 2010 15:18:00 +0100 Alexandre Fayolle merge oldstable
Fri, 12 Feb 2010 14:34:38 +0100 Alexandre Fayolle branch oldstable oldstable
Fri, 12 Feb 2010 14:17:52 +0100 Aurelien Campeas create oldstable branch, remove 3.5 tag oldstable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip