���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/resources/src/mediawiki.action/mediawiki.action.view.postEdit.js
���ѧ٧ѧ�
( function () { 'use strict'; /** * Fired after an edit was successfully saved. * * Does not fire for null edits. * * @event postEdit * @member mw.hook * @param {Object} [data] Optional data * @param {string|jQuery|Array} [data.message] Message that listeners * should use when displaying notifications. String for plain text, * use array or jQuery object to pass actual nodes. * @param {string|mw.user} [data.user=mw.user] User that made the edit. * @param {boolean} [data.tempUserCreated] Whether a temporary user account * was created. */ /** * After the listener for #postEdit removes the notification. * * @deprecated * @event postEdit_afterRemoval * @member mw.hook */ var postEdit = mw.config.get( 'wgPostEdit' ); var config = require( './config.json' ); function showTempUserPopup() { var $portlet = $( '#pt-tmpuserpage' ); if ( !$portlet ) { return; } var popup = new OO.ui.PopupWidget( { padded: true, head: true, label: mw.message( 'postedit-temp-created-label' ).plain(), $content: $( '<div>' ).html( mw.message( 'postedit-temp-created', mw.util.getUrl( 'Special:CreateAccount' ) ).parse() ), $floatableContainer: $portlet, // Work around T307062 position: 'below', autoFlip: false } ); // Set the z-index to be on top of the other post-save popup // (This works in Vector 2022 but is broken in old Vector) popup.$element.css( 'z-index', '4' ); $( document.body ).append( popup.$element ); popup.toggle( true ); } function showConfirmation( data ) { var label; data = data || {}; label = data.message || new OO.ui.HtmlSnippet( mw.message( config.EditSubmitButtonLabelPublish ? 'postedit-confirmation-published' : 'postedit-confirmation-saved', data.user || mw.user ).escaped() ); data.message = new OO.ui.MessageWidget( { type: 'success', inline: true, label: label } ).$element[ 0 ]; mw.notify( data.message, { classes: [ 'postedit' ] } ); // Deprecated - use the 'postEdit' hook, and an additional pause if required mw.hook( 'postEdit.afterRemoval' ).fire(); if ( data.tempUserCreated ) { showTempUserPopup(); } } // JS-only flag that allows another module providing a hook handler to suppress the default one. if ( !mw.config.get( 'wgPostEditConfirmationDisabled' ) ) { mw.hook( 'postEdit' ).add( showConfirmation ); } if ( postEdit ) { var action = postEdit; var tempUserCreated = false; var plusPos = action.indexOf( '+' ); if ( plusPos > -1 ) { action = action.slice( 0, plusPos ); tempUserCreated = true; } if ( action === 'saved' && config.EditSubmitButtonLabelPublish ) { action = 'published'; } mw.hook( 'postEdit' ).fire( { // The following messages can be used here: // * postedit-confirmation-published // * postedit-confirmation-saved // * postedit-confirmation-created // * postedit-confirmation-restored message: mw.msg( 'postedit-confirmation-' + action, mw.user ), tempUserCreated: tempUserCreated } ); } }() );
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.11 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�