1028 Commits

Author SHA1 Message Date
66aeb66fda Fix formatting and syntax 2025-02-10 03:39:30 +00:00
4a19fefe79 Fix various sections (by Arman) 2025-02-09 18:41:20 +00:00
a6a46ec556 Refactor SQL queries 2025-02-09 17:24:37 +00:00
fcea5135c0 Hide YSC pages and simplify the interface 2025-02-06 16:11:24 +00:00
93554bd67a Hash passwords in database without affecting program functionality 2025-02-01 22:04:28 +00:00
51650c4f34 Resolve errors, improve code style, and remove legacy dependencies 2025-01-29 03:30:48 +00:00
81641435d0 Various syntax fixes 2025-01-28 17:33:03 -05:00
bb807eab04 Various fixes towards fundraising 2025-01-28 14:58:54 -05:00
5ed439b42a Fix translations 2025-01-28 14:33:16 -05:00
a96799d516 Resolved the issue of jquery tabs not showing up content. 2025-01-22 00:47:58 -05:00
6b2394d4e0 Removed the warnings from judging scheduler log files. 2025-01-21 02:07:33 -05:00
1739b5dbe6 Removed disabled features from "Fair Administration" and disabled the respective configuration options. 2025-01-19 22:03:25 -05:00
8569fb79f8 Removed errors and warnings in the judging scheduler (still does not work as intended) 2025-01-19 21:13:25 -05:00
689d0a8092 Resolved jquery errors 2025-01-16 21:58:21 -05:00
53d5330862 Initial fixes for Judging Scheduler 2025-01-16 21:32:28 -05:00
e418e22435 Improve Responsive UI for admin pages 2025-01-16 21:32:13 -05:00
b60bcd9909 Resolved errors on the judge scheduler configuration page 2025-01-06 21:21:11 -05:00
ba00a86a41 Create/modify appeal button on Appeal Management page shows up content now when clicked 2025-01-05 16:04:50 -05:00
637c2f748e fixed the issue of provinces being not displayed in the dropdown. I had not specified which type of fetch operation it was. 2025-01-03 16:15:26 -05:00
a988f61a34 Replaced all $pdo->errorInfo() with show_pdo_errors_if_any() 2025-01-03 15:15:13 -05:00
c411d2bc49 Fixed the SQL error in pagetext.php. Removed UNIQUE constraint on a column name in table to make it work. 2025-01-03 14:55:12 -05:00
ba6e7156cb Fixed the sql error on signature page. Used bind params to assign variables into the query. Did some other changes to other files as well, my bad. But the sql error is the big change. 2025-01-02 10:54:18 -05:00
10ab500ece Resolved the issue of misssing pdo execute statements and replacing echo $pdo->errorInfo() with show_pdo_error_if_any() in communication.php 2025-01-01 18:20:33 -05:00
6c9b2ec063 Resolved the issue of warnings showing up when trying to add a new shool under school management. 2025-01-01 17:23:20 -05:00
e869c34ad5 Resolved errors and issues for Configuration menu 2025-01-01 10:14:13 -05:00
36996267e0 Resolved warning and issues for Fair administration except print/expoert reports and print award ceremony script 2024-12-31 19:12:42 -05:00
4c698b29e1 warnings and errors 2024-12-20 15:48:48 -05:00
bc588358ee Fix PDO and Warnings continued 2024-12-19 22:29:06 -05:00
cce7d93023 Fix usage of get_value_from_array 2024-12-18 14:27:47 -05:00
ea287cd7af WIP PDO and Warnings 2024-12-18 11:48:09 -05:00
974eb738f3 errors 2024-12-17 01:34:35 -05:00
9892d738d4 Complete initial pass of sql conversion 2024-12-12 16:24:45 -05:00
f7c6c506a1 Mysql conversion 2024-12-10 19:40:23 -05:00
bab11c9228 sql queries 2024-12-08 02:49:02 -05:00
f0977fb55d sql queries 2024-12-08 02:42:00 -05:00
cb7481c01e sqlerrors 2024-12-06 20:54:02 -05:00
d6df555fc4 Converted sql to pdo 2024-11-27 10:47:41 -05:00
6af995ce3c Removed Chat 2024-11-25 19:24:39 -05:00
e4995bbc3d First pass for PHP/MariaDB updates 2024-11-25 18:06:33 -05:00
james
01ea27a39f add encoding to htmlspecialchars 2019-03-07 21:33:42 +00:00
idziak
28070d19cc These changes were done by Sebastian Ruan
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.
2015-05-06 16:55:46 +00:00
idziak
21636ce272 These changes were done by Sebastian Ruan
Allow the fair to choose calling the signature page either a signature page or a permission form.
Add a comment box for each judge that can only be read by a committee member.  Adding a comment will set a flag in the "manage judges" list.
Add "Update User" button to the list of judges so that a committee member can update a judge to the current year without having to log in as the judge.
2015-04-08 21:13:02 +00:00
idziak
9ec497df9f These changes were done by Richard Sin
Increase the number of sorting and grouping fiels in the Reports Editor
Fix display list when emailing schools
Add "Judge -- Other Expertise" to Reports Editor
Add "Award -- Script Order" to allow student reports to be sorted the same way they appear on the "Award Ceremony Script"
2015-03-20 19:24:37 +00:00
james
2b8416ed8e Added an optionally included county field to the student data. 2015-01-14 18:06:07 +00:00
james
c4c985ce3f remove brackets from project number in list so it can be typed in 2014-04-05 14:02:46 +00:00
idziak
f1cd9bcb5b Select Project Type field added to the project editor.
A flag in the configuration variables under Particpant Registration
must be set to enable this.
Project types are Experiment, Innovation, and Study

Comment text box has been added to the project editor.  This is only seen by 
fair administrators and not by the student.  Information related to project
safety can be flagged here.  If text is present in this box, a flag appears
in the Registration Management list.

Project summaries longer than one page now print out properly.  Blank pages 
are still sometimes printed after long sumaries.

Choose Email Recipients query has been modified so that the most recent
email address for judges is now used.

Reports Editor has been changed so that cheques can be written for
individual students as well as one cheque per project.  New report
data (split) has been added to make this work.
2014-02-27 21:38:16 +00:00
james
224520e33a Add safetyquestion answers to student report fields 2013-03-26 18:12:41 +00:00
james
1c33c03d81 Add a field to show the specific special award that a special award judge has signed up for. 2013-03-13 19:45:23 +00:00
james
7d77c47614 Test again 2013-02-20 21:21:23 +00:00
james
85571aefa2 remove a blank line.. yea. really im just re-testing commit scripts because the mailer failed. 2013-02-20 21:20:26 +00:00