sobjects/parsers.py
2011-08-02 Nicolas Chauvat [server] host mapping is better named url mapping (closes #1892461) stable
2011-07-26 Sylvain Thénault [datafeed] case insensitive etype. Closes #1877014 stable
2011-07-26 Sylvain Thénault [datafeed] closes #1875322: empty tag means None value stable
2011-07-26 Sylvain Thénault [datafeed] closes #1873616 (user's url corruption when etype is not recognized stable
2011-06-22 Sylvain Thénault [datafeed cw parser] refactor: split logic that was in the parser
2011-06-17 Sylvain Thénault [datafeed, cw.xml] xml now carry entity's source information, interpreted at the other end so that for instance when an entity from elo is seen when importing cwo, it's properly marked as coming from elo source if one exists
2011-06-17 Sylvain Thénault [python 2.5] compat fix
2011-06-17 Sylvain Thénault [datafeed, cwxml] parser now try to complete source's urls so one can add url such as <myinstance>/project. Closes #1759908
2011-06-09 Nicolas Chauvat merge changes from stable branch
2011-06-09 Nicolas Chauvat [parsers] format read by web/views/xmlrss is relation=%s-%s not %s_%s stable
2011-06-09 Nicolas Chauvat [parsers] improve url construction by using stdlib's urllib instead of str concatenation
2011-06-08 Sylvain Thénault [datafeed cwxml parser] cache processed urls/entities to avoid unnecessary http requests and processing
2011-06-07 Nicolas Chauvat [parsers] fix python2.5 compat problem introduced by 7466:395c966a1cb3
2011-06-07 Nicolas Chauvat [parsers] remove build_search_rql() that duplicates find_entities()
2011-05-19 Sylvain Thénault [multi-sources] support for moving an entity from an external source (closes #343818)
2011-05-13 Sylvain Thénault [datafeed] extract a generic DataFeedXMLParser from CWEntityXMLParser
2011-05-02 Nicolas Chauvat [parsers] various refactorings stable
2011-05-10 Sylvain Thénault fix _set_relation when no target eids, update datafeed source pull_data arguments to raise on error during tests stable
2011-02-17 Nicolas Chauvat [sobjects/parsers] compatibility with xml view of cw <= 3.10
2011-02-17 Nicolas Chauvat [sobjects/parsers] on validationerror, skip entity and continue processing feed
2011-02-16 Sylvain Thénault [datafeed] don't crash if python-kerberos isn't installed
2011-02-15 Nicolas Chauvat [sobjects/parsers] add gssapi auth handler to urllib2 opener
2011-02-10 Sylvain Thénault [test] python 2.5 specifix
2011-02-10 Sylvain Thénault [parser host mapping] take care to cases where apphome is None (c-c i18ncube command for instance)
2011-02-09 Sylvain Thénault [datafeed] introduce a host mapping so dev instance may transparently redirect request to another host than the actual's one
2011-02-09 Sylvain Thénault [datafeed] add parser to import cubicweb xml
less more (0) tip