Mirror of Apache Wookie -- Moved to the Attic

Clone this repo:
  1. b75542f Updated HtmlCleaner version to 2.10 by Scott Wilson · 9 years ago trunk
  2. 45a38bc updated svn:ignore by Scott Wilson · 9 years ago
  3. 75ba3a5 Added build dir to svn:ignore by Scott Wilson · 9 years ago
  4. f69c079 Added Redis module to build by Scott Wilson · 9 years ago
  5. 624adbb Added more stubs and updated license header by Scott Wilson · 9 years ago
  6. 8db6f16 Ensure the abstract test works from a clean instance, otherwise if you run it alongside the DefaultImpl test they'll clash as they're working from the same in-memory store. (Basically, the in-memory store is not thread-safe - you need a single instance) by Scott Wilson · 9 years ago
  7. be8a31a Added workflow SPI (for locking and resuming widgets) by Scott Wilson · 9 years ago
  8. cea3b5b added Maven target folder to svn:ignore by Scott Wilson · 9 years ago
  9. d219015 Added default service injection (store Prefs in server memory) by Scott Wilson · 9 years ago
  10. 9e09e81 Use callbacks and async processing in the demo scripts; this is important as otherwise things can get tangled up very easily. by Scott Wilson · 10 years ago
  11. 18aaf64 Changed version number in demo site by Scott Wilson · 10 years ago
  12. e7a7e6d Removed debugging output by Scott Wilson · 10 years ago
  13. b141ff0 Ensure the ApiKeys test restores the original state of the keys file after it executes, as otherwise it can cause other tests to fail by Scott Wilson · 10 years ago
  14. 46a66e7 Removed the ApiKeys REST API from Wookie 2.x as this is no longer consistent with the new security model which relies on secrets not being transmitted over HTTP; if admins want to manage keys on the server remotely they need to do so via SSH, VPN etc. by Scott Wilson · 10 years ago
  15. 613a31d Re-implemented support for default preferences specified in config.xml, and added functional tests to ensure it works. by Scott Wilson · 10 years ago
  16. 4b0b84e Updated the JS connector used in the demo to take account of the changes to the Properties API by Scott Wilson · 10 years ago
  17. 6bc028c Updated test for cloning widget instances taking account changes to Properties API by Scott Wilson · 10 years ago
  18. a04603a Added support in REST API for POSTing or PUTting multiple preferences and shared data in one request. See WOOKIE-414 by Scott Wilson · 10 years ago
  19. b154be1 Send security tokens in Authorization header instead of in querystring (see WOOKIE-427) by Scott Wilson · 10 years ago
  20. 458a693 Updated HtmlCleaner to v 2.7 and removed redundant code. See WOOKIE-428 by Scott Wilson · 10 years ago