Thu, 18 Feb 2010 12:57:57 +0100 |
Sylvain Thénault |
when modifying a persistent schema, erschema may miss some permissions which wil trigger a key error, but we don't want to crash on such cases
stable
|
changeset |
files
|
Thu, 18 Feb 2010 12:52:34 +0100 |
Sylvain Thénault |
fix #694445: related entity generates weird RQL which in turn generates weird SQL which fails on SQL Server
stable
|
changeset |
files
|
Thu, 18 Feb 2010 12:13:36 +0100 |
Sylvain Thénault |
fix 4626:c26b4df9fc90 (#703911): use can't rely on peid since it's not an actual eid when we're creating the parent entity
stable
|
changeset |
files
|
Thu, 18 Feb 2010 11:08:00 +0100 |
Sylvain Thénault |
[form fields] nicer behaviour of the password field: don't put internal field value on edition (triggering validation error if one validation without removing the value, due to confirmation mismatch), and don't show the field as required in such case
stable
|
changeset |
files
|
Thu, 18 Feb 2010 11:06:40 +0100 |
Sylvain Thénault |
minor cleanup: don't use builtin 'id' as variable name
stable
|
changeset |
files
|
Thu, 18 Feb 2010 10:57:50 +0100 |
Sylvain Thénault |
[forms/inline] fix #703911: add new link disappears if inline box removed. Since we've the information, we must specify the target type else we get random cardinality on ambiguous relations
stable
|
changeset |
files
|
Thu, 18 Feb 2010 10:55:41 +0100 |
Sylvain Thénault |
this is not the form renderer responsability to check for update permissions. Move this to autoform editable_attributes relation
stable
|
changeset |
files
|
Thu, 18 Feb 2010 10:54:50 +0100 |
Sylvain Thénault |
turn default logging threshold to warning (we usually want them), and log 'no schema for eid' pb using warning instead of error, so we see them in logs but not during migration
stable
|
changeset |
files
|
Thu, 18 Feb 2010 09:26:04 +0100 |
Sylvain Thénault |
pfff, sorry to keep messing with default/stable...
stable
|
changeset |
files
|
Thu, 18 Feb 2010 09:22:04 +0100 |
Sylvain Thénault |
specify db port on backup/restore commands (require forth comming lgc 0.48.1)
|
changeset |
files
|
Thu, 18 Feb 2010 08:39:30 +0100 |
Sylvain Thénault |
move captcha view to a place where it will be loaded by the registry...
|
changeset |
files
|
Thu, 18 Feb 2010 07:29:13 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 17 Feb 2010 16:42:52 +0100 |
Sylvain Thénault |
[facet] rqlst should be the select node
stable
|
changeset |
files
|
Wed, 17 Feb 2010 16:27:01 +0100 |
Sylvain Thénault |
oops, should have been in my previous commit
stable
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 17 Feb 2010 15:58:09 +0100 |
Charles Hébert |
Fix: RangeFacet is selected (valid rset) but without any values
stable
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 17 Feb 2010 10:39:35 +0100 |
Julien Jehannet |
[R] dataimport: refine error detection
stable
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 17 Feb 2010 13:16:50 +0100 |
Sylvain Thénault |
fix unittest_schema, remove deprecation warning
stable
|
changeset |
files
|
Wed, 17 Feb 2010 13:12:35 +0100 |
Sylvain Thénault |
when creating an instance, ask for cubes specific options properly (fix #607349)
stable
|
changeset |
files
|
Wed, 17 Feb 2010 13:11:30 +0100 |
Sylvain Thénault |
avoid loading twice site_cubicweb files on instance creation
stable
|
changeset |
files
|
Wed, 17 Feb 2010 12:25:17 +0100 |
Sylvain Thénault |
oops
stable
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
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
|
changeset |
files
|
Wed, 17 Feb 2010 11:25:12 +0100 |
Sylvain Thénault |
remove 3.6 deprecation warning
stable
|
changeset |
files
|
Wed, 17 Feb 2010 09:13:49 +0100 |
Sylvain Thénault |
login form style fixes
stable
|
changeset |
files
|
Wed, 17 Feb 2010 09:13:00 +0100 |
Sylvain Thénault |
proper deprecation of TabedPrimaryView
stable
|
changeset |
files
|
Wed, 17 Feb 2010 09:12:42 +0100 |
Sylvain Thénault |
missing call to toolbox in tabbed primary view
stable
|
changeset |
files
|
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
|
changeset |
files
|
Tue, 16 Feb 2010 14:39:28 +0100 |
Sylvain Thénault |
bw compat
stable
|
changeset |
files
|
Tue, 16 Feb 2010 11:31:12 +0100 |
Sylvain Thénault |
backport fixes done accidentaly in default
stable
|
changeset |
files
|
Tue, 16 Feb 2010 11:30:52 +0100 |
Sylvain Thénault |
use class, not klass, in widget.attrs
|
changeset |
files
|
Tue, 16 Feb 2010 10:42:04 +0100 |
Sylvain Thénault |
specify login form dom id, don't render progress div
|
changeset |
files
|
Tue, 16 Feb 2010 10:33:48 +0100 |
Sylvain Thénault |
backport crypto/captcha utilities from the registration cube
|
changeset |
files
|
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)
|
changeset |
files
|
Tue, 16 Feb 2010 09:25:18 +0100 |
Sylvain Thénault |
add space between a checkbox and its label
|
changeset |
files
|
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)
|
changeset |
files
|
Tue, 16 Feb 2010 09:23:35 +0100 |
Sylvain Thénault |
don't let set_schema making commit_event fail
|
changeset |
files
|
Mon, 15 Feb 2010 19:37:57 +0100 |
Sylvain Thénault |
use constant
|
changeset |
files
|
Mon, 15 Feb 2010 19:37:50 +0100 |
Sylvain Thénault |
fix permission of the condition permission
|
changeset |
files
|
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...
|
changeset |
files
|
Mon, 15 Feb 2010 18:44:47 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
Mon, 15 Feb 2010 18:36:34 +0100 |
Sylvain Thénault |
DEFAULT_ATTRPERMS is now public
stable
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 15 Feb 2010 15:22:01 +0100 |
Sylvain Thénault |
[notification] we should use unsafe_execute here
stable
|
changeset |
files
|