1. 572d542 Add extension point to register JGit PreUploadHooks by Hugo Arès · 11 years ago
  2. 441a0b8 Plugin docs: Specify archetype repository in archetype command by Edwin Kempin · 11 years ago
  3. 2f25904 Merge branch 'stable-2.9' by David Pursehouse · 11 years ago
  4. 112d93a Update plugin owned capabilities documentation by Dariusz Luksza · 11 years ago
  5. fcabe0d Merge branch 'stable-2.9' by Shawn Pearce · 11 years ago
  6. a1d633b Doc: Consistently refer to "Web UI" rather than "WebUI" by David Pursehouse · 11 years ago
  7. 101266b Merge "Plugin support for project weblinks" by Edwin Kempin · 11 years ago
  8. 233e298 Merge branch 'stable-2.9' by Shawn Pearce · 11 years ago
  9. 1519979 Explain in project owner guide how other tools can be integrated by Edwin Kempin · 11 years ago
  10. ea00475 Plugin support for project weblinks by Edwin Kempin · 11 years ago
  11. 10ee9f3 Update plugin archetype version in plugin documentation by Edwin Kempin · 11 years ago
  12. ae1a10c Plugin support for revision weblink by Sven Selberg · 11 years ago
  13. 468e4c3 Fix class name in plugin documentation by David Ostrovsky · 11 years ago
  14. 79c4d89 Plugin documentation: Linkify multiple and root SSH commands by David Ostrovsky · 11 years ago v2.9-rc1
  15. 9d8235c Merge "Add extension point to register JGit PostReceiveHooks" by Edwin Kempin · 11 years ago
  16. 626c731 Add extension point to register JGit PostReceiveHooks by Saša Živkov · 11 years ago
  17. 3a38831 Fix a typo in dev-plugins.txt by David Pursehouse · 11 years ago
  18. e1a1220 Corrections in SSH section of dev-plugins documentation by Ian Bull · 11 years ago
  19. 289f1a0 Automatically link from plugin list screen to plugin settings screens by Edwin Kempin · 11 years ago
  20. ec85a07 Add extension point for receive-pack initialization. by Saša Živkov · 11 years ago
  21. dd34a05 Merge branch 'project-config' by Shawn Pearce · 11 years ago
  22. 91c5f5e Merge branch 'stable-2.8' by David Pursehouse · 11 years ago
  23. 3273760 Add link to validation listeners in the plugin documentation by Edwin Kempin · 11 years ago
  24. b64d397 Enable plugins to listen on updates of plugin project config by Edwin Kempin · 11 years ago
  25. a6c1c45 Support boolean project specific plugin parameters for edit in UI by Edwin Kempin · 11 years ago
  26. 9ce4f55 Support to edit project plugin configuration parameters in UI by Edwin Kempin · 11 years ago
  27. 47c959e Merge "Fix example how plugins can react on changes in project config" by Edwin Kempin · 11 years ago
  28. b4c7508 Merge "Allow plugins to add entire screens to Gerrit" by Edwin Kempin · 11 years ago
  29. d5c844f Allow plugins to add entire screens to Gerrit by Shawn Pearce · 11 years ago
  30. a951ba5 Fix example how plugins can react on changes in project config by Edwin Kempin · 11 years ago
  31. 93e7d5d Fix examples of InitStep in plugin documentation by Edwin Kempin · 11 years ago
  32. 61698b1 Use the new section title style in Asciidoctor. by Yuxuan 'fishy' Wang · 11 years ago
  33. 659860f Fix various spelling mistakes in the documentation by David Pursehouse · 11 years ago
  34. c8e96ad Wait for UI plugins to load by Shawn Pearce · 11 years ago
  35. 357a242 Enable standalone JavaScript plugins by Dariusz Luksza · 12 years ago
  36. a46b6c9 Document how plugins can react on changes in project.config by Edwin Kempin · 11 years ago
  37. 3e7928a Clarify that LifecycleListener is invoked on plugin start/stop by Edwin Kempin · 11 years ago
  38. 91155c2 Provide better groupId in example for Maven plugin archetype by Edwin Kempin · 11 years ago
  39. d4cfac1 Enable plugins on init to read/edit the All-Projects project.config by Edwin Kempin · 11 years ago
  40. b27c939 Add an event for the update of a project's HEAD by Edwin Kempin · 11 years ago
  41. 49ef37b Merge "Support to inherit project level plugin config for own config file" by Edwin Kempin · 11 years ago
  42. 6fde967 Merge "Support project specific plugin configuration in own config file" by Edwin Kempin · 11 years ago
  43. 8fc1c63 Merge "Support easy access to global plugin configuration in own config file" by Edwin Kempin · 11 years ago
  44. f538e91 Merge "Document how a plugin menu entry is only shown if user has capability" by Edwin Kempin · 11 years ago
  45. b2e926a Document how a plugin menu entry is only shown if user has capability by Edwin Kempin · 11 years ago
  46. 2570b10 Document how GWT plugins can make REST calls to the server by Edwin Kempin · 11 years ago
  47. b74daa9 Document GWT plugins by Edwin Kempin · 11 years ago
  48. 3c024ea Describe how to generate a GWT plugin with the GWT plugin archetype by Edwin Kempin · 11 years ago
  49. b7d9775 Update SSH commands description by David Ostrovsky · 11 years ago
  50. f69fb11 Merge branch 'stable-2.8' by Shawn Pearce · 11 years ago
  51. 7afa73c Minor cleanups in plugin documentation by Edwin Kempin · 11 years ago
  52. 99cb68d Added searchbox to documentation. by Yuxuan 'fishy' Wang · 11 years ago
  53. f95b641 Merge branch 'stable-2.8' by David Pursehouse · 11 years ago
  54. 64059f5 Document how plugins can listen to stream-events by Edwin Kempin · 11 years ago
  55. 762da38 Support to inherit project level plugin config for own config file by Edwin Kempin · 11 years ago
  56. 705f284 Support project specific plugin configuration in own config file by Edwin Kempin · 11 years ago
  57. 78ca094 Support easy access to global plugin configuration in own config file by Edwin Kempin · 11 years ago
  58. 93d6838 Merge branch 'stable-2.8' by David Pursehouse · 11 years ago
  59. 122622d Rename methods in PluginConfigFactory to be more explicit by Edwin Kempin · 11 years ago
  60. c9b6860 Explain limitation of storing plugin config in existing config files by Edwin Kempin · 11 years ago
  61. 8ed0d92 Allow plugins to get their canonical web URL injected by David Pursehouse · 11 years ago
  62. ed31e1c Revert unwanted commits accidentally included from master by David Pursehouse · 11 years ago
  63. d128c89 Minor fixes in dev-plugin documentation by David Pursehouse · 11 years ago
  64. 450eefe Document how a plugin can force state update of UiAction by David Ostrovsky · 11 years ago
  65. 62864b7 Update version to 2.9-SNAPSHOT in plugin archetype pom files by David Pursehouse · 11 years ago
  66. ea62148 ChangeScreen2: Show download commands defined by plugins by Edwin Kempin · 11 years ago
  67. e348267 Merge "Expose some BaseCommand's methods to support generic SSH commands" by Shawn Pearce · 11 years ago
  68. e3172b3 Expose some BaseCommand's methods to support generic SSH commands by David Ostrovsky · 11 years ago
  69. 2d3afab Create enum containing all Gerrit top menu items by Dariusz Luksza · 11 years ago
  70. cb23040 TopMenu extension: specify which Module is needed by Luca Milanesio · 11 years ago
  71. 2659d42 Make ChangeHooks expose postEvent method to send stream event by Yang Zhenhui · 12 years ago
  72. c0b1b0e Document how a plugin can get its name injected by Edwin Kempin · 11 years ago
  73. 77f2324 Allow plugins to add menu items in Gerrit's top menu entries by Edwin Kempin · 11 years ago
  74. 4e5bdee Merge "Add top menu extension point" by Edwin Kempin · 11 years ago
  75. 589ba00aa Add top menu extension point by Dariusz Luksza · 12 years ago
  76. 529ec25 Fix formatting of code examples in plugin documentation by David Pursehouse · 11 years ago
  77. 1e54382 Use 2.8-SNAPSHOT in plugin archetype example in plugin documentation by David Pursehouse · 11 years ago
  78. 366ad0e Allow plugins to provide their own name by David Ostrovsky · 12 years ago
  79. 0b7e785 Merge "Support to inherit project level plugin configuration" by Edwin Kempin · 11 years ago
  80. 4224582 Minor tidy-up in plugin documentation by David Pursehouse · 12 years ago
  81. ca7ad8e Support to inherit project level plugin configuration by Edwin Kempin · 12 years ago
  82. c6d19ed Document how to use JS API with endpoints without view names by David Ostrovsky · 12 years ago
  83. 7b2f4cc Support project level plugin configuration by Edwin Kempin · 12 years ago
  84. 759e9a0 Merge "Rename PluginConfigProvider to PluginConfigFactory." by Edwin Kempin · 12 years ago
  85. acdf533 Rename PluginConfigProvider to PluginConfigFactory. by Sasa Zivkov · 12 years ago
  86. 7c4423c Merge "Provide easy way to access plugin configuration" by Saša Živkov · 12 years ago
  87. f7bfff8 Provide easy way to access plugin configuration by Edwin Kempin · 12 years ago
  88. 9820266 Document the listeners that plugins may implement to receive events by Edwin Kempin · 12 years ago
  89. 68153d7 Add syntax highlighting for source code examples in documentation by David Pursehouse · 12 years ago
  90. bf05334 Fix broken formatting in dev-plugins.txt by David Pursehouse · 12 years ago
  91. ec2292b Fix UiAction code example in plugin documentation by David Pursehouse · 12 years ago
  92. f86bae5 Document UI Extension feature by David Ostrovsky · 12 years ago
  93. 2cf0cb5 Refer to cookbook plugin instead of helloworld in plugin documentation by David Pursehouse · 12 years ago
  94. fe52915 Allow separate REST API and servlet documentation sections for plugins by David Pursehouse · 12 years ago
  95. 5b70c22 Rename @CommandMetaData(descr) to description by Shawn Pearce · 12 years ago
  96. 7066cc0 Add support for plugin-owned capabilities by David Ostrovsky · 12 years ago
  97. 6853b5a Allow plugins to provide an 'about' section on their documentation index by David Pursehouse · 12 years ago
  98. e348f21 Merge "Fix code snippet formatting for Plugins own InitStep" by Shawn Pearce · 12 years ago
  99. 69f99fb Fix code snippet formatting for Plugins own InitStep by Sasa Zivkov · 12 years ago
  100. 9246356 Fix spelling mistakes in the documentation by David Pursehouse · 12 years ago