Skip to content

Commit

Permalink
To 2.102.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Aug 9, 2018
1 parent 0872fc3 commit bcfab49
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 10 deletions.
42 changes: 37 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,50 @@
HotCRP NEWS
===========

## Version 2.102
## Version 2.102 - 9.Aug.2018

* Support integration with Lutz Prechelt’s [Review Quality Collector][].

* Support anonymous PC discussion (comments are identified as by, e.g.,
“Reviewer A”).

* Add a new conflict assigner that lists *all* potential conflicts, with
helpful information.

* Improve affiliation matching.
* Standardize collaborators storage format.
* External reviews can be requested with delegation to the chair only if
there’s an apparent conflict.

* Many bug fixes and usability improvements. Important bugs include one where
reviews looked ugly, several concerning paper list display and
override-conflicts mode (e.g., sort order, statistics), some search bugs
(e.g., with ranges of scores), and some where complex Unicode strings would
cause breakage. Support emoji names.

* Streamline some settings, including track permissions and submission fields.
Some features are removed from open-source HotCRP.

* Faster performance for some DB queries and for some graphs. Support
simultaneous download from S3.

* Support very long session-based paper lists that would otherwise overflow
cookie size limits.

* Improve review rating UI.

* Improve assignment page UI.

* Support CDF graphs by *review* rather than paper.

* Use the term “submission” in preference to “paper” (in many places).

* Internal refactoring continues. Remove `$_REQUEST`; reduce reliance on
inline Javascript handlers.
inline Javascript handlers; simplify database schema. Further introduction
of expansion plans, such as for mail keywords.

* Support PHP 7.2; stop supporting PHP 5.5.

* Many bug fixes and usability improvements, including a bug where reviews
looked ugly.


## Version 2.101 - 18.Oct.2017

Expand Down
2 changes: 1 addition & 1 deletion src/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// init.php -- HotCRP initialization (test or site)
// Copyright (c) 2006-2018 Eddie Kohler; see LICENSE.

define("HOTCRP_VERSION", "2.101");
define("HOTCRP_VERSION", "2.102");

// All review types must be 1 digit
define("REVIEW_META", 5);
Expand Down
11 changes: 7 additions & 4 deletions src/tarball.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export VERSION=2.101
export VERSION=2.102

# check that schema.sql and updateschema.php agree on schema version
updatenum=`grep 'settings.*allowPaperOption.*=\|update_schema_version' src/updateschema.php | tail -n 1 | sed 's/.*= *//;s/.*[(] *//;s/[;)].*//'`
Expand Down Expand Up @@ -78,6 +78,7 @@ users.php
batch/.htaccess
batch/addusers.php
batch/checkinvariants.php
batch/deletepapers.php
batch/fixdelegation.php
batch/killinactivedoc.php
batch/s3test.php
Expand Down Expand Up @@ -187,7 +188,7 @@ src/formatspec.php
src/formula.php
src/formulagraph.php
src/groupedextensions.php
src/help/h_chairsgude.php
src/help/h_chairsguide.php
src/help/h_formulas.php
src/help/h_keywords.php
src/help/h_ranking.php
Expand Down Expand Up @@ -250,6 +251,7 @@ src/paperstatus.php
src/papertable.php
src/paperrank.php
src/review.php
src/reviewdiffinfo.php
src/reviewinfo.php
src/reviewtable.php
src/reviewtimes.php
Expand All @@ -261,6 +263,7 @@ src/search/st_conflict.php
src/search/st_decision.php
src/search/st_editfinal.php
src/search/st_formula.php
src/search/st_option.php
src/search/st_paperpc.php
src/search/st_paperstatus.php
src/search/st_pdf.php
Expand Down Expand Up @@ -293,7 +296,7 @@ src/updateschema.php
src/useractions.php
src/userstatus.php
extra/hotcrp.vim
devel/hotcrp.vim
images/.htaccess
images/_.gif
Expand Down Expand Up @@ -339,7 +342,6 @@ images/review24.png
images/review48.png
images/sortdown.png
images/sortup.png
images/sprite.png
images/stophand45.png
images/txt.png
images/txt24.png
Expand All @@ -353,6 +355,7 @@ scripts/buzzer.js
scripts/graph.js
scripts/jquery-1.12.4.min.js
scripts/jquery-1.12.4.min.map
scripts/jquery-3.3.1.min.js
scripts/script.js
scripts/settings.js
Expand Down

0 comments on commit bcfab49

Please sign in to comment.