#summary Primera lista de posible eventos de motor de plugins #labels Phase-Requirements = Events = == General == * *gelato_init*: se ejecuta antes de todo. == Instalacion == * *install_begins*: se ejecuta cuando la instalacion ha comenzado * *install_success*: se ejecuta cuando la instalacion fue exitosa * *install_fail*: se ejecuta cuando la instalacion falló * *install_ends*: se ejecuta cuando la instalacion termino, bien o mal == Actualizacion == * *update_detected*: se ejecuta cuando se detecta una nueva version disponible * *update_begins*: * *update_ends*: * *update_success*: * *update_fail*: == Panel de Control == * *admin_head*: Runs in the HTML `head` section of the admin panel. * *admin_footer*: Runs at the end of the admin panel inside the `body` tag. * *setting_success*: * *setting_fail*: * *option_success*: * *option_fail*: * *user_created*: * *user_edited*: * *user_deleted*: * *user_authenticate*: * *user_authenticate_fail*: * *user_login*: * *user_logout*: * *theme_switch*: * *plugin_activate*: * *plugin_deactivate*: * *plugins_loaded*: * *add_options_panel*: se ejecuta antes de finalizar el fieldset de opctions. * *add_settings_panel*: se ejecuta antes de finalizar el fieldset de settings. == Parte Publica == * *gelato_head*: se ejecuta antes de que comienze el `html`. * *gelato_footer*: se ejecuta despues de que terminó el `html`. * *gelato_notready*: se ejecuta cuando no se tiene conexion con la DB. * *gelato_noposts*: se ejecuta cuando no hay posts para mostrar. * *gelato_404*: se ejecuta cuando se detecta un error 404. * *gelato_includes*: se ejecuta antes de asignar al theme los includes. == Posts == * *post_created*: * *post_updated*: * *post_deleted*: == Comentarios == * *comment_created*: * *comment_edited*: * *comment_deleted*: * *comment_spam*: == Themes == * *theme_preload*: se ejecuta antes de empezar a cargar un theme. * *theme_loaded*: se ejecuta cuando termino de cargar un theme. * *theme_parsed*: se ejecuta cuando termino de procesar los bloques y variables. * *theme_ready*: se ejecuta cuando el theme esta listo y se lo puede imprimir. * *theme_printed*: se ejecuta cuando termino de imprimirlo.