2010-08-25 Sylvain Thénault [boxes] introduce new boxes system
2010-08-25 Sylvain Thénault backport stable
2010-08-25 Sylvain Thénault update to lgc.clcommands 0.51 api stable
2010-08-24 Nicolas Chauvat [css] make sure the toolbar is clickable because layered over title stable
2010-08-24 Nicolas Chauvat [dataimport] refactor commitevery to gain readability stable
2010-08-23 Alexandre Fayolle [win32] no os.getuid on windows stable
2010-08-23 Alexandre Fayolle use logilab.common.date.ustrftime in json encoder to work around datetime.strftime limitation on dates < 1900 stable
2010-08-23 Alexandre Fayolle use iter_and_commit in example stable
2010-08-20 Sylvain Thénault [c-c check-mapping] fix dumb name error and add a warning about inlined crossed relation stable
2010-08-20 Sylvain Thénault [ms] more planning bug fixes stable
2010-08-20 Sylvain Thénault oops, missing part of 6125:628cf5213154 (mapping file checking) stable
2010-08-20 Sylvain Thénault [ms] fix two planner bugs: one occuring query such as X created_by U where X in a external source and U may come from an ldap source. The other being that when we've to merge input maps, we were modifying the same tree/solutions while a copy were needed. Also, ensure we add type restrictions, necessary for pyro source stable
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
(0) -3000 -1000 -300 -100 -64 +64 +100 +300 +1000 +3000 tip