1. 7153feb Document some of the core database entity graph by Shawn O. Pearce · 16 years ago
  2. bc41fde Document ReviewDb.nextChangeMessageId by Shawn O. Pearce · 16 years ago
  3. 1bed30a Fix key bindings in patch when changing the old or new version by Shawn O. Pearce · 16 years ago
  4. 5db3b0a Make n/p jump to last/first line if no more hunks are found by Shawn O. Pearce · 16 years ago
  5. 0705c69 Fix patch set replacement emails to correctly retain reviewers by Shawn O. Pearce · 16 years ago
  6. 9d9ab252 Don't NPE when the remote peer address isn't yet known by Shawn O. Pearce · 16 years ago
  7. 683d567 Make 'f' toggle the file browser popup closed by Shawn O. Pearce · 16 years ago
  8. f6b3c221 Rewrite outgoing email to be more user friendly by Shawn O. Pearce · 16 years ago
  9. 67449dcaa Move ChangeMail into its own server side package by Shawn O. Pearce · 16 years ago
  10. 43af1f6 Remove pointless null assignment from PatchScreen by Shawn O. Pearce · 16 years ago
  11. b4d0fce Remove useless boolean return value from ChangeMail helper by Cedric Beust · 16 years ago
  12. 2c83376 Document the Change.Status enum by Shawn O. Pearce · 16 years ago
  13. 420168e Document the Patch.PatchType and Patch.ChangeType enum by Shawn O. Pearce · 16 years ago
  14. bee7425 Fix file browser in patch that is taller than the window by Shawn O. Pearce · 16 years ago
  15. a95a644 Use gwtexpui 1.1.1-SNAPSHOT by Shawn O. Pearce · 16 years ago
  16. b22d0cf Start 2.0.13 development by Shawn O. Pearce · 16 years ago
  17. 8b8f675 gerrit 2.0.12 by Shawn O. Pearce · 16 years ago v2.0.12
  18. 177cfdf Switch to tagged gwtexpui, gwtjsonrpc, gwtorm by Shawn O. Pearce · 16 years ago
  19. de00ae8 Make escape in the search box abort the search by Shawn O. Pearce · 16 years ago
  20. 53c7d2c Add global jump navigation keys for the main menu by Shawn O. Pearce · 16 years ago
  21. 6052869 Minor cleanup to Gerrit module bootstrap code path by Shawn O. Pearce · 16 years ago
  22. fb6310e Automatically reposition/resize file browser if window changes by Shawn O. Pearce · 16 years ago
  23. 38134bf Ensure the row pointer is visible before moving it by Shawn O. Pearce · 16 years ago
  24. 47a82e4 Move the comment editor actions into their own keyboard shortcut group by Shawn O. Pearce · 16 years ago
  25. 4fe6d0e Switch to gwtjsonrpc's new Handler based status update API by Shawn O. Pearce · 16 years ago
  26. 35a13d6 Use 'f' in a patch to browse the list of files in the patch set by Shawn O. Pearce · 16 years ago
  27. 8724604 Make n/p only honor comments on file adds/deletes by Shawn O. Pearce · 16 years ago
  28. 87b41f8 Fix unused import in PatchScreen by Shawn O. Pearce · 16 years ago
  29. 29962c6 Switch all hyperlinks to be InlineHyperlink by Shawn O. Pearce · 16 years ago
  30. 9a9e240 Stop generating raw #target anchor tags by Shawn O. Pearce · 16 years ago
  31. 0861fd9 Honor GWT 1.6's handleAsClick logic in DirectScreenLink by Shawn O. Pearce · 16 years ago
  32. afb8e25 Implement n/p keys to jump to next/previous diff chunk or comment by Shawn O. Pearce · 16 years ago
  33. e348c35 Fix all onLoad, onUnload methods to be protected access only by Shawn O. Pearce · 16 years ago
  34. 93bd43d Change sign out handler to use GWT's HandlerManager support by Shawn O. Pearce · 16 years ago
  35. f2dfebe Cleanup the name of the search focus key registration by Shawn O. Pearce · 16 years ago
  36. 811aa18 Put the "Use '?' for keyboard help" ahead of the version by Shawn O. Pearce · 16 years ago
  37. d2ebf06 Clarify what the "known hosts entry" is by Shawn O. Pearce · 16 years ago
  38. 0b2ea36 Sort the RSA host key before the DSA host key by Shawn O. Pearce · 16 years ago
  39. f51e979 Allow users to control the number of results per page by Shawn O. Pearce · 16 years ago
  40. c464ccd Add keyboard bindings n/p for all change lists to paginate by Shawn O. Pearce · 16 years ago
  41. 196f5d7 Allow users to disable clippy the flash movie if they don't like it by Shawn O. Pearce · 16 years ago
  42. 1cff64e Refactor account preferences model by Shawn O. Pearce · 16 years ago
  43. eb6db39 Move the watched project list to its own tab in settings by Shawn O. Pearce · 16 years ago
  44. 4064962 Refactor how user preferences are applied to the UI by Shawn O. Pearce · 16 years ago
  45. 77dd565 Remove pointless GWT.isClient calls in Gerrit module by Shawn O. Pearce · 16 years ago
  46. 3511f86 Remove dead LoginService, SignInResult classes by Shawn O. Pearce · 16 years ago
  47. 7ce27a1 Fix LinkMenuItem blur on older browsers by Shawn O. Pearce · 16 years ago
  48. 8192a7d Blur menu item hyperlinks on activation by Shawn O. Pearce · 16 years ago
  49. 6e5efa5 Fix warning about debug code in OpenIdServiceImpl by Shawn O. Pearce · 16 years ago
  50. d188c4b Fix warnings about potential serialization problems by Shawn O. Pearce · 16 years ago
  51. b568df7 Remove dead code, these aren't used anymore by Shawn O. Pearce · 16 years ago
  52. f0d81d6 Remove unnecessary warning supressions by Shawn O. Pearce · 16 years ago
  53. ed02185 Detect cases where system_config has too many rows by Shawn O. Pearce · 16 years ago
  54. 1e05ed7 Always use NpTextBox or NpTextArea to prevent GlobalKey events by Shawn O. Pearce · 16 years ago
  55. 894885c Rewrite the keyboard event handlers to use new GlobalKey module by Shawn O. Pearce · 16 years ago
  56. ef1a7c8 Delete dead CSS bundle code by Shawn O. Pearce · 16 years ago
  57. f8f98a2 Fix change permalinks after breaking them during GWT 1.6 upgrade by Shawn O. Pearce · 16 years ago
  58. e8f5731 Put the link to the review inside the body instead of the signature. by Cedric Beust · 16 years ago
  59. a7fb353 Actually deregister a command when it exits by Shawn O. Pearce · 16 years ago
  60. 940857c Add a search box to quickly locate changes by change number by Shawn O. Pearce · 16 years ago
  61. a4f1097 Replace the top menu bar with a tab panel and links by Shawn O. Pearce · 16 years ago
  62. e24fa7d8 Describe MySQL and H2 setup in jetty_gerrit.xml template by Shawn O. Pearce · 16 years ago
  63. e261bdd Add admin command 'gerrit show-connections' by Shawn O. Pearce · 16 years ago
  64. 0bf2f52 Enable SSH daemon cipher and MAC configuration by Shawn O. Pearce · 16 years ago
  65. fc9081f Honor sshd.tcpKeepAlive for TCP keep alive controls by Shawn O. Pearce · 16 years ago
  66. 9410f2c Bind our SSH daemon with SO_REUSEADDR by Shawn O. Pearce · 16 years ago
  67. 5856433 Allow targeted cache flushes to only specific caches by Shawn O. Pearce · 16 years ago
  68. f886da2 Switch all current SSH commands to use args4j by Shawn O. Pearce · 16 years ago
  69. 6c48036 Add args4j 2.0.12 as a dependency by Shawn O. Pearce · 16 years ago
  70. 3924564 Upgrade JGit to 0.4.0-372-gbd3c3db by Shawn O. Pearce · 16 years ago
  71. 86816ee Add support for MySQL database by Shawn O. Pearce · 16 years ago
  72. 6c088e7 Stop bundling the PostgreSQL driver by Shawn O. Pearce · 16 years ago
  73. 53e00bb Convert all GWT 1.5 listener uses to GWT 1.6 handlers by Shawn O. Pearce · 16 years ago
  74. 0381cb7 Switch from our own LazyTabChild to GWT 1.6's LazyPanel by Shawn O. Pearce · 16 years ago
  75. f25f363 Load the GWT theme before any other stylesheets by Shawn O. Pearce · 16 years ago
  76. c823937 Switch to gwtexpui's new CSS linker module by Shawn O. Pearce · 16 years ago
  77. 87dd9bd Allow become any account to use GET parameters by Shawn O. Pearce · 16 years ago
  78. 8d2f184 Switch to GWT 1.6's new HostedMode debugging utility by Shawn O. Pearce · 16 years ago
  79. fa0c753 Upgrade to GWT 1.6.4 by Shawn O. Pearce · 16 years ago
  80. a6ab7a4 Switch Maven GWT plugin to org.codehaus.mojo:gwt-maven-plugin by Shawn O. Pearce · 16 years ago
  81. 0da2b72 Start targeting Java 1.6 by Shawn O. Pearce · 16 years ago
  82. 9a67dac Update SSHD to 1.0-r773859 by Shawn O. Pearce · 16 years ago
  83. 48d6461 Update Ehcache to 1.6.0-beta5 by Shawn O. Pearce · 16 years ago
  84. a8a6b64 Fix vararg warnings in GerritSshDaemon by Shawn O. Pearce · 16 years ago
  85. f5cb3c0 Remove unused imports in SshServlet by Shawn O. Pearce · 16 years ago
  86. 303d9de Report what version we want on a schema version mismatch by Shawn O. Pearce · 16 years ago
  87. e76d912 Also scan by preferred email for --reviewers and --cc during receive by Shawn O. Pearce · 16 years ago
  88. 67c26b4 Ignore "SshException: Already closed" errors by Shawn O. Pearce · 16 years ago
  89. 658a2f1 Honor --reviewer=not.preferred.email during upload by Shawn O. Pearce · 16 years ago
  90. e23e88a Start 2.0.12 development by Shawn O. Pearce · 16 years ago
  91. 5c8f648 gerrit 2.0.11 by Shawn O. Pearce · 16 years ago v2.0.11
  92. 06b48c3 Note in the developer install guides that you need to run other steps by Shawn O. Pearce · 16 years ago
  93. bad7561 Change the title of the installation guide by Shawn O. Pearce · 16 years ago
  94. f613d84 Only use the disk cache directory if we can write to it by Shawn O. Pearce · 16 years ago
  95. 51967cd Document the new gerrit.config file by Shawn O. Pearce · 16 years ago
  96. b9eacbb Kill the feature roadmap in the documentation by Shawn O. Pearce · 16 years ago
  97. 7ce22f7 Cleanup the documentation index by Shawn O. Pearce · 16 years ago
  98. 1261bef Cleanup formatting references for file system path variables by Shawn O. Pearce · 16 years ago
  99. 7b40571 More reformatting of the config-gerrit page by Shawn O. Pearce · 16 years ago
  100. 4bc69e2 Add the source code version number to documentation by Shawn O. Pearce · 16 years ago