Content deleted Content added
+user_type, +page_last_edit_age, +moved_from_last_edit_age, +moved_to_last_edit_age |
Deprecate all_links, support ip_reputation_* and revertrisk_level variables |
||
(3 intermediate revisions by the same user not shown) | |||
Line 246:
operators: "==?=?|!==?|!=|\\+|-|/|%|\\*\\*?|<=?|>=?|\\(|\\)|\\[|\\]|&|\\||\\^|!|:=?|\\?|;|,",
keywords: "contains|in|irlike|like|matches|regex|rlike|if|then|else|end",
variables: "accountname|action|added_lines|added_lines_pst|added_links
deprecated: "all_links|article_articleid|article_first_contributor|article_namespace|article_prefixedtext|article_recent_contributors|article_restrictions_create|article_restrictions_edit|article_restrictions_move|article_restrictions_upload|article_text|moved_from_articleid|moved_from_prefixedtext|moved_from_text|moved_to_articleid|moved_to_prefixedtext|moved_to_text",
disabled: "minor_edit|old_html|old_text"
};
Line 305:
return this.entry.filter_id == 0 ?
mw.util.getUrl("Special:Contribs/" + mw.util.wikiUrlencode(this.entry.user)) :
▲ title: "Special:AbuseLog",
wpSearchUser: this.entry.user
});
Line 313 ⟶ 312:
return this.entry.filter_id == 0 ?
mw.util.getUrl("Special:PageHistory/" + mw.util.wikiUrlencode(this.entry.title)) :
▲ title: "Special:AbuseLog",
wpSearchTitle: this.entry.title
});
Line 514 ⟶ 512:
mw.config.set("aceConfig", config);
ace.config.set('basePath', mw.config.get('wgExtensionAssetsPath') + "/CodeEditor/modules/lib/ace");
let editor = ace.edit(this.$refs.aceEditor);
|