Skip to content

Commit

Permalink
[#244 state:resolved] Added references to undocumented methods, and d…
Browse files Browse the repository at this point in the history
…ocumented a few methods.
  • Loading branch information
danwolfgang committed Jan 28, 2010
1 parent 6e7842c commit 9cf7fd6
Show file tree
Hide file tree
Showing 135 changed files with 4,408 additions and 497 deletions.
86 changes: 86 additions & 0 deletions lib/MT/App.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4523,6 +4523,92 @@ The IP address of the client.
In a L<mod_perl> context, this calls L<Apache::Connection::remote_ip>; in a
CGI context, this uses C<$ENV{REMOTE_ADDR}>.
=head2 assert
=head2 build_widgets
=head2 commenter_loggedin
=head2 core_blog_stats_tabs
=head2 core_list_actions
=head2 core_list_filters
=head2 core_menus
=head2 core_methods
=head2 core_page_actions
=head2 core_search_apis
=head2 core_widgets
=head2 create_user_pending
=head2 document_root
=head2 external_authenticators
=head2 filter_conditional_list
=head2 forward
=head2 get_commenter_session
=head2 handlers_for_mode
=head2 init_callbacks
=head2 init_query
=head2 json_error
=head2 json_result
=head2 list_actions
=head2 list_filters
=head2 listing
=head2 load_list_actions
=head2 load_widget_list
=head2 load_widgets
=head2 login_pending
=head2 make_commenter
=head2 make_commenter_session
=head2 page_actions
=head2 permissions
=head2 post_run_debug
=head2 pre_run_debug
=head2 registry
=head2 response_content
=head2 run_callbacks
=head2 search_apis
=head2 session_state
=head2 set_no_cache
=head2 update_widget_prefs
=head2 validate_request_params
=head1 STANDARD APPLICATION TEMPLATE PARAMETERS
When loading an application template, a number of parameters are preset for
Expand Down
90 changes: 90 additions & 0 deletions lib/MT/App/CMS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3168,4 +3168,94 @@ The I<MT::App::CMS> module is the primary application module for
Movable Type. It is the administrative interface that is used to
manage blogs, entries, comments, trackbacks, templates, etc.
=head1 METHODS
=head2 LISTING_DATETIME_FORMAT
=head2 LISTING_DATE_FORMAT
=head2 LISTING_TIMESTAMP_FORMAT
=head2 NEW_PHASE
=head2 add_to_favorite_blogs
=head2 archive_type_sorter
=head2 autosave_object
=head2 autosave_session_obj
=head2 build_blog_selector
=head2 build_menus
=head2 build_page
=head2 core_blog_stats_tabs
=head2 core_list_actions
=head2 core_list_filters
=head2 core_menus
=head2 core_methods
=head2 core_page_actions
=head2 core_widgets
=head2 id
=head2 init
=head2 init_core_callbacks
=head2 init_plugins
=head2 init_request
=head2 is_authorized
=head2 languages_list
=head2 list_pref
=head2 listify
=head2 load_default_entry_prefs
=head2 load_entry_prefs
=head2 load_template_prefs
=head2 load_text_filters
=head2 make_feed_link
=head2 model
=head2 object_edit_uri
=head2 preview_object_basename
=head2 publish_error
=head2 rebuild_these
=head2 remove_preview_file
=head2 return_to_dashboard
=head2 set_default_tmpl_params
=head2 show_error
=head2 user_blog_prefs
=head2 user_can_admin_commenters
=head2 validate_magic
=cut
2 changes: 2 additions & 0 deletions lib/MT/App/NotifyList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ blog notification list and then redirects to that blog.
This method removes an email address from the notification.
=head2 id
=head1 AUTHOR & COPYRIGHT
Please see L<MT/AUTHOR & COPYRIGHT>.
48 changes: 48 additions & 0 deletions lib/MT/App/Search.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,54 @@ whose priority is higher than itself.
=back
=head1 METHODS
=head2 check_cache
=head2 core_methods
=head2 core_parameters
=head2 count
=head2 create_blog_list
=head2 execute
=head2 first_blog_id
=head2 generate_cache_keys
=head2 id
=head2 init
=head2 init_cache_driver
=head2 init_request
=head2 load_search_tmpl
=head2 prepare_context
=head2 process
=head2 query_parse
=head2 render
=head2 renderfeed
=head2 renderjs
=head2 search_terms
=head2 template_paths
=head2 throttle_control
=head2 throttle_response
=head1 AUTHOR & COPYRIGHT
Please see L<MT/AUTHOR & COPYRIGHT>.
Expand Down
16 changes: 16 additions & 0 deletions lib/MT/App/Search/FreeText.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,19 @@ sub query_parse {

1;
__END__
=head1 NAME
MT::App::Search::FreeText
=head1 METHODS
=head2 id
=head2 query_parse
=head1 AUTHOR & COPYRIGHT
Please see L<MT/AUTHOR & COPYRIGHT>.
=cut
28 changes: 27 additions & 1 deletion lib/MT/App/Search/Legacy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,33 @@ __END__
=head1 NAME
MT::App::Search
MT::App::Search::Legacy
=head1 METHODS
=head2 execute
=head2 find_phrase
=head2 id
=head2 init
=head2 init_request
=head2 is_a_match
=head2 load_core_tags
=head2 query_optimize
=head2 query_parse
=head2 takedown
=head2 throttle_control
=head2 throttle_response
=head1 AUTHOR & COPYRIGHT
Expand Down
8 changes: 8 additions & 0 deletions lib/MT/App/Search/TagSearch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,14 @@ TypePad, or Vox tag.
"TypePad OR Vox AND "Movable Type"" matches objects which has
either TypePad or Vox tag *and* "Movable Type" tag.
=head1 METHODS
=head2 add_join
=head2 process
=head2 search_terms
=head1 AUTHOR & COPYRIGHT
Please see L<MT/AUTHOR & COPYRIGHT>.
Expand Down
8 changes: 8 additions & 0 deletions lib/MT/App/Trackback.pm
Original file line number Diff line number Diff line change
Expand Up @@ -635,15 +635,23 @@ MT::App::Trackback
=head1 METHODS
=head2 id
=head2 init
Call L<MT::App/init>, register the C<ping>, C<view> and C<rss>
callbacks and set the application default_mode to C<ping>.
=head2 validate_request_params
=head2 view
Build the trackback page for viewing.
=head2 ping
The default method that creates the actual trackback.
=head2 rss
Generate and return RSS text for the trackback.
Expand Down
Loading

0 comments on commit 9cf7fd6

Please sign in to comment.