90d9d0a01dFix reports that show the language of judges when judges havent specified any languages
james
2010-02-11 21:16:26 +00:00
b4d5ec01a9Fix encoding problems on firstname/lastname (and all user_personal) fields
james
2010-02-11 18:13:15 +00:00
3442c2347dDont override the mail encoding as utf-8 - we now store it in the db as ISO, so just use that (the default)
james
2010-02-11 16:47:48 +00:00
a42e042bccFix once and for all the communication module with french/accented characters -- since fckeditor only does utf8, do the conversion immediately to ISO when its submitted, and then allow the system to use ISO everywhere from there on out
james
2010-02-11 16:41:17 +00:00
a1865e267bWhen sending, make sure we check to make sure result is NULL as well, becuase if its cancelled, sent will be NULL but result will be cancelled
james
2010-02-11 15:59:41 +00:00
d8375c0c5fAdd ability to cancel emails in the queue to be sent
james
2010-02-11 15:58:26 +00:00
e077912d9eClarify some fields, add 3 more: captain name, all team members, all team members except captain.
james
2010-02-10 18:52:45 +00:00
5dcbc28d54Fix email sending to not fail if a single email fails, instead, flag it as failed and continue on Better track email sending as well, and add fields for tracking bounces (not implemented yet)
james
2010-02-10 17:05:49 +00:00
496c0400aaDon't include deactivated judges in the judge list
james
2010-02-10 16:15:12 +00:00
56eb43431cFix the existing email check for users with multiple years.
james
2010-02-10 16:02:51 +00:00
5bae61bb04Allow existing parents, principals, mentors, and alumni to create mutlirole accounts.
sfiab-users-makeover
dave
2010-02-10 14:58:10 +00:00
47ee73f3e6Allow existing parents, principals, mentors, and alumni to create mutlirole accounts.
dave
2010-02-10 14:58:10 +00:00
1aa759047aFix the link to the materials
dave
2010-02-10 05:36:16 +00:00
33a9ee5401Show a disabled button for awards with additional materials that have no winners.
dave
2010-02-10 05:36:15 +00:00
d38c57de79Delete entries in the winners table when a project is deleted.
dave
2010-02-10 05:36:14 +00:00
6bd6f971acSend a registration email for new regs for awards that are marked as "this student should be registered in this fair" so the student knows how to login. For non-registration awards, set the status to complete so the project is included in awards.
dave
2010-02-10 05:36:07 +00:00
b1033e2369Fix communication sending when replacements have apostrohpe's in them
james
2010-02-06 22:05:39 +00:00
fb6da3764fsouthern kentucky has 35 divisions. So support up to 50.
dave
2010-02-06 01:13:45 +00:00
faa3742bdaSupport Highest, High, Indiffernt (short and long), and expertise 5,4,3 (short and long) all with the same two functions.
dave
2010-02-04 17:55:07 +00:00
510d4a7e5fAdd support for listing judges div/cat prefs in columns. This now completes everything the judges csv could do. The downside ist hat each fair could have different numbers of divs/cats, so each will have to create the report (and keep it up to date if they change the number of divs/cats)
dave
2010-02-04 17:55:04 +00:00
dc29349e7cFix all other (1) #content loads. We pretty much dont' need that now. Maybe we should create a #content div. :p
dave
2010-02-04 06:48:44 +00:00
4aae875630Apparently in IE7 you can't .load into an <iframe>. But you can .load into a <div>. So there.
dave
2010-02-04 06:48:42 +00:00
ebbfaf42bdFix spelling mistake: Bug #407
james
2010-02-03 19:10:29 +00:00
715afc8e59Fix primary contact radio boxes checked status in IE7
james
2010-02-03 16:53:19 +00:00
29074faacdMove the content-type header out of send_header() so it sends it on ANY request that includes the common.inc (should be every request) This fixes french characters in all the new ajax'd editors, becuase they obviously werent calling send_header() on the request so the encoding was defaulting to UTF8 and causing improperly encoded characters
james
2010-02-03 16:20:23 +00:00
879dc845d9Fix Report dialogs in IE7
james
2010-02-03 16:02:45 +00:00
fd4e72e1f4Fix judge invite only text on user_new to actually show up
james
2010-02-03 00:30:24 +00:00
c527e349c8Disable question fields in the editor that aren't in use.
dave
2010-02-02 19:40:56 +00:00
16567265d6remove a conflict with the $fields variable, wasn'ta bug, but was overwriting the global valiable.
dave
2010-02-02 19:40:55 +00:00
e65f899731Support custom judge questions in the report editor
dave
2010-02-02 19:40:52 +00:00
355447ac76Add highest cat pref selection (for LRSF). Pass the $field into the report column function so the same function can be used for multiple fields with different return values.
dave
2010-02-02 18:19:11 +00:00
5c8bbe16b6Remove the typepref selection, it turned into users_judge.special_award_only.
dave
2010-02-02 17:48:59 +00:00
45864af4af(Commit from Dave): Fix the logic for saving the school teacher. If the user is teacher,judge, and they delete their account, the teacher save in the school editor silently fails (id exists, but user_load returns false). Now it purges the teacher and creates a new one. The downside, is the teacher can remove their contact info without the committee knowing about it. I guess the real fix woudl be to either: Don't allow the account to be deleted if they have a teacher,principal role, or duplicate the account on deletion to retain the teacher contact info.
james
2010-02-01 19:31:03 +00:00
6261919878Add two columns for all divisions the judge selected 5-expert for
dave
2010-02-01 06:30:48 +00:00
34368908bcAdd willing chair, years exp, and highest psd to the judge report
dave
2010-02-01 06:01:02 +00:00
6f22c31be3Don't show local "Download additional mateirals" link for external awards.
dave
2010-01-31 22:07:14 +00:00
a55dd4b9beImplement additional materials download for fairs user
dave
2010-01-28 19:05:35 +00:00
7a2f4c0d3a'notes' is in the user_sponsors table, not the users table.
dave
2010-01-28 08:42:32 +00:00
cf62c55185Remove redundancy
dave
2010-01-28 08:34:35 +00:00
56cbd2dba5Remove redundancy
dave
2010-01-28 08:34:33 +00:00
95a28b4a29Remove debug line
dave
2010-01-28 00:13:42 +00:00
9f9f2053dfProperly upload the project and update the reg email
dave
2010-01-28 00:12:43 +00:00
c8087c54c3Fix a broken link
dave
2010-01-27 20:40:54 +00:00
68977533b2And a missing space
dave
2010-01-27 20:34:30 +00:00
ee855e5f67Fix a missing i18n
dave
2010-01-27 20:34:01 +00:00
505e1a8c91Overhaul the winners entry (add ajax, mutliple fair support, fairs loggin in and entering their own winners)
dave
2010-01-27 20:24:19 +00:00
7d611e531fAdd a 'per_fair' option to the awards, so an award can be treated as a separate award for each feeder fair, allowing the maximum prize assignments from each fair.
dave
2010-01-27 20:24:17 +00:00
7fc721b96fAdd support for URLMAIN and URLLOGIN replacement in communications
dave
2010-01-27 20:24:16 +00:00
29b95e97acUse the smarter name logic in admin/communicaiton.php for shorter code. Add URLMAIN, URLLOGIN to the communicaiton as options, still have to implement them.
dave
2010-01-27 20:24:14 +00:00
f05b4ba677Smarter user name logic
dave
2010-01-27 20:24:13 +00:00
2743d237a2Fix spelling
dave
2010-01-27 20:24:11 +00:00
c959257e79Fix user_password
dave
2010-01-27 20:24:10 +00:00
908e4d51baUse icons in the fair main, need to re-integrate the status checks somehow
dave
2010-01-27 20:24:09 +00:00
e7afdccaafRename 'Science Fair Management' to 'Feeder/Upstream Fair Management'
dave
2010-01-27 20:24:05 +00:00
83cd22a57cFix indentation
dave
2010-01-24 06:47:19 +00:00
547cb36a23Fix the project editor for fairs
dave
2010-01-24 06:47:17 +00:00
436ac1ca7eHandle the fair role in the student editor. Restrict to load/save the fair.
dave
2010-01-24 06:47:16 +00:00
d333175a7bFix displaying lists for fairs
dave
2010-01-24 06:47:14 +00:00
dc326ccf86fix indentation in student_editor
dave
2010-01-24 06:47:12 +00:00
8b3cd2a289Only show fair projects if a fair logs in and uses the reg list
dave
2010-01-24 06:47:11 +00:00
ed6879754dRemember the page for password changes too, and take them there
dave
2010-01-24 06:47:09 +00:00
54fe3bf509Make user_auth_required aceept and array and return the auth user type. If the user is required to login before visiting a page, remember the page, and take them to it once they login.
dave
2010-01-24 06:47:06 +00:00
ff01502192If there are no feeder fairs, dont let them choose any, infact, hide the option completely
james
2010-01-22 19:56:59 +00:00
f695306f92Add a "new project" feature.
dave
2010-01-22 19:26:35 +00:00
4739e3fdf0Add a Registration tab to the student editor (regnum, fair, status)
dave
2010-01-22 19:26:31 +00:00
eb2f9e769fFix the custom judge report -its the only way to get div/cat/lang prefs, and the answers to judge questions
james
2010-01-22 17:43:43 +00:00
5676c39b54Properly load ALL questions for a user, even if they don't have answer records for some of them
james
2010-01-22 17:36:45 +00:00
522ea8206dChange projects.projectdivisions_id and project.projectcategories_id from TINYINT to INT so they match what is allowed in the division and category configuration
james
2010-01-22 04:03:02 +00:00
41347c1934Add missing file
dave
2010-01-21 21:58:02 +00:00
ca8ff11d71More IE7 fixes (extra commas!)
james
2010-01-21 20:56:06 +00:00
7a9ead99eaFix registration list to work with IE7
james
2010-01-21 20:52:59 +00:00
b3db4fb5f6Fix awards page to work with IE7 -- removed extraneous comma's at end of object/arrays
james
2010-01-21 20:48:18 +00:00
931c9603b3Save first, then fix the title
dave
2010-01-21 20:33:04 +00:00
45587ee2f4Fix the title
dave
2010-01-21 20:33:03 +00:00
e53a7056e9Change pointers to the stats list
dave
2010-01-21 20:33:02 +00:00
1f138e52efSave the file before committing
dave
2010-01-21 20:33:01 +00:00
997b54e854New ajax reg list, prevents reloading the list on edit. Move all the stats stuff out.
dave
2010-01-21 20:32:59 +00:00
bc9bfde34fTurn student_editor.php into a set of ajax calls
dave
2010-01-21 20:32:58 +00:00
b15ad9a7e0Turn project_editor.php into ajax handlers
dave
2010-01-21 20:32:57 +00:00
c463c13f01- Tell the user if there are no stats
dave
2010-01-21 20:32:54 +00:00
e20ff584cbVolunteer links should go to type=volunteer not type=sponsor!
james
2010-01-20 20:30:59 +00:00
3ebb655d08Hmmm, add some missins stripslashes.. stupid fucking magic quotes
james
2010-01-19 04:32:12 +00:00
de835bf5f5Add some instructions to the judge divisions groupings page - nobody knows what the heck to do with jdiv groups
james
2010-01-19 04:14:53 +00:00
91cbf39f61Use localized dates/times on judges pages
james
2010-01-19 03:42:25 +00:00
214df4ddbfFix a bug where awards that didtn have a sponsor set didnt show up in the list, also, do the same for award types, though award types hsould never be empty...
james
2010-01-19 03:29:29 +00:00
c67488d375If availability is disabled, dont fail loading judges Fix the team languages array Fix the timeslots checks for schedulerconfig (need round AND timeslots, not just a round)
james
2010-01-18 16:24:34 +00:00
7e6795fd0dSince the previous bug where judge complete status was wrong, we need a chance to recalculate them all, so lets just do it here for now.
james
2010-01-15 15:39:36 +00:00
59da6152ddProperly detect complete status if special awards is turned off
james
2010-01-15 15:20:11 +00:00
c729e0f8daDont let the scheduler run if we have 0 judges available - timmins was in an endless loop since last nite
james
2010-01-15 14:53:24 +00:00
e6b24ff0abRemove the edit icon (you now click anywhere on the row) and fix disabling fields for non-downloaded awards (=0, not null)
james
2010-01-14 18:55:23 +00:00
3c364b84c6oops forgot to commit the getUserForSponsor function!
james
2010-01-14 18:34:33 +00:00
9a44ff29e1Add x-small as tshirt size
james
2010-01-13 22:40:24 +00:00
357263a20bSome extra debug info added while fixing northern bc
james
2010-01-12 06:43:22 +00:00
591f46b29dProperly count the number of judges in each language to check if we have enough
james
2010-01-08 20:25:40 +00:00
d8ba3da289Remove more debugging
james
2010-01-05 18:02:24 +00:00
35a247e225remove debuging
james
2010-01-05 17:59:10 +00:00
3f94324abaJOIN instead of LEFT JOIN on committee members link, incase a member has been deleted we dont want a blank record.. though.. if they have been deleted we should probably delete the link.. hmmm.. well.. this will hide it for now.
james
2010-01-04 17:51:55 +00:00
34d1c02c1dFix broken install script - i hope
james
2010-01-04 16:51:47 +00:00
a6a7d6ffe2More invalid backslashes
james
2009-12-16 19:11:00 +00:00
df0120dd0bSpecial chars the stock (so & converts to &) Add some newlines.. still trying to fix IE7...
james
2009-12-16 18:49:53 +00:00