2010-08-09 |
Nicolas Chauvat |
fix missing import in web.request
stable
|
changeset |
files
|
2010-08-06 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-08-06 |
Sylvain Thénault |
[migration] when some inlined relation definition is added to an entity type which has some specialized types, it should be propagated to those types else they may miss the necessary table column to store the relation
stable
|
changeset |
files
|
2010-08-06 |
Sylvain Thénault |
[migration] dont crash if a group doesn't exists (it may not exists yet)
stable
|
changeset |
files
|
2010-08-06 |
Sylvain Thénault |
[migration] fix rename_entity_type bug: not putting eids of relation deleted using sql query may cause later error on commit, complaining on missing relation on an entity which has been actually deleted
stable
|
changeset |
files
|
2010-08-06 |
Sylvain Thénault |
[migration] fix crash when adding symmetric relation type
stable
|
changeset |
files
|
2010-08-06 |
Sylvain Thénault |
[db-create] fix bug introduced by 6060:353bec342e2a (we ask for user while in non verbose mode)
stable
|
changeset |
files
|
2010-08-06 |
Sylvain Thénault |
[session] should be _cw, not req
stable
|
changeset |
files
|
2010-08-06 |
Sylvain Thénault |
[primary] use a new rtypevid flag in primary view display controller, allowing to tell the view for a non final relation should be called as an attribute view (eg, not on the target rset)
stable
|
changeset |
files
|
2010-08-04 |
Sylvain Thénault |
[cwprops] fix callable vocabulary of cwproperties which were inconsistently called. No more argument, should now simply return a list of (untranslated) values
|
changeset |
files
|
2010-08-04 |
Sylvain Thénault |
[vreg] rename select* object id argument to avoid name clash with arbitrary kwargs, just in case...
|
changeset |
files
|
2010-08-04 |
Sylvain Thénault |
[primary] refactor primary view handling of relation's label
|
changeset |
files
|
2010-08-04 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-08-04 |
Aurelien Campeas |
[doc/book] note about bootstrap_cubes file
stable
|
changeset |
files
|
2010-08-04 |
Sylvain Thénault |
[request] missing paren
stable
|
changeset |
files
|
2010-08-04 |
Sylvain Thénault |
[request] js is defined in uilib, not utils
stable
|
changeset |
files
|
2010-08-04 |
Sylvain Thénault |
[request] enhanced user[_rql]_callback method, allowing to call other js variant, eg one of userCallback, userCallbackThenUpdateUI, userCallbackThenReloadPage (the default). Also benefit from the new magic js object.
stable
|
changeset |
files
|
2010-08-04 |
Sylvain Thénault |
[pyro] instance id cleanup, ensure config['pyro-instance-id'] is a fully qualified pyro id on the server side
stable
|
changeset |
files
|
2010-08-03 |
Sylvain Thénault |
[db create] don't ask user/password if the underlying db doesn't support it (eg sqlite)
stable
|
changeset |
files
|
2010-08-03 |
Alexandre Fayolle |
added tip on config file migration in scripts
stable
|
changeset |
files
|
2010-08-03 |
Sylvain Thénault |
[ms] ensure owned_by/created_by can't be crossed among pyro-rql sources
stable
|
changeset |
files
|
2010-08-03 |
Sylvain Thénault |
[ms] cleanups
stable
|
changeset |
files
|
2010-08-03 |
Sylvain Thénault |
[ms] fix a ms plannification bug with NOT is
stable
|
changeset |
files
|
2010-08-02 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-08-02 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.9.4-1 for changeset 8d32d82134dc
stable
|
changeset |
files
|
2010-08-02 |
Sylvain Thénault |
Added tag cubicweb-version-3.9.4 for changeset 6cebb361dcb2
stable cubicweb-debian-version-3.9.4-1
|
changeset |
files
|
2010-08-02 |
Sylvain Thénault |
3.9.4
stable cubicweb-version-3.9.4
|
changeset |
files
|
2010-08-02 |
Sylvain Thénault |
i18nupdate
stable
|
changeset |
files
|
2010-08-02 |
Sylvain Thénault |
[rql2sql] add test for rql bug #37423, which triggered a cw bug fixed by this changeset (infinite loop with some queries...)
stable
|
changeset |
files
|
2010-08-02 |
Sylvain Thénault |
[doc] started js/css coding standards
stable
|
changeset |
files
|
2010-07-30 |
Aurelien Campeas |
fix idownload view pb. for xhtml browsers
stable
|
changeset |
files
|
2010-07-30 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-07-30 |
Sylvain Thénault |
[selectors] fix is_instance bug w/ parent classes. Also slight performance enhancements by changing what's returned by vreg['etypes'].parent_classes method (dedicated for this usage...) and removing no more necessary methods
stable
|
changeset |
files
|
2010-07-30 |
Sylvain Thénault |
[schema view] we don't support multiple inheritance
stable
|
changeset |
files
|
2010-07-30 |
Sylvain Thénault |
[view] use the new magic js object to generate javascript func call for auto reload user callbacks
stable
|
changeset |
files
|
2010-07-30 |
Aurelien Campeas |
[js/edition] fix pb with IE not handling long GETs #1203789
stable
|
changeset |
files
|
2010-07-30 |
Julien Jehannet |
[migration] commit only sql script migration
stable
|
changeset |
files
|
2010-07-30 |
Sylvain Thénault |
[index page] refactor add_entity_link: no need to give request, nicer to check perm before calling the method, and use the new create url factory
|
changeset |
files
|
2010-07-30 |
Sylvain Thénault |
[facet] refactor bookmark this search link creation: check perm before calling the method, and use the new create url factory
|
changeset |
files
|
2010-07-30 |
Sylvain Thénault |
[view] deprecate create_url in favor of a cw_create_url class method on entity classes
|
changeset |
files
|
2010-07-30 |
Sylvain Thénault |
small cleanups
stable
|
changeset |
files
|
2010-07-30 |
Sylvain Thénault |
[vreg debug] use classid to get cleaner output
stable
|
changeset |
files
|
2010-07-29 |
Julien Jehannet |
[windmill] add xul-ext firefox plugin
stable
|
changeset |
files
|
2010-07-29 |
Julien Jehannet |
[migration] unify process_script command
stable
|
changeset |
files
|
2010-07-27 |
Julien Jehannet |
tests: use larger timeouts in windmill tests
stable
|
changeset |
files
|
2010-07-28 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-07-28 |
Sylvain Thénault |
[session] session auto reconnect feature has gone with the session-time refactoring in 6012:d56fd78006cd
|
changeset |
files
|
2010-07-28 |
Sylvain Thénault |
[debug view] action moved
stable
|
changeset |
files
|
2010-07-28 |
Sylvain Thénault |
[test] check_session returns an int since 6012:d56fd78006cd
|
changeset |
files
|
2010-07-28 |
Aurelien Campeas |
[editcontroller] turn eid into an int if possible, avoiding pbs. further down (case: preview cube)
stable
|
changeset |
files
|
2010-07-28 |
Sylvain Thénault |
[session] this log should be at the debug level, not info
stable
|
changeset |
files
|
2010-07-28 |
Sylvain Thénault |
[ms] log after preprocessing, else we don't see the query which is actually planned (may have been modified by security insertion)
stable
|
changeset |
files
|
2010-07-27 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-07-27 |
Sylvain Thénault |
Added tag cubicweb-debian-version-3.9.3-1 for changeset ab1f9686ff3e
stable
|
changeset |
files
|
2010-07-27 |
Sylvain Thénault |
Added tag cubicweb-version-3.9.3 for changeset 900772fd9caa
stable cubicweb-debian-version-3.9.3-1
|
changeset |
files
|
2010-07-27 |
Sylvain Thénault |
[forms] default combobox view should accept arbitrary keyword arguments
stable cubicweb-version-3.9.3
|
changeset |
files
|