Mercurial
Mercurial
>
pub
>
hg
>
cubicweb
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
[form] only set __form_id for the main form, not for sub-forms. Should fix regression introduced by 4668:9f82f81bf13d
stable
2010-02-24, by Sylvain Thénault
don't issue critical message when trying to alter sqlite db during test
stable
2010-02-24, by Sylvain Thénault
[test] cleanup
stable
2010-02-24, by Sylvain Thénault
[test] update tests broken by changes on attributes permissions handling in yams (add/delete replaced by update
stable
2010-02-24, by Sylvain Thénault
remove #<formid> from url used to redirect after a validation error
stable
2010-02-24, by Sylvain Thénault
[test] no more __cubicweb_internal_field__ value displayed on password widget
stable
2010-02-24, by Sylvain Thénault
[test] inline-creation requires petype argument to be selectable. Fix arguments order to make it clearer that 'template' is an argument of the test class .view method
stable
2010-02-24, by Sylvain Thénault
[test] skip test when fop failed
stable
2010-02-24, by Sylvain Thénault
[test] don't display progress bar when testing checkintegrity
stable
2010-02-24, by Sylvain Thénault
[test api] rename _user_session to user_groups_session, fix its arguments and return only the session, not (user, session) to make things clearer
stable
2010-02-24, by Sylvain Thénault
auto-delete relation with single cardinality using execute, not unsafe_execute, so permissions are correctly checked
stable
2010-02-23, by Sylvain Thénault
fix tests
stable
2010-02-23, by Sylvain Thénault
add */*.py to default MANIFEST.in to avoid pb such as #719282 in the future
stable
2010-02-23, by Sylvain Thénault
fix #615379 by checking admin user exists instead of making think everything is fine
stable
2010-02-23, by Sylvain Thénault
cleanup, typos
stable
2010-02-23, by Sylvain Thénault
[form] fix #719285, due to multiple calls to restore_previous_post, by proper refactorings
stable
2010-02-23, by Sylvain Thénault
[fix] Apply fulltextindexed change in the actual index
stable
2010-02-18, by Pierre-Yves David
3.6 api update (introduced by merge)
stable
2010-02-23, by Sylvain Thénault
when validating a form, we should properly call 'actual_fields(form) on edited field else compound field are not correctly processed
stable
2010-02-23, by Sylvain Thénault
#714109: [selectors] non_final_entity should implement score_class
stable
2010-02-23, by Sylvain Thénault
merge
stable
2010-02-23, by Sylvain Thénault
add XXX note
stable
2010-02-23, by Sylvain Thénault
[form] cache field value in form.formvalues using (field, form) key since in some case the same field instance may be shared accross multiple forms, which may share the formvalues dict in case of sub-forms
stable
2010-02-23, by Sylvain Thénault
cleanup
stable
2010-02-23, by Sylvain Thénault
[form] complete 25de2eb0432b by ignore req parameters by default for all hidden fields
stable
2010-02-23, by Sylvain Thénault
[form] add a new ignore_req_params attribute on field controlling value's retreival
stable
2010-02-23, by Sylvain Thénault
[css] fix disappearing image in menu when a:hover
stable
2010-02-23, by Charles Hébert
[cwctl] modify command list to check for cube dependency problems
stable
2010-02-23, by Nicolas Chauvat
merge
stable
2010-02-23, by Alexandre Fayolle
docstring improvement
stable
2010-02-23, by Alexandre Fayolle
import cleanup
stable
2010-02-23, by Sylvain Thénault
restore 3.5 compat for date functions moved to lgc.date in 3.6 (closes #716055)
stable
2010-02-23, by Sylvain Thénault
[devtools/fill] fix date generation and its test
stable
2010-02-22, by Nicolas Chauvat
typo: capitalize migration confirmation messages
stable
2010-02-22, by Nicolas Chauvat
[views/deleteconf] remove action ppty (useless & clashes with form attr, replace buggy non_final_entity selector with implements workaround
stable
2010-02-19, by Aurelien Campeas
merge
stable
2010-02-19, by Sylvain Thénault
[workflow] fix potential destination for go back transition
stable
2010-02-19, by Sylvain Thénault
[workflow] finish refactoring introduced by 021035b9a7ab for 'go back' transition:
stable
2010-02-19, by Sylvain Thénault
deprecate Transition.set_transition_permissions in favor of set_permissions (after all we know we're on a transition entity)
stable
2010-02-19, by Sylvain Thénault
introduce 'go back' transition: transition without destination state will go to the state we were coming from
stable
2010-02-19, by Sylvain Thénault
fix optimisation with super session that may lead to integrity loss
stable
2010-02-19, by Sylvain Thénault
[auto/inline forms] reallow nested inline forms #703910
stable
2010-02-19, by Aurelien Campeas
[reledit] fix #713217: reledit doesn't check 'update' permission on attributes
stable
2010-02-18, by Sylvain Thénault
fix dumb name error
stable
2010-02-18, by Sylvain Thénault
cleanup internal forms parameters in postlogin
stable
2010-02-18, by Sylvain Thénault
grmmbl, bad resolve
stable
2010-02-18, by Sylvain Thénault
missed conflict
stable
2010-02-18, by Sylvain Thénault
backport lost stable head
stable
2010-02-18, by Sylvain Thénault
fix sync_schema_props_perms test
stable
2010-02-18, by Sylvain Thénault
fix create_user function introduced in d6ae30c5d055 for database initialization: messup admin user groups when anon is created due to missing restriction
stable
2010-02-18, by Sylvain Thénault
3.6 api update
stable
2010-02-18, by Sylvain Thénault
fix unittest_hooks: attributes have now update_permission instead of [add/delete]_permission
stable
2010-02-18, by 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
2010-02-18, by Sylvain Thénault
fix #694445: related entity generates weird RQL which in turn generates weird SQL which fails on SQL Server
stable
2010-02-18, by 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
2010-02-18, by 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
2010-02-18, by Sylvain Thénault
minor cleanup: don't use builtin 'id' as variable name
stable
2010-02-18, by 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
2010-02-18, by Sylvain Thénault
this is not the form renderer responsability to check for update permissions. Move this to autoform editable_attributes relation
stable
2010-02-18, by 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
2010-02-18, by Sylvain Thénault
pfff, sorry to keep messing with default/stable...
stable
2010-02-18, by Sylvain Thénault
specify db port on backup/restore commands (require forth comming lgc 0.48.1)
2010-02-18, by Sylvain Thénault
move captcha view to a place where it will be loaded by the registry...
2010-02-18, by Sylvain Thénault
backport stable
2010-02-18, by Sylvain Thénault
[security] allow to call .check on rql expression with a user eid specified
stable
2010-02-17, by Sylvain Thénault
[facet] rqlst should be the select node
stable
2010-02-17, by Sylvain Thénault
oops, should have been in my previous commit
stable
2010-02-17, by Sylvain Thénault
fix table view facet retreival, necessary since 95ccd84c892b. Also some cleanup in facet box
stable
2010-02-17, by Sylvain Thénault
Fix: RangeFacet is selected (valid rset) but without any values
stable
2010-02-17, by Charles Hébert
fix the bad rqlst syntax tree usage during facets initialization by copying it
stable
2010-02-17, by Charles Hébert
[R] dataimport: refine error detection
stable
2010-02-17, by Julien Jehannet
added a function to create admin/anon user during db initialization process so one get a chance to monkey patch it
stable
2010-02-17, by Sylvain Thénault
fix unittest_schema, remove deprecation warning
stable
2010-02-17, by Sylvain Thénault
when creating an instance, ask for cubes specific options properly (fix #607349)
stable
2010-02-17, by Sylvain Thénault
avoid loading twice site_cubicweb files on instance creation
stable
2010-02-17, by Sylvain Thénault
oops
stable
2010-02-17, by 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
2010-02-17, by Sylvain Thénault
dont add CUBES_DIR to cubes search path if it doesn't exists
stable
2010-02-17, by Sylvain Thénault
fix dumb name error triggering crash when some directory in cubes search path doesn't exist
stable
2010-02-17, by Sylvain Thénault
remove 3.6 deprecation warning
stable
2010-02-17, by Sylvain Thénault
login form style fixes
stable
2010-02-17, by Sylvain Thénault
proper deprecation of TabedPrimaryView
stable
2010-02-17, by Sylvain Thénault
missing call to toolbox in tabbed primary view
stable
2010-02-17, by Sylvain Thénault
use needs_css so you can change login form css without redefining LogFormView
stable
2010-02-16, by Sylvain Thénault
bw compat
stable
2010-02-16, by Sylvain Thénault
backport fixes done accidentaly in default
stable
2010-02-16, by Sylvain Thénault
use class, not klass, in widget.attrs
2010-02-16, by Sylvain Thénault
specify login form dom id, don't render progress div
2010-02-16, by Sylvain Thénault
backport crypto/captcha utilities from the registration cube
2010-02-16, by Sylvain Thénault
use an actual form for the login form ease customization from external cubes (eg rememberme)
2010-02-16, by Sylvain Thénault
add space between a checkbox and its label
2010-02-16, by Sylvain Thénault
ensure cnx is set first (necessary to introduce of a form object to handle the login form)
2010-02-16, by Sylvain Thénault
don't let set_schema making commit_event fail
2010-02-16, by Sylvain Thénault
use constant
2010-02-15, by Sylvain Thénault
fix permission of the condition permission
2010-02-15, by Sylvain Thénault
fix *_permissions schema: using the same cardinality/composite properties for cwgroup/rqlexpr leads to important pbs...
2010-02-15, by Sylvain Thénault
less
more
|
(0)
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip