summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/wsgi/atomutil.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support sorting database search results by rank, and add a rank attribute to ↵jsdelfino2013-08-261-1/+2
| | | | | | ATOM entries. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1517412 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring, rename isNil to isNull.jsdelfino2013-01-031-15/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428206 13f79535-47bb-0310-9956-ffa450edef68
* Add support for HTTP patch and application of patch scripts to server and ↵jsdelfino2013-01-031-1/+1
| | | | | | data store components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1428192 13f79535-47bb-0310-9956-ffa450edef68
* Change ATOM and RSS feed representations to use name value pairs instead of ↵jsdelfino2011-03-081-47/+41
| | | | | | just strings, to allow support for all ATOM and RSS attributes and avoid confusion with non-feed string results. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079292 13f79535-47bb-0310-9956-ffa450edef68
* Remove type=feed and type=entry parameters from application/atom+xml media ↵jsdelfino2010-12-291-0/+6
| | | | | | types as they make IE 6's XMLHttpRequest hang. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053559 13f79535-47bb-0310-9956-ffa450edef68
* Port REST support improvements to AppEngine Python integration scripts and ↵jsdelfino2010-12-271-1/+1
| | | | | | add a sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053004 13f79535-47bb-0310-9956-ffa450edef68
* Apply roundtripping fixes from SVN r1052432 to Python and Javascript scripts.jsdelfino2010-12-241-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052445 13f79535-47bb-0310-9956-ffa450edef68
* Add RSS support to the WSGI integration module.jsdelfino2010-06-051-3/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951655 13f79535-47bb-0310-9956-ffa450edef68
* Added a WSGI store test case, plus a few fixes to get it working.jsdelfino2010-03-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921271 13f79535-47bb-0310-9956-ffa450edef68
* Translated XML, ATOM and JSON conversion functions from C++ to Python. Added ↵jsdelfino2010-03-061-0/+103
support for JSON-RPC and ATOM to the WSGI integration. Adjusted server module test cases to help test the WSGI server. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@919721 13f79535-47bb-0310-9956-ffa450edef68