1. 8305600 temporarily using snapshots during release vote by Justin Edelson · 13 years ago
  2. e3ac254 SLING-2187 - adding new module to contain our custom notice file; adding remote-resources plugin configuration to parent pom and removing all existing appended-resources NOTICE files by Justin Edelson · 13 years ago
  3. 155681f Using latest released parent pom by Carsten Ziegeler · 13 years ago
  4. efcc2cc Remove unused imports by Carsten Ziegeler · 13 years ago
  5. 0822d07 Update to recent snapshot by Carsten Ziegeler · 13 years ago
  6. cc6aac0 SLING-2143 SlingPostServlet ImportOperation should honor the _charset_ parameter by Eric Norman · 13 years ago
  7. 3fb7915 SLING-2150 : Update plugins to use the latest available versions by Carsten Ziegeler · 13 years ago
  8. 367e5ad SLING-1704 - adding support for changing primary node type in post servlet by Justin Edelson · 13 years ago
  9. efaf01b SLING-2120 Add configuration property to specify a regular expression for parameters to ignore when writing back to the repository by Felix Meschberger · 13 years ago
  10. f176850 SLING-1741 - only strip off the extension in the case of a non-synthetic resource by Justin Edelson · 13 years ago
  11. 832bdee tabs -> spaces by Justin Edelson · 13 years ago
  12. ec790d4 SLING-2082 - use ResponseUtil for escaping by Bertrand Delacretaz · 13 years ago
  13. 637ba42 SLING-2082 - escape HTML output in POST response, with test by Bertrand Delacretaz · 13 years ago
  14. a563abe Fix false positive switching create status in case the target node does not exist by Felix Meschberger · 13 years ago
  15. f72b1ce SLING-2035 Properly handle :name request parameter and replacement of existing content by Felix Meschberger · 13 years ago
  16. febfe2c SLING-1983 Apply patch by Alex Klimetscheck (slightly modified, mostly JavaDoc). Thanks alot. by Felix Meschberger · 13 years ago
  17. 204c5f7 SLING-1816 Support dynamic configurability of the Sling POST Servlet (instead of having to deactivate and reactivate the servlet for configuration). by Felix Meschberger · 13 years ago
  18. 460249c SLING-1725 Provide new extensible operations and register existing operations as services by Felix Meschberger · 13 years ago
  19. ac70056 adding return to javadoc by Justin Edelson · 13 years ago
  20. 595cd99 SLING-1937 - externalizing response locations by Justin Edelson · 13 years ago
  21. fd5ff41 Use latest releases. by Carsten Ziegeler · 13 years ago
  22. f3bf547 Update to recent snapshots by Carsten Ziegeler · 13 years ago
  23. 39bde00 updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent by Justin Edelson · 14 years ago
  24. 7371583 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  25. 82c24ca [maven-release-plugin] prepare release org.apache.sling.servlets.post-2.1.0 by Felix Meschberger · 14 years ago
  26. e2f2302 Add JIRA version id property by Felix Meschberger · 14 years ago
  27. 7efc73d SLING-1796 By default do not checkout checked-in nodes before applying modifications. This is to not enable modifications which were not possible before adding versioning support. This may still be overwritten by configuration to automatically checkout checked-in nodes before modification. by Felix Meschberger · 14 years ago
  28. 4b78968 SLING-1796 By default do not checkout checked-in nodes before applying modifications. This is to not enable modifications which were not possible before adding versioning support. This may still be overwritten by configuration to automatically checkout checked-in nodes before modification. by Felix Meschberger · 14 years ago
  29. da70e4b SLING-1797 Refactor findVersionableAncestor to not break if any ancestor is not accessible and to operate iteratively instead of recursively by Felix Meschberger · 14 years ago
  30. d6de7ae use released version of content loader by Felix Meschberger · 14 years ago
  31. 0d85833 SLING-1753 - changing logic such that all script tags are search and the first one ending in /system/sling.js is used to determine the baseurl by Justin Edelson · 14 years ago
  32. a787fa8 tabs -> spaces by Justin Edelson · 14 years ago
  33. e44861a SLING-1749 - fixing base url detection by Justin Edelson · 14 years ago
  34. def953d SLING-1727 Handling AccessDeniedException to avoid meaningless traceback at info level. by Ian Boston · 14 years ago
  35. 46b2be8 SLING-1703 - adding support for changing mixin types regardless of context by Justin Edelson · 14 years ago
  36. ab90919 SLING-897 Updating a property fires the wrong JCR events by Eric Norman · 14 years ago
  37. 39fca9d SLING-897 Updating a property fires the wrong JCR events by Eric Norman · 14 years ago
  38. 4bbf3ae SLING-1627 import operation support for overwrite of properties by Eric Norman · 14 years ago
  39. a587c68 SLING-1091 POST to URL ending in /* with :name and no :nameHint should fail if named node exists by Eric Norman · 14 years ago
  40. c93c16d SLING-1619 - adding try/catch block by Justin Edelson · 14 years ago
  41. 2f5a787 SLING-1615 Refactored to make import POSTs create the target node. by Ian Boston · 14 years ago
  42. 4c0cf1d SLING-1609 - stripping workspace name from path for name generation by Justin Edelson · 14 years ago
  43. 06c06a6 SLING-1608 - fixing unsafe cast by Justin Edelson · 14 years ago
  44. eeb266d Clean up code by Carsten Ziegeler · 14 years ago
  45. e356a2a SLING-1447 - fixing relative copy/move path to remove workspace if necessary by Justin Edelson · 14 years ago
  46. 9079948 SLING-1172 Allow uploading JSON files to create content structures by Eric Norman · 14 years ago
  47. ff76571 SLING-1573 - adding versionable node support to post servlet by Justin Edelson · 14 years ago
  48. 41dc5b2 SLING-1172 fixed response code for missing required request parameters by Eric Norman · 14 years ago
  49. aa2fdb6 SLING-1172 Allow uploading JSON files to create content structures by Eric Norman · 14 years ago
  50. 39bac05 SLING-1569 - fixing the handling of the WeakReference hint. Uses reflection to avoid dependency upon JCR 2. If reflection fails to find the method (i.e. this is running on JCR 1), a Reference property is created instead. by Justin Edelson · 14 years ago
  51. bba49a0 SLING-1447 - modifying post servlet to strip workspace prefix from paths; also checks that the workspace path prefix matches the workspace name from the request-provided session by Justin Edelson · 14 years ago
  52. aec2882 improving javadoc by Justin Edelson · 14 years ago
  53. c8c5191 SLING-649 - adding support for @UseDefaultWhenMissing by Justin Edelson · 14 years ago
  54. 6566b7d Use released parent pom. by Carsten Ziegeler · 14 years ago
  55. 04667aa SLING-1518 - making unit tests compatible with jmock 2.5.1 by Justin Edelson · 14 years ago
  56. 67f1aba SLING-1509 - adding nicer toString message by Justin Edelson · 14 years ago
  57. e24f784 SLING-1504 - making NodeNameGenerator pluggable by Justin Edelson · 14 years ago
  58. afa2927 SLING-1501 Let JSONResponse set the correct HTTP response code (applying path from Simon Gaeremynck - thanks!) by Vidar Skauge Ramdal · 14 years ago
  59. ad5aaf4 Remove unused code. by Carsten Ziegeler · 14 years ago
  60. 7ceda6d SLING-1336 - avoid NPE if no Accept header by Bertrand Delacretaz · 14 years ago
  61. ab9bb79 SLING-1336 Implement JSON response option for SlingPostServlet by Vidar Skauge Ramdal · 14 years ago
  62. 7f8fb83 SLING-1412 - adding support for @IgnoreBlanks by Justin Edelson · 14 years ago
  63. 52f5042 SLING-1405 - fixing duplicate dependencies by Justin Edelson · 14 years ago
  64. 58d9d52 SLING-1333 - removing dependency from servlets.post to jcr 2; hardcoding int value for WEAKREFERENCE by Justin Edelson · 14 years ago
  65. 71176b8 SLING-1212 - upgrading to Jackrabbit 2. Also includes re-revert of SLING-1363 and implementation of SLING-1330. Thanks to Felix for getting this started. by Justin Edelson · 14 years ago
  66. 0ce52ae Cleanup by Carsten Ziegeler · 14 years ago
  67. 23b50bc Make parse method match its javadoc by Carsten Ziegeler · 14 years ago
  68. bfebc6f Use latest jcr api to decouple modules from jcr 1.0 (contained in older jcr api releases) by Carsten Ziegeler · 14 years ago
  69. 84c3a48 SLING-1333 - forgot the ReferenceParser by Justin Edelson · 14 years ago
  70. 90181fd SLING-1333 - making work with multi-valued properties by Justin Edelson · 14 years ago
  71. 10763f9 SLING-1333 - applying patch by Justin Edelson · 14 years ago
  72. 6ebed57 Change scope to provided for all referenzed bundles by Carsten Ziegeler · 14 years ago
  73. 3330627 SLING-1281 Fixed, removed the save operation and replaced with the Node or Item just created to avoid pulling the item from the session transientStore of items. by Ian Boston · 14 years ago
  74. 66f3d29 SLING-1281 adding a parent save pushes the state of the removal into the transientStore in the SessionItemStateManager removing the error. by Ian Boston · 14 years ago
  75. 1a8e8a1 SLING-1275 : Return value of ComponentContext#locateContext should be checked for null value by Carsten Ziegeler · 14 years ago
  76. 5f709f6 SLING-1247 set 404/NOT FOUND status instead of throwing ResourceNotFoundException. This sets the correct status at the place, where this can safely be done. The exception thrown is caught by a general exception catcher, which causes a 500/INTERNAL SERVER ERRROR response. by Felix Meschberger · 14 years ago
  77. 6bbef65 SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries by Felix Meschberger · 14 years ago
  78. c732035 Set fixed export package version to prevent backwards compatibility issues on upgrade (but we have to include the .incubator qualifier previously used, otherwise dependents may not resolve). by Felix Meschberger · 14 years ago
  79. 5681221 SLING-1206 with including the ISO8601 class we also have to include the Text by Felix Meschberger · 14 years ago
  80. a75c3ab Set fixed export package version to prevent backwards compatibility issues on upgrade. by Felix Meschberger · 14 years ago
  81. 380b784 SLING-1206 use ISO8601 pattern as second in the list of default patterns by Felix Meschberger · 14 years ago
  82. c4bd8ad SLING-1206 add support for ISO8601 formatted dates by supporting a special format pattern "ISO8601" which indicates to use the Jackrabbit ISO 8601 date parser class. by Felix Meschberger · 14 years ago
  83. 858fd7b SLING-1178 Apply patch by Tobias Bocanegra (thanks) by Felix Meschberger · 14 years ago
  84. 12c2ef0 Update to latest release. by Carsten Ziegeler · 15 years ago
  85. 305b3c7 Update to latest Sling releases. by Carsten Ziegeler · 15 years ago
  86. ec44b5f SLING-1096 register SLING default servlets using the by Felix Meschberger · 15 years ago
  87. b517006 SLING-1084 Patch applied from Arthur Taylor, fixes move operation for resources at / by Ian Boston · 15 years ago
  88. d420236 Use official release instead of incubator release. by Carsten Ziegeler · 15 years ago
  89. fe88d30 SLING-1073 Patch from Arthur Taylor by Ian Boston · 15 years ago
  90. cbc854b SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too) by Felix Meschberger · 15 years ago
  91. 9798487 SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms. by Carsten Ziegeler · 15 years ago
  92. 033e479 SLING-1011 : Adjust svn location by Carsten Ziegeler · 15 years ago
  93. d668d7e SLING-1011 : Remove disclaimer file. by Carsten Ziegeler · 15 years ago
  94. 0c107d9 Move Sling to new TLP location by Felix Meschberger · 15 years ago
  95. 0b361b8 Move Sling to new TLP location by Felix Meschberger · 15 years ago
  96. d3eced0 Set parent pom to released version. by Carsten Ziegeler · 15 years ago
  97. fcaba51 Correct svn urls. by Carsten Ziegeler · 15 years ago
  98. 450b153 Use next dev version of parent pom by Carsten Ziegeler · 15 years ago
  99. 11e404d [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 15 years ago
  100. ed453cd [maven-release-plugin] prepare release org.apache.sling.servlets.post-2.0.4-incubator by Carsten Ziegeler · 15 years ago