אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Gadget-quickLinker.js"

אויך מוסטער
(אידיש)
(אויך מוסטער)
 
(9 צווישנדיגע ווערסיעס פונעם זעלבן באַניצער נישט געוויזן)
שורה 150: שורה 150:
                     starttimestamp: this.starttimestamp,
                     starttimestamp: this.starttimestamp,
                     text: this.text,
                     text: this.text,
                    tags: 'quick linker'
                //  tags: 'quick linker'
                 }).done(function (d) {
                 }).done(function (d) {
                     if (d && d.edit && d.edit.result == 'Success') mw.notify(mw.msg('qlinker-save-success', pagename));
                     if (d && d.edit && d.edit.result == 'Success') mw.notify(mw.msg('qlinker-save-success', pagename));
                }).fail(function (d) {
                mw.notify(d);
                 });
                 });
             }
             }
שורה 207: שורה 209:
             if (this.searchData.pageids.length <= this.pageI) {
             if (this.searchData.pageids.length <= this.pageI) {
                 if (this.curPage === null) {
                 if (this.curPage === null) {
                     this.content.$element.html('<h1><a target="_blank" href="/Special:Search/' + encodeURI('"' + titleNoBrackets + '" -linksto:"' + mw.config.get('wgPageName') + '"') + '">' + mw.msg('qlinker-no-results') + '</a></h1>');
                     this.content.$element.html('<h1><a target="_blank" href="/Special:Search/' + encodeURI('"' + titleNoBrackets + '" -linksto:"' + mw.config.get('wgTitle') + '"') + '">' + mw.msg('qlinker-no-results') + '</a></h1>');
                     this.actions.setAbilities({
                     this.actions.setAbilities({
                         saveContinue: false, skipOne: false
                         saveContinue: false, skipOne: false
שורה 260: שורה 262:
             prop: 'linkshere',
             prop: 'linkshere',
             lhlimit: 500,
             lhlimit: 500,
             titles: mw.config.get('wgPageName'),
             titles: mw.config.get('wgTitle'),
             indexpageids: 1
             indexpageids: 1
         }).done(function (d) {
         }).done(function (d) {
שורה 288: שורה 290:
             action: 'query',
             action: 'query',
             generator: 'search',
             generator: 'search',
             gsrnamespace: '0|8000',
             gsrnamespace: '0|10|8000',
             //gsrsearch: searchRegex + ' -linksto:' + mw.config.get('wgPageName'),
             //gsrsearch: searchRegex + ' -linksto:' + mw.config.get('wgPageName'),
             gsrsearch: 'insource:' + mw.config.get('wgPageName') + ' -linksto:' + mw.config.get('wgPageName'), // רעגעקס ארבעט נישט ביי אונז
             gsrsearch: 'insource:' + mw.config.get('wgTitle') + ' -linksto:' + mw.config.get('wgTitle'), // רעגעקס ארבעט נישט ביי אונז
             gsrlimit: 50,
             gsrlimit: 50,
             prop: 'revisions',
             prop: 'revisions',