dave
35ac906671
- Change the report name to be consistent with other naming
2009-09-18 05:37:21 +00:00
dave
7a2e0b2b7e
- Add a feeder fair statisics report type and report
2009-09-18 05:35:13 +00:00
dave
6fb6b9b25f
- Fix the two broken communication queries
2009-09-18 04:04:20 +00:00
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
b326d4468a
Remove the old homebrew dialog
2009-09-17 21:50:23 +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
38d3711ace
- Send the stats gathering list from the fair info
2009-09-17 07:14:12 +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
792a581357
Put the debug DIV in a sensible location
2009-09-17 06:48:52 +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
6a3eacaf9a
- typo
2009-09-14 04:41: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
38fdd32f3a
- Update xmltransport, which isn't really XML anymore, to use the fairs_awards_link table. Also send the upload_winners status (do I need to update an API spec somewhere?)
2009-09-13 22:04:27 +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
dave
60146110b2
- Restore the admin table font size.
2009-09-11 17:52:30 +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
8f29090c38
- Load .js for popups too, but pretty soon we won't need this popup function at all.
2009-09-11 06:11:43 +00:00
dave
34c3cb64db
- Use existing classes instead of inventing new ones
2009-09-11 06:11:08 +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
29f0d1ac07
Helps if you use the right filename, definitely almost 2am
2009-09-11 05:47:58 +00:00
james
3d4f12117b
oops, properl close the script tag
2009-09-11 05:44:10 +00:00
james
dd51217bc0
Remove the old translationsdropdowns
2009-09-11 05:38:29 +00:00
james
bef9c279ec
rework/rename the translationeditor
2009-09-11 05:33:41 +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
54739b72b5
Make the row being dragged a different colour
2009-09-11 04:18:12 +00:00
dave
f260f5bf94
We don't need this file now
2009-09-10 22:52:48 +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