2009-08-21 Sylvain Thénault [wf] return None, not empty list 3.5
2009-08-21 Sylvain Thénault [schema] default_workflow_of more naturally expressed as default_workflow 3.5
2009-08-21 Sylvain Thénault [entity] generic clear_all_caches methods, to use in test 3.5
2009-08-21 Sylvain Thénault [entity] use role instead of x 3.5
2009-08-21 Sylvain Thénault [session] add delete_relation in the same way as add_relation, document them 3.5
2009-08-20 Sylvain Thénault make state/transition name unique within a workflow 3.5
2009-08-20 Aurelien Campeas merge 3.5
2009-08-20 Aurelien Campeas [pdf] (ugly) pdf icon, component 3.5
2009-08-20 Aurelien Campeas follow name change, fix pdf template registration, add debian package tracking 3.5
2009-08-20 Aurelien Campeas [views,pdf] minimal support for xhtml->pdf conversion 3.5
2009-08-20 Aurelien Campeas [web] oops 3.5
2009-08-20 Aurelien Campeas [uilib] move unused render_HTML_tree function to lgc 3.5
2009-08-20 Aurelien Campeas [utils] remove seemingly completely unused class 3.5
2009-08-20 Sylvain Thénault backport stable branch 3.5
2009-08-20 Sylvain Thénault some test fixes, more in the 3.5 branch stable
2009-08-20 Sylvain Thénault fix edited_attributes handling when adding entity stable
2009-08-20 Sylvain Thénault oops, not self but cls here stable
2009-08-20 Sylvain Thénault use a property for schema, avoid bad schema reference stable
2009-08-20 Sylvain Thénault when adding/removing cubes, we should add/remove entity types in correct order if one inherits from another stable
2009-08-19 Aurelien Campeas [debian] fix (hopefully) packaging problems with hardy stable
2009-08-20 Sylvain Thénault cleanup 3.5
2009-08-20 Sylvain Thénault fix test schema and update some tests to work again with wf changes 3.5
2009-08-20 Sylvain Thénault remove debug print 3.5
2009-08-20 Sylvain Thénault test and fix rset returned by SET query 3.5
2009-08-20 Sylvain Thénault start a new workflow engine 3.5
2009-08-20 Sylvain Thénault new create_entity method, temporarily on base request (later on cw entity manager or as factory method) 3.5
2009-08-19 Sylvain Thénault work in progress: backport some generic relation propagation hooks from tracker 3.5
2009-08-19 Sylvain Thénault remove buggy debug warning... stable
2009-08-18 Sylvain Thénault cleanup, use striplines argument of assertLinesEquals stable
2009-08-18 Sylvain Thénault [rql2sql] test and fix a bug triggered when editing a ticket in jpl stable
2009-08-18 Sylvain Thénault oops, should give rset here as well stable
2009-08-18 Sylvain Thénault Added tag cubicweb-debian-version-3.4.4-1 for changeset e244a0fd7d71 stable
2009-08-18 Sylvain Thénault Added tag cubicweb-version-3.4.4 for changeset 2aee4ea585cd stable cubicweb-debian-version-3.4.4-1
2009-08-18 Aurelien Campeas merge stable cubicweb-version-3.4.4
2009-08-18 Aurelien Campeas [i18n] update stable
2009-08-18 Aurelien Campeas [hooks] say which are the states (again) stable
2009-08-18 Aurelien Campeas [hooks] say which are the states stable
2009-08-18 Sylvain Thénault we have to ensure a pool is set there stable
2009-08-18 Sylvain Thénault fix cw properties initialization stable
2009-08-18 Sylvain Thénault backport change from default to get -f option on cw shell, may be necessary for the forthcoming migration... stable
2009-08-18 Sylvain Thénault 3.4.4 stable
2009-08-18 Sylvain Thénault [migration] drop rqlcursor stable
2009-08-18 Sylvain Thénault remove some deprecation warnings
2009-08-18 Sylvain Thénault remove unused import
2009-08-18 Sylvain Thénault api update
2009-08-18 Sylvain Thénault [hooks] missing declaration
2009-08-18 Sylvain Thénault cleanup: eprop -> cwprop
2009-08-18 Sylvain Thénault [migration] consider previous version as done, not current version stable
2009-08-17 Sylvain Thénault typo
2009-08-17 Sylvain Thénault should directly use entity.check_perm now that we've an entity instance
2009-08-17 Sylvain Thénault take care in case Any is given
2009-08-17 Sylvain Thénault set edited_attributes before calling hooks for entities from external sources
2009-08-17 Sylvain Thénault hooks have been refactored, call [re|de]activate_verification_hooks
2009-08-17 Sylvain Thénault [session] temporary fix, need .req on internal manager
2009-08-17 Sylvain Thénault fix __init__ parameters
2009-08-17 Sylvain Thénault should affect cw_row/cw_col
2009-08-17 Sylvain Thénault add write support for rset to avoid some crash
2009-08-17 Sylvain Thénault give vreg where we need it (eg no bound request)
2009-08-17 Sylvain Thénault [appobject] old selectors no more supported
2009-08-17 Sylvain Thénault [deprecation] nicer messages
2009-08-17 Sylvain Thénault [c-c shell] add force option to bypass versions checking
2009-08-17 Sylvain Thénault fix name error
2009-08-17 Sylvain Thénault don't do this: already defined as a (deprecated) read-only property
2009-08-17 Sylvain Thénault fix set_schema/init_cubes order
2009-08-17 Sylvain Thénault backport stable branch
2009-08-17 Sylvain Thénault move base NotificationView to cw.common.mail, we may want to use it to send notification from the web ui stable
2009-08-17 Sylvain Thénault we should use unsafe_execute here stable
2009-08-17 Sylvain Thénault new _cw_unsafe argument to Entity.set_attributes until something nicer is done (eg #344874) stable
2009-08-17 Sylvain Thénault [wf] shouldn't check for neweids while trying to get previous state (detected by forge tests) stable
2009-08-17 Sylvain Thénault towards better edited attributes handling stable
2009-08-17 Sylvain Thénault [session] use isinstance instead of testing value of is_super_session since we hack it in the add_relation method stable
2009-08-17 Sylvain Thénault [repo] misc cleanup stable
2009-08-17 Sylvain Thénault [entity] warn if bad fetch_attrs stable
2009-08-17 Sylvain Thénault [entity] fix fetch_rql w/ case where it's called while entity is not 'complete' (eg time where it's being added but have not yet all mandatory relations set) stable
2009-08-17 Sylvain Thénault use view.paginate stable
2009-08-16 Adrien Di Mascio backport stable branch
2009-08-16 Adrien Di Mascio [gmap] make gmap-views more tolerant stable
2009-08-16 Nicolas Chauvat backport stable branch
2009-08-16 Nicolas Chauvat B bugfix stable
2009-08-16 Nicolas Chauvat merge stable
2009-08-16 Nicolas Chauvat Added tag cubicweb-debian-version-3.4.3-1 for changeset a3828745e2cf stable
2009-08-16 Nicolas Chauvat Added tag cubicweb-version-3.4.3 for changeset b2add17d5bc4 stable cubicweb-debian-version-3.4.3-1
2009-08-16 Nicolas Chauvat B bugfix in json controller stable
2009-08-14 Nicolas Chauvat B offer to continue even when failed to restore systemonly stable
2009-08-14 Nicolas Chauvat ready for 3.4.3 stable cubicweb-version-3.4.3
2009-08-14 Adrien Di Mascio [javascript] allow customization of inlineCreationForm insertion point stable
2009-08-14 Nicolas Chauvat B sync after migration and restart so that cwuri does not show in forms stable
2009-08-14 Nicolas Chauvat B [server] extlite test will not fail if tempfile exists stable
2009-08-14 Nicolas Chauvat R [goa] skip these tests if appengine can not be imported stable
2009-08-14 Sylvain Thénault [repo] more deprecation
2009-08-14 Sylvain Thénault oops stable
2009-08-14 Sylvain Thénault merge stable
2009-08-14 Adrien Di Mascio [ajax] allow inlineCreationForms to add their own JS / CSS stable
2009-08-14 Nicolas Chauvat F [cwctl] improve dialog messages stable
2009-08-14 Sylvain Thénault cleanup stable
2009-08-14 Sylvain Thénault dont bind set_authmanager on registry reloading event, it's not necesary since the session manager itself is reinstatiated stable
2009-08-14 Sylvain Thénault [repo] typo stable
2009-08-14 Sylvain Thénault use ._cw instead of .cw_req
2009-08-14 Sylvain Thénault merge
2009-08-14 Nicolas Chauvat R using entity.attr = val is now accepted
2009-08-14 Sylvain Thénault use class_regid / classid functions
2009-08-14 Sylvain Thénault should be __call__
2009-08-14 Sylvain Thénault merge
2009-08-14 Sylvain Thénault rewrite hooks in sobjects as new Hook style into hooks sub-package
2009-08-14 Sylvain Thénault [hooks] deprecates hookhelper module
2009-08-14 Sylvain Thénault imports cleanup
2009-08-13 Nicolas Chauvat backport stable branch
2009-08-13 Nicolas Chauvat B [cwctl] fix db-{dump,copy,restore} commands stable
2009-08-13 Adrien Di Mascio [registry] fix registration logging messages stable
2009-08-14 Sylvain Thénault [hooks] major refactoring:
2009-08-14 Sylvain Thénault [vreg appobject] use class_regid
2009-08-14 Sylvain Thénault [selectors] explicity fail on inplace and/or
2009-08-14 Sylvain Thénault [rset] better explanation, refactor try except
2009-08-13 Sylvain Thénault quick and dirty fix until introduction of CWEntityManager
2009-08-13 Sylvain Thénault remove 3.2 bw compat code
2009-08-13 Sylvain Thénault turn id into __id__
2009-08-13 Sylvain Thénault remove old bw compat code
2009-08-13 Sylvain Thénault remove 3.2 bw compat code
2009-08-13 Sylvain Thénault no more supported, can remove the test
2009-08-13 Sylvain Thénault doc update
2009-08-13 Sylvain Thénault better as a method of the etypes registry
2009-08-13 Sylvain Thénault backported from appobject
2009-08-13 Sylvain Thénault deprecate appobject.vreg and rename appobject instance attributes using cw_ prefix
2009-08-13 Sylvain Thénault no need for a classid class method
2009-08-13 Sylvain Thénault rename registered to __registered__
2009-08-13 Sylvain Thénault remove more 3.2 deprecated code, reintroduce checkbox used by formrenderers
2009-08-13 Sylvain Thénault propagate some api changes
2009-08-13 Sylvain Thénault entity has no more tal_render method
2009-08-13 Sylvain Thénault access schema through req.vreg
2009-08-13 Sylvain Thénault merge
2009-08-13 Nicolas Chauvat R deprecate CWRegistry.render
2009-08-13 Nicolas Chauvat R propagate deprecation of CWRegistry.possible_vobjects
2009-08-13 Sylvain Thénault use session.vreg.config instead
2009-08-13 Sylvain Thénault fix bw compat properties
2009-08-13 Sylvain Thénault temporarily needed hack, should move out with hooks refactoring
2009-08-13 Sylvain Thénault register_to needs the schema as argument
2009-08-13 Sylvain Thénault fix urlquote imports
2009-08-13 Sylvain Thénault __initialize__ needs the schema as argument
2009-08-13 Sylvain Thénault proper rewrite
2009-08-13 Nicolas Chauvat R deprecate CWRegistry.possible_vobjects
2009-08-13 Sylvain Thénault no more needs for vreg_initialization_completed hook
2009-08-13 Sylvain Thénault remove usage of vreg_initialization_complete by using an 'initializable dict' (eg call init after complete registration
2009-08-13 Sylvain Thénault should still call .items
2009-08-13 Sylvain Thénault fix syntax error
2009-08-13 Nicolas Chauvat R deprecate CWRegistry.select_vobject
2009-08-13 Sylvain Thénault refactor property handling to avoid name conflicts
2009-08-13 Sylvain Thénault stop using controller class attribute, allowing to deprecate appobject.build_url in favor of req.build_url
2009-08-13 Sylvain Thénault remove code deprecated in 3.2
2009-08-13 Sylvain Thénault move get_cache to base request
2009-08-13 Sylvain Thénault move tal_render to View
2009-08-13 Sylvain Thénault merge
2009-08-12 Nicolas Chauvat R put version info in deprecation warnings
2009-08-13 Sylvain Thénault rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
2009-08-13 Sylvain Thénault import cleanup
2009-08-13 Sylvain Thénault move underline_title to toolsutils
2009-08-12 Nicolas Chauvat R propagate deprecation of AppObject.entity()
2009-08-12 Nicolas Chauvat R put version info in deprecation warnings
2009-08-12 Nicolas Chauvat R [appobject] deprecate AppObject.entity()
2009-08-12 Sylvain Thénault merge
2009-08-12 Nicolas Chauvat backport stable branch
2009-08-12 Sylvain Thénault Backed out changeset 3f6dfc312760
2009-08-11 Nicolas Chauvat backport stable branch
2009-08-12 Sylvain Thénault compute extrapath, necessary for proper schema module detection when CW_CUBES_PATH is set stable
2009-08-11 Sylvain Thénault [session cache] always append to description, turn it into a list if necessary stable
2009-08-11 Nicolas Chauvat B web/tests back to green stable
2009-08-11 Sylvain Thénault backport stable branch
2009-08-11 Sylvain Thénault [entities] access persistent attributes through entity.cwdb
2009-08-11 Sylvain Thénault [vreg] skip final entities
2009-08-11 Sylvain Thénault backport sand fix stable
2009-08-10 Sandrine Ribeau [view] make RegistryView xhtml valid
2009-08-11 Sylvain Thénault merge
2009-08-11 Sylvain Thénault [testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
2009-08-11 Sylvain Thénault backport some changesets to the stable branch stable
2009-08-11 Sylvain Thénault merge
2009-08-11 Nicolas Chauvat R propagate registry API changes
2009-08-11 Nicolas Chauvat R [registry] changes in the API
2009-08-11 Nicolas Chauvat branching stable stable
2009-08-11 Sylvain Thénault [debug] cnx commit/rollback on DBG_RQL
2009-08-11 Sylvain Thénault DBG_MS flag
2009-08-11 Sylvain Thénault reconnect without argument reconnect all sources
2009-08-11 Sylvain Thénault [session pool] dont check closed session when calling set_pool from super_session
2009-08-11 Sylvain Thénault [ms] proper reset cache on external source
2009-08-11 Sylvain Thénault [config] new with_recommends option to expand_cubes
2009-08-11 Sylvain Thénault [vreg] explicit reset, no need to reload appobjects module on reloading because of schema changes
2009-08-11 Sylvain Thénault fix reloading, new .reset prototype
2009-08-10 Nicolas Chauvat R refactor backup and use tar.gz to store all sources
2009-08-10 Sylvain Thénault merge
2009-08-10 Nicolas Chauvat B [web.box] fix EditRelationBoxTemplate in case neither related nor unrelated
2009-08-10 Sylvain Thénault [server caching] should set cache before call to after_add_entity hooks
2009-08-10 Sylvain Thénault [web test] fix unittest form
2009-08-10 Sylvain Thénault [startup] fix syntax error
2009-08-10 Sylvain Thénault merge
2009-08-10 Nicolas Chauvat B add missing selector on view registry
2009-08-10 Sylvain Thénault merge
2009-08-10 Sylvain Thénault Added tag cubicweb-debian-version-3.4.2-1 for changeset e6a8cd8cc910
2009-08-10 Sylvain Thénault Added tag cubicweb-version-3.4.2 for changeset cfcc7f6121d6 cubicweb-debian-version-3.4.2-1
2009-08-09 Nicolas Chauvat F [registry views] add _registry startup view
2009-08-10 Sylvain Thénault cleanup docstring, add actually used method to the ITree interface
2009-08-07 Sylvain Thénault 3.4.2 cubicweb-version-3.4.2
2009-08-07 Sylvain Thénault [schema migration] test reproducing pb when deleting a relation definition with mandatory card and without removing the associated rtype + fix
2009-08-07 Sylvain Thénault reactivate verification hooks in migration test, it may hide some actual errors
2009-08-07 Sylvain Thénault [c-c] fix confirm
2009-08-07 Sylvain Thénault [bw compat] restore format_constraint into schema file context
2009-08-07 Sylvain Thénault [schema] oops
2009-08-07 Sylvain Thénault [schema changes] check entity is not being deleted and get only actually modified attributes
2009-08-07 Sylvain Thénault [migration] use new default argument, default_is_yes has never been there...
2009-08-07 Sylvain Thénault [migration] mh.confirm support a new default argument, fix default handling for ASK
2009-08-07 Sylvain Thénault use makedirs, some old instances don't have parent directory properly set
2009-08-07 Sylvain Thénault restore backward compat, still imported a lot
2009-08-07 Sylvain Thénault no need for lib_directory
2009-08-07 Sylvain Thénault 3.4.1...
2009-08-07 Sylvain Thénault remove code unused for a while now
2009-08-07 Sylvain Thénault typo
2009-08-07 Sylvain Thénault delete relations one by one to avoid too complex rql analysis
2009-08-07 Sylvain Thénault to make cw schemas importable, they have to be installed w/ cw code, not in /usr/share/cubicweb/schemas
2009-08-07 Sylvain Thénault fix syntax error
2009-08-07 Sylvain Thénault backport stable
2009-08-07 Sylvain Thénault param is now trcomment_format stable
2009-08-07 Sylvain Thénault backport stable branch
2009-08-07 Sylvain Thénault need to set default value for trcomment_format since it's not an actual field stable
2009-08-07 Sylvain Thénault format field should inherit from parent field's eidparam stable
2009-08-07 Sylvain Thénault don't set display: block on hidden input stable
2009-08-07 Sylvain Thénault 3.4
2009-08-07 Sylvain Thénault remove print
2009-08-07 Sylvain Thénault [rql test] add non regression test for rql (fail with current rql head)
2009-08-07 Sylvain Thénault [server debug] indent for more readability
2009-08-07 Sylvain Thénault [schema] break when found
2009-08-06 Sylvain Thénault update dependencies
2009-08-06 Sylvain Thénault [schema] yams api update
2009-08-06 Sylvain Thénault backport stable branch
2009-08-06 Sylvain Thénault Added tag cubicweb-debian-version-3.3.5-1 for changeset 82fe8a6d077b stable
2009-08-06 Sylvain Thénault Added tag cubicweb-version-3.3.5 for changeset d85937184430 stable cubicweb-debian-version-3.3.5-1
2009-08-06 Sylvain Thénault 3.3.5 stable cubicweb-version-3.3.5
2009-08-06 Sylvain Thénault ensure runtime dir exists
2009-08-05 Sylvain Thénault [web.box] remove deprecation warnings
2009-08-05 Sylvain Thénault [hooksmanager] hooks should be reseted after vreg reload
2009-08-05 Sylvain Thénault allow to specify arbitrary argument when recording a looping task func
2009-08-05 Sylvain Thénault cleanup
2009-08-05 Sylvain Thénault [web session] proper reloading of the session manager on vreg update
2009-08-05 Adrien Di Mascio [events] renamed source-reload into registry-reload to avoid potential confusions with datasources
2009-08-05 Sylvain Thénault merge
2009-08-05 Adrien Di Mascio [cleanup] delete-trailing-whitespace + removed debug print
2009-08-05 Sylvain Thénault [css] fix cubicweb.css for action'selected class stable
2009-08-05 Sylvain Thénault fix #344895: view action should skip navigation parameters stable
2009-08-05 Sylvain Thénault [migration] when adding a core meta-relation, it should be added to all entities *in the persistent schema*, not only those in the fs schema
2009-08-05 Sylvain Thénault [ldap] more configuration possible on ldap source: protocal/authentication mode, dumb support for kerberos authentication
2009-08-05 Sylvain Thénault cleanup
2009-08-05 Sylvain Thénault [schema hooks] rename variable, check unique constraint actually changed before creating the index
2009-08-05 Sylvain Thénault [3.4 migration] only set cwuri for entities from the system source
2009-08-05 Sylvain Thénault [hooks] check key or value is actually edited
2009-08-05 Adrien Di Mascio [twisted] use cubicweb.twisted.logger instead of print to notify when the instance is started
2009-08-05 Adrien Di Mascio [i18n] updated catalogs
2009-08-05 Adrien Di Mascio [i18ncubicweb] fix stupid NameError with mkdtemp
2009-08-04 Sylvain Thénault add consistency check on constraints
2009-08-04 Adrien Di Mascio merge
2009-08-04 Adrien Di Mascio [autoreload] handle uicfg reloading properly with the new event / callback mechanism
(0) -1000 -256 +256 +1000 +3000 tip