summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gerrit 2.0.12v2.0.12Shawn O. Pearce2009-05-181-1/+1
* Switch to tagged gwtexpui, gwtjsonrpc, gwtormShawn O. Pearce2009-05-181-3/+3
* Make escape in the search box abort the searchShawn O. Pearce2009-05-181-2/+8
* Add global jump navigation keys for the main menuShawn O. Pearce2009-05-184-0/+85
* Minor cleanup to Gerrit module bootstrap code pathShawn O. Pearce2009-05-181-10/+7
* Automatically reposition/resize file browser if window changesShawn O. Pearce2009-05-181-5/+35
* Ensure the row pointer is visible before moving itShawn O. Pearce2009-05-182-0/+40
* Move the comment editor actions into their own keyboard shortcut groupShawn O. Pearce2009-05-183-3/+25
* Switch to gwtjsonrpc's new Handler based status update APIShawn O. Pearce2009-05-182-5/+13
* Use 'f' in a patch to browse the list of files in the patch setShawn O. Pearce2009-05-1620-132/+337
* Make n/p only honor comments on file adds/deletesShawn O. Pearce2009-05-163-1/+4
* Fix unused import in PatchScreenShawn O. Pearce2009-05-161-1/+0
* Switch all hyperlinks to be InlineHyperlinkShawn O. Pearce2009-05-164-14/+6
* Stop generating raw #target anchor tagsShawn O. Pearce2009-05-164-67/+76
* Honor GWT 1.6's handleAsClick logic in DirectScreenLinkShawn O. Pearce2009-05-162-2/+4
* Implement n/p keys to jump to next/previous diff chunk or commentShawn O. Pearce2009-05-165-1/+144
* Fix all onLoad, onUnload methods to be protected access onlyShawn O. Pearce2009-05-1625-29/+29
* Change sign out handler to use GWT's HandlerManager supportShawn O. Pearce2009-05-167-73/+128
* Cleanup the name of the search focus key registrationShawn O. Pearce2009-05-161-6/+6
* Put the "Use '?' for keyboard help" ahead of the versionShawn O. Pearce2009-05-161-4/+5
* Clarify what the "known hosts entry" isShawn O. Pearce2009-05-162-2/+3
* Sort the RSA host key before the DSA host keyShawn O. Pearce2009-05-161-2/+26
* Allow users to control the number of results per pageShawn O. Pearce2009-05-169-22/+86
* Add keyboard bindings n/p for all change lists to paginateShawn O. Pearce2009-05-163-7/+37
* Allow users to disable clippy the flash movie if they don't like itShawn O. Pearce2009-05-167-6/+46
* Refactor account preferences modelShawn O. Pearce2009-05-1612-130/+192
* Move the watched project list to its own tab in settingsShawn O. Pearce2009-05-164-20/+9
* Refactor how user preferences are applied to the UIShawn O. Pearce2009-05-162-4/+6
* Remove pointless GWT.isClient calls in Gerrit moduleShawn O. Pearce2009-05-161-2/+2
* Remove dead LoginService, SignInResult classesShawn O. Pearce2009-05-163-81/+0
* Fix LinkMenuItem blur on older browsersShawn O. Pearce2009-05-161-3/+2
* Blur menu item hyperlinks on activationShawn O. Pearce2009-05-162-1/+21
* Fix warning about debug code in OpenIdServiceImplShawn O. Pearce2009-05-161-8/+13
* Fix warnings about potential serialization problemsShawn O. Pearce2009-05-1661-1/+112
* Remove dead code, these aren't used anymoreShawn O. Pearce2009-05-163-7/+0
* Remove unnecessary warning supressionsShawn O. Pearce2009-05-151-2/+0
* Detect cases where system_config has too many rowsShawn O. Pearce2009-05-151-1/+12
* Always use NpTextBox or NpTextArea to prevent GlobalKey eventsShawn O. Pearce2009-05-1515-70/+64
* Rewrite the keyboard event handlers to use new GlobalKey moduleShawn O. Pearce2009-05-1540-828/+704
* Delete dead CSS bundle codeShawn O. Pearce2009-05-152-65/+0
* Fix change permalinks after breaking them during GWT 1.6 upgradeShawn O. Pearce2009-05-152-2/+2
* Put the link to the review inside the body instead of the signature.Cedric Beust2009-05-151-35/+26
* Actually deregister a command when it exitsShawn O. Pearce2009-05-141-1/+1
* Add a search box to quickly locate changes by change numberShawn O. Pearce2009-05-145-2/+123
* Replace the top menu bar with a tab panel and linksShawn O. Pearce2009-05-147-111/+171
* Describe MySQL and H2 setup in jetty_gerrit.xml templateShawn O. Pearce2009-05-141-4/+14
* Add admin command 'gerrit show-connections'Shawn O. Pearce2009-05-145-1/+181
* Enable SSH daemon cipher and MAC configurationShawn O. Pearce2009-05-142-11/+103
* Honor sshd.tcpKeepAlive for TCP keep alive controlsShawn O. Pearce2009-05-142-3/+18
* Bind our SSH daemon with SO_REUSEADDRShawn O. Pearce2009-05-143-53/+184