You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2023. It is now read-only.
$mainPage .= "\n\nThis wiki was built with OOUI patches so you can also view the [{{SERVER}}{{SCRIPTPATH}}/build/ooui/demos patched '''OOUI Demos'''].";
330
+
}
331
+
332
+
$mainPage .= "\n\n;Branch: $branchDesc";
333
+
$mainPage .= "\n;Applied patches:";
328
334
329
335
if ( !$patchesApplied ) {
330
336
$mainPage .= " (none)";
@@ -507,9 +513,16 @@ static function ( string $repo ) use ( $repos ): bool {
507
513
foreach ( $linkedTasksas$task ) {
508
514
post_phab_comment(
509
515
'T' . $task,
510
-
"Test wiki **created** on [[ $server$serverPath | Patch demo ]]" . ( $creator ? ' by ' . $creator : '' ) . " using patch(es) linked to this task:\n" .
516
+
"Test wiki **created** on [[ $server$serverPath | Patch demo ]]" . ( $creator ? ' by ' . $creator : '' ) . " using patch(es) linked to this task:" .
0 commit comments