2010-02-17 |
Sylvain Thénault |
fix unittest_schema, remove deprecation warning
stable
|
changeset |
files
|
2010-02-17 |
Sylvain Thénault |
when creating an instance, ask for cubes specific options properly (fix #607349)
stable
|
changeset |
files
|
2010-02-17 |
Sylvain Thénault |
avoid loading twice site_cubicweb files on instance creation
stable
|
changeset |
files
|
2010-02-17 |
Sylvain Thénault |
oops
stable
|
changeset |
files
|
2010-02-17 |
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
|
2010-02-17 |
Sylvain Thénault |
dont add CUBES_DIR to cubes search path if it doesn't exists
stable
|
changeset |
files
|
2010-02-17 |
Sylvain Thénault |
fix dumb name error triggering crash when some directory in cubes search path doesn't exist
stable
|
changeset |
files
|
2010-02-17 |
Sylvain Thénault |
remove 3.6 deprecation warning
stable
|
changeset |
files
|
2010-02-17 |
Sylvain Thénault |
login form style fixes
stable
|
changeset |
files
|
2010-02-17 |
Sylvain Thénault |
proper deprecation of TabedPrimaryView
stable
|
changeset |
files
|
2010-02-17 |
Sylvain Thénault |
missing call to toolbox in tabbed primary view
stable
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
use needs_css so you can change login form css without redefining LogFormView
stable
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
bw compat
stable
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
backport fixes done accidentaly in default
stable
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
use class, not klass, in widget.attrs
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
specify login form dom id, don't render progress div
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
backport crypto/captcha utilities from the registration cube
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
use an actual form for the login form ease customization from external cubes (eg rememberme)
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
add space between a checkbox and its label
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
ensure cnx is set first (necessary to introduce of a form object to handle the login form)
|
changeset |
files
|
2010-02-16 |
Sylvain Thénault |
don't let set_schema making commit_event fail
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
use constant
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
fix permission of the condition permission
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
fix *_permissions schema: using the same cardinality/composite properties for cwgroup/rqlexpr leads to important pbs...
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
DEFAULT_ATTRPERMS is now public
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
[inlined formos] don't pop attributes from kwargs, so they end-up in
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
[notification] we should use unsafe_execute here
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
cleanup
stable
|
changeset |
files
|
2010-02-15 |
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
|
changeset |
files
|
2010-02-15 |
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
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
[shell] rql() should use unsafe_execute when possible
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
[autoform] we should consider role when checking delete permission
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
don't update modification_date in repairing_mode (eg upgrade or shell)
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
[security] we should save back edited_attributes in case of multiple modification of an entity during the same transaction
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
tune startup logging
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
[schema] fix RelationSchema.has_perm to properly works with attribute relations
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
[schema] refactor/cleanup check_permissions
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
use a close_form method for consistency w/ open_form and allow overriding
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
add version info to deprecation warning
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
remove debug print
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
follow yams api change: attributes permissions are now defined for
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
fix dumb name error causing error when non managers try to change his properties
stable
|
changeset |
files
|
2010-02-15 |
Sylvain Thénault |
fix typo in deprecation warning
stable
|
changeset |
files
|
2010-02-11 |
Sylvain Thénault |
remove crappy basket specific code
|
changeset |
files
|
2010-02-12 |
Nicolas Chauvat |
[views] toolbox must be rendered before the title to appear at top right
stable
|
changeset |
files
|
2010-02-12 |
Nicolas Chauvat |
[uicfg] make deprecation message easier to understand
stable
|
changeset |
files
|
2010-02-12 |
Adrien Di Mascio |
[uicfg] allow autoform_section's formtype parameter to be a tuple
stable
|
changeset |
files
|
2010-02-12 |
Alexandre Fayolle |
merge
oldstable
|
changeset |
files
|
2010-02-12 |
Alexandre Fayolle |
branch oldstable
oldstable
|
changeset |
files
|
2010-02-12 |
Aurelien Campeas |
create oldstable branch, remove 3.5 tag
oldstable
|
changeset |
files
|
2010-02-12 |
Aurelien Campeas |
merge 3.6 default/stable
stable
|
changeset |
files
|
2010-02-12 |
Aurelien Campeas |
merge 3.5/stable heads
stable
|
changeset |
files
|
2010-02-12 |
Aurelien Campeas |
Added tag 3.5 for changeset a0571ff0cb5d
stable
|
changeset |
files
|
2010-02-10 |
Aurelien Campeas |
[http cache/json controller] ensure json_view does proper cache validation #390986
stable
|
changeset |
files
|
2010-02-12 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
2010-02-12 |
Alexandre Fayolle |
typo fix in help string
stable
|
changeset |
files
|
2010-02-12 |
Alexandre Fayolle |
use subprocess instead of os.popen to run diff
stable
|
changeset |
files
|
2010-02-12 |
Nicolas Chauvat |
[migration] abort becomes possible when asked for confirmation before migration script
stable
|
changeset |
files
|
2010-02-11 |
Sylvain Thénault |
sort on sortvalue, not dc_title to allow customization
|
changeset |
files
|