]> git.mjollnir.org Git - moodle.git/commit
MDL-16384, first draft of alfresco plugin
authordongsheng <dongsheng>
Fri, 19 Sep 2008 04:49:38 +0000 (04:49 +0000)
committerdongsheng <dongsheng>
Fri, 19 Sep 2008 04:49:38 +0000 (04:49 +0000)
commit17e31bb097ee393b344c9876504f575a9fb3f429
tree34948b577c60e75df95098c42cf8c05bc0fd8eff
parent86e68c2dc7a596ab9fd4a6ae5f02ab0bc05e88b0
MDL-16384, first draft of alfresco plugin
TODO:
1) Create a SOAP wrapper
2) Implement searching
21 files changed:
lang/en_utf8/repository_alfresco.php [new file with mode: 0644]
lib/alfresco/README_MOODLE.txt [new file with mode: 0644]
lib/alfresco/Service/Association.php [new file with mode: 0755]
lib/alfresco/Service/BaseObject.php [new file with mode: 0755]
lib/alfresco/Service/ChildAssociation.php [new file with mode: 0755]
lib/alfresco/Service/ContentData.php [new file with mode: 0755]
lib/alfresco/Service/Functions.php [new file with mode: 0755]
lib/alfresco/Service/Logger/Logger.php [new file with mode: 0755]
lib/alfresco/Service/Logger/LoggerConfig.php [new file with mode: 0755]
lib/alfresco/Service/NamespaceMap.php [new file with mode: 0755]
lib/alfresco/Service/Node.php [new file with mode: 0755]
lib/alfresco/Service/Repository.php [new file with mode: 0755]
lib/alfresco/Service/Session.php [new file with mode: 0755]
lib/alfresco/Service/SpacesStore.php [new file with mode: 0755]
lib/alfresco/Service/Store.php [new file with mode: 0755]
lib/alfresco/Service/Version.php [new file with mode: 0755]
lib/alfresco/Service/VersionHistory.php [new file with mode: 0755]
lib/alfresco/Service/WebService/AlfrescoWebService.php [new file with mode: 0755]
lib/alfresco/Service/WebService/WebServiceFactory.php [new file with mode: 0755]
repository/alfresco/icon.png [new file with mode: 0644]
repository/alfresco/repository.class.php [new file with mode: 0755]