r64577 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64576‎ | r64577 | r64578 >
Date:22:41, 3 April 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Update line breaks
Modified paths:
  • /trunk/extensions/AjaxLogin/README (modified) (history)

Diff [purge]

Index: trunk/extensions/AjaxLogin/README
@@ -3,7 +3,8 @@
44 <http://www.mediawiki.org/wiki/Extension:AjaxLogin>.
55
66 ==History==
7 -AjaxLogin was written by Inez Korczyński <korczynski(at)gmail(dot)com> for Wikia, Inc.
 7+AjaxLogin was written by Inez Korczyński <korczynski(at)gmail(dot)com> for
 8+Wikia, Inc.
89
910 Some code hacks were written by Jack Phoenix <jack@countervandalism.net>.
1011
@@ -16,15 +17,18 @@
1718 jQuery
1819
1920 ==Manual modifications==
20 -You will need to modify one core MediaWiki file, includes/EditPage.php, if you want users to be able to log in with AjaxLogin
21 -on edit view (?action=edit) without losing their changes.
 21+You will need to modify one core MediaWiki file, includes/EditPage.php, if you
 22+want users to be able to log in with AjaxLogin on edit view (?action=edit)
 23+without losing their changes.
2224
23 -Find protected function showFormBeforeText() and add this line inside the $wgOut->addHTML() call so that it'll be the first <input> to be added:
 25+Find protected function showFormBeforeText() and add this line inside the
 26+$wgOut->addHTML() call so that it'll be the first <input> to be added:
2427
2528 <input type='hidden' value=\"\" name=\"wpLogin\" id=\"wpLogin\" />
2629
2730 ==To-do & bugs==
28 -Patches are more than welcome and they can be submitted either through Bugzilla <https://bugzilla.wikimedia.org> or emailed to me
29 -<jack@countervandalism.net> directly.
 31+Patches are more than welcome and they can be submitted either through Bugzilla
 32+<https://bugzilla.wikimedia.org> or emailed to me <jack@countervandalism.net>
 33+directly.
3034
3135 --Jack Phoenix, September 2009

Status & tagging log