]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 605573: List all available WebService methods at the top of the POD
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 4 Nov 2010 16:53:58 +0000 (17:53 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 4 Nov 2010 16:53:58 +0000 (17:53 +0100)
r/a=mkanat

Bugzilla/WebService/Bug.pm
Bugzilla/WebService/Bugzilla.pm
Bugzilla/WebService/Product.pm
Bugzilla/WebService/User.pm
Bugzilla/WebService/Util.pm

index a50a75e4de91794eba5cc4ad1147819a92adf07f..53e3332556ecd4a1fa5c949d98714120d02e3fd4 100644 (file)
@@ -959,11 +959,9 @@ or get information about bugs that have already been filed.
 See L<Bugzilla::WebService> for a description of how parameters are passed,
 and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
 
-=head2 Utility Functions
+=head1 Utility Functions
 
-=over
-
-=item C<fields>
+=head2 fields
 
 B<UNSTABLE>
 
@@ -1160,7 +1158,7 @@ You specified an invalid field name or id.
 =back
 
 
-=item C<legal_values> 
+=head2 legal_values
 
 B<DEPRECATED> - Use L</fields> instead.
 
@@ -1204,15 +1202,9 @@ You specified a field that doesn't exist or isn't a drop-down field.
 
 =back
 
+=head1 Bug Information
 
-=back
-
-=head2 Bug Information
-
-=over
-
-
-=item C<attachments>
+=head2 attachments
 
 B<EXPERIMENTAL>
 
@@ -1388,7 +1380,7 @@ C<summary>.
 =back
 
 
-=item C<comments>
+=head2 comments
 
 B<STABLE>
 
@@ -1533,7 +1525,7 @@ C<creator>.
 =back
 
 
-=item C<get> 
+=head2 get
 
 B<STABLE>
 
@@ -1878,7 +1870,7 @@ and all custom fields.
 
 =back
 
-=item C<history> 
+=head2 history
 
 B<EXPERIMENTAL>
 
@@ -1985,7 +1977,7 @@ The same as L</get>.
 =back
 
 
-=item C<search>
+=head2 search
 
 B<UNSTABLE>
 
@@ -2178,14 +2170,9 @@ in Bugzilla B<4.0>.
 =back
 
 
-=back
-
-=head2 Bug Creation and Modification
-
-=over
+=head1 Bug Creation and Modification
 
-
-=item C<create> 
+=head2 create
 
 B<STABLE>
 
@@ -2349,7 +2336,7 @@ argument.
 =back
 
 
-=item C<add_attachment>
+=head2 add_attachment
 
 B<UNSTABLE>
 
@@ -2462,7 +2449,7 @@ but this Bugzilla does not support attaching URLs.
 =back
 
 
-=item C<add_comment> 
+=head2 add_comment
 
 B<STABLE>
 
@@ -2553,7 +2540,7 @@ code of 32000.
 =back
 
 
-=item C<update>
+=head2 update
 
 B<UNSTABLE>
 
@@ -2945,7 +2932,7 @@ which we won't even know about until after we do QA for 4.0.
 =back
 
 
-=item C<update_see_also>
+=head2 update_see_also
 
 B<EXPERIMENTAL>
 
@@ -3056,6 +3043,3 @@ this bug.
 =back
 
 =back
-
-
-=back
index 2501fe60c0b083f9c2be226a719ad25b9816e985..efc82231122ba151b94dbd212d343d63d9c050a5 100644 (file)
@@ -98,9 +98,7 @@ This provides functions that tell you about Bugzilla in general.
 See L<Bugzilla::WebService> for a description of how parameters are passed,
 and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
 
-=over
-
-=item C<version>
+=head2 version
 
 B<STABLE>
 
@@ -121,7 +119,7 @@ string.
 
 =back
 
-=item C<extensions>
+=head2 extensions
 
 B<EXPERIMENTAL>
 
@@ -166,7 +164,7 @@ extensions depended on the directory they were in on the Bugzilla server.
 
 =back
 
-=item C<timezone>
+=head2 timezone
 
 B<DEPRECATED> This method may be removed in a future version of Bugzilla.
 Use L</time> instead.
@@ -196,7 +194,7 @@ string in (+/-)XXXX (RFC 2822) format.
 =back
 
 
-=item C<time>
+=head2 time
 
 B<STABLE>
 
@@ -270,6 +268,3 @@ local timezone.
 =back
 
 =back
-
-
-=back
index 90c81dcc0d9ce9f3056b83739ffaefaef0d81442..b25226a45dd25c2bea8970e28cb0022192752aef 100644 (file)
@@ -97,11 +97,9 @@ get information about them.
 See L<Bugzilla::WebService> for a description of how parameters are passed,
 and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
 
-=head2 List Products
+=head1 List Products
 
-=over
-
-=item C<get_selectable_products> 
+=head2 get_selectable_products
 
 B<EXPERIMENTAL>
 
@@ -122,7 +120,7 @@ ids.
 
 =back
 
-=item C<get_enterable_products> 
+=head2 get_enterable_products
 
 B<EXPERIMENTAL>
 
@@ -144,7 +142,7 @@ ids.
 
 =back
 
-=item C<get_accessible_products> 
+=head2 get_accessible_products
 
 B<UNSTABLE>
 
@@ -166,7 +164,7 @@ ids.
 
 =back
 
-=item C<get> 
+=head2 get
 
 B<EXPERIMENTAL>
 
@@ -200,6 +198,3 @@ is returned.
 =item B<Errors> (none)
 
 =back
-
-=back
-
index 1471da8aa474fe0843cd43c052dea263f9798dac..3a48904330a23171a6ad75f9de944093091dfd5f 100644 (file)
@@ -277,11 +277,9 @@ log in/out using an existing account.
 See L<Bugzilla::WebService> for a description of how parameters are passed,
 and what B<STABLE>, B<UNSTABLE>, and B<EXPERIMENTAL> mean.
 
-=head2 Logging In and Out
+=head1 Logging In and Out
 
-=over
-
-=item C<login> 
+=head2 login
 
 B<STABLE>
 
@@ -344,7 +342,7 @@ A login or password parameter was not provided.
 
 =back
 
-=item C<logout> 
+=head2 logout
 
 B<STABLE>
 
@@ -362,13 +360,9 @@ Log out the user. Does nothing if there is no user logged in.
 
 =back
 
-=back
-
-=head2 Account Creation
-
-=over
+=head1 Account Creation
 
-=item C<offer_account_by_email> 
+=head2 offer_account_by_email
 
 B<STABLE>
 
@@ -409,7 +403,7 @@ An account with that email address already exists in Bugzilla.
 
 =back
 
-=item C<create> 
+=head2 create
 
 B<STABLE>
 
@@ -472,13 +466,9 @@ password is under three characters.)
 
 =back
 
-=back
-
-=head2 User Info
-
-=over
+=head1 User Info
 
-=item C<get> 
+=head2 get
 
 B<STABLE>
 
@@ -622,5 +612,3 @@ function.
 =back
 
 =back
-
-=back
index e94feb490feb2e2f8227444ce24fa3474996c6a0..adb7fb43a9cf67ede36a6d6e8ac2dbdd85b1abf4 100644 (file)
@@ -129,25 +129,21 @@ internally in the WebService code.
 
 =head1 METHODS
 
-=over
-
-=item C<filter>
+=head2 filter
 
 This helps implement the C<include_fields> and C<exclude_fields> arguments
 of WebService methods. Given a hash (the second argument to this subroutine),
 this will remove any keys that are I<not> in C<include_fields> and then remove
 any keys that I<are> in C<exclude_fields>.
 
-=item C<filter_wants>
+=head2 filter_wants
 
 Returns C<1> if a filter would preserve the specified field when passing
 a hash to L</filter>, C<0> otherwise.
 
-=item C<validate>
+=head2 validate
 
 This helps in the validation of parameters passed into the WebSerice
 methods. Currently it converts listed parameters into an array reference
 if the client only passed a single scalar value. It modifies the parameters
 hash in place so other parameters should be unaltered.
-
-=back