r98413 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98412‎ | r98413 | r98414 >
Date:15:57, 29 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
starting work on signup form page
Modified paths:
  • /trunk/extensions/Contest/specials/SpecialContestSignup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/specials/SpecialContestSignup.php
@@ -47,8 +47,21 @@
4848 // TODO: we might want to have a title field here
4949 $out->setPageTitle( $contest->getField( 'name' ) );
5050
51 -
 51+ $this->showSignupForm( $contest );
5252 }
5353 }
5454
 55+ /**
 56+ * Display the signup form for this contest.
 57+ *
 58+ * @since 0.1
 59+ *
 60+ * @param Contest $contest
 61+ */
 62+ protected function showSignupForm( Contest $contest ) {
 63+ $out = $this->getOutput();
 64+
 65+
 66+ }
 67+
5568 }

Status & tagging log