2010-08-20 Sylvain Thénault cleanups stable
2010-08-20 Sylvain Thénault [ms, c-c] new command checking for consistency / potentian flaws and enhancements of mapping file of a multi-sources instance stable
2010-08-20 Sylvain Thénault [repository] enabled sources refactoring: to avoid error, we should always have all known source in repo.sources_by_uri and only enabled ones in repo.sources, so we still have access to the definition of temporarily disabled sources stable
2010-08-20 Sylvain Thénault [migration] enhance RqlForIterator so we can do 'for e in rqliter(...).entities()' stable
2010-08-20 Sylvain Thénault [ms] when entity is coming from an external source, don't add non final relations on complete stable
2010-08-20 Sylvain Thénault [querier] add_types_restriction_cleanups: remove useless try/except (we already filtered out variables not in newroot.defined_vars) and dict accss. Also systematically set computed solutions instead of modifying existing ones stable
2010-08-20 Alexandre Fayolle improvements in dataimport.py stable
2010-08-19 Alexandre Fayolle add missing semi colon in js stable
2010-08-18 Sylvain Thénault [book] some more documentation and cleanups stable
2010-08-18 Sylvain Thénault new RelationAttributeFacet + other fixes and cleanup + facets test stable
2010-08-18 Sylvain Thénault [migration] remove bad test when constructing attributes to copy in rename_entity_type: the old entity type is not in the fschema due to schema deserialization trick stable
2010-08-17 Sylvain Thénault cleanup stable
2010-08-17 Sylvain Thénault [migration] fix rename_entity_type: avoid removal of attributes on the new entity type from the schema during migration stable
2010-08-17 Sylvain Thénault [migration] we can now specify attributes to backport to rename_entity_type using its attrs argument stable
2010-08-17 Sylvain Thénault [formwidgets] new allow_none attribute on BooleanField allowing a third None value for booleans stable
2010-08-17 Sylvain Thénault [primary view] consider rtypevid flag for relations in the 'relations' section as well stable
2010-08-17 Adrien Di Mascio [db-fti-index] simple fix fpr progressbar-related crash when etypes is None in reindex_entities() stable
2010-08-16 Aurelien Campeas [views/reledit] small refactoring stable
2010-08-16 Aurelien Campeas [views/reledit] fix bad role handling in _may_add_related stable
2010-08-13 Sylvain Thénault integrate Celso's work on translation file: proper/complete spanish translation, fixed some typos in french translation, occured -> occurred fix in various places stable
2010-08-13 Adrien Di Mascio [web] fix typo in ajax_build_url (s/xtml/xhtml) stable
2010-08-12 Sylvain Thénault [web controller] don't try to translate arbitrary exception message stable
2010-08-12 Aurelien Campeas [selectors] fix match_transition & introduce new edited_attribute selector stable
2010-08-12 Sylvain Thénault RQLUniqueConstraint not in CWConstraintType for some old instances stable
2010-08-12 Alexandre Richardson [tableview] take care, description may include None (try Any NULL) stable
2010-08-12 Aurelien Campeas fix typo stable
2010-08-12 Sylvain Thénault backport stable
2010-08-12 Sylvain Thénault [form, migration] etype_relation_field should not raise error, it may block migration if used for a non yet existing field stable
2010-08-11 Sylvain Thénault fix bug introduced by 6098:a0fde9334dd0 stable
2010-08-11 Alexandre Fayolle work around Apache's mod_proxy limitation with special chars in URLs by not using Rest urls when such a case is detected stable
2010-08-11 Sylvain Thénault [entity] base_url argument may be explicitly specified for other purpose (eg http/https site version control) stable
2010-08-11 Sylvain Thénault [cleanup] remove debug print stable
2010-08-11 Sylvain Thénault backport stable
2010-08-10 Sylvain Thénault [dot] oops, should use dc_title here stable
2010-08-10 Sylvain Thénault backport stable
2010-08-10 Stephanie Marcu more generic dot graph generator stable
2010-08-10 Sylvain Thénault backport stable
2010-08-10 Sylvain Thénault [login template] missing xml_escape stable
2010-08-10 Sylvain Thénault [primary] backport _rel_label method from the default branch stable
2010-08-10 Sylvain Thénault backport stable
2010-08-10 Stephanie Marcu [doc] docstring more explicit for pyviews stable
2010-08-10 Sylvain Thénault [debug] change severity of 'site_cubicweb loaded' message to debug stable
2010-08-10 Sylvain Thénault [primary] handle final relation (eg attribute) in the relations section, and give dispctrl to view's extra kwargs as for non final relation stable
2010-08-10 Sylvain Thénault [entity] entity.view now support initargs as req.view stable
2010-08-10 Sylvain Thénault [schema view] use rdef.ACTIONS, attribute/relation don't use the same actions permission, that causes a crash for attribute rdefs stable
2010-08-10 Sylvain Thénault [tabs] take care, vid may not be a valid dom id (for jQuery at least) stable
2010-08-10 Adrien Di Mascio [forms] callable field kwargs now always take form _and_ field parameters
2010-08-10 Adrien Di Mascio [forms] test abs() rql function
2010-08-09 Adrien Di Mascio [schema] consider ETYPE_NAME_MAP when deserializing specialization relations stable
2010-08-09 Nicolas Chauvat fix the fix stable
2010-08-09 Nicolas Chauvat fix missing import in web.request stable
2010-08-06 Sylvain Thénault backport stable
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
2010-08-06 Sylvain Thénault [migration] dont crash if a group doesn't exists (it may not exists yet) stable
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
2010-08-06 Sylvain Thénault [migration] fix crash when adding symmetric relation type stable
2010-08-06 Sylvain Thénault [db-create] fix bug introduced by 6060:353bec342e2a (we ask for user while in non verbose mode) stable
2010-08-06 Sylvain Thénault [session] should be _cw, not req stable
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
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
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip