1. 731dd67 Merge "Send notification email for new changes created by ChangeInserter" by Edwin Kempin · 12 years ago
  2. 7b4a505 Merge "Add submit_action to ChangeInfo" by Edwin Kempin · 12 years ago
  3. d94f54b Merge "Add /commit to fetch the parsed commit from a revision" by Edwin Kempin · 12 years ago
  4. 559fc55 Send notification email for new changes created by ChangeInserter by David Pursehouse · 12 years ago
  5. 68ba072 Merge "Clarify parent having only commit,subject in CommitInfo" by Shawn Pearce · 12 years ago
  6. c1c9dda Merge "Replace deprecated HTTP.UTF_8 with Charsets.UTF_8" by Shawn Pearce · 12 years ago
  7. 0efb17e Add submit_action to ChangeInfo by Shawn Pearce · 12 years ago
  8. 05c0236 Update CodeMirror by Shawn Pearce · 12 years ago
  9. 728ba88 Add /commit to fetch the parsed commit from a revision by Shawn Pearce · 12 years ago
  10. ad055fd Clarify parent having only commit,subject in CommitInfo by Shawn Pearce · 12 years ago
  11. 7ebacc3 Replace deprecated HTTP.UTF_8 with Charsets.UTF_8 by Shawn Pearce · 12 years ago
  12. 9302a79 Fix unused Element import in codemirror.lib.Configuration by Shawn Pearce · 12 years ago
  13. fe4e246 Add addon to highlight trailing whitespace by Michael Zhou · 12 years ago
  14. 595d6f6 Merge "Suppress Eclipse warnings about not closed resources" by Shawn Pearce · 12 years ago
  15. 7153095 Merge "Fix: can not delete a value and saving the deletion" by Shawn Pearce · 12 years ago
  16. 0758fde Merge "Fix: 'query disabled' error" by Shawn Pearce · 12 years ago
  17. ab8c8cd Add skipping of common context to CodeMirrorDemo. by Michael Zhou · 12 years ago
  18. d808354 Merge "Revert "Send notification email for new changes created by ChangeInserter"" by Shawn Pearce · 12 years ago
  19. 1796c71 Revert "Send notification email for new changes created by ChangeInserter" by Shawn Pearce · 12 years ago
  20. 182d19d Fix: can not delete a value and saving the deletion by Bruce Zu · 12 years ago
  21. 752ea92 Fix: 'query disabled' error by Bruce Zu · 12 years ago
  22. 3ace984 Remove unused ChangeIndexer from RebaseChange by Edwin Kempin · 12 years ago
  23. 549dc25 Fix revision of submodule for replication plugin by Edwin Kempin · 12 years ago
  24. 41b51cc Send notification email for new changes created by ChangeInserter by David Pursehouse · 12 years ago
  25. 5fb9e3e Update documentation of new change and patch set mail notifications by David Pursehouse · 12 years ago
  26. fd23ab5 Refactor Rebase to use PatchSetInserter by David Pursehouse · 12 years ago
  27. c8fe07b Log errors when sending change reverted notification email by David Pursehouse · 12 years ago
  28. 585ecde Merge "Include author attributes in CommentPanel." by Edwin Kempin · 12 years ago
  29. 89806ab Merge "Update plugin submodules to latest revisions" by Edwin Kempin · 12 years ago
  30. 4b4907a Merge "Add org.eclipse.ltk.core.refactoring.prefs to .gitignore" by Edwin Kempin · 12 years ago
  31. 9d46fd6 Suppress Eclipse warnings about not closed resources by David Pursehouse · 12 years ago
  32. c4a7964 Merge "Set project's maxObjectSizeLimit from UI" by Edwin Kempin · 12 years ago
  33. 582c2d6 Merge "Allow empty string as max object size limit" by Edwin Kempin · 12 years ago
  34. 13f628c Add org.eclipse.ltk.core.refactoring.prefs to .gitignore by David Pursehouse · 12 years ago
  35. 50c5cac Set project's maxObjectSizeLimit from UI by Sasa Zivkov · 12 years ago
  36. 52c6ceb Update plugin submodules to latest revisions by David Pursehouse · 12 years ago
  37. 360340c Fix ProjectConfigTest by Edwin Kempin · 12 years ago
  38. 20e3dd9 Merge "Allow callers of ChangeInserter to suppress running hooks" by Edwin Kempin · 12 years ago
  39. 68ca0e4 Merge "Refactor ChangeInserter's setDraft to match PatchSetInserter's" by Edwin Kempin · 12 years ago
  40. a1ad8f4 Allow empty string as max object size limit by Edwin Kempin · 12 years ago
  41. 44739b1 Refactor padding for comment boxes by Michael Zhou · 12 years ago
  42. ac04688 Allow callers of ChangeInserter to suppress running hooks by David Pursehouse · 12 years ago
  43. 51f09a3 Refactor ChangeInserter's setDraft to match PatchSetInserter's by David Pursehouse · 12 years ago
  44. cbaa908 Merge "Document how to set commit-msg hook for plugin submodules" by Shawn Pearce · 12 years ago
  45. dea55de Merge "Close the "Keyboard Shortcuts" popup on press" by Shawn Pearce · 12 years ago
  46. 53710bc Merge "Fix colors for insertion, deletion and and active lines" by Shawn Pearce · 12 years ago
  47. dc5d2dd Merge "Fix bug in displaying published comments" by Shawn Pearce · 12 years ago
  48. 4e40cbd Fix colors for insertion, deletion and and active lines by Michael Zhou · 12 years ago
  49. a833eca Include author attributes in CommentPanel. by Johan Dahlin · 12 years ago
  50. 09636fc Merge "Add FlowPanel without key event propagation" by David Pursehouse · 12 years ago
  51. 610382d Document how to set commit-msg hook for plugin submodules by David Pursehouse · 12 years ago
  52. bdd0080 Merge "Allow callers of PatchSetInserter to suppress emails and hooks" by Edwin Kempin · 12 years ago
  53. 74447c0 Close the "Keyboard Shortcuts" popup on press by Johan Dahlin · 12 years ago
  54. cc3ca42 Merge "Display project's maxObjectSizeLimit in the UI" by Edwin Kempin · 12 years ago
  55. 01d0fda Allow callers of PatchSetInserter to suppress emails and hooks by David Pursehouse · 12 years ago
  56. 6bc9212 Add FlowPanel without key event propagation by David Ostrovsky · 12 years ago
  57. 6853b5a Allow plugins to provide an 'about' section on their documentation index by David Pursehouse · 12 years ago
  58. 611bdde Merge "Refactor plugin doc index page generation to remove duplicate code" by Edwin Kempin · 12 years ago
  59. 04cfa92 Merge "Allow PatchSetInserter to set draft status of patch set" by Edwin Kempin · 12 years ago
  60. 0dd0c32 Refactor plugin doc index page generation to remove duplicate code by David Pursehouse · 12 years ago
  61. 6a208ff Allow PatchSetInserter to set draft status of patch set by David Pursehouse · 12 years ago
  62. e47e6da Suppress Eclipse warning about type safety in IsWatchedByPredicate by David Pursehouse · 12 years ago
  63. 513957f Use legacy message:predicate when secondary index disabled by David Ostrovsky · 12 years ago
  64. 9d3820c Fix bug in displaying published comments by Michael Zhou · 12 years ago
  65. 7654c61 Update CodeMirror to latest tip of master by Shawn Pearce · 12 years ago
  66. 1afdb30 Fix validLong() compile error in CreateProject by Shawn Pearce · 12 years ago
  67. 70ee72c Merge "Suppress Eclipse warning about unclosed resource in SshSession" by Edwin Kempin · 12 years ago
  68. bcc221f Merge "Set maxObjectSizeLimit when project is created via REST" by Edwin Kempin · 12 years ago
  69. 0e525e0 Merge "Set maxObjectSizeLimit from create-project and set-project SSH commands" by Edwin Kempin · 12 years ago
  70. a0c473a Display project's maxObjectSizeLimit in the UI by Sasa Zivkov · 12 years ago
  71. 6b40cb4 Set maxObjectSizeLimit when project is created via REST by Sasa Zivkov · 12 years ago
  72. a1ec941 Set maxObjectSizeLimit from create-project and set-project SSH commands by Sasa Zivkov · 12 years ago
  73. f34424c Suppress Eclipse warning about unclosed resource in SshSession by David Pursehouse · 12 years ago
  74. 7d0580b Merge "Send mail notification for new patch sets created by PatchSetInserter" by Edwin Kempin · 12 years ago
  75. 3b34b7d Merge "Suppress Eclipse warning about missing serialVersionUID in SafeHtmlString" by Edwin Kempin · 12 years ago
  76. 1d070cf Send mail notification for new patch sets created by PatchSetInserter by David Pursehouse · 12 years ago
  77. cb728f6 Suppress Eclipse warning about missing serialVersionUID in SafeHtmlString by David Pursehouse · 12 years ago
  78. 4590314 Cache responses for /files for 7 days by Shawn Pearce · 12 years ago
  79. a396d15 Fix broken NavigationTable.movePointerTo by Shawn Pearce · 12 years ago
  80. 5cb1dda Default full_name to Git committer identity by Shawn Pearce · 12 years ago
  81. c6e29843 Merge branch 'change-screen' by Shawn Pearce · 12 years ago
  82. a947a95 Add put to NativeMap API by Shawn Pearce · 12 years ago
  83. 1a52355 Expose resetHtml in NavigationTable to all callers by Shawn Pearce · 12 years ago
  84. 151bd07 Fix NavigationTable bug allowing selection of invalid rows by Shawn Pearce · 12 years ago
  85. d16a3d5 Create body widget in Screen constructor by Shawn Pearce · 12 years ago
  86. 11aa47d Expose ChangeList.addOptions for ChangeApi by Shawn Pearce · 12 years ago
  87. 7f3dccf Add options to /changes/<id>/detail by Shawn Pearce · 12 years ago
  88. b9b38b2 Add online Lucene reindexing support by Dave Borowitz · 12 years ago
  89. 2361cef Factor out batch indexing logic into a ChangeBatchIndexer by Dave Borowitz · 12 years ago
  90. d103b2b Scan index directory to determine Lucene versions by Dave Borowitz · 12 years ago
  91. f7cbbe8 Only rewrite IndexPredicates for fields in the current schema by Dave Borowitz · 12 years ago
  92. 97a01db Replace Reindex --dry-run with --output by Dave Borowitz · 12 years ago
  93. 1d2a998 Bind index versions dynamically by Dave Borowitz · 12 years ago
  94. 0bd69fe Rewrite schema versioning in preparation for multiple versions by Dave Borowitz · 12 years ago
  95. e12f8b0 Merge "Add client API for /changes/<id>/revisions/<id>/files" by Edwin Kempin · 12 years ago
  96. 630dd1d Add client API for /changes/<id>/revisions/<id>/files by Shawn Pearce · 12 years ago
  97. c1f8fff Merge "Add TH element support to SafeHtmlBuilder" by Edwin Kempin · 12 years ago
  98. 2141a55 Merge "Make gwtexpui SafeHtml compatible with GWT SafeHtml" by Edwin Kempin · 12 years ago
  99. c8ff360 Merge "Cache Not Found responses for retrieving avatar images" by Shawn Pearce · 12 years ago
  100. 1187cf1 Merge "Allow error responses from REST API to be cached" by Shawn Pearce · 12 years ago