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
2009-08-04 Sylvain Thénault [multi-source] test and fix msplanner regression stable
2009-08-04 Sylvain Thénault [startup] vreg api update
2009-08-04 Sylvain Thénault cleanup
2009-08-04 Adrien Di Mascio [autoreload] recompute urlresolver / urlrewriter after autoreload
2009-08-04 Adrien Di Mascio [autoreload] remove all modules under vregistry_path() from sys.modules before reloading
2009-08-04 Adrien Di Mascio introduce a new CubicwebEventManager
2009-08-04 Sylvain Thénault [F dbdump] dark and dirty fix for db-copy command
2009-08-04 Sylvain Thénault cleanup
2009-08-04 Sylvain Thénault [R] use req.entity_from_eid
2009-08-04 Sylvain Thénault [reledit] refactor, split into reledit/doreledit where the former try to tell if edition *should* be done, and the later tell if edition *can* be done
2009-08-04 Sylvain Thénault use yams api
2009-08-04 Sylvain Thénault [table view] vreg api update
2009-08-04 Sylvain Thénault [navigation] split tests, add test for __start out of bound
2009-08-04 Adrien Di Mascio merge
2009-08-04 Adrien Di Mascio merge (after jquery.tools backout)
2009-08-04 Adrien Di Mascio Backed out changeset 3e1d2ab5f8c0 (restore ui.tabs.js instead of jquery tools)
2009-08-04 Adrien Di Mascio [reledit] don't try to use rel-edit on attributes without assicated fields (e.g _format field)
2009-08-04 Adrien Di Mascio [uicfg] fix metadata detection in primaryview_section
2009-08-04 Sylvain Thénault [vreg] api update
2009-08-03 Sylvain Thénault to avoid confusions, implements iteritems/itervalues as well
2009-08-03 Sylvain Thénault [testlib] take care of re-monkeypatching which'll cause infinite recursion error
2009-08-03 Sylvain Thénault [repo] explicitly specifies edited attributes to glob_update_entity
2009-08-03 Sylvain Thénault [webapp] missing renaming
2009-08-03 Sylvain Thénault [pyro] use lgc.pyro_ext, simplify pyro related options
2009-08-03 Sylvain Thénault [we, test] more api update
2009-08-03 Sylvain Thénault [controller] should catch and set appli argument here now that the old AppObject class is gone
2009-08-03 Sylvain Thénault [uicfg reloading] don't reload uicfg when appobjects modules won't be reloaded as well
2009-08-03 Sylvain Thénault [vreg api update] remove some deprecation warnings
2009-08-03 Sylvain Thénault [test] update test: class initialization done in etype_class now
2009-08-03 Sylvain Thénault [vreg] fix deprecation messages
2009-08-03 Sylvain Thénault [appobject selection process] drop the need for the .selected method
2009-08-03 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
2009-08-03 Sylvain Thénault R [base classes] only AppObject remaning, no more AppRsetObject
2009-08-03 Sylvain Thénault merge
2009-08-03 Adrien Di Mascio [twisted] don't use twistd anymore, all-in-one.py file is needed anymore
2009-08-02 Adrien Di Mascio [uicfg] reload uicfg when vregistry is being reset
2009-08-02 Adrien Di Mascio [refactoring] moved rtags specification in web/views
2009-08-02 Adrien Di Mascio [registry] when a source file is changed, reset and reload the whole registry
2009-08-03 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-08-03 Sylvain Thénault B [supervising] ignore updated event for entities created in the same transaction
2009-08-03 Sylvain Thénault F [rset repo cache] set entity.rset when no set on entities retreived from the cache
2009-08-02 Sylvain Thénault enable server side entity caching, 25% speedup on codenaf insertion. ALL CW TESTS OK
2009-08-02 Sylvain Thénault #F [querier] debugging tweak
2009-08-02 Sylvain Thénault F [adapted list view] fix selector
2009-08-02 Sylvain Thénault F [view] missing import
2009-08-02 Sylvain Thénault web test update
2009-08-02 Sylvain Thénault cleanup
2009-08-01 Sylvain Thénault R [schema hooks] big refactoring / reorganization for clearer code, a few fixes on the way
2009-08-01 Sylvain Thénault uicfg bugs detected by tests
2009-08-01 Sylvain Thénault R import to avoid warning
2009-08-01 Sylvain Thénault oops
2009-08-01 Sylvain Thénault R [test] update and fix deprecation warnings
2009-08-01 Sylvain Thénault R [web test] rewrite schema with a single python module
2009-08-01 Sylvain Thénault F [cw.test] OK
2009-08-01 Sylvain Thénault explicit imports
2009-08-01 Sylvain Thénault get_csv is being renamed to splitstrip
2009-08-01 Sylvain Thénault B [schema update] may remove has_text unexpectedly, give another argument to fix it
2009-08-01 Sylvain Thénault cleanup
2009-08-01 Sylvain Thénault R [session] property for quick access to repo.schema
2009-08-01 Sylvain Thénault R [querier] debugging tweaks
2009-08-01 Sylvain Thénault document and replace debugged by a contextmanager/decorator class
2009-08-01 Sylvain Thénault manual_insert is a public method
2009-08-01 Sylvain Thénault F [server test] avoid warning by adding __init__.py file to directory
2009-08-01 Sylvain Thénault R [server debug] more server side debugging tweaks
2009-07-31 Sylvain Thénault cleanup
2009-07-31 Sylvain Thénault oops, should have been in a earlier commit (give rollback_on_failure to doexec)
2009-07-31 Sylvain Thénault oops, should have been in a earlier commit (META_RELATION_TYPES renaming)
2009-07-31 Sylvain Thénault R [querier] debugging tweaks
(0) -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 tip