Merge branch 'stable-2.10'

* stable-2.10:
  Show link on hover for h4 headings in documentation
  Update ReleaseNotes-2.10
  Do not include project watchers on new draft changes
  Fix missing return after %submit is rejected

Change-Id: I04836a9001a829b78e682ffbc62ebbdcba682f3f
This commit is contained in:
David Pursehouse
2014-12-12 20:25:43 +09:00
2 changed files with 8 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ LINK_SCRIPT = """
decorate(document.getElementsByTagName('h1'));
decorate(document.getElementsByTagName('h2'));
decorate(document.getElementsByTagName('h3'));
decorate(document.getElementsByTagName('h4'));
var divs = document.getElementsByTagName('div');
var arr = new Array();

View File

@@ -433,6 +433,13 @@ Log file compression was scheduled using a fixed delay. This caused the start
times to drift over time. Use a fixed rate instead so that the compression
reoccurs at the same time every day.
* Do not email project watchers on new draft changes
+
If a draft change is created by pushing to refs/drafts/master only
the reviewers explicitly named on the command line (which may be
empty) should be notified of the change. Users watching the project
should not be notified, as the change has not yet been published.
Web UI
~~~~~~