12003-10-12  Dirk Grunwald  <grunwald@systems.cs.colorado.edu>
2
3	* Code/SuckInOSDIPaper.php-not-via-apache: Add to CVS repository for future conferences.
4
52003-10-07  Dirk Grunwald  <grunwald@home.cs.colorado.edu>
6
7	* Chair/AssignPapers.php: Fix us of $Me rathe than $_Session[Me]
8
92003-10-02  Dirk Grunwald  <grunwald@home.cs.colorado.edu>
10
11	* Download/GetPaper.php: add backup mechanism to download paper
12	due to problem with MobiSys/etc using /Download/GetPaper/<id>. I
13	don't know why this occurs, but this makes it an explicit paper
14	link with a passed in paperId. Other code (in 'GetPaper') is still
15	preserved.
16
172003-09-27  Dirk Grunwald  <grunwald@systems.cs.colorado.edu>
18
19	* PC/PCAllAnonReviewsForPaper.php: Add options to allow conference
20	package to fine-tune display of information to PC members during
21	the PC meeting (author, unfinished reviews, reviewer information)
22	Also, fix numerous mistakes introduced by MICRO36.
23
24	* Chair/ModifyPaper.php: Change ModifyPaper to use standard paper
25	edit form in Author/PaperForm.inc
26
272002-08-02  Dirk Grunwald  <grunwald@esl.cs.colorado.edu>
28
29	* Author/SubmitResponse.php: strip slashes from authors comments
30	since they're added when saving.
31
322002-08-01  Dirk Grunwald  <grunwald@systems.cs.colorado.edu>
33
34	* Chair/SendMail.php: Add corresponding option to menu.
35
36	* Chair/SendMail2.php: Add mechanism to send mail to all people
37	who have been asked to review a paper but haven't started or
38	finished a review. Only based on ReviewRequest.
39
402002-02-15    <grunwald@lifebook.dyndns.org>
41
42	* Assistant/AssistantListPapers.php: Remove special "finalized"
43	hack since the more general "ModifyPaper" has been added.
44
452002-02-15  Dirk Grunwald  <grunwald@esl.cs.colorado.edu>
46
47	* Change database functions in all files to use PEAR::DB files
48
492002-02-05  Dirk Grunwald  <grunwald@esl.cs.colorado.edu>
50
51	* All/UpdateContactInfo.php: Added infoMsg asking you to update
52	your first/last name if they're not set. This is used as target of
53	redirection from /index.php.
54
55	* index.php: Added check to see if user first/last name are set
56	and if not, user is redirected to the "contact information" page
57	to update their information.
58
592002-02-02    <grunwald@lifebook.dyndns.org>
60
61	*  (All): Remove use of ASP tags, using <? and ?> tags throughout
62
63