Ethics questions can now be asked as a required field for each project.
To activate this feature navigate to Configuration >> Configuration Variables >> Participant Registration
and change “Ask if the project requires human and/or animal participants” to “Yes”.
All projects with human and/or animal participants can be selected using the Report Editor.
Under “Input Received Signature Forms” a button called “Receive All” was created.
Clicking this button will cause the program to assign project numbers and mark the
signature page as received for all students who have completed the registration process.
Confirmation emails are sent to each student that had their signature page marked as received.
"Remove Old Judge Data" and "Remove Old Emergency Contact/Parent Data" was added to
"Database Backup/Restore". These permanently remove all information from the database
about these two respective groups. This means that all historical data will be lost but
the most recent information about judges and emergency contacts remains. Cleaning the database
this way dramatically improves the speed of the user editor. Make sure the database has been
backed up before trying these.
The judge's name now appears on the cancellation popup window when deleting an individual judge.
Fixes the problem reported by waterloo, where the preg to count words was not counting words the same as the real word counter (602 vs 598 in the one i was looking at)
titles (defaults to off)
- Renumber the order of the config variables in Participant Registration, it's
getting a bit crowded
- Fill in some missing types for config variables
the project number field if blank).
- Add a new number option 'X', which counts among ALL projects, not just the
ones in the same division/cat.
- Add a padding argument to N or X (N0...N9) defaults to 2 for N, and 3 for X.
- Adds 3 columns to the project table:
- projectsort: for storing the expanded text
- projectnumber_seq: for storing the N or X number for projects
- projectsort_seq: for storing the N or X number for the sort order
- Add a new config option for sorting, and expand the text for the
projectnumber.
- Change the default sorting for reports and project lists to use the
projectsort category.
- Remove the gvrsf_tn option from the database, it's not needed now.
tours after the assignemnts are done
- Always report the Tour status as complete if tour assignments have been done
(rank 0 tours exist)
- Inform the participant of their tour assignment if assignments are done
- Hardcode add a special award to the top of the list "I do not wish to
nominate for any special awards". Allow the
project_specialawards_link.award_awards_id field to become NULL, and set it
to NULL if the student selects this award.
- Fix the display of the award status based on whether the student has or has
not specified that they do not wish to nominate for special awards.
- Add an option to the project editor to regenerate the project number
- Fix a bug in the project number generation. Include YEAR in the project
number check (and in the number generation) so we don't find a project from
last year (that already has a number), and decide not to generate one for a
project from this year. The $checkNumQuery was returning 2 rows.. one from
2006, one from 2007. Two projects from different years had the same
registrations.num (665983) in my test.. about 10% of the projects at the VDSF
collided with numbers from previous years.
- Admin can use the tour manager to add tours
- Admin can use the config variables to enable tours, and select the min/max number of tour choices.
- Students will see a "Tour Selection" section of registration, which is incomplete until the student has selected at least a minimum number of tours.... actually, this may be broken.. Need to look at it further..
1) add (preliminary) special awards nominations for students
2) add css right-margin to summarytable class
3) add new table for projets-specialawards-link
4) move projects.inc.php from admin/ to / (so particpant registration can use it)