Commit Graph

1791 Commits

Author SHA1 Message Date
dave
2332d89736 Generate JPG logos too. PDF uses JPG internally, so for TCPDF it's handy
to have a JPG logo around (TCPDF takes FOREVER to generate a JPG
internally, because it uses GD.  :p  )
2010-03-31 05:52:52 +00:00
dave
c42748989b Add xsmall to report too 2010-03-31 04:50:55 +00:00
dave
8d8bcdad94 Add available in round1,round2 to the judge report 2010-03-31 04:07:26 +00:00
james
69eb9a2817 add the tablesort jquery plugin (jacob forgot it)
needs to be trimmed back theres wxtra crap in the folder
2010-03-30 23:33:27 +00:00
jacob
b632b6c932 Adding sortable columns to tables 2010-03-30 21:59:04 +00:00
james
ac10772214 Let everyone know that they need to re-download all of their awards before uploading will work 2010-03-30 17:45:37 +00:00
james
dcd9e825ea Make the message look a bit nicer (output the message if we have it, instead of print_r'ing the whole result) 2010-03-30 17:22:55 +00:00
james
2f38386967 set enable_stats to 'no' for YSO 2010-03-30 17:03:58 +00:00
james
c238997eed Only show fairs in the fair upload stats that have enable_stats turned on 2010-03-30 17:01:27 +00:00
james
80ff166203 Set prize external_identifier on award download properly. Send proper xml array (prizes[0]prize[0], not prizes[0]prizes[0]) to ysc servers. Handle postback url properly (typo) 2010-03-30 16:47:30 +00:00
jacob
7cd9f21434 Small wording fix for bug #461 2010-03-30 16:08:57 +00:00
james
e18264232d CWSF divisions changed this year, hopefully we catch this before many fairs used it :( 2010-03-30 15:06:08 +00:00
dave
9935b92d31 tcpdf based signature form that that is a replacement for the regular
one  (after all the fairs are over copy this file over
register_participants_signature.pdf)
2010-03-30 07:02:16 +00:00
dave
a24df7f144 Change header size, add custom footer. 2010-03-30 07:02:15 +00:00
dave
96601ce1f4 Fix the top margin. 2010-03-30 07:02:11 +00:00
james
cbab7c7fa8 also convert an ending </div> into a newline when converting html to text 2010-03-30 04:39:56 +00:00
james
3fce787126 Actually, wrap at 75 not 78, to leave room for a few quoted replies 2010-03-30 04:03:23 +00:00
james
3116d8f232 When converting HTML to TEXT, wrap at 78 chars, some mail servers wont accept emails with very long lines 2010-03-30 04:01:38 +00:00
dave
8aec6a23e6 Typo 2010-03-29 21:47:25 +00:00
james
1e0c502de8 reload the report list in the callback after the report list is saved, otherwise the reload causes a race condition with the json and (in my case) usually the reload wins. 2010-03-29 20:57:04 +00:00
james
da17e3461c Show the report name instead of the report id in the dialog title 2010-03-29 20:46:53 +00:00
james
6d4186182e Show the total number of prizes available for the award, instead of the number of prize records for the award (a single prize record can have mutliple prizes available). 2010-03-29 20:10:27 +00:00
james
ad7051a6c9 Add Project -- Rank to student reports too, so it can be in the Special Award Nominations list given to judges. 2010-03-29 19:48:12 +00:00
dave
caa761e34a Properly save username if different from email.. will probably depricate
the whole username/email thing next year anyway
2010-03-29 19:33:29 +00:00
dave
74ea0b7050 Only consider complete/paymentpending for tour scheduling. 2010-03-29 07:50:49 +00:00
jacob
6ecfb4ab42 Fix for bug #457 - Error in generating report that included the sponsor DB ID field 2010-03-26 17:41:44 +00:00
jacob
6e4d1018f8 Fix for bug #460, missing column prevented the Judges report from generating successfully 2010-03-26 15:52:03 +00:00
dave
14ea96dddc fix typo 2010-03-26 06:12:42 +00:00
dave
149cc6551f Clarify the "go ahead anyway" message to include "the scheduelr may not
work at all"
2010-03-26 06:03:37 +00:00
dave
5052234670 Check for special award timeslots if the scheduler is configured to
schedule special award judges
2010-03-26 06:03:31 +00:00
james
9afcd82523 Oops revert part of the last commit - that wasnt supposed to be there 2010-03-25 22:11:19 +00:00
james
096287908d Dont show weird infinity / nan messages 2010-03-25 21:22:40 +00:00
james
a3417c7a50 Add a parameter to the launcher just so we can tell which fair its running for 2010-03-25 20:52:40 +00:00
james
bf0d2bb1de Add //TRANSLIT to the conversion fields on the administrator's student editor as well 2010-03-25 14:29:09 +00:00
james
c9f5c0164f Fix smart quotes and funky ms characters in the new administrator's project editor (for title and summary) as well 2010-03-25 14:27:13 +00:00
james
07902b107e Fix smart-quotes and other funky characters in email messages - need to //TRANSLIT convert _before_ escaping for the query 2010-03-25 14:23:25 +00:00
dave
a821cd3e3c typo 2010-03-25 04:36:47 +00:00
dave
9b10cdcdc0 Don't let anyone even turn on this option 2010-03-25 04:34:22 +00:00
dave
8ee1f36f90 TCPDF support library and label generation code that uses TCPDF. All
other stuff still works, this only adds on.  And on second thought, I
should probably disable the report type that would let someone use this.
2010-03-25 04:27:33 +00:00
dave
be6c5a27c9 Ignore email addreses that start with a * 2010-03-25 04:27:31 +00:00
james
a28b0e8444 Formatting cleanups and style cleanups
Also moved the school to be beside the first students name instead of beside the project title -- i was seeing a LOT of projects with long titles overlapping with the school name.
2010-03-23 17:30:19 +00:00
james
ea58b4b6a8 Add a "setDefaultFontSize" function to lpdf, and set it to something reasonable for backwards compatability
Update lpdf's table functions to honour the default font size setting.

(this works great, except for the column widths -  if you choose a font-size too big, its not oging to fit in the pre-defined column widths.)
2010-03-23 16:42:59 +00:00
james
b34ad909b5 Add an empty "Rank" column for judges to specify the rank of a project 2010-03-23 16:03:28 +00:00
dave
6635115ab9 Upgrade TCPDF 2010-03-23 08:15:07 +00:00
idziak
c5420a82b9 added nicely formatted output option for awards script 2010-03-22 02:22:20 +00:00
idziak
10f41e00f9 added nicely formatted output option for awards script 2010-03-22 02:22:04 +00:00
idziak
b5c795b317 addTextX function added 2010-03-22 02:20:04 +00:00
dave
96c3b65cd5 Start uploaded winners as "open", not "new", so if it's an upload for a
winner that needs to login, it won't create a new student for them, the
student already exists.
2010-03-20 06:08:47 +00:00
dave
d3c0746949 Allow committee to save xsmall tshirts too 2010-03-19 16:12:41 +00:00
james
1e4b1d4e2a i18n() all the info on the login page 2010-03-18 15:16:45 +00:00