]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 816747 - Add dummy POD for unPODded methods.
authorMarc Schumann <wurblzap@gmail.com>
Fri, 30 Nov 2012 14:30:44 +0000 (15:30 +0100)
committerMarc Schumann <wurblzap@gmail.com>
Fri, 30 Nov 2012 14:30:44 +0000 (15:30 +0100)
r/a=LpSolit

74 files changed:
Bugzilla.pm
Bugzilla/Attachment.pm
Bugzilla/Attachment/PatchReader.pm
Bugzilla/Auth/Verify.pm
Bugzilla/Bug.pm
Bugzilla/BugMail.pm
Bugzilla/BugUrl.pm
Bugzilla/CGI.pm
Bugzilla/Chart.pm
Bugzilla/Classification.pm
Bugzilla/Comment.pm
Bugzilla/Component.pm
Bugzilla/Config.pm
Bugzilla/Config/Common.pm
Bugzilla/Constants.pm
Bugzilla/DB.pm
Bugzilla/DB/Mysql.pm
Bugzilla/DB/Pg.pm
Bugzilla/DB/Schema.pm
Bugzilla/DB/Schema/Mysql.pm
Bugzilla/DB/Schema/Oracle.pm
Bugzilla/DB/Schema/Pg.pm
Bugzilla/DB/Schema/Sqlite.pm
Bugzilla/DB/Sqlite.pm
Bugzilla/Extension.pm
Bugzilla/Field.pm
Bugzilla/Field/Choice.pm
Bugzilla/Field/ChoiceInterface.pm
Bugzilla/Flag.pm
Bugzilla/FlagType.pm
Bugzilla/Group.pm
Bugzilla/Install.pm
Bugzilla/Install/CPAN.pm
Bugzilla/Install/Filesystem.pm
Bugzilla/Install/Requirements.pm
Bugzilla/Install/Util.pm
Bugzilla/Job/Mailer.pm
Bugzilla/JobQueue.pm
Bugzilla/JobQueue/Runner.pm
Bugzilla/Keyword.pm
Bugzilla/Mailer.pm
Bugzilla/Migrate.pm
Bugzilla/Migrate/Gnats.pm
Bugzilla/Milestone.pm
Bugzilla/Object.pm
Bugzilla/Product.pm
Bugzilla/RNG.pm
Bugzilla/Report.pm
Bugzilla/Search.pm
Bugzilla/Search/Clause.pm
Bugzilla/Search/ClauseGroup.pm
Bugzilla/Search/Condition.pm
Bugzilla/Search/Quicksearch.pm
Bugzilla/Search/Recent.pm
Bugzilla/Search/Saved.pm
Bugzilla/Send/Sendmail.pm
Bugzilla/Series.pm
Bugzilla/Status.pm
Bugzilla/Template.pm
Bugzilla/Template/Context.pm
Bugzilla/Token.pm
Bugzilla/User.pm
Bugzilla/Util.pm
Bugzilla/Version.pm
Bugzilla/WebService.pm
Bugzilla/WebService/Bug.pm
Bugzilla/WebService/Constants.pm
Bugzilla/WebService/Product.pm
Bugzilla/WebService/Server.pm
Bugzilla/WebService/Server/JSONRPC.pm
Bugzilla/WebService/Server/XMLRPC.pm
Bugzilla/WebService/Util.pm
Bugzilla/Whine/Query.pm
Bugzilla/Whine/Schedule.pm

index a7ece92d371601d73cbcf86ecb01dcf87ab80afe..111d567e6d4f485f6857b979c33478aaa0e10eab 100644 (file)
@@ -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>.
 
 =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
index c00b931fbd47b79816bc6e27ff201efac109d434..0cec21708972ec071746784c8f482664462b6c19 100644 (file)
@@ -989,3 +989,29 @@ sub get_content_type {
 
 
 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
index 4583dbd518befcb45b3206b93d34efd965b8a6c9..cf16485794165d467ec8ed6481da9753f105902e 100644 (file)
@@ -286,3 +286,21 @@ sub setup_template_patch_reader {
 1;
 
 __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
index de8b4030d9f81b443b99e2209dea87ba26878c08..0c552f40b492433dafba26fc85d8509db3d1e020 100644 (file)
@@ -234,3 +234,11 @@ edit the extern_id for all users.
 The default value is C<false>.
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item can_change_password
+
+=back
index 7a3ec4c8a1f5b7e1c08b6747cc3b509c5c9037e4..e06213b7d5a3432728af72c2a32b410f697d93b4 100644 (file)
@@ -4283,3 +4283,269 @@ sub _multi_select_accessor {
 }
 
 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
index df8e0df78fb3d3f04c7fffeb18f3efbf6bc878a9..1fb5ea977e1c69b0882b36094c1e5d7e1ebe9b7d 100644 (file)
@@ -476,3 +476,15 @@ sub _get_new_bugmail_fields {
 }
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item relationships
+
+=item sendMail
+
+=item Send
+
+=back
index ec6675e909a78b5a19d9b5e0b9a5bbe9395f8450..2074a3667b1c52a7cf99c3b295a903e2b51c552e 100644 (file)
@@ -201,3 +201,17 @@ sub _check_value {
 }
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item should_handle
+
+=item class_for
+
+=item class
+
+=item bug_id
+
+=back
index 99851c21de84ae09f0fddcd154e6485f8cda6bc5..e0953d4f652bb9a3c86013e3cb8d450fc56033f9 100644 (file)
@@ -640,3 +640,25 @@ Redirects from the current URL to one prefixed by the urlbase parameter.
 =head1 SEE ALSO
 
 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
index d157457c24ca0ec2e68f93ece4cc710373ec262a..0329b9a0cf37dcd8c65465aab3e36132cbbada6e 100644 (file)
@@ -428,3 +428,29 @@ sub dump {
 }
 
 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
index 67ba8b46f579fa73400d1f06a95efbfd4603fa9c..27a59fa9711913b1b56f3284388caf3793cc2dbd 100644 (file)
@@ -260,3 +260,21 @@ A Classification is a higher-level grouping of Products.
 =back
 
 =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
index 2a7633bc2f66c9f724d1fc6b5e940205d208d4a4..0851d76438dcbfa6fc3f7794d2929d67ba3b33ce 100644 (file)
@@ -419,3 +419,29 @@ A string, the full text of the comment as it would be displayed to an end-user.
 =back
 
 =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
index 87cec42b46d4ead27e974c16ce4423b9d50dc1f1..e559ba1a2a14dda1a35ac5b44d1bfb2a95b4fe77 100644 (file)
@@ -653,3 +653,21 @@ Component.pm represents a Product Component object.
 =back
 
 =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
index 219bd6e31879bd53b9ad5681be7929ebac3514a5..227d07c01aa200281635129374f6caf00518bf9c 100644 (file)
@@ -385,4 +385,6 @@ Params:      none
 
 Returns:     A hashref containing the current params in C<$datadir/params>.
 
+=item C<param_panels()>
+
 =back
index 32e8ba569723d8830a3a49df5d4cf2e2b3308737..75f6e0ea2a4ef6838b06603cc2bce1f222eb5595 100644 (file)
@@ -452,3 +452,53 @@ Checks that the value is a valid number
 Checks that the value is a valid regexp
 
 =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
index dbb1edf7454ce3310dfc789f1d104b61f44cdd41..3a95e30f3a17677ac6ce9bc868316915daad64bc 100644 (file)
@@ -653,3 +653,13 @@ sub bz_locations {
 BEGIN { memoize('bz_locations') };
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item DB_MODULE
+
+=item contenttypes
+
+=back
index 877e6cb15b21f13aa389cbf1b18ef24a5ea78dae..bdda889b3d52520676edf2362a18d03bdd009200 100644 (file)
@@ -2681,3 +2681,63 @@ our check for implementation of C<new> by derived class useless.
 L<DBI>
 
 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
index 81b5726bd0ab2f3acb13ff6e121582883eaf53c9..3be58767bf8e786e8551ea628a73db5b7d450898 100644 (file)
@@ -1034,3 +1034,49 @@ sub _bz_build_schema_from_disk {
 }
 
 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
index df775fe168604b4d73180cfc2422fab78d2152ef..bd3593cc531e3aca1c69b5130ee4d219f9b93653 100644 (file)
@@ -367,3 +367,43 @@ sub bz_table_list_real {
 }
 
 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
index e153b3926e926216e8120ccf2387d0a148ebd968..7c3f9fa6ca1262528d6b53e8159c76ce50ed6f61 100644 (file)
@@ -3013,3 +3013,19 @@ L<Bugzilla::DB>
 L<http://www.bugzilla.org/docs/developer.html#sql-schema>
 
 =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
index 8b06dc42ba961bf89e979e3a2e8ad6fcd8e39bb7..1275b2a8113155dc844d1d2deee8234e17c867e9 100644 (file)
@@ -383,3 +383,27 @@ sub get_rename_column_ddl {
 }
 
 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
index 26141c5f49742b5adebaad1bb266e1f6145c84e9..2edc6e3a64a8b7f97dfc1355ad0400c0bdff2798 100644 (file)
@@ -500,3 +500,33 @@ sub get_set_serial_sql {
 } 
 
 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
index 8dcd09b896dc2df5bc52742fa6d668d643aeb7f0..8e90f73f94da527cf33a0b86df84a1b1c4f22ded 100644 (file)
@@ -188,3 +188,17 @@ sub _get_alter_type_sql {
 }
 
 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
index 780764a6994c4cd1bcc8b932eb2a361974e20242..4423fae19ff3307f09e46a2236eebc5714f6a2f0 100644 (file)
@@ -299,3 +299,25 @@ sub get_drop_fk_sql {
 
 
 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
index 5810ab4d7afc62f71cc3d35e444a4a4b60886b1f..0055f3884b12a117f325df3ee6552759b427b30a 100644 (file)
@@ -299,3 +299,39 @@ SQLite-specific implementation. It is instantiated by the Bugzilla::DB module
 and should never be used directly.
 
 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
index a02a2783ad2cd3df2b55f2a5da66643cd71382a2..aaffe6e2a03aea5ffc6999a01834696e50d3fe7f 100644 (file)
@@ -809,3 +809,13 @@ package name of the loaded extension.
 
 Calls L</load> for every enabled extension installed into Bugzilla,
 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
index 87b307cb78ee8131a6994059d9f5e01c7fc5146a..36abc2a996a0626c1296e67158534ed767b3165e 100644 (file)
@@ -1346,3 +1346,15 @@ sub get_field_id {
 1;
 
 __END__
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item match
+
+=item set_is_numeric
+
+=item update
+
+=back
index 52fb7b409652043418651e4daea988f5661424c7..bbf96beb94c197d8e9ae133cb86fdd26516ea4a0 100644 (file)
@@ -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
 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
index c6ca2bc2d2581653947fdb84e1ef062130442dc9..24bd57dc9135d925240d62491ce4b89e2f3a29e0 100644 (file)
@@ -270,3 +270,13 @@ I<any> of the currently selected values are this value.
 Returns C<0> otherwise.
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item FIELD_NAME
+
+=item controlled_values_array
+
+=back
index 867e08a023e21c4c30229afec6e5e14843fa08f8..8ad48cce69a21d788d77353d3487cbcf6c369b7f 100644 (file)
@@ -1059,3 +1059,29 @@ sub _flag_types {
 }
 
 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
index a4fb6926927a058ea9b82722c006edee5044ccd9..9e6dfe1e1c7c9a3017238a908d5e75192a712af9 100644 (file)
@@ -702,3 +702,43 @@ sub sqlify_criteria {
 }
 
 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
index 5908c86fc423c0ce1a3162fb6bc7a1eee918c507..70df15c8051f5680f11cee573f7f02bc591a1f17 100644 (file)
@@ -648,3 +648,47 @@ user_group_map for any user with DIRECT or REGEXP membership IN() the list
 of groups returned.
 
 =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
index d36bd2d72a65d000156a9b4814027524415c099c..258adf8114d048b8798cf2e152279ba366ae8657 100644 (file)
@@ -493,3 +493,19 @@ Params:      none
 Returns:     nothing
 
 =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
index a0f059927dfcf055ae40de939b7a4a778d0ab147..0d56ead6d2589b74a18393fe364d133b064633da 100644 (file)
@@ -334,3 +334,11 @@ Note that calling this function prints a B<lot> of information to
 STDOUT and STDERR.
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item check_cpan_requirements
+
+=back
index 678e208d42a84130f48d5ea1e930fe81c14cf035..04f32313b23dc2b4224b48a70ffdd405c515050f 100644 (file)
@@ -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.
 
 =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
index 8f85bfe10e70daea3a024e7d636d8476893e11d4..c446e3834d183de6cdf0e8c0e882730fea35f576 100644 (file)
@@ -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.
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item print_module_instructions
+
+=back
index 8548717e41d4abedc68d3c3df34ede23aba13a48..80ebc2a88c13c6d6be9f8ebed1e0ed399f079af7 100644 (file)
@@ -915,3 +915,35 @@ is greater than C<$b>.
 =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
index d6f08adabb082758099500916bc85bb35aa3e3d5..69f4be2e5eb8e4a58c40b1258042a37b3204010a 100644 (file)
@@ -43,3 +43,13 @@ sub work {
 }
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item retry_delay
+
+=item work
+
+=back
index faf06c4765496b55a5650af54fbf2773b4db4595..19f8339780b65faa24b43e8a794b34691d386d1b 100644 (file)
@@ -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
 job into the queue.  Give it a name and some arguments and the job will
 be sent away to be done later.
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item insert
+
+=item bz_databases
+
+=item job_map
+
+=back
index e38e6ce590423b88747be35537f3f169ba963b6b..15c82f6224938ef823fb7911328797e75eb53ba3 100644 (file)
@@ -231,3 +231,31 @@ job queue.
 
 This is a subclass of L<Daemon::Generic> that is used by L<jobqueue>
 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
index b933c11f81a4e15c01c6b3a78466176c62c8ea61..270048d2b48aacfa77809b1207bace62d260b351 100644 (file)
@@ -166,3 +166,17 @@ implements.
 =back
 
 =cut
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item set_description
+
+=item bug_count
+
+=item set_name
+
+=item description
+
+=back
index 203121de17f2f778a94e96d16f219a133a6660fb..4a10688c39bd9db1869f7cab72f790eefc474e13 100644 (file)
@@ -201,3 +201,13 @@ sub build_thread_marker {
 }
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item build_thread_marker
+
+=item MessageToMTA
+
+=back
index 6dbe6ef10ca46c8296782413bbd89c7519024e7e..a23cbd32a781097ce316f059894bd0b85382968a 100644 (file)
@@ -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
 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
index 6022bdbbb776a22deb477d2a7607d0a02f9711e6..2e0784ac54ac84759eaa606447c504bee6b9beef 100644 (file)
@@ -699,3 +699,23 @@ sub translate_value {
 }
 
 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
index f66e1d3c706cb417e5635d4cdcdc834d3b2a1879..1eb04bd0d50ec0752a0b3b1ef7a92ecd8008b311 100644 (file)
@@ -370,3 +370,13 @@ Milestone.pm represents a Product Milestone object.
  Returns:     A Bugzilla::Milestone object.
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item set_is_active
+
+=item is_active
+
+=back
index 9d7ab7391f9de2579f2e8b3510424b1c49f8a9fa..14b042c8c991e62032645c92340dc188bae96d08 100644 (file)
@@ -1315,3 +1315,19 @@ C<0> otherwise.
 =back
 
 =cut
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item cache_key
+
+=item check_time
+
+=item id
+
+=item TO_JSON
+
+=item audit_log
+
+=back
index 536961ce554b8d35d68b7d5aa7961e80a6e47e45..346727203361c2754104a9ea71c165efe1fa19dc 100644 (file)
@@ -1070,3 +1070,37 @@ C<Bugzilla::Product::preload($products)>.
 L<Bugzilla::Object>
 
 =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
index 59eb3195c6d111d6f06fed1e9d4a46a5a6836639..c3f112007c8e966abb2e692980e629983e5d81cf 100644 (file)
@@ -219,3 +219,15 @@ sub _win2k_seed {
 }
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item srand
+
+=item rand
+
+=item irand
+
+=back
index 097bbb0743a8a04c0c727ebcf27e4bc6eadb8445..03c054f57ccda73700109a97877146ca060a83d2 100644 (file)
@@ -133,3 +133,17 @@ of L<Bugzilla::Object>, and thus provides all methods that
 L<Bugzilla::Object> provides.
 
 =cut
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item create
+
+=item query
+
+=item set_query
+
+=item set_name
+
+=back
index 401d2f2afd770a720f91cb8b305b1b21ba374244..d4b74d187c168c6128894e9ae388fcafd3f5f0c9 100644 (file)
@@ -2939,3 +2939,37 @@ sub _translate_old_column {
 }
 
 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
index 77969440e0ddd330380e181ed8e0e25863d2755d..7bfd52015be20664d196c178a3a7dde17caae845 100644 (file)
@@ -129,3 +129,27 @@ sub as_params {
 }
 
 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
index 98c9779c9f68e9f6bcfdd099ed868976691fcf72..1085ad82c8f001bca7e46fd7ea1999a03f30faf5 100644 (file)
@@ -95,3 +95,13 @@ sub update_search_args {
 }
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item add
+
+=item update_search_args
+
+=back
index ac6947484a0cbf14e6f047858063331c9610469d..50d8258ead6ebd6d901aa2c3649e176074ccc333 100644 (file)
@@ -69,3 +69,27 @@ sub condition {
 }
 
 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
index d686fde03cdc2546fb8491832815dec2436b649e..311ef751a00cc7f1a3275a94b34c89839f2b3b07 100644 (file)
@@ -608,3 +608,21 @@ sub makeChart {
 }
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item FIELD_MAP
+
+=item quicksearch
+
+=item negateComparisonType
+
+=item makeChart
+
+=item addChart
+
+=item matchPrefixes
+
+=back
index f1dd092b26210dd7d59d20f157421e1b47a2ea0f..af426ab74914669400e17598c84005ff8b507126 100644 (file)
@@ -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
 same methods available as L<Bugzilla::Object>, in addition to what is
 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
index f6e9badabb7a62802be631a59635678a836072f4..245cde37f40e171b3a277dacc8ece5424675d770 100644 (file)
@@ -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.
 
 =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
index b15f48043f8f96e54d9e10691c160326cb79061f..4cf9b88f1ffb52ea7574373ea83e53083f81138e 100644 (file)
@@ -94,3 +94,10 @@ sub _map_exitcode {
 
 1;
 
+=head1 B<Methods in need of POD>
+
+=over
+
+=item send
+
+=back
index e7c2ef005a917a626743430b1ce3534a7a11547f..6c11f5dbcfd9f452d7d8f635dbf9914dee285cf4 100644 (file)
@@ -270,3 +270,29 @@ sub remove_from_db {
 }
 
 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
index 33277fed7bdf942c3a841dbc6497b0b994dd68d7..e1d44a60377724b72a1d28edd653dbc850003a85 100644 (file)
@@ -297,3 +297,27 @@ C<1> if a comment is required on this change, C<0> if not.
 =back
 
 =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
index f62a7c498e80639b4c6c72423454031a01428e4a..8ddd0a5df66c93ec8567c5ecef7de109ed6d9f87 100644 (file)
@@ -1186,3 +1186,29 @@ Returns:     nothing
 =head1 SEE ALSO
 
 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
index 1edc0422c372a56e0cfc43892d7e6a95c51e8d1c..61fcba4d6ae24c292f299ac149f4046da6750c04 100644 (file)
@@ -98,3 +98,15 @@ sub DESTROY {
 };
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item stash
+
+=item filter
+
+=item process
+
+=back
index f7caa0e31608aa03b88a043ed1ae94cb51f9749f..a5bf9e0a349f1bc8d2ff3de724025877028aa57f 100644 (file)
@@ -597,3 +597,13 @@ although they can be used separately.
 =back
 
 =cut
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item check_hash_token
+
+=item issue_hash_token
+
+=back
index 70261c4df9447616991d1cc695f5de1d0c41b1be..417072e95c3bcebc58d272a97070d3f7c72d451d 100644 (file)
@@ -2728,3 +2728,57 @@ is done with the data.
 =head1 SEE ALSO
 
 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
index 9bdff77f38d0c49157a92c2aa5243673bd2b2935..c7f75f07e54f3f635d006a5437eb83a3d7dc5184 100644 (file)
@@ -1165,3 +1165,19 @@ if Bugzilla is currently using the shadowdb or not. Used like:
  }
 
 =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
index aa05d66e8f905634a9a6393566a6cc9a79bf185d..b088e1c5c8610818a9bda8cff7bdd61e105662e4 100644 (file)
@@ -248,3 +248,25 @@ below.
 =back
 
 =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
index 3d61863258a895b0e295e9a17517fecfe4521194..67aa21374fb5d34362f1a0b9e01331c99e48cb93 100644 (file)
@@ -319,3 +319,11 @@ would return something like:
 =item L<Bugzilla::WebService::User>
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item login_exempt
+
+=back
index f4cb53600c784a684073548fa2a00ef10648d190..172353b072f4f8d6a46ca8c033e26690037cccab 100644 (file)
@@ -3395,3 +3395,15 @@ This method can throw the same errors as L</get>.
 =back
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item get_bugs
+
+=item possible_duplicates
+
+=item get_history
+
+=back
index a5a5dffe98840db751445a54df3f6b01bda01443..126cd7947e8a5bb1f25bc3f1c6fe5f6ea6afd08d 100644 (file)
@@ -203,3 +203,11 @@ sub WS_DISPATCH {
 };
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item WS_DISPATCH
+
+=back
index 19a016fbc2af377a43bff7553fb76fba4853a918..30a97c4653cc091da9b47f8e9fa4bd3d06b502b5 100644 (file)
@@ -856,3 +856,11 @@ You must define a default milestone.
 =back
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item get_products
+
+=back
index 5634aa0fe6a4e30f4a7d6e089e3727f025179b7b..02226284c764b4e69abd450eb1dd85f8af41d3f1 100644 (file)
@@ -56,3 +56,15 @@ sub datetime_format_outbound {
 }
 
 1;
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item handle_login
+
+=item datetime_format_outbound
+
+=item datetime_format_inbound
+
+=back
index a0de6af77f470b78fb5b0a9434d09e4381f03e36..d4573fd19c2973c9c5ab1714412c3431193f335b 100644 (file)
@@ -571,3 +571,25 @@ the JSON-RPC library that Bugzilla uses, not by Bugzilla.
 =head1 SEE ALSO
 
 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
index a888382b714cf3c2966119bec0d053dcafbcc433..f55bd6cf24d33f7daa28444432400fab6471fc20 100644 (file)
@@ -379,3 +379,15 @@ perl-SOAP-Lite package in versions 0.68-1 and above.
 =head1 SEE ALSO
 
 L<Bugzilla::WebService>
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item make_response
+
+=item initialize
+
+=item handle_login
+
+=back
index 30862ed264e56606de234113a424297d4b7a04db..57a55a5991bc1629032247e3a9d07cc17a8b2fdd 100644 (file)
@@ -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
 via both "ids" and "names" fields. Also de-duplicates objects that were loaded
 by both "ids" and "names". Returns an arrayref of objects.
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item taint_data
+
+=back
index 3c63e80571cb9d1476894f1cb0b8ae19126c32ac..b40ba1c3b09654e5d6654e80856e6f1ad8f414c6 100644 (file)
@@ -122,3 +122,11 @@ bugs or one email per bug.
 The title of this object as it appears in the user forms and emails.
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item eventid
+
+=back
index a96c728f239cc6ec182ad19ab9d91eb5f2f3203d..2171f84a58a994d0a55f361b366d3c14cf30e409 100644 (file)
@@ -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>.
 
 =back
+
+=head1 B<Methods in need of POD>
+
+=over
+
+=item eventid
+
+=back