From 57eb214b92f442c343a7fa6b0782eaee0bb30520 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Sat, 6 Mar 2010 03:32:28 +0000 Subject: [PATCH] Update the stability status of several WebService methods. git-svn-id: svn://10.0.0.236/trunk@259894 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../bugzilla/Bugzilla/WebService/Bug.pm | 20 ++++++++++--------- .../bugzilla/Bugzilla/WebService/Bugzilla.pm | 2 +- .../bugzilla/Bugzilla/WebService/User.pm | 4 ++-- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index bcfdd131533..9eda2c22028 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7045 \ No newline at end of file +7046 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm index b38168602ac..da6f22c877d 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService/Bug.pm @@ -1087,7 +1087,7 @@ private attachments. =item C -B +B =over @@ -1225,7 +1225,7 @@ that id. =item C -B +B =over @@ -1252,7 +1252,7 @@ Note that it's possible for aliases to be disabled in Bugzilla, in which case you will be told that you have specified an invalid bug_id if you try to specify an alias. (It will be error 100.) -=item C B +=item C B C Normally, if you request any inaccessible or invalid bug ids, Bug.get will throw an error. If this parameter is True, instead of throwing an @@ -1301,12 +1301,14 @@ isn't a duplicate of any bug, this will be an empty int. C The numeric bug_id of this bug. -=item internals B +=item internals B A hash. The internals of a L object. This is extremely unstable, and you should only rely on this if you absolutely have to. The structure of the hash may even change between point releases of Bugzilla. +This will be disappearing in a future version of Bugzilla. + =item is_open C Returns true (1) if this bug is open, false (0) if it is closed. @@ -1341,7 +1343,7 @@ C The summary of this bug. =back -=item C B +=item C B An array of hashes that contains invalid bug ids with error messages returned for them. Each hash contains the following items: @@ -1433,7 +1435,7 @@ in Bugzilla B<3.4>: =item C -B +B =over @@ -1730,7 +1732,7 @@ for that value. =item C -B +B =over @@ -1886,7 +1888,7 @@ method. =item C -B +B =over @@ -1964,7 +1966,7 @@ purposes if you wish. =item C -B +B =over diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Bugzilla.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Bugzilla.pm index c7bbf7c046c..c14cc7deabf 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Bugzilla.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService/Bugzilla.pm @@ -191,7 +191,7 @@ string in (+/-)XXXX (RFC 2822) format. =item C