1. e11e66b Set version number by Jeffrey Taylor Potts · 7 years ago trunk
  2. fe6962e Remove cmislib.egg-info from source code control by Jeffrey Taylor Potts · 7 years ago
  3. 9573e30 Remove the principal from the ACL prior to adding it back to fix a test failure when running against OpenCMIS InMemory repo with the AtomPub binding. by Jeffrey Taylor Potts · 7 years ago
  4. 99f6247 Small changes for PEP8 and pylint by Jeffrey Taylor Potts · 7 years ago
  5. 2b31950 Change copyright year from 2016 to 2017 by Jeffrey Taylor Potts · 7 years ago
  6. d70df8b Add relationship support to cmislib browser binding to close #CMIS-1008. by Jeffrey Taylor Potts · 7 years ago
  7. bae23a6 Remove getUnfiled from the browser binding as it is not part of the spec. Closes #CMIS-1011. by Jeffrey Taylor Potts · 7 years ago
  8. a5d5988 Implement applyACL for the browser binding by Jeffrey Taylor Potts · 7 years ago
  9. 66c44bb Change all logger statements from info to debug to close #CMIS-832. Correct any getLogger statements that point to old class names. by Jeffrey Taylor Potts · 7 years ago
  10. d82f039 Cleanup inline docs to close #CMIS-873. Add/edit RST (doc) files to be up-to-date with project restructure by Jeffrey Taylor Potts · 7 years ago
  11. 5e20fbd Allow access to repository from a CmisObject to close #CMIS-1002 by Jeffrey Taylor Potts · 7 years ago
  12. 11df37a Enhance checkin method to support setting properties simultaneously to close #CMIS-972 by Jeffrey Taylor Potts · 7 years ago
  13. a8eedf5 Improve UTF-8 handling in cmislib to close #CMIS-996 by Jeffrey Taylor Potts · 7 years ago
  14. 0921527 Change log entry related tests are now successful for the browser binding. Also made a change to ignore logic for repositories that return None instead of none for the change capability. by Jeffrey Taylor Potts · 8 years ago
  15. db1d5b7 Change parseDateTimeValue utility function to handle cases where it gets passed a unicode string. by Jeffrey Taylor Potts · 8 years ago
  16. 9a6ab3f Atom Pub binding now returns an empty unicode string for the repo name if the server does not return a repo name which is consistent with the browser binding. Also change the toString method of repo to use repo ID instead of repo name because not all repos return a name. by Jeffrey Taylor Potts · 8 years ago
  17. a11cfd9 Fix UnicodeEncodeError when calling urlencode with a dict that contains accents to close #CMIS-995 by Jeffrey Taylor Potts · 8 years ago
  18. f3a436c Work-in-progress on change entry support for the cmislib browser binding. by Jeffrey Taylor Potts · 8 years ago
  19. 528d039 Add ability to set multi-valued properties in browser binding to close #CMIS-979. Fix parsing of multi-valued props in browser binding. by Jeffrey Taylor Potts · 8 years ago
  20. a057796 Fix string concat error in net.py header debug statement to close #CMIS-993. by Jeffrey Taylor Potts · 8 years ago
  21. 5ecbaed Change what getTree returns to what ResultSet constructor is expecting. Closes #799 by Jeffrey Taylor Potts · 8 years ago
  22. 837b08b Modify how tests check for ability to check out a document to handle key error properly by Jeffrey Taylor Potts · 8 years ago
  23. 56fd8e2 Adjust cmislib browser binding createFolder method to close #CMIS-971 by Jeffrey Taylor Potts · 8 years ago
  24. 608bef9 Add try except to cmislib to fix multi-value update problem. Closes #CMIS-970. by Jeffrey Taylor Potts · 8 years ago
  25. ad08732 Cleaned up cmislib ACL in AtomPub binding; renamed test settings.py to sample suffix by Jeffrey Taylor Potts · 10 years ago
  26. 60c4aef Continued work on the cmislib browser binding implementation by Jeffrey Taylor Potts · 10 years ago
  27. 88378e2 cmislib pylint cleanup by Jeffrey Taylor Potts · 10 years ago
  28. bd856bc cmislib testTypeChildren passing and whitespace cleanup by Jeffrey Taylor Potts · 10 years ago
  29. 76b9199 cmislib remove get unfiled docs test by Jeffrey Taylor Potts · 10 years ago
  30. c84a587 cmislib make acl tests run clean for browser binding by Jeffrey Taylor Potts · 10 years ago
  31. e429b18 implement cmislib browser binding queries by Jeffrey Taylor Potts · 10 years ago
  32. 8e8e4e6 cmislib renditions in the browserbinding by Jeffrey Taylor Potts · 10 years ago
  33. a7a9817 cmislib browser binding progress, deleteContentStream, getObjectParents by Jeffrey Taylor Potts · 10 years ago
  34. aec4e9e testGetAllVersions and testGetLatestVersion now passing in cmislib; removing serializers.py, those live in the binding class for now by Jeffrey Taylor Potts · 10 years ago
  35. 98efe42 Implemented property filter in cmislib; folder unit tests running clean by Jeffrey Taylor Potts · 10 years ago
  36. 4a5abd9 Implemented updateProperties in cmislib by Jeffrey Taylor Potts · 10 years ago
  37. 682320c Implemented cmislib ResultSet.hasNext, Folder.getDescendants, and Folder.getTree in browser binding by Jeffrey Taylor Potts · 10 years ago
  38. bf76de6 Small tweak to how extArgs is handled, removed getCollection from unit tests because it is binding specific, fixed references in browser binding logger by Jeffrey Taylor Potts · 10 years ago
  39. e8879fa cmislib browser binding createDocument and createDocumentFromString now working by Jeffrey Taylor Potts · 10 years ago
  40. f662880 Progress against cmislib browser binding by Jeffrey Taylor Potts · 10 years ago
  41. 0ca7030 Fix and unit test for CMIS-743 in which cmislib was failing to check out a doc after being fetched by ID by Jeffrey Taylor Potts · 10 years ago
  42. e4c0a87 Changed the documentation for the getTitle method to refer correctly to atom:title instead of cmis:title to resolve CMIS-741 by Jeffrey Taylor Potts · 10 years ago
  43. ea69382 Removed some debug code inadvertently left in cmislib by Jeffrey Taylor Potts · 11 years ago
  44. 8bb60b2 Fix for CMIS-701 which is to do a reload in the getContentStream method when the content element is missing by Jeffrey Taylor Potts · 11 years ago
  45. 2039f26 cmislib fix for CMIS-703 which is to remove the CDATA from the cmis:statement that gets posted by a query by Jeffrey Taylor Potts · 11 years ago
  46. 5ecb52f Fixed a problem in the atompub binding when delete is called against inmemory. by Jeffrey Taylor Potts · 11 years ago
  47. a6bbf53 Continued work in progress on the browser binding implementation. by Jeffrey Taylor Potts · 11 years ago
  48. 1ae8ebe Added selectable binding to cmislib unit tests. Implemented createFolder for the browser binding. by Jeffrey Taylor Potts · 11 years ago
  49. c3139cd Continued work on the cmislib refactor with some significant code cleanup items by Jeffrey Taylor Potts · 11 years ago
  50. 4c34774 Work-in-progress on the cmislib browser binding by Jeffrey Taylor Potts · 11 years ago
  51. bb851e1 Merging in the binding_refactor branch to cmislib head by Jeffrey Taylor Potts · 11 years ago
  52. e297913 Removing the result type checking that exists in cmislib's CmisClient because the rest client will throw exceptions if a an error code is returned making CmisClient's check redundant by Jeffrey Taylor Potts · 11 years ago
  53. de328f2 Refactoring net.py to remove custom code and rely on httplib2 instead. by Jeffrey Taylor Potts · 11 years ago
  54. 423faa7 Making the versionable type in cmislib tests configurable by Jeffrey Taylor Potts · 11 years ago
  55. 1c5215a Incrementing build number for cmislib by Jeffrey Taylor Potts · 11 years ago
  56. 60fa73b Updated copyright year in NOTICE.txt for cmislib by Jeffrey Taylor Potts · 11 years ago
  57. 40bf888 Cleaned up minor code formatting issues, upgraded sphinx for doc generation which required merging of Makefile and src/doc/src/conf.py, removed 'dev' tag from setup.cfg and doc conf.py to prepare for release. by Jeffrey Taylor Potts · 11 years ago
  58. 03bed90 This data directory has become out-of-date and is no longer needed in the cmislib source tree. by Jeffrey Taylor Potts · 11 years ago
  59. 0a43ef4 These files are no longer needed in the cmislib source tree. by Jeffrey Taylor Potts · 11 years ago
  60. d4e7b58 Removed CMIS spec references from docs and added a unit test for renditions by Jeffrey Taylor Potts · 11 years ago
  61. 3e078cf Fixing problem in cmislib related to empty permission sets for a given authority by Jeffrey Taylor Potts · 11 years ago
  62. d24c028 Fixed cmislibtest to include a changeType that was missing from the assertion by Jeffrey Taylor Potts · 11 years ago
  63. cfe995f Added an exception check to a deleteTree call in cmislibtest.py; Made minor tweaks to some debug code in model.py by Jeffrey Taylor Potts · 11 years ago
  64. 70235ef Reverting the 'empty cmisra:content' element change previously implemented b/c it breaks older versions of Alfresco. Adding initial support for renditions. Removing three unit tests that are not strictly required by the spec. by Jeffrey Taylor Potts · 12 years ago
  65. 7fd561c Modified getEntryXmlDoc to always create empty content element; Modified net.py to allow extra headers to be passed in to rest methods by Jeffrey Taylor Potts · 12 years ago
  66. 2433e49 Change result set needed in iterator by Jeffrey Taylor Potts · 12 years ago
  67. 4189151 Fixed a the problem where certain methods returning bools were returning them as strings instead (CMIS-536); Fixed a minor doc typo; Added new/modified static assets related to docs caused by a sphinx upgrade. by Jeffrey Taylor Potts · 12 years ago
  68. d5a8f47 Whitespace and documentation cleanup in preparation for the 0.5 release by Jeffrey Taylor Potts · 12 years ago
  69. f10d8e3 Changing how paths are encoded. Now using %20 instead of '+'. Tested fine against FileNet, Nuxeo, Alfresco, Chemistry InMemory. Fixes CMIS-479. Also cleaned up the test settings.py. by Jeffrey Taylor Potts · 12 years ago
  70. 4e6aed1 Resolving CMIS-481. Also began to add some logging infrastructure. by Jeffrey Taylor Potts · 12 years ago
  71. 95cea9f Added Folder.getPaths and Document.getPaths, refactored testGetObjectByPath to build path without assuming name is the path segment. Closes CMIS-232 by Jeffrey Taylor Potts · 12 years ago
  72. b9c762b Added check for None on changeToken. Fixed a bad reference to unqualified TEST_ROOT_PATH in cmislibtest by Jeffrey Taylor Potts · 12 years ago
  73. 4354ad8 Support for change tokens, updated tests that do a checkout, to check for the canCheckOut allowable action by Jeffrey Taylor Potts · 12 years ago
  74. ba8f854 Clean up, add support for nosetests and fix issue with in-memory repo. by Stefane Fermigier · 13 years ago
  75. 2a98e59 Resolving CMIS-230 by adding createDocumentFromString convenience methods to both Repository and Folder in cmislib. by Jeffrey Taylor Potts · 13 years ago
  76. b7c91a4 Resolved CMIS-309 so that cmislib maintains time zone info in dates returned from servers. Introduces a dependency on iso8601 module so the setup.py has been updated accordingly. by Jeffrey Taylor Potts · 13 years ago
  77. 3c1c6ce Changed cmislib ResultSet to inherit from object per CMIS-376 by Jeffrey Taylor Potts · 13 years ago
  78. bf2db5e Minor release cleanup issues for cmislib CMIS-312 by Jeffrey Taylor Potts · 13 years ago
  79. 0d439b8 CMIS-283. Adding tests for leading and trailing dots. by Jeffrey Taylor Potts · 13 years ago
  80. a7c7fe9 CMIS-314 refactored createDocument in anticipation of contentFolder being optional some day. Also implemented move and added corresponding test. by Jeffrey Taylor Potts · 13 years ago
  81. 30027c4 Added test for getting the parents of a multifiled document by Jeffrey Taylor Potts · 13 years ago
  82. abb0df9 Fixed add object test. Folders are not supposed to be multifilable. by Jeffrey Taylor Potts · 13 years ago
  83. 2f7c4a9 CMIS-314 added addObject and removeObject implementations and corresponding tests by Jeffrey Taylor Potts · 13 years ago
  84. cb646d8 Closes CMIS-310, trailing slash in MANIFEST.in by Jeffrey Taylor Potts · 13 years ago
  85. 5335daf chemistry tlp by Joe Schaefer · 13 years ago
  86. df30e9c Update a few more files to use the new license header by Nick Burch · 13 years ago
  87. 765f6fc Replaced old apache header with official apache header per IPMC request by Jeffrey Taylor Potts · 13 years ago
  88. 6435f57 Adding incubating disclaimer to cmislib by Jeffrey Taylor Potts · 13 years ago
  89. 93350d2 Tweaking release signing script by Jeffrey Taylor Potts · 13 years ago
  90. ec6ae6e Build tweaks to remove tests from egg, add notice and license to egg info directory by Jeffrey Taylor Potts · 13 years ago
  91. 642844c Fix for unicode decode error in python 2.7 CMIS-292 by Jeffrey Taylor Potts · 13 years ago
  92. 968b09c Whitespace cleanup, modify setup.cfg to remove dev tag by Jeffrey Taylor Potts · 13 years ago
  93. 386fc51 Updating doc build script to generate a zip by Jeffrey Taylor Potts · 13 years ago
  94. 54743ba Tweaking doc build script by Jeffrey Taylor Potts · 13 years ago
  95. 4085a85 Modifying hudson sphinx script to force clean by Jeffrey Taylor Potts · 13 years ago
  96. 19a564d Fixing sys path so sphinx autodoc will work in Hudson by Jeffrey Taylor Potts · 13 years ago
  97. 2a0581c Overriding the Makefile with a version-free sphinx-build executable reference by Jeffrey Taylor Potts · 13 years ago
  98. 5d010c2 Adjusting run-sphinx so that it can be invoked from anywhere in the file system by Jeffrey Taylor Potts · 13 years ago
  99. d702446 Sphinx wrapper for Hudson build by Jeffrey Taylor Potts · 13 years ago
  100. b61c3d6 Applied patch CMIS-249, removed a reference to Committee Draft 04 in the docs by Jeffrey Taylor Potts · 13 years ago