2010-03-30 Sylvain Thénault [cleanup] exists imported, use it stable
2010-03-30 Sylvain Thénault [form] CompoundField should not return itself in actual_fields, this avoid error on iliane with 3.7.2 where it's marked as required (from the schema) while value are provided by subfields stable
2010-03-30 Sylvain Thénault [repo] we want a hooks manager and hooks initialized event on quick start (we trigger events such as server_backup / server_restore for instance) stable
2010-03-30 Sylvain Thénault [distribution] sql extensions files now have proper extension, fix manifest file stable
2010-03-30 Sylvain Thénault backport stable
2010-03-30 Sylvain Thénault [events manager] onevent decorator may be given extra arguments to give to em.bind stable
2010-03-30 Sylvain Thénault [cleanup] some notes stable
2010-03-30 Sylvain Thénault [reload] on registry reloading, we should change class of users of opened session stable
2010-03-30 Sylvain Thénault [appobject imports] don't include __init__ in package's name. See comment for more info stable
2010-03-30 Sylvain Thénault [rset] cubes such as iliane hi-jack rset description by poping some lines from it. Handle this on RepeatList stable
2010-03-30 Sylvain Thénault [undo] basic support for undoing of entity creation / relation addition stable
2010-03-30 Sylvain Thénault [undo] init entity cache when undoing an entity deletion stable
2010-03-30 Sylvain Thénault [undo] consistent is/is_instance_of processing stable
2010-03-30 Sylvain Thénault [repo] don't need rset description on those queries stable
2010-03-30 Sylvain Thénault [cleanup] style fixes, add nodes, 0.2 cents refactorings stable
2010-03-30 Sylvain Thénault [undo] during undoing, call hooks in the [active]integrity and undo categories stable
2010-03-30 Sylvain Thénault [repo] refactor fti operation to use set_operation and a single operation whatever the number of entities to ft index stable
2010-03-30 Sylvain Thénault [querier] introduce RepeatList class, used to optimize size of data returned for result set description stable
2010-03-30 Sylvain Thénault [repo] on add entity, set cache as soon as possible + fill type/source cache stable
2010-03-30 Sylvain Thénault [repo] more efficient eid cache operations handling based on set_operation; refactor stable
2010-03-30 Sylvain Thénault [repo] move eschema_eid function from hooks.metadata to server.utils stable
2010-03-30 Sylvain Thénault [primary view] skip virtual rtypes anyway stable
2010-03-30 Sylvain Thénault [test] CubicWebTC.create_user expect an actual query, and we don't need to give session here stable
2010-03-30 Sylvain Thénault [dataimport] stop disabling undo ; commit return transaction id stable
2010-03-29 Aurelien Campeas [logging] demote static file served to debug stable
2010-03-29 Sylvain Thénault [cleanup] stable
2010-03-29 Sylvain Thénault [repo] optimize massive insertion/deletion by using the new set_operation function stable
2010-03-29 Sylvain Thénault [repo] make etype which should go in deleted_entities configurable: we only need this for types imported from other multi-sources instances stable
2010-03-29 Sylvain Thénault [repo] don't execute child step twice in EntitiesDeleteStep stable
2010-03-29 Sylvain Thénault [form] consider autoform_field_kwargs for meta fields; allow required customization stable
2010-03-29 Sylvain Thénault [workflow] support for automatic transition starting from the initial state stable
2010-03-29 Sylvain Thénault [testlib] create_user support extra kwargs to give to create_entity(CWUser) stable
2010-03-29 Sylvain Thénault fix dataimport for 3.7.2 stable
2010-03-26 Sylvain Thénault use lgc.testlib.TestCase stable
2010-03-26 Sylvain Thénault backport stable
2010-03-26 Sylvain Thénault Added tag cubicweb-debian-version-3.7.2-1 for changeset 8fda29a6c219 stable
2010-03-26 Sylvain Thénault Added tag cubicweb-version-3.7.2 for changeset d010f749c21d stable cubicweb-debian-version-3.7.2-1
2010-03-26 Sylvain Thénault take care to empty string in cubes search path
2010-03-26 Sylvain Thénault backport stable
2010-03-26 Sylvain Thénault [ms] fix name error introduced by rql 0.26 api update
2010-03-26 Sylvain Thénault add note stable cubicweb-version-3.7.2
2010-03-26 Sylvain Thénault 3.7.2 stable
2010-03-26 Sylvain Thénault [selectors] new is_in_state select to avoid common error when writing state based selector stable
2010-03-26 Sylvain Thénault [repo config] cleanup read_instance_schema / bootstrap_schema / creating mess stable
2010-03-26 Sylvain Thénault fix #726167: i18ninstance use data in bootstrab_cubes instead of the database one stable
2010-03-26 Sylvain Thénault [cleanup] remove 3.7 deprecation warning stable
2010-03-26 Sylvain Thénault [form controller] clear caches in case some attribute participating to the rest path has been modified, avoid redirection to a no more existant page (fix #753567) stable
2010-03-26 Sylvain Thénault i18nupdate stable
2010-03-26 Sylvain Thénault [form] fix validation error handling stable
2010-03-26 Sylvain Thénault [captcha] handle captcha validation properly in the captcha widget stable
2010-03-26 Sylvain Thénault [testlib] __errorurl may be a relative path, check we're actually removing base url first stable
2010-03-26 Sylvain Thénault [i18ncube] clear_rtag_objects imported when generating cube's .po file stable
2010-03-26 Sylvain Thénault [maintainance] don't crash if we've no in-memory repository stable
2010-03-26 Sylvain Thénault [db dump/restore] fix '#615840: db-dump must be always runnable' by setting repairing on config. Also, avoid to read the whole schema from the database on dump/restore: the bootstrap schema is enough. stable
2010-03-26 Sylvain Thénault cleanup stable
2010-03-26 Sylvain Thénault __missing__ main stable
2010-03-26 Sylvain Thénault [form] put qualified name on validation error, should fix #784299 stable
2010-03-26 Sylvain Thénault [test] fixes when executed under apycot environment (also added ldap1 to test host /etc/hosts) stable
2010-03-25 Sylvain Thénault ...
2010-03-25 Sylvain Thénault [config] move ConfigurationProblem to migration + refactor it to benefit from config methods
2010-03-25 Sylvain Thénault [config] more cleanup
2010-03-25 Sylvain Thénault deprecate __use__ and __recommend__
2010-03-25 Alain Leufroy add egg support with dependencies auto-installation
2010-03-25 Sylvain Thénault fix dumb name error
2010-03-25 Sylvain Thénault fix _cubes dir
2010-03-25 Sylvain Thénault handle nicely typical installation other than debian package / mercurial forest
2010-03-25 Pierre-Yves David When a TC failed to initiliase the database, the following test are SKIPPED stable
2010-03-25 Sylvain Thénault [c-c] new server_maintenance hook, called on c-c shell / upgrade stable
2010-03-25 Sylvain Thénault [appobject] add version number to deprecation warning stable
2010-03-25 Sylvain Thénault update rql dependency
2010-03-25 Sylvain Thénault backport stable
2010-03-25 Sylvain Thénault fix migration script stable
2010-03-25 Sylvain Thénault [cleanup] useless try except stable
2010-03-25 Sylvain Thénault [source storage] refactor source sql generation and results handling to allow repository side callbacks stable
2010-03-25 Sylvain Thénault [bfss] fix name error stable
2010-03-25 Sylvain Thénault [source storage] on deletion, entity has no edited_attributes stable
2010-03-25 Sylvain Thénault [cleanup] rename dbms_helper to dbhelper for consistency stable
2010-03-25 Sylvain Thénault [entity] we also have to override dict.pop to properly maintain edited_attributes consistency stable
2010-03-25 Sylvain Thénault [bfss test] some minor refactoring. Test deletion + creation/update/deletion rollback stable
2010-03-25 Sylvain Thénault don't put hooks deleting orphan composites into the 'integrity' category, we usually want it when integrity is deactivated stable
2010-03-24 Sylvain Thénault [facet] allow to specify a target type on relation facets for case such as Keyword/CodeKeyword where we only targets Keyword stable
2010-03-24 Sylvain Thénault don't rewrite config's url during migration stable
2010-03-24 Sylvain Thénault le patch rql26 a été importé
2010-03-24 Sylvain Thénault backport stable
2010-03-24 Julien Jehannet [D] book: update backup procedures in additional tips stable
2010-03-24 Sylvain Thénault [cleanup] remove accidentaly commited print stable
2010-03-24 Sylvain Thénault [test] don't try to reset session manager during test, stable
2010-03-24 Sylvain Thénault don't update dontcheck until everything went fine: stable
2010-03-24 Sylvain Thénault [test] having two eid relations is now forbiden by rql stable
2010-03-24 Sylvain Thénault [web test] a basic test, to be completed stable
2010-03-24 Sylvain Thénault [test] don't clear rtags during tests, may cause breakage with manually import appobjects modules (see unittest_tracker for instance) stable
2010-03-24 Sylvain Thénault [web] move workflow related uicfg stuff to the workflow module stable
2010-03-24 Sylvain Thénault dont get eid from entity's dict stable
2010-03-24 Sylvain Thénault [notification] don't create 'changes' in transaction data until actually needed stable
2010-03-24 Sylvain Thénault backport pending_operations on hi-jacked session, see comment stable
2010-03-24 Sylvain Thénault [entity] fix dumb name error on .set_relations(rel=None) stable
(0) -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 tip