From: <ro...@aa...> - 2014-09-17 23:00:38
|
intranet-rest/tcl intranet-rest-get-procs.tcl,NONE,1.1 intranet-rest-post-procs.tcl,NONE,1.1 intranet-rest-validator-procs.tcl,NONE,1.1 intranet-rest-create-procs.tcl,1.38,1.39 intranet-rest-procs.tcl,1.98,1.99 intranet-rest-sql-parser-procs.tcl,1.5,1.6 intranet-rest-util-procs.tcl,1.30,1.31 Wed Sep 17 14:55:35 UTC 2014 Update of /home/cvsroot/intranet-rest/tcl In directory aachen:/tmp/cvs-serv19552/tcl Modified Files: intranet-rest-create-procs.tcl intranet-rest-procs.tcl intranet-rest-sql-parser-procs.tcl intranet-rest-util-procs.tcl Added Files: intranet-rest-get-procs.tcl intranet-rest-post-procs.tcl intranet-rest-validator-procs.tcl Log Message: - REST Interface: Changed to REST V3.0: - Removed support for XML input/output format. Now only HTML and JSON are valid. - Unified support for "read" operations (single objects) with "list" (multiple objects) and removed obsolete code. - Refactored the library fieles - Started to write regression tests for test driven development - Fixed JSON output quoting - Fixed several other small issues intranet-rest/www index.adp,1.7,1.8 index.tcl,1.15,1.16 version.adp,1.1,1.2 version.tcl,1.2,1.3 Wed Sep 17 14:55:35 UTC 2014 Update of /home/cvsroot/intranet-rest/www In directory aachen:/tmp/cvs-serv19552/www Modified Files: index.adp index.tcl version.adp version.tcl Log Message: - REST Interface: Changed to REST V3.0: - Removed support for XML input/output format. Now only HTML and JSON are valid. - Unified support for "read" operations (single objects) with "list" (multiple objects) and removed obsolete code. - Refactored the library fieles - Started to write regression tests for test driven development - Fixed JSON output quoting - Fixed several other small issues |