Index: trunk/extensions/AjaxLogin/README |
— | — | @@ -3,7 +3,8 @@ |
4 | 4 | <http://www.mediawiki.org/wiki/Extension:AjaxLogin>. |
5 | 5 | |
6 | 6 | ==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. |
8 | 9 | |
9 | 10 | Some code hacks were written by Jack Phoenix <jack@countervandalism.net>. |
10 | 11 | |
— | — | @@ -16,15 +17,18 @@ |
17 | 18 | jQuery |
18 | 19 | |
19 | 20 | ==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. |
22 | 24 | |
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: |
24 | 27 | |
25 | 28 | <input type='hidden' value=\"\" name=\"wpLogin\" id=\"wpLogin\" /> |
26 | 29 | |
27 | 30 | ==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. |
30 | 34 | |
31 | 35 | --Jack Phoenix, September 2009 |