dave
ec748865b4
- Fix the notice in stats select
2009-09-18 03:30:15 +00:00
dave
20fe1d8b13
- Switch to a global message status area
2009-09-18 03:29:13 +00:00
james
de7d7eb4a7
remove the old dialog include
2009-09-17 21:51:04 +00:00
james
7a9df90f34
Allow add sponsor to be linked from other pages to open the dialog
2009-09-17 21:49:39 +00:00
james
d51b2d9576
Update fundraising to use jquery dialogs instead of my homebrew dialogs
2009-09-17 21:48:57 +00:00
james
ca9b2bb5a1
List the sponsor contacts, all the links still go to the old sponsor_contacts page to be edited, its ugly and gross but at least its accessible
2009-09-17 20:37:44 +00:00
james
ed72fb3944
Add ability to create new sponsors usign the popup editor - basically it posts a sponsor_id=-1 and which causes it to insert a new record, then do the normal save, then it closes and re-opens the editor with the id that is returned by the save post via json
2009-09-17 20:03:56 +00:00
james
c3b532b161
Move awards management to the top - its what will be used the most from here
...
Rename award sponsors to just sponsors, as it now does all types of sponsors
Remove the sponsor contacts, they will shortly be accessible via a tab of the sponsors editor
2009-09-17 19:31:32 +00:00
james
99f1d4726c
Make the default prize template editor work when accessed directly from the awards.php page
2009-09-17 19:30:32 +00:00
james
cb5bb16953
Disable all the other tabs if editing the default prize template
2009-09-17 19:25:14 +00:00
james
8269821a69
blank line
2009-09-17 19:06:31 +00:00
james
b88e10120a
Set the datepicker z-indez so its above the dialogs (so when used within a dialog it wont be below it)
...
Change the width of the translations dialog, so when used from within another dialog (at 0.8) it looks more distinctly a different dialog (at 0.6)
First go at converting the sponsor editor to a tabbed interface, so far the sponsor info tab works and saves but thats it.
2009-09-17 19:05:17 +00:00
james
7b068cd83f
Load the information into the tab when the dialog is opened (fixes it not reloading the data when you close and reopen the dialog)
2009-09-17 18:50:37 +00:00
james
715e72c0c8
Fix the buttons to work, remove the links
2009-09-17 17:10:02 +00:00
dave
1513645e4a
Put in a link to the fair stats
2009-09-17 07:56:06 +00:00
dave
cb6740fa6f
- Update the fair stats to use the new list
...
- Don't have curl dump debug info
2009-09-17 07:13:51 +00:00
dave
6bd4d03941
- Selection screen to select what stats to download from feeder fairs
2009-09-17 07:00:09 +00:00
dave
abd1fda6fe
- Always scrub data before passing it to mysql
2009-09-17 05:53:47 +00:00
dave
0a9053181c
- Fix a reference to the award external identifier
...
- Move the nubmer of available prizes to the top so it's harder to miss.
2009-09-14 05:34:31 +00:00
dave
347d2d5a86
- Use the prize name, rather than the external_identifier to identify the prize. It only has to be unique within each award, which it will be (all prizes should have a name).
2009-09-14 05:33:49 +00:00
dave
a3f8957d96
- add the html for the registration linkage button. does nothing else yet.
2009-09-13 22:23:19 +00:00
dave
1e830e47bc
- Add support for setting the external identifier
2009-09-13 21:58:50 +00:00
dave
d2535f46bc
- Add status area on each page for award div
...
- Redirect all ajax load output to a debug div (which can be turned on with
debug=true). The output has to go somewhere, and it can't go to the
notification div, because it will overwrite what's already there. The ajax
methods emit javascript now to add notifications.
2009-09-13 19:25:03 +00:00
dave
1f830c7845
- Proof of concept floating status messages that go away after a timeout, in
...
the same approx. spot that SFIAB has always put status messages.
2009-09-13 08:33:54 +00:00
dave
e9d3d4ce03
- Database update for feeder fair award info
...
- Load/Save feeder fair awards in the award editor
- Fix all the POSTs in the award editor. .load automatically does a POST if
the data is an array, so we need to call .serializeArray() when we want a
post to happen.
2009-09-13 07:08:12 +00:00
james
99ad03654a
switch the table class for the school list
2009-09-11 16:18:47 +00:00
dave
5d5c91766a
- Remove the order from the ajax save too
2009-09-11 06:36:16 +00:00
dave
1c70110680
Remove the order box from the award info, the main table supports drag and drop.
2009-09-11 06:35:49 +00:00
dave
986b762f4e
- Move some GETs to POSTs
...
- Sort out the header sizes, I think.
2009-09-11 06:12:17 +00:00
dave
0cd1876f0f
- Update the main theme to be a little more sane with fonts (i hope)
...
- remove all references to htabs, we dont' need them anymore.
2009-09-11 06:03:00 +00:00
dave
1a2839b5b2
- Hack up the user editor window to use jquery ui tabs and ajax, sorta. More
...
like a Frankenjax. Needs MAJOR help.
2009-09-11 06:01:01 +00:00
james
d17de3f6e6
Updated and working translations dropdown - simply add class="translatable" anywhere you want something translated
2009-09-11 05:16:37 +00:00
dave
8b9b029e31
- Use jqueryui's tab system instead of our own
...
- Update the tab style so it doesn't look stupid.
2009-09-10 22:52:04 +00:00
james
174d658f2d
Start of a new trasnlation dropdown, commit so maybe dave can help :)
2009-09-10 21:31:51 +00:00
dave
074d39171f
- Implement the generic prize template editor (not fully tested)
...
- Doesn't launch from awards.php yet for some reason.
2009-09-10 17:32:16 +00:00
dave
2270593d65
- Make eligibility saving work.
2009-09-10 08:56:58 +00:00
dave
74ec5fdcfb
- don't need this file anymore, all the functionality (except validation) is
...
implemented in award_awards.php
2009-09-10 08:30:07 +00:00
dave
d50debde12
- Make the main award table sortable by dragging
...
- Implement new/delete award (still needs some eyecandy)
- Update the order tables to recalc the order without fetching it from the server
- Only thing left to do is make sure saving eligiblity works.
:
2009-09-10 08:29:16 +00:00
james
f7bddf5beb
Get rid of all occurences of viewtable and replace with tableview
2009-09-10 04:40:18 +00:00
dave
80c743eb1a
remove a debug statement
2009-09-10 01:24:57 +00:00
dave
aa1d88f7d2
- Prize editor with movable tables. It's still a bit rough, more work needs to be done with turning on /offthings at the right time, but it's all there, and it all works.
2009-09-10 01:23:58 +00:00
dave
8b7a6e14b3
- Convert the popup to use the jquery ui popup
...
- Theme the whole thing
- Remvoe the translation dropdown support for now, it's causing a spurious reload replacing the endire page with a clickable "translations" link
- Add code for the prize editor, not done yet.
2009-09-09 17:06:11 +00:00
james
94ecb59321
Calculate the difference from the probability weighted totals
2009-09-09 03:12:53 +00:00
james
5ec6879149
A couple fundraising changes for readability
2009-09-09 02:39:22 +00:00
james
f963dbf276
Merge all changes from branch r1284:1498 into trunk
2009-09-09 00:26:12 +00:00
james
dc4b197ce9
SSL NOVERIFY on ysf affiliation stats as well
2009-04-06 16:02:40 +00:00
james
a48b121e15
Only show the awards to upload for the current year, and turn off the ssl certificate checking
2009-04-05 16:00:36 +00:00
james
518c53bd82
Turn off the certifiicate validation for the SSL on cwsfregister
2009-04-05 15:45:43 +00:00
justin
eb795267d7
Add original score information to the csv view
2009-04-04 17:09:00 +00:00
justin
0a4223baf4
Sort projects by number instead of title in score entry
2009-04-04 13:59:43 +00:00
justin
e3b440d8da
Fix problem if not all score entries are entered in score entry; and move send_headers earlier to avoid conflict
2009-04-04 13:43:07 +00:00
justin
2328f54721
Modify fix in r1448 to select project state based on the config variable for it
2009-04-04 04:03:05 +00:00
justin
b37f0ef9cc
Attempt to fix issue with IE downloading files
2009-04-04 03:53:48 +00:00
james
02d8723ab6
Allow projects to be manually assigned to judges teams even if their status is paymentpending
2009-04-03 15:12:12 +00:00
james
2f6683d014
Show language problems when a judge is assigned to judge projects in a different language
2009-04-02 16:35:02 +00:00
james
4d0f607981
Avoid divide by 0
2009-04-01 17:30:31 +00:00
james
e2b78cc707
Add a mouseover tooltip to the delete icon, and add a "login" button to login as that student to see waht the studnet sees
2009-03-30 20:06:25 +00:00
james
65e4d29c58
Fix the total check, and rename a variable to not be stupidly named
2009-03-27 20:35:33 +00:00
james
32222526a8
Add judge language criteria to judge scheduler check before allowing the scheduler to run
2009-03-27 20:31:57 +00:00
james
1b6b245e37
Create (and protect) a logs data/logs folder and store annealer logs there incase they're needed down the road
2009-03-24 16:58:02 +00:00
james
b3bbd801ef
Committing a comment to the annealer to look at down the road, ideas from Kris to speed up the scheduler when the cost isnt changing, instead of waiting for the temperature to fall slowly, speed it up when the acceptance rate is really good or really bad
2009-03-24 16:52:10 +00:00
james
4b3455f730
Increase email field size
...
Fall back to projectnumber sorting after projectsort (incase people manually set the project numbers in the project number field, and leave the projectsort empty
2009-03-24 15:08:51 +00:00
james
666f4ce720
Add type pref to the judges list, so it cna be filtered on to generate nametag lists for only special awards judges
2009-03-19 18:54:34 +00:00
james
69849468ce
Fix judges query for judges not active this year
2009-03-17 18:42:12 +00:00
james
35276b7475
Don't export deleted judges
2009-03-09 17:26:00 +00:00
james
3880628596
Sort the list of years in the report generator screen
2009-03-09 16:50:58 +00:00
james
6db3c8ef37
Dont include deleted judges in reports, ever.
2009-03-09 16:38:06 +00:00
james
7674cf3fbe
Fix a divide by zero when "scale columns" was set to yes, but there were no scalable columns to scale
2009-03-05 20:55:06 +00:00
james
2fafcfd844
double negatives ftw... now do it properly -- do not email deleted judges!
2009-02-16 23:34:03 +00:00
james
7cbd70577e
Oops missed an AND
2009-02-16 23:32:02 +00:00
james
b8c9d10be0
Never email judges that have been deleted. This will all change once branch gets merged in, but fixes the fairs for this year at least.
2009-02-16 23:28:47 +00:00
james
91270b79ac
Don't verify the SSL certificate - temporary workaround for CURL's ca-cert bundle not properly authetnicating the YSF SSL cert.
2009-02-11 22:41:18 +00:00
justin
7bd94c3782
Add judging score entry for Renfrew County fair
2009-01-17 19:45:42 +00:00
james
544c6f4580
Allow upscaling widths as well as downscaling widths if they select "scale column widths to fit page width"
2008-11-20 18:21:56 +00:00
james
cc619e3422
Make summary scalable
2008-11-20 18:20:04 +00:00
james
3d30262af5
Only show the label layout if the type is label
2008-11-20 18:17:57 +00:00
james
065cb658bb
Make the translations page much more compact
...
Backport translations dropdown fix from branch
2008-11-03 02:11:52 +00:00
james
b45ef040bb
Make the translations manager much mroe user friendly:
...
1) can edit more than one translation at a time
2) can delete more than one translation at a time
2008-10-30 17:57:05 +00:00
james
fca6ce64b0
Show a sample of what the label is going to look like laid out using DIV's and HTML, this is the first start of implementing a full editor :)
2008-10-16 19:13:59 +00:00
james
b3bfb560f9
Add a bunch of missing i18n()'s
2008-10-06 19:09:00 +00:00
james
bfb471011a
- Fix a bug where the special awards annealer would overwrite the last jteam
...
- Add an alternative (but commented out) array population for the annealer
- Leave in some of the debug statements, they don't hurt anything.
2008-09-17 18:04:50 +00:00
james
87841466e6
Hmm, re-add the "Internal Document Management" that somehow got left out from the conversion to icons!
2008-09-17 14:30:18 +00:00
james
642dac036f
Add participants last year and participants all years to communications system
2008-09-17 14:23:30 +00:00
james
4d0ff8f327
properly fix the team naming/sorting issue
2008-09-16 19:38:27 +00:00
james
bed8cc9d9e
If a jdiv has no projects, then it definitely doesnt need any judging teams to judge those 0 projects
2008-09-16 18:44:25 +00:00
james
de185f07f4
sort the divs and cats so the team names are consistent
2008-09-16 18:37:23 +00:00
james
c87ea3b37e
Add administration and configuration icons
2008-08-26 21:42:17 +00:00
james
02e88f4f29
Re-order the admin page to make more sense.
2008-08-26 20:45:29 +00:00
james
ca5515a335
Put admin icons in the title of each page
2008-08-22 20:50:38 +00:00
james
32dfcda427
Fix website content management icon name
2008-08-22 20:48:50 +00:00
james
4f6749d5da
Remove an extraneous <br />
2008-08-22 20:18:17 +00:00
james
2d20b0887b
Add about 1/2 the icons for the config page
2008-08-22 19:12:53 +00:00
james
cbf1c371ff
Move cms from config to admin
...
Add icon and link it into the admin index
2008-08-22 17:21:35 +00:00
james
8b5fc1c905
Shrink the summarytable headers a bit in size
...
Add the content management front-end file
Add the content management back-end file - its not quite done yet
2008-08-20 20:25:42 +00:00
james
251138248d
Show disabled icons
2008-07-24 17:27:59 +00:00
james
267d228aaf
Add more icons
2008-07-24 17:15:42 +00:00
james
bfc32c305b
Oops fix typos
2008-07-24 16:35:37 +00:00
james
cd24825e71
Add some more icons
2008-07-24 16:32:43 +00:00
james
517455ee13
Migrate css to a theme and setup to allow multiple themes
...
Begin adding icons to the default theme and reorganizing the admin index
2008-07-24 16:20:16 +00:00
james
a42812ce27
switch communication from using an echo to the at command now +1 minute to exec immediately piping the output to /dev/null and redirecrting stderr as well
2008-07-17 18:33:11 +00:00