commit | b826642c34a40ce0aa8f52daf93a04e4c2f1f4b2 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Fri Aug 19 15:36:40 2016 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Fri Aug 19 13:52:35 2016 +0000 |
tree | 041fc859abf2e5c4b70962e375bf2ea8afe5b813 | |
parent | bbafaa36f5fb14e3937fce009d4d5c593a9f5a14 [diff] |
ContactPanelShort: Fix enabling/disabling save button on edit There should be only a single OnEditEnabler that takes care of enabling/disabling the save button. On each change of the full name we created a new OnEditEnabler instance, each with a different original value. Due to this changing the name from 'User' -> 'User Foo' -> 'User' was not possible, because the first OnEditEnabled with original value 'User' disabled the save button. Change-Id: I3f43fe1f17a577f78777bf44ff8be6685167df6a Signed-off-by: Edwin Kempin <ekempin@google.com>
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.