38 | | * No webclient 404/503 errors when build from source (#17) |
39 | | * Multi-context commands: A plugin can attach its commands to both at the same time, the context menu and the page panel (#21) |
40 | | * URL topics can be queried by their URL (#55) |
41 | | * Plugin authors can specify a custom URI namespace where the plugin's web resources are mapped to (#66) |
42 | | * A request to a `/` web resource is mapped to `/index.html` (#66) |
43 | | * REST API: "getRelatedTopics" request provides 3 more filter parameters |
44 | | * Page Renderer classes can CSS style the content panel |
45 | | * Access the webclient's toolbar via a dedicated `toolbar` object |
46 | | * JavaScript GUIToolkit API simplified and more object-like |
| 38 | * No webclient 404/503 errors when build from source (#17) [4391f3ef] |
| 39 | * Multi-context commands: A plugin can attach its commands to both at the same time, the context menu and the page panel (#21) [baad6eb7] |
| 40 | * Revised file upload support [b593ce31] |
| 41 | * URL topics can be queried by their URL (#55) [a58824f2] |
| 42 | * Plugin authors can specify a custom URI namespace where the plugin's web resources are mapped to (#66) [3aa32aba] |
| 43 | * A request to a `/` web resource is mapped to `/index.html` (#66) [3aa32aba] |
| 44 | * REST API: "getRelatedTopics" request provides 3 more filter parameters [45e6dc93] |
| 45 | * Page Renderer classes can CSS style the content panel [326556d8] |
| 46 | * Access the webclient's toolbar via a dedicated `toolbar` object [80754bd8] |
| 47 | * JavaScript GUIToolkit API simplified and more object-like [aa9f8453][be5c4133] |