Commit 2667d363 authored by Marc Schumann's avatar Marc Schumann

Bug 816747 - Add dummy POD for unPODded methods.

r/a=LpSolit
parent a22401a7
...@@ -932,3 +932,25 @@ Tells you whether or not a specific feature is enabled. For names ...@@ -932,3 +932,25 @@ Tells you whether or not a specific feature is enabled. For names
of features, see C<OPTIONAL_MODULES> in C<Bugzilla::Install::Requirements>. of features, see C<OPTIONAL_MODULES> in C<Bugzilla::Install::Requirements>.
=back =back
=head1 B<Methods in need of POD>
=over
=item process_cache
=item init_page
=item extensions
=item logout_user_by_id
=item localconfig
=item active_custom_fields
=item request_cache
=item has_flags
=back
...@@ -989,3 +989,29 @@ sub get_content_type { ...@@ -989,3 +989,29 @@ sub get_content_type {
1; 1;
=head1 B<Methods in need of POD>
=over
=item set_filename
=item set_is_obsolete
=item DB_COLUMNS
=item set_is_private
=item set_content_type
=item set_description
=item get_content_type
=item set_flags
=item set_is_patch
=item update
=back
...@@ -286,3 +286,21 @@ sub setup_template_patch_reader { ...@@ -286,3 +286,21 @@ sub setup_template_patch_reader {
1; 1;
__END__ __END__
=head1 B<Methods in need of POD>
=over
=item get_unified_diff
=item process_diff
=item warn_if_interdiff_might_fail
=item setup_template_patch_reader
=item process_interdiff
=item setup_patch_readers
=back
...@@ -234,3 +234,11 @@ edit the extern_id for all users. ...@@ -234,3 +234,11 @@ edit the extern_id for all users.
The default value is C<false>. The default value is C<false>.
=back =back
=head1 B<Methods in need of POD>
=over
=item can_change_password
=back
...@@ -4283,3 +4283,269 @@ sub _multi_select_accessor { ...@@ -4283,3 +4283,269 @@ sub _multi_select_accessor {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item remove_cc
=item add_see_also
=item choices
=item keywords
=item blocked
=item qa_contact
=item add_comment
=item bug_severity
=item dup_id
=item set_priority
=item any_flags_requesteeble
=item set_bug_status
=item estimated_time
=item set_platform
=item statuses_available
=item set_custom_field
=item remove_see_also
=item remove_from_db
=item product_obj
=item reporter_accessible
=item set_summary
=item LogActivityEntry
=item set_assigned_to
=item add_group
=item bug_file_loc
=item DATE_COLUMNS
=item set_component
=item delta_ts
=item set_resolution
=item version
=item deadline
=item fields
=item dependson
=item check_can_change_field
=item update
=item set_op_sys
=item cache_key
=item bug_group
=item comments
=item map_fields
=item assigned_to
=item user
=item ValidateDependencies
=item short_desc
=item duplicate_ids
=item isopened
=item remaining_time
=item set_deadline
=item preload
=item groups_in
=item clear_resolution
=item set_estimated_time
=item in_group
=item status
=item get_activity
=item reporter
=item rep_platform
=item DB_COLUMNS
=item flag_types
=item bug_status
=item attachments
=item flags
=item set_flags
=item actual_time
=item component
=item UPDATE_COLUMNS
=item set_cclist_accessible
=item product
=item VALIDATORS
=item show_attachment_flags
=item set_comment_is_private
=item set_severity
=item send_changes
=item add_tag
=item bug_id
=item reset_qa_contact
=item remove_group
=item set_alias
=item set_dup_id
=item set_target_milestone
=item cc_users
=item everconfirmed
=item check_is_visible
=item check_for_edit
=item match
=item VALIDATOR_DEPENDENCIES
=item possible_duplicates
=item set_url
=item add_cc
=item blocks_obj
=item set_status_whiteboard
=item product_id
=item error
=item reset_assigned_to
=item status_whiteboard
=item create
=item set_all
=item set_reporter_accessible
=item classification_id
=item tags
=item modify_keywords
=item priority
=item keyword_objects
=item set_dependencies
=item depends_on_obj
=item cclist_accessible
=item cc
=item duplicates
=item component_obj
=item see_also
=item groups
=item default_bug_status
=item related_bugs
=item editable_bug_fields
=item resolution
=item lastdiffed
=item classification
=item alias
=item op_sys
=item remove_tag
=item percentage_complete
=item EmitDependList
=item bug_alias_to_id
=item set_qa_contact
=item creation_ts
=item set_version
=item component_id
=item new_bug_statuses
=item set_remaining_time
=item target_milestone
=back
...@@ -476,3 +476,15 @@ sub _get_new_bugmail_fields { ...@@ -476,3 +476,15 @@ sub _get_new_bugmail_fields {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item relationships
=item sendMail
=item Send
=back
...@@ -201,3 +201,17 @@ sub _check_value { ...@@ -201,3 +201,17 @@ sub _check_value {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item should_handle
=item class_for
=item class
=item bug_id
=back
...@@ -640,3 +640,25 @@ Redirects from the current URL to one prefixed by the urlbase parameter. ...@@ -640,3 +640,25 @@ Redirects from the current URL to one prefixed by the urlbase parameter.
=head1 SEE ALSO =head1 SEE ALSO
L<CGI|CGI>, L<CGI::Cookie|CGI::Cookie> L<CGI|CGI>, L<CGI::Cookie|CGI::Cookie>
=head1 B<Methods in need of POD>
=over
=item check_etag
=item clean_search_url
=item url_is_attachment_base
=item should_set
=item multipart_start
=item redirect_search_url
=item param
=item header
=back
...@@ -428,3 +428,29 @@ sub dump { ...@@ -428,3 +428,29 @@ sub dump {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item remove
=item add
=item dump
=item readData
=item getSeriesIDs
=item data
=item init
=item getVisibleSeries
=item generateDateProgression
=item sum
=back
...@@ -260,3 +260,21 @@ A Classification is a higher-level grouping of Products. ...@@ -260,3 +260,21 @@ A Classification is a higher-level grouping of Products.
=back =back
=cut =cut
=head1 B<Methods in need of POD>
=over
=item set_description
=item sortkey
=item set_name
=item description
=item remove_from_db
=item set_sortkey
=back
...@@ -419,3 +419,29 @@ A string, the full text of the comment as it would be displayed to an end-user. ...@@ -419,3 +419,29 @@ A string, the full text of the comment as it would be displayed to an end-user.
=back =back
=cut =cut
=head1 B<Methods in need of POD>
=over
=item set_type
=item bug
=item set_extra_data
=item set_is_private
=item attachment
=item is_about_attachment
=item extra_data
=item preload
=item type
=item update
=back
...@@ -653,3 +653,21 @@ Component.pm represents a Product Component object. ...@@ -653,3 +653,21 @@ Component.pm represents a Product Component object.
=back =back
=cut =cut
=head1 B<Methods in need of POD>
=over
=item is_set_on_bug
=item product_id
=item bug_ids
=item set_is_active
=item description
=item is_active
=back
...@@ -385,4 +385,6 @@ Params: none ...@@ -385,4 +385,6 @@ Params: none
Returns: A hashref containing the current params in C<$datadir/params>. Returns: A hashref containing the current params in C<$datadir/params>.
=item C<param_panels()>
=back =back
...@@ -452,3 +452,53 @@ Checks that the value is a valid number ...@@ -452,3 +452,53 @@ Checks that the value is a valid number
Checks that the value is a valid regexp Checks that the value is a valid regexp
=back =back
=head1 B<Methods in need of POD>
=over
=item check_notification
=item check_priority
=item check_ip
=item check_user_verify_class
=item check_bug_status
=item check_shadowdb
=item check_smtp_auth
=item check_url
=item check_urlbase
=item check_email
=item check_webdotbase
=item get_param_list
=item check_maxattachmentsize
=item check_utf8
=item check_group
=item check_opsys
=item check_platform
=item check_severity
=item check_sslbase
=item check_mail_delivery_method
=item check_theschwartz_available
=item check_smtp_ssl
=back
...@@ -653,3 +653,13 @@ sub bz_locations { ...@@ -653,3 +653,13 @@ sub bz_locations {
BEGIN { memoize('bz_locations') }; BEGIN { memoize('bz_locations') };
1; 1;
=head1 B<Methods in need of POD>
=over
=item DB_MODULE
=item contenttypes
=back
...@@ -2681,3 +2681,63 @@ our check for implementation of C<new> by derived class useless. ...@@ -2681,3 +2681,63 @@ our check for implementation of C<new> by derived class useless.
L<DBI> L<DBI>
L<Bugzilla::Constants/DB_MODULE> L<Bugzilla::Constants/DB_MODULE>
=head1 B<Methods in need of POD>
=over
=item bz_add_fks
=item bz_add_fk
=item bz_drop_index_raw
=item bz_table_info
=item bz_add_index_raw
=item bz_get_related_fks
=item quote
=item bz_drop_fk
=item bz_drop_field_tables
=item bz_drop_related_fks
=item bz_table_columns
=item bz_drop_foreign_keys
=item bz_alter_column_raw
=item bz_table_list_real
=item bz_fk_info
=item bz_setup_database
=item bz_setup_foreign_keys
=item bz_table_indexes
=item bz_check_regexp
=item bz_enum_initial_values
=item bz_alter_fk
=item bz_set_next_serial_value
=item bz_table_list
=item bz_table_columns_real
=item bz_check_server_version
=item bz_server_version
=item bz_add_field_tables
=back
...@@ -1034,3 +1034,49 @@ sub _bz_build_schema_from_disk { ...@@ -1034,3 +1034,49 @@ sub _bz_build_schema_from_disk {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item sql_date_format
=item bz_explain
=item bz_last_key
=item sql_position
=item sql_fulltext_search
=item sql_iposition
=item bz_enum_initial_values
=item sql_group_by
=item sql_limit
=item sql_not_regexp
=item sql_string_concat
=item sql_date_math
=item sql_to_days
=item bz_check_server_version
=item sql_from_days
=item sql_regexp
=item sql_istring
=item sql_group_concat
=item bz_setup_database
=item bz_db_is_utf8
=back
...@@ -367,3 +367,43 @@ sub bz_table_list_real { ...@@ -367,3 +367,43 @@ sub bz_table_list_real {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item sql_date_format
=item bz_explain
=item bz_sequence_exists
=item bz_last_key
=item sql_position
=item sql_limit
=item sql_not_regexp
=item sql_string_concat
=item sql_date_math
=item sql_to_days
=item bz_check_server_version
=item sql_from_days
=item bz_table_list_real
=item sql_regexp
=item sql_istring
=item sql_group_concat
=item bz_setup_database
=back
...@@ -3013,3 +3013,19 @@ L<Bugzilla::DB> ...@@ -3013,3 +3013,19 @@ L<Bugzilla::DB>
L<http://www.bugzilla.org/docs/developer.html#sql-schema> L<http://www.bugzilla.org/docs/developer.html#sql-schema>
=cut =cut
=head1 B<Methods in need of POD>
=over
=item get_table_indexes_abstract
=item get_create_database_sql
=item get_add_fks_sql
=item get_fk_ddl
=item get_drop_fk_sql
=back
...@@ -383,3 +383,27 @@ sub get_rename_column_ddl { ...@@ -383,3 +383,27 @@ sub get_rename_column_ddl {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item get_rename_column_ddl
=item get_create_database_sql
=item get_drop_index_ddl
=item get_set_serial_sql
=item get_rename_indexes_ddl
=item get_drop_fk_sql
=item MYISAM_TABLES
=item column_info_to_column
=item get_alter_column_ddl
=back
...@@ -500,3 +500,33 @@ sub get_set_serial_sql { ...@@ -500,3 +500,33 @@ sub get_set_serial_sql {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item get_rename_column_ddl
=item get_add_fks_sql
=item get_drop_index_ddl
=item get_rename_table_sql
=item get_add_column_ddl
=item get_set_serial_sql
=item get_drop_column_ddl
=item get_drop_table_ddl
=item get_drop_fk_sql
=item get_table_ddl
=item get_alter_column_ddl
=item get_fk_ddl
=back
...@@ -188,3 +188,17 @@ sub _get_alter_type_sql { ...@@ -188,3 +188,17 @@ sub _get_alter_type_sql {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item get_rename_column_ddl
=item get_rename_table_sql
=item get_create_database_sql
=item get_set_serial_sql
=back
...@@ -299,3 +299,25 @@ sub get_drop_fk_sql { ...@@ -299,3 +299,25 @@ sub get_drop_fk_sql {
1; 1;
=head1 B<Methods in need of POD>
=over
=item get_rename_column_ddl
=item get_add_fks_sql
=item get_drop_fk_sql
=item get_create_database_sql
=item get_alter_column_ddl
=item get_add_column_ddl
=item get_type_ddl
=item get_drop_column_ddl
=back
...@@ -299,3 +299,39 @@ SQLite-specific implementation. It is instantiated by the Bugzilla::DB module ...@@ -299,3 +299,39 @@ SQLite-specific implementation. It is instantiated by the Bugzilla::DB module
and should never be used directly. and should never be used directly.
For interface details see L<Bugzilla::DB> and L<DBI>. For interface details see L<Bugzilla::DB> and L<DBI>.
=head1 B<Methods in need of POD>
=over
=item sql_date_format
=item bz_explain
=item sql_position
=item sql_iposition
=item sql_group_by
=item sql_not_regexp
=item sql_limit
=item sql_date_math
=item sql_to_days
=item sql_from_days
=item bz_table_list_real
=item sql_regexp
=item sql_group_concat
=item sql_istring
=item bz_setup_database
=back
...@@ -809,3 +809,13 @@ package name of the loaded extension. ...@@ -809,3 +809,13 @@ package name of the loaded extension.
Calls L</load> for every enabled extension installed into Bugzilla, Calls L</load> for every enabled extension installed into Bugzilla,
and returns an arrayref of all the package names that were loaded. and returns an arrayref of all the package names that were loaded.
=head1 B<Methods in need of POD>
=over
=item modify_inc
=item my_inc
=back
...@@ -1346,3 +1346,15 @@ sub get_field_id { ...@@ -1346,3 +1346,15 @@ sub get_field_id {
1; 1;
__END__ __END__
=head1 B<Methods in need of POD>
=over
=item match
=item set_is_numeric
=item update
=back
...@@ -334,3 +334,23 @@ must call C<type> to get a class you can call methods on. ...@@ -334,3 +334,23 @@ must call C<type> to get a class you can call methods on.
This class implements mutators for all of the settable accessors in This class implements mutators for all of the settable accessors in
L<Bugzilla::Field::ChoiceInterface>. L<Bugzilla::Field::ChoiceInterface>.
=head1 B<Methods in need of POD>
=over
=item create
=item remove_from_db
=item set_is_active
=item set_sortkey
=item set_name
=item update
=item set_visibility_value
=back
...@@ -270,3 +270,13 @@ I<any> of the currently selected values are this value. ...@@ -270,3 +270,13 @@ I<any> of the currently selected values are this value.
Returns C<0> otherwise. Returns C<0> otherwise.
=back =back
=head1 B<Methods in need of POD>
=over
=item FIELD_NAME
=item controlled_values_array
=back
...@@ -1059,3 +1059,29 @@ sub _flag_types { ...@@ -1059,3 +1059,29 @@ sub _flag_types {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item update_activity
=item setter_id
=item bug
=item requestee_id
=item DB_COLUMNS
=item set_flag
=item type_id
=item snapshot
=item update_flags
=item update
=back
...@@ -702,3 +702,43 @@ sub sqlify_criteria { ...@@ -702,3 +702,43 @@ sub sqlify_criteria {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item exclusions_as_hash
=item request_group_id
=item set_is_active
=item set_is_multiplicable
=item inclusions_as_hash
=item set_sortkey
=item grant_group_id
=item set_cc_list
=item set_request_group
=item set_name
=item set_is_specifically_requestable
=item set_grant_group
=item create
=item set_clusions
=item set_description
=item set_is_requestable
=item update
=back
...@@ -648,3 +648,47 @@ user_group_map for any user with DIRECT or REGEXP membership IN() the list ...@@ -648,3 +648,47 @@ user_group_map for any user with DIRECT or REGEXP membership IN() the list
of groups returned. of groups returned.
=back =back
=head1 B<Methods in need of POD>
=over
=item icon_url
=item set_name
=item bugs
=item granted_by_direct
=item set_user_regexp
=item flag_types
=item products
=item set_icon_url
=item set_description
=item set_is_active
=item user_regexp
=item members_direct
=item is_bug_group
=item grant_direct
=item description
=item is_active
=item remove_from_db
=item is_active_bug_group
=item update
=back
...@@ -493,3 +493,19 @@ Params: none ...@@ -493,3 +493,19 @@ Params: none
Returns: nothing Returns: nothing
=back =back
=head1 B<Methods in need of POD>
=over
=item update_system_groups
=item reset_password
=item make_admin
=item create_admin
=item init_workflow
=back
...@@ -334,3 +334,11 @@ Note that calling this function prints a B<lot> of information to ...@@ -334,3 +334,11 @@ Note that calling this function prints a B<lot> of information to
STDOUT and STDERR. STDOUT and STDERR.
=back =back
=head1 B<Methods in need of POD>
=over
=item check_cpan_requirements
=back
...@@ -930,3 +930,29 @@ how they are supposed to be set in Bugzilla's current configuration. ...@@ -930,3 +930,29 @@ how they are supposed to be set in Bugzilla's current configuration.
If it fails to set the permissions, a warning will be printed to STDERR. If it fails to set the permissions, a warning will be printed to STDERR.
=back =back
=head1 B<Methods in need of POD>
=over
=item CGI_WRITE
=item DIR_WS_SERVE
=item DIR_ALSO_WS_SERVE
=item WS_SERVE
=item FILESYSTEM
=item WS_EXECUTE
=item CGI_READ
=item DIR_CGI_READ
=item DIR_CGI_WRITE
=item DIR_CGI_OVERWRITE
=back
...@@ -920,3 +920,11 @@ Returns a hashref where file names are the keys and the value is the feature ...@@ -920,3 +920,11 @@ Returns a hashref where file names are the keys and the value is the feature
that must be enabled in order to compile that file. that must be enabled in order to compile that file.
=back =back
=head1 B<Methods in need of POD>
=over
=item print_module_instructions
=back
...@@ -915,3 +915,35 @@ is greater than C<$b>. ...@@ -915,3 +915,35 @@ is greater than C<$b>.
=back =back
=back =back
=head1 B<Methods in need of POD>
=over
=item supported_languages
=item extension_template_directory
=item extension_code_files
=item extension_web_directory
=item trick_taint
=item success
=item trim
=item extension_package_directory
=item set_output_encoding
=item extension_requirement_packages
=item prevent_windows_dialog_boxes
=item sortQvalue
=item no_checksetup_from_cgi
=back
...@@ -43,3 +43,13 @@ sub work { ...@@ -43,3 +43,13 @@ sub work {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item retry_delay
=item work
=back
...@@ -118,3 +118,15 @@ Bugzilla to use some sort of service to schedule jobs to happen asyncronously. ...@@ -118,3 +118,15 @@ Bugzilla to use some sort of service to schedule jobs to happen asyncronously.
See the synopsis above for an easy to follow example on how to insert a See the synopsis above for an easy to follow example on how to insert a
job into the queue. Give it a name and some arguments and the job will job into the queue. Give it a name and some arguments and the job will
be sent away to be done later. be sent away to be done later.
=head1 B<Methods in need of POD>
=over
=item insert
=item bz_databases
=item job_map
=back
...@@ -231,3 +231,31 @@ job queue. ...@@ -231,3 +231,31 @@ job queue.
This is a subclass of L<Daemon::Generic> that is used by L<jobqueue> This is a subclass of L<Daemon::Generic> that is used by L<jobqueue>
to run the Bugzilla job queue. to run the Bugzilla job queue.
=head1 B<Methods in need of POD>
=over
=item gd_check
=item gd_run
=item gd_can_install
=item gd_other_cmd
=item gd_more_opt
=item gd_postconfig
=item gd_usage
=item gd_getopt
=item gd_preconfig
=item gd_can_uninstall
=item gd_setup_signals
=back
...@@ -166,3 +166,17 @@ implements. ...@@ -166,3 +166,17 @@ implements.
=back =back
=cut =cut
=head1 B<Methods in need of POD>
=over
=item set_description
=item bug_count
=item set_name
=item description
=back
...@@ -201,3 +201,13 @@ sub build_thread_marker { ...@@ -201,3 +201,13 @@ sub build_thread_marker {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item build_thread_marker
=item MessageToMTA
=back
...@@ -1160,3 +1160,49 @@ or any custom fields are created. The default implementation does nothing. ...@@ -1160,3 +1160,49 @@ or any custom fields are created. The default implementation does nothing.
This is run after all data is inserted into Bugzilla. The default This is run after all data is inserted into Bugzilla. The default
implementation does nothing. implementation does nothing.
=head1 B<Methods in need of POD>
=over
=item do_migration
=item verbose
=item bug_fields
=item insert_users
=item users
=item check_requirements
=item bugs
=item map_value
=item insert_products
=item products
=item translate_all_bugs
=item config_file_name
=item dry_run
=item name
=item create_custom_fields
=item reset_serial_values
=item read_config
=item write_config
=item insert_bugs
=item create_legal_values
=back
...@@ -699,3 +699,23 @@ sub translate_value { ...@@ -699,3 +699,23 @@ sub translate_value {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item user_map
=item user_to_email
=item add_user
=item translate_value
=item before_insert
=item translate_bug
=item CONFIG_VARS
=back
...@@ -370,3 +370,13 @@ Milestone.pm represents a Product Milestone object. ...@@ -370,3 +370,13 @@ Milestone.pm represents a Product Milestone object.
Returns: A Bugzilla::Milestone object. Returns: A Bugzilla::Milestone object.
=back =back
=head1 B<Methods in need of POD>
=over
=item set_is_active
=item is_active
=back
...@@ -1315,3 +1315,19 @@ C<0> otherwise. ...@@ -1315,3 +1315,19 @@ C<0> otherwise.
=back =back
=cut =cut
=head1 B<Methods in need of POD>
=over
=item cache_key
=item check_time
=item id
=item TO_JSON
=item audit_log
=back
...@@ -1070,3 +1070,37 @@ C<Bugzilla::Product::preload($products)>. ...@@ -1070,3 +1070,37 @@ C<Bugzilla::Product::preload($products)>.
L<Bugzilla::Object> L<Bugzilla::Object>
=cut =cut
=head1 B<Methods in need of POD>
=over
=item set_allows_unconfirmed
=item allows_unconfirmed
=item set_name
=item set_default_milestone
=item set_group_controls
=item create
=item set_description
=item set_is_active
=item classification_id
=item description
=item default_milestone
=item remove_from_db
=item is_active
=item update
=back
...@@ -219,3 +219,15 @@ sub _win2k_seed { ...@@ -219,3 +219,15 @@ sub _win2k_seed {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item srand
=item rand
=item irand
=back
...@@ -133,3 +133,17 @@ of L<Bugzilla::Object>, and thus provides all methods that ...@@ -133,3 +133,17 @@ of L<Bugzilla::Object>, and thus provides all methods that
L<Bugzilla::Object> provides. L<Bugzilla::Object> provides.
=cut =cut
=head1 B<Methods in need of POD>
=over
=item create
=item query
=item set_query
=item set_name
=back
...@@ -2939,3 +2939,37 @@ sub _translate_old_column { ...@@ -2939,3 +2939,37 @@ sub _translate_old_column {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item invalid_order_columns
=item COLUMN_JOINS
=item sql
=item split_order_term
=item SqlifyDate
=item REPORT_COLUMNS
=item pronoun
=item COLUMNS
=item order
=item search_description
=item IsValidQueryType
=item build_subselect
=item do_search_function
=item boolean_charts_to_custom_search
=back
...@@ -129,3 +129,27 @@ sub as_params { ...@@ -129,3 +129,27 @@ sub as_params {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item has_translated_conditions
=item as_string
=item add
=item children
=item negate
=item update_search_args
=item walk_conditions
=item joiner
=item as_params
=back
...@@ -95,3 +95,13 @@ sub update_search_args { ...@@ -95,3 +95,13 @@ sub update_search_args {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item add
=item update_search_args
=back
...@@ -69,3 +69,27 @@ sub condition { ...@@ -69,3 +69,27 @@ sub condition {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item as_string
=item fov
=item value
=item negate
=item translated
=item operator
=item as_params
=item condition
=item field
=back
...@@ -608,3 +608,21 @@ sub makeChart { ...@@ -608,3 +608,21 @@ sub makeChart {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item FIELD_MAP
=item quicksearch
=item negateComparisonType
=item makeChart
=item addChart
=item matchPrefixes
=back
...@@ -160,3 +160,27 @@ Bugzilla::Search::Recent - A search recently run by a logged-in user. ...@@ -160,3 +160,27 @@ Bugzilla::Search::Recent - A search recently run by a logged-in user.
This is an implementation of L<Bugzilla::Object>, and so has all the This is an implementation of L<Bugzilla::Object>, and so has all the
same methods available as L<Bugzilla::Object>, in addition to what is same methods available as L<Bugzilla::Object>, in addition to what is
documented below. documented below.
=head1 B<Methods in need of POD>
=over
=item create
=item list_order
=item check_quietly
=item new_from_cookie
=item create_placeholder
=item bug_list
=item set_bug_list
=item user_id
=item set_list_order
=back
...@@ -386,3 +386,21 @@ Returns how many users (besides the author of the saved search) are ...@@ -386,3 +386,21 @@ Returns how many users (besides the author of the saved search) are
using the saved search, i.e. have it displayed in their footer. using the saved search, i.e. have it displayed in their footer.
=back =back
=head1 B<Methods in need of POD>
=over
=item create
=item set_name
=item set_url
=item rename_field_value
=item user
=item used_in_whine
=back
...@@ -94,3 +94,10 @@ sub _map_exitcode { ...@@ -94,3 +94,10 @@ sub _map_exitcode {
1; 1;
=head1 B<Methods in need of POD>
=over
=item send
=back
...@@ -270,3 +270,29 @@ sub remove_from_db { ...@@ -270,3 +270,29 @@ sub remove_from_db {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item creator
=item existsInDatabase
=item name
=item getCategoryID
=item initFromParameters
=item initFromCGI
=item initFromDatabase
=item remove_from_db
=item writeToDatabase
=item id
=back
...@@ -297,3 +297,27 @@ C<1> if a comment is required on this change, C<0> if not. ...@@ -297,3 +297,27 @@ C<1> if a comment is required on this change, C<0> if not.
=back =back
=cut =cut
=head1 B<Methods in need of POD>
=over
=item create
=item BUG_STATE_OPEN
=item is_static
=item is_open_state
=item is_active
=item remove_from_db
=item DB_COLUMNS
=item is_open
=item VALIDATORS
=back
...@@ -1186,3 +1186,29 @@ Returns: nothing ...@@ -1186,3 +1186,29 @@ Returns: nothing
=head1 SEE ALSO =head1 SEE ALSO
L<Bugzilla>, L<Template> L<Bugzilla>, L<Template>
=head1 B<Methods in need of POD>
=over
=item multiline_sprintf
=item create
=item css_files
=item mtime_filter
=item yui_resolve_deps
=item process
=item get_bug_link
=item quoteUrls
=item get_attachment_link
=item SAFE_URL_REGEXP
=back
...@@ -98,3 +98,15 @@ sub DESTROY { ...@@ -98,3 +98,15 @@ sub DESTROY {
}; };
1; 1;
=head1 B<Methods in need of POD>
=over
=item stash
=item filter
=item process
=back
...@@ -597,3 +597,13 @@ although they can be used separately. ...@@ -597,3 +597,13 @@ although they can be used separately.
=back =back
=cut =cut
=head1 B<Methods in need of POD>
=over
=item check_hash_token
=item issue_hash_token
=back
...@@ -2728,3 +2728,57 @@ is done with the data. ...@@ -2728,3 +2728,57 @@ is done with the data.
=head1 SEE ALSO =head1 SEE ALSO
L<Bugzilla|Bugzilla> L<Bugzilla|Bugzilla>
=head1 B<Methods in need of POD>
=over
=item email_enabled
=item cryptpassword
=item clear_login_failures
=item set_disable_mail
=item has_audit_entries
=item groups_with_icon
=item check_login_name
=item set_extern_id
=item mail_settings
=item email_disabled
=item update
=item is_timetracker
=item is_enabled
=item queryshare_groups_as_string
=item set_login
=item set_password
=item last_seen_date
=item set_disabledtext
=item update_last_seen_date
=item set_name
=item DB_COLUMNS
=item extern_id
=item visible_bugs
=item UPDATE_COLUMNS
=back
...@@ -1165,3 +1165,19 @@ if Bugzilla is currently using the shadowdb or not. Used like: ...@@ -1165,3 +1165,19 @@ if Bugzilla is currently using the shadowdb or not. Used like:
} }
=back =back
=head1 B<Methods in need of POD>
=over
=item do_ssl_redirect_if_required
=item validate_time
=item is_ipv4
=item is_ipv6
=item display_value
=back
...@@ -248,3 +248,25 @@ below. ...@@ -248,3 +248,25 @@ below.
=back =back
=cut =cut
=head1 B<Methods in need of POD>
=over
=item DEFAULT_VERSION
=item set_is_active
=item set_name
=item product_id
=item is_active
=item remove_from_db
=item product
=item update
=back
...@@ -319,3 +319,11 @@ would return something like: ...@@ -319,3 +319,11 @@ would return something like:
=item L<Bugzilla::WebService::User> =item L<Bugzilla::WebService::User>
=back =back
=head1 B<Methods in need of POD>
=over
=item login_exempt
=back
...@@ -3395,3 +3395,15 @@ This method can throw the same errors as L</get>. ...@@ -3395,3 +3395,15 @@ This method can throw the same errors as L</get>.
=back =back
=back =back
=head1 B<Methods in need of POD>
=over
=item get_bugs
=item possible_duplicates
=item get_history
=back
...@@ -203,3 +203,11 @@ sub WS_DISPATCH { ...@@ -203,3 +203,11 @@ sub WS_DISPATCH {
}; };
1; 1;
=head1 B<Methods in need of POD>
=over
=item WS_DISPATCH
=back
...@@ -856,3 +856,11 @@ You must define a default milestone. ...@@ -856,3 +856,11 @@ You must define a default milestone.
=back =back
=back =back
=head1 B<Methods in need of POD>
=over
=item get_products
=back
...@@ -56,3 +56,15 @@ sub datetime_format_outbound { ...@@ -56,3 +56,15 @@ sub datetime_format_outbound {
} }
1; 1;
=head1 B<Methods in need of POD>
=over
=item handle_login
=item datetime_format_outbound
=item datetime_format_inbound
=back
...@@ -571,3 +571,25 @@ the JSON-RPC library that Bugzilla uses, not by Bugzilla. ...@@ -571,3 +571,25 @@ the JSON-RPC library that Bugzilla uses, not by Bugzilla.
=head1 SEE ALSO =head1 SEE ALSO
L<Bugzilla::WebService> L<Bugzilla::WebService>
=head1 B<Methods in need of POD>
=over
=item response
=item response_header
=item cgi
=item retrieve_json_from_get
=item create_json_coder
=item type
=item handle_login
=item datetime_format_outbound
=back
...@@ -379,3 +379,15 @@ perl-SOAP-Lite package in versions 0.68-1 and above. ...@@ -379,3 +379,15 @@ perl-SOAP-Lite package in versions 0.68-1 and above.
=head1 SEE ALSO =head1 SEE ALSO
L<Bugzilla::WebService> L<Bugzilla::WebService>
=head1 B<Methods in need of POD>
=over
=item make_response
=item initialize
=item handle_login
=back
...@@ -189,3 +189,11 @@ parameters passed to a WebService method (the first parameter to this function). ...@@ -189,3 +189,11 @@ parameters passed to a WebService method (the first parameter to this function).
Helps make life simpler for WebService methods that internally create objects Helps make life simpler for WebService methods that internally create objects
via both "ids" and "names" fields. Also de-duplicates objects that were loaded via both "ids" and "names" fields. Also de-duplicates objects that were loaded
by both "ids" and "names". Returns an arrayref of objects. by both "ids" and "names". Returns an arrayref of objects.
=head1 B<Methods in need of POD>
=over
=item taint_data
=back
...@@ -122,3 +122,11 @@ bugs or one email per bug. ...@@ -122,3 +122,11 @@ bugs or one email per bug.
The title of this object as it appears in the user forms and emails. The title of this object as it appears in the user forms and emails.
=back =back
=head1 B<Methods in need of POD>
=over
=item eventid
=back
...@@ -156,3 +156,11 @@ the group is still active, otherwise it will contain a single array element ...@@ -156,3 +156,11 @@ the group is still active, otherwise it will contain a single array element
for the L<Bugzilla::User> in L</mailto>. for the L<Bugzilla::User> in L</mailto>.
=back =back
=head1 B<Methods in need of POD>
=over
=item eventid
=back
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment