From a7c0e8fc10c29cce8568494444b4876bbc8fe5df Mon Sep 17 00:00:00 2001
From: ubc-tuehoang Consider checking ", $hth->search_link("the apps", ["q" => "", "t" => "all"]),
+ echo " Consider checking ", $hth->search_link("the applications", ["q" => "", "t" => "all"]),
" for anomalies. Withdraw and/or delete duplicates or update details on the ",
- $hth->hotlink("paper pages", "paper"), " (via “Edit app”).
+ $hth->hotlink("paper pages", "paper"), " (via “Edit application”).
Also consider contacting the authors of ",
$hth->search_link("incomplete submissions", ["q" => "status:unsub", "t" => "all"]),
", especially if a PDF document was uploaded; sometimes a
@@ -111,7 +111,7 @@ static function print_assignments(HelpRenderer $hth, $gj) {
} else if ($gj->itemid === 4) {
echo " ", $hth->setting_group_link("Set review policies and deadlines", "reviews"),
", including reviewing deadlines,
- review anonymity, and whether PC members may review any app
+ review anonymity, and whether PC members may review any application
(usually “yes” is the right answer).
If desired, review preferences can be collected before the submission - deadline. Select ", $hth->setting_link("“PC can see all registered apps until submission deadline”", "draft_submission_early_visibility"), + deadline. Select ", $hth->setting_link("“PC can see all registered applications until submission deadline”", "draft_submission_early_visibility"), ", which allows PC members to see abstracts for registered applications that haven’t yet been submitted.
\n"; @@ -143,7 +143,7 @@ static function print_assignments(HelpRenderer $hth, $gj) { such conflicts.\n"; } else if ($gj->itemid === 8) { - echo "", $hth->hotlink("Assign reviews.", "manualassign"), " You can make assignments ", $hth->hotlink("by app", "assign"), ", ", + echo "
", $hth->hotlink("Assign reviews.", "manualassign"), " You can make assignments ", $hth->hotlink("by applications", "assign"), ", ", $hth->hotlink("by PC member", "manualassign"), ", ", $hth->hotlink("by uploading an assignment file", "bulkassign"), ", or, even easier, ", $hth->hotlink("automatically", "autoassign"), ". PC @@ -241,7 +241,7 @@ static function print_premeeting(HelpRenderer $hth, $gj) { } else if ($gj->itemid === 5) { echo "
", $hth->hotlink("Assign discussion leads (optional).", "autoassign"), " Discussion leads are expected to be able to summarize the application and the reviews. You can assign leads either ", - $hth->hotlink("app by app", "assign"), " or ", + $hth->hotlink("application by application", "assign"), " or ", $hth->hotlink("automatically", "autoassign"), ".
Manage multiple trackers and limit PC visibility by shift-clicking “☟” or clicking it again. You can also view the discussion - status on the ", $hth->hotlink("discussion status app", "buzzer"), ".
\n"; + status on the ", $hth->hotlink("discussion status application", "buzzer"), ".\n"; } else if ($gj->itemid === 2) { echo "Scribes can capture discussions as comments for the authors’ @@ -293,7 +293,7 @@ static function print_atmeeting(HelpRenderer $hth, $gj) { } else if ($gj->itemid === 4) { echo "
Shepherding (optional). If your conference uses shepherding for accepted applications, you can assign shepherds either ", - $hth->hotlink("app by app", "paper"), " or ", $hth->hotlink("automatically", "autoassign", "t=accepted"), ".
The api/paper
endpoint accesses program
submissions. GET calls return application information; use
-api/PAPERID/paper
to return one paper, and
-api/paper?q=SEARCH&t=SEARCHTYPE
to return all papers matching
+api/PAPERID/paper
to return one application, and
+api/paper?q=SEARCH&t=SEARCHTYPE
to return all applications matching
SEARCH
.
Use the checkboxes to select some papers, then choose an action. +
Use the checkboxes to select some applications, then choose an action. You can:
.zip
file with the selected papers..zip
file with the selected applications.Select papers one by one, select in groups by shift-clicking +
Select applications one by one, select in groups by shift-clicking the checkboxes, or use the “select all” link. -The easiest way to tag a set of papers is +The easiest way to tag a set of applications is to enter their numbers in the search box, search, “select all,” and add the tag.
"; @@ -95,7 +95,7 @@ static function print(HelpRenderer $hth) {Paper screens have quicklinks that step through search results:
" . Ht::img("pageresultsex.png", "[Quicklinks]") . "
-Click on the search description (here, “Submitted papers search”) to return
+Click on the search description (here, “Submitted applications search”) to return
to the search results. On many pages, you can press “j
” or
“k
” to go to the previous or next paper in the list.
max_allowed_packet
setting, which is " . htmlspecialchars($row[1]) . " bytes, is less than the PHP upload file limit, which is {$max_file_size} bytes. You should update max_allowed_packet
in the system-wide my.cnf
file or the system may not be able to handle large papers", MessageSet::URGENT_NOTE);
+ $ml[] = new MessageItem(null, "<5>MySQL’s max_allowed_packet
setting, which is " . htmlspecialchars($row[1]) . " bytes, is less than the PHP upload file limit, which is {$max_file_size} bytes. You should update max_allowed_packet
in the system-wide my.cnf
file or the system may not be able to handle large applications", MessageSet::URGENT_NOTE);
}
if ($max_file_size < ini_get_bytes(null, "10M")
&& $max_file_size < $conf->upload_max_filesize()) {
diff --git a/src/userstatus.php b/src/userstatus.php
index b217fdfec..bf906ff42 100644
--- a/src/userstatus.php
+++ b/src/userstatus.php
@@ -1643,7 +1643,8 @@ static function print_topics(UserStatus $us) {
return;
}
$us->cs()->add_section_class("w-text fx1")->print_start_section("Topic interests");
- echo 'Please indicate your interest in reviewing applications on these program topics. We use this information to help match papers to reviewers.
', + echo 'Please indicate your interest in reviewing applications on these program +topics. We use this information to help match applications to reviewers.
', Ht::hidden("has_ti", 1), $us->feedback_html_at("ti"), '