diff options
author | mkanat%bugzilla.org <> | 2009-07-28 04:47:56 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-07-28 04:47:56 +0200 |
commit | 70504875958f245d7ef53ab422fcfe02cfd56193 (patch) | |
tree | b5af89229ef0c7d9aac536a1a6e0d38d3e2c74f9 /template/en | |
parent | 363c7309e553fdf2c29c9e047b807a283a883b6f (diff) | |
download | bugzilla-70504875958f245d7ef53ab422fcfe02cfd56193.tar.gz bugzilla-70504875958f245d7ef53ab422fcfe02cfd56193.tar.xz |
Bug 506500: Complete Release Notes for Bugzilla 3.4
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 669901873..c53ee1814 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -85,7 +85,7 @@ [% INCLUDE req_table reqs = REQUIRED_MODULES new = ['URI', 'DateTime', 'DateTime-TimeZone', 'Digest-SHA'] - updated = [] %] + updated = ['Template-Toolkit'] %] <h3><a name="v34_req_optional_mod"></a>Optional Perl Modules</h3> @@ -348,12 +348,13 @@ <ul> <li>Various functions have been added to the WebService: + <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Bug.html#history">B[% %]ug.history</a>, <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Bug.html#search">B[% %]ug.search</a>, - <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/User.html#get">User.get</a>, <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Bug.html#comments">B[% %]ug.comments</a>, - <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Bugzilla.html#time">B[% %]ugzilla.time</a> - (<kbd>B[% %]ugzilla.timezone</kbd> is now deprecated), - and <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Bug.html#update_see_also">B[% %]ug.update_see_also</a>. + <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Bug.html#update_see_also">B[% %]ug.update_see_also</a>, + <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/User.html#get">User.get</a>, + and <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Bugzilla.html#time">B[% %]ugzilla.time</a> + (<kbd>B[% %]ugzilla.timezone</kbd> is now deprecated). </li> <li>For network efficiency, you can now limit which fields are returned from certain WebService functions, like <kbd>User.get</kbd>.</li> @@ -364,6 +365,10 @@ <li>The <kbd>B[% %]ug.get</kbd> method now returns many more fields.</li> <li>The <kbd>B[% %]ug.add_comment</kbd> method now returns the ID of the comment that was just added.</li> + <li>The <kbd>B[% %]ug.add_comment</kbd> method will now throw an error if you + try to add a private comment but do not have the correct permissions. + (In previous versions, it would just silently ignore the <kbd>private</kbd> + argument if you didn't have the correct permissions.)</li> <li>Many WebService function parameters now take individual values in addition to arrays.</li> <li>The WebService now validates input types--it makes sure that dates |