1. c81e0b3 Deprecate WikiSession#sessions( Engine ) and WikiSession#userPrincipals( Engine ) in favour of their counterparts at SessionMonitor by juanpablo · 4 years, 1 month ago
  2. b5324b4 JSPWIKI-303: added ContextSPI by juanpablo · 4 years, 1 month ago
  3. 08b62cd apply format & fixes suggested by intellij by juanpablo · 4 years, 1 month ago
  4. cd85300 refactor SPI's DSL: by juanpablo · 4 years, 1 month ago
  5. d8d8df3 Deprecate WikiContext#findContext and move it to Context. Use the new method from the public api throughout the code by juanpablo · 4 years, 1 month ago
  6. 245e478 format method by juanpablo · 4 years, 1 month ago
  7. 201c48c JSPWIKI-303: SPI to obtain Engine instances by juanpablo · 4 years, 1 month ago
  8. 35ed48e revert, again, maven-javadoc-plugin to 3.1.1 as it was causing build errors at builds.a.o by juanpablo · 4 years, 1 month ago
  9. 1e6e4f3 2.11.0-M7-git-15 by juanpablo · 4 years, 1 month ago
  10. 7295054 extend / implement Initializable by juanpablo · 4 years, 1 month ago
  11. 3b8bb07 Refactor WikiEngine initialization (somewhat related to JSPWIKI-806) by juanpablo · 4 years, 1 month ago
  12. fc6d971 added Initializable interface on public api by juanpablo · 4 years, 1 month ago
  13. 668718f fix title by juanpablo · 4 years, 1 month ago
  14. 95c78ce retrieve all pages and attachments only if we have to build the reference manager by juanpablo · 4 years, 1 month ago
  15. 24f4a6b homogenize engine's components creation and ensure components' instances can have method scope, so we can get rid of them later on by juanpablo · 4 years, 1 month ago
  16. 0743c53 add Engine to EditorManager#initialize(..) method. It will be unused but will allow us to extract an Initializable interface later on by juanpablo · 4 years, 1 month ago
  17. f438047 use o.a.w.api.core.Attachment instead of o.a.w.attachment.Attachment by juanpablo · 4 years, 1 month ago
  18. 01523b5 update JUnit to 5.6.1 and Apache Lucene to 8.5.0 by juanpablo · 4 years, 1 month ago
  19. 6a25735 mimic goals on apache-release profile to see if we can pinpoint weird maven-javadoc-plugin issue at builds.apache.org by juanpablo · 4 years, 1 month ago
  20. d8c40d9 use Engine instead of WikiEngine by juanpablo · 4 years, 1 month ago
  21. 58101a7 use Page instead of WikiPage whenever possible by juanpablo · 4 years, 1 month ago
  22. 49af134 JSPWIKI-303: add Pages' ACLs by juanpablo · 4 years, 1 month ago
  23. 0f6994c apply format suggested by intellij by juanpablo · 4 years, 1 month ago
  24. 207a68f deprecate all getXYZManager() methods; use getManager( XYZ.class ) instead + fix sonar issue. No version bump by juanpablo · 4 years, 1 month ago
  25. ec61989 revert maven-javadoc-plugin update by juanpablo · 4 years, 1 month ago
  26. 3404df2 2.11.0-M7-git-14 by juanpablo · 4 years, 1 month ago
  27. 1059775 push default methods on GroupManager to implementation on DefaultGroupManager by juanpablo · 4 years, 1 month ago
  28. 078122f Extract interface + rename from RSSGenerator by juanpablo · 4 years, 1 month ago
  29. eae6861 use Context instead of Wikicontext by juanpablo · 4 years, 1 month ago
  30. 3806007 move rss initialization from WikiEngine into RSSGenerator by juanpablo · 4 years, 1 month ago
  31. a493a16 reorganized WikiEngine initialization, to ease generalization of managers' creation and configuration later on by juanpablo · 4 years, 1 month ago
  32. 3d99319 use getManager( XYZ.class ) instead of getXYZManager methods of WikiEngine by juanpablo · 4 years, 1 month ago
  33. 7377ff9 use Context and Page instead of WikiContext and WikiPage by juanpablo · 4 years, 1 month ago
  34. b7597bf extract isJSPWikiPermission to PermissionChecks class in order to break some class cycles by juanpablo · 4 years, 1 month ago
  35. 084c501 use Context instead of WikiContext by juanpablo · 4 years, 1 month ago
  36. 4d44357 add missing Apache License by juanpablo · 4 years, 1 month ago
  37. 8758178 refactor tests so they only build a TestEngine instance per class instead of per test by juanpablo · 4 years, 1 month ago
  38. 445716e apply suggested format by intellij by juanpablo · 4 years, 1 month ago
  39. 01b2adf use Page insead of WikiPage by juanpablo · 4 years, 1 month ago
  40. 7c5fb15 mark constructors using WikiEngine as deprecated by juanpablo · 4 years, 1 month ago
  41. 1c3c14b use Context instead of WikiContext by juanpablo · 4 years, 1 month ago
  42. a3bacfa extract all commands to its own class in order to break class cycles by juanpablo · 4 years, 1 month ago
  43. 2f68a41 use Context instead of WikiContext by juanpablo · 4 years, 1 month ago
  44. d98d205 mark constructors using WikiEngine as deprecated by juanpablo · 4 years, 1 month ago
  45. 559f94b update portable launchers to tomcat 9.0.33 by juanpablo · 4 years, 1 month ago
  46. 6aef232 update dependencies: by juanpablo · 4 years, 1 month ago
  47. cd501d2 JSPWIKI-303: provide backwards compatibility with public API for page/attachment providers not using it by juanpablo · 4 years, 1 month ago
  48. c92bb4d add missing Apache License to tests by juanpablo · 4 years, 1 month ago
  49. 1f95c37 complete javadocs by juanpablo · 4 years, 1 month ago
  50. 0de5b15 added new static methods on TestEngine to ease creation ofinstances with custom properties by juanpablo · 4 years, 1 month ago
  51. 2bae34f change comment in jspwiki.properties so it aligns with property's default value by juanpablo · 4 years, 1 month ago
  52. 5a89dba use constant from AttachmentProvider by juanpablo · 4 years, 1 month ago
  53. 3c3dcea code format by juanpablo · 4 years, 1 month ago
  54. 9c00c58 add missing Apache License by juanpablo · 4 years, 1 month ago
  55. b48d88f add back constructors to ensure page/attachment backwards compatibility by juanpablo · 4 years, 1 month ago
  56. 3338f0c JSPWIKI-303: move back to jspwiki-main o.a.w.search.QueryItem and o.a.w.search.SearchResult by juanpablo · 4 years, 1 month ago
  57. ced752b added new adapter to convert classes between o.a.w.search and o.a.w.api.search by juanpablo · 4 years, 1 month ago
  58. 466f2be o.a.w.search classes don't need to extend their counterparts from o.a.w.api.search by juanpablo · 4 years, 1 month ago
  59. 8742454 WikiPageProvider should extend o.a.w.WikiProvider, not o.a.w.api.providers.WikiProvider by juanpablo · 4 years, 1 month ago
  60. bdab6f2 catch rare NPE + provide some tests by juanpablo · 4 years, 1 month ago
  61. d5bcff7 move test adaptees to src/test + generate test-jar in order to not have to exclude coverage metrics from jspwiki-210-test-adaptees (it doesn't make sense, it's test code) by juanpablo · 4 years, 1 month ago
  62. 6929dc2 apply format suggested by intellij by juanpablo · 4 years, 1 month ago
  63. 8ea86d2 test whole page filter backwards compatibility by juanpablo · 4 years, 1 month ago
  64. 76517cd fix postSave page filter backwards compatibility (no version bump) by juanpablo · 4 years, 1 month ago
  65. b4a82a6 fix pending test, ugh by juanpablo · 4 years, 1 month ago
  66. be1f831 2.11.0-M7-git-13 by juanpablo · 4 years, 1 month ago
  67. 2ee1b38 use public API classes on TagExtraInfo classes by juanpablo · 4 years, 1 month ago
  68. 52bcee3 remove unneeded casts, use constants from Context by juanpablo · 4 years, 1 month ago
  69. f0b6510 use Page instead of WikiPage on JSPs whenever possible by juanpablo · 4 years, 1 month ago
  70. b8b6ded use Context instead of WikiContext by juanpablo · 4 years, 1 month ago
  71. 0d23057 JSPWIKI-303: move o.a.w.search.QueryItem and o.a.w.search.SearchResult to jspwiki-210-adapters module and use the ones from o.a.w.api.search instead by juanpablo · 4 years, 1 month ago
  72. 633124c JSPWIKI-303: introduce Page instead of WikiPage (ACL handling still needs to be done) 2/2 by juanpablo · 4 years, 1 month ago
  73. 2c9e057 JSPWIKI-303: introduce Page instead of WikiPage (ACL handling still needs to be done) 1/2 by juanpablo · 4 years, 1 month ago
  74. 42aa81d JSPWIKI-303: add back Context#getCommand() by juanpablo · 4 years, 1 month ago
  75. bc8e753 mark classes / interfaces from jspwiki-210-adapters as deprecated by juanpablo · 4 years, 1 month ago
  76. e523746 JSPWIKI-303: move WikiPageProvider to jspwiki-210-adapters by juanpablo · 4 years, 1 month ago
  77. 489de09 JSPWIKI-303: move WikiAttachmentProvider to jspwiki-210-adapters by juanpablo · 4 years, 1 month ago
  78. 60b6bb4 JSPWIKI-303: o.a.w.attachment.Attachment implements o.a.w.api.core.Attachment by juanpablo · 4 years, 1 month ago
  79. 4e6eed4 add suggested fixes and format by IntelliJ by juanpablo · 4 years, 1 month ago
  80. 8667918 Build renderers using Context instead of WikiContext by juanpablo · 4 years, 1 month ago
  81. 9a017f2 use Context instead of WikiContext whenever possible throughout jspwiki-markdown by juanpablo · 4 years, 1 month ago
  82. 9dab205 make renderers use Context instead of WikiContext by juanpablo · 4 years, 1 month ago
  83. 34f6a71 WikiContext#getVariable( String ) returns typed object instead of plain Object by juanpablo · 4 years, 1 month ago
  84. 523cf44 use constant from Context instead of from WikiContext by juanpablo · 4 years, 1 month ago
  85. b4853d4 remove casts to WikiContext / WikiPage by juanpablo · 4 years, 1 month ago
  86. a62b3e5 JSPWIKI-303: use constant from Plugin instead of from WikiPlugin by juanpablo · 4 years, 1 month ago
  87. 92270b3 JSPWIKI-303: use new Command and Context from jspwiki-api module by juanpablo · 4 years, 1 month ago
  88. c5f0b07 JSPWIKI-303: remove o.a.w.ui.Command and use o.a.w.api.core.command by juanpablo · 4 years, 1 month ago
  89. 0383468 JSPWIKI-303: use Context instead of WikiContext, in order to accomodate the WikiPlugin to Plugin change by juanpablo · 4 years, 1 month ago
  90. 1862b92 add clone methods to Page and Context by juanpablo · 4 years, 1 month ago
  91. 65173e4 use new Plugin interface from public api by juanpablo · 4 years, 1 month ago
  92. 63201bf JSPWIKI-303: use o.a.w.api.providers.WikiProvider instead of o.a.w.WikiProvider by juanpablo · 4 years, 1 month ago
  93. d12dce0 JSPWIKI-303: use o.a.w.api.plugin.Plugin instead of o.a.w.api.plugin.WikiPlugin by juanpablo · 4 years, 1 month ago
  94. 5b65708 JSPWIKI-303: move o.a.w.WikiProvider to jspwiki-210-adapters module by juanpablo · 4 years, 1 month ago
  95. 0d133e0 JSPWIKI-303: tests to ensure PageFilter backwards compatibility with non-pblic API by juanpablo · 4 years, 1 month ago
  96. 52aaa53 update maven-dependency-plugin from 3.1.1 to 3.1.2 by juanpablo · 4 years, 1 month ago
  97. 66d89ff JSPWIKI-303: PageFilter backwards compatibility while having a clean, public API by juanpablo · 4 years, 1 month ago
  98. 1a43072 JSPWIKI-303: rename BasicPageFilter to BasePageFilter by juanpablo · 4 years, 1 month ago
  99. 569e8ce add adapter module to main war by juanpablo · 4 years, 1 month ago
  100. 8c26820 add new modules to main build by juanpablo · 4 years, 1 month ago