james
8b2de95005
Be a bit smarter with "notimplemented", add API impelmentation status, and basic details to the apidocs page
2010-09-28 20:37:44 +00:00
james
b5ed7c174f
use 'events' and 'locations' instead of 'list' in the return object
2010-09-28 20:24:32 +00:00
jacob
0a02525d14
Added some API functionality used in schoolschedule.php
2010-09-28 20:09:31 +00:00
james
eb3c8f0d77
Add not implemented API comments of what still needs to get done
2010-09-28 19:48:03 +00:00
james
cbcb1743ce
add class clear to CSS so menu's work properly again
2010-09-28 19:07:31 +00:00
james
3e8271c869
Make apidoc valid html
2010-09-27 20:51:16 +00:00
james
c413d54f6d
a few apidoc cleanups
2010-09-27 20:50:37 +00:00
james
0f9588cdf4
Add APIDOC for the rest of the existing api
2010-09-27 20:45:57 +00:00
james
08340544d9
Add api documentation
2010-09-27 20:38:49 +00:00
james
54bf2201de
Oops fix typo
2010-09-27 20:04:12 +00:00
james
55bdb2aec5
Add account/create API
...
Start adding some basic APIDOC comments to be parsed out into documentation later
2010-09-27 19:52:43 +00:00
james
64a0432c55
Add account registration and email address confirmation
2010-09-27 19:13:56 +00:00
jacob
c009ef1e3a
Added user_school.php, a form tab for user to select the school to which they belong. Updated user_edit.php to use it.
2010-09-27 16:14:09 +00:00
james
bce4bdb2b2
Change "pageid" and "NAV_PAGE_ID" to "navident" and "NAV_IDENT" and add the field to the database
...
Add schedule class details to "new" theme
2010-09-23 21:09:04 +00:00
james
8282ceaf96
need tbody for tablesorter
2010-09-23 17:21:47 +00:00
james
ff3ab7151e
Handle topic-menu headings that arent linked
2010-09-23 17:07:19 +00:00
james
a6ec8ef874
Fix the SESSION debug output
2010-09-23 16:41:40 +00:00
james
ffd09ae67e
Fix clicking on secondary nav
2010-09-23 16:37:19 +00:00
james
60c6235649
Re-write the naviagation agian - no more ajax menus, and it auto-selects the first secondary and first tertiary pages when clicking a higher level
2010-09-23 16:17:24 +00:00
james
2292af3206
Use div_prefs and cat_prefs (make the scheduler work again)
...
Give higher preference to not having leftover judges
Treat 'indifferent' cat_prefs as cost=0 even though its a 2 (on the 0-4 scale)
2010-09-22 18:28:51 +00:00
james
a8fa8e7a99
Disable DEPRECATED warnings
2010-09-11 00:53:03 +00:00
james
70d359c15b
PHP 5.3 DEPRECATED split() so, convert all split()'s to explode()'s
2010-09-10 19:38:56 +00:00
useradvocate
517563a97a
TUAG- various tune ups to HTML,CSS
2010-09-09 20:13:48 +00:00
useradvocate
5dab48e574
TUAG- various tune ups to HTML,CSS
2010-09-09 20:13:29 +00:00
useradvocate
eef65869bb
TUAG- various tune ups to HTML,CSS
2010-09-09 20:13:10 +00:00
useradvocate
755b9c8560
TUAG- various tune ups to HTML,CSS
2010-09-09 20:12:41 +00:00
james
c9bf5f4227
get rid of the custom fundraising module primary nav
2010-09-09 16:42:40 +00:00
james
07f2aa208e
Add class="clear to primary and secondary menu's
2010-09-09 15:22:22 +00:00
james
3913bb397d
List all conferences with status in the api call, instead of just the running ones
2010-09-07 19:59:37 +00:00
james
dfb6112e66
Split committee management out
2010-09-03 16:59:05 +00:00
james
a5f309c022
Add session variables and date list by conference to API test page
2010-09-02 19:14:59 +00:00
james
146f557759
Add science olympics teams api to testapi page
2010-09-02 19:01:49 +00:00
james
959843d4c4
Add a simple API test page for checking some api calls
...
Update /api/dates to use current conference id if one isnt specificed
2010-09-02 18:53:48 +00:00
james
6963b7104b
switch conference API
2010-09-02 17:38:13 +00:00
james
c8ada5f7c2
Move the schedule to the teacher account
2010-09-01 19:27:55 +00:00
james
88cdfebdea
Move team management to teacher interface
2010-09-01 17:53:35 +00:00
james
d01a3088b7
dd api for managing science olympics teams
2010-08-31 20:50:11 +00:00
james
de564f3c55
More user stuff to get things workinga gain
...
Add a API module for science olympics
2010-08-31 20:12:41 +00:00
james
ec3be0f10f
More changes to be able to at least barely use the system again
2010-08-31 19:41:32 +00:00
james
3766b0a3f6
Fix navigation when loading a page that exists in the nav structure
2010-08-31 17:41:54 +00:00
james
81f3f3235a
Fix logging in and switching conferences, man, this is becoming a mess
2010-08-31 17:35:58 +00:00
dave
e03902bbec
Merge judge_availablilty into judge_other and delete
...
judge_availability.php
2010-08-31 07:23:49 +00:00
james
4bf2897f18
Add changes for API Authenication and force API to use SSL
2010-08-24 16:04:12 +00:00
dave
05432715e4
fix spacing
2010-08-24 00:04:57 +00:00
dave
49648aed94
Don't validate it right away, that causes the invlaidHandler to be run
...
and the form to be submitted (since in SFIAB we actually want to save a
partially-filled but invalid form). Need anothe way to trigger
validation without also triggering the submission
2010-08-24 00:04:56 +00:00
dave
2db3ce6b9e
Validate the form on load so the user can see the problems right away.
2010-08-24 00:04:53 +00:00
james
56707e4941
Oops sort the menu's correctly, and restrict the editor to one less level than before (as per TUAG request)
2010-08-20 19:59:20 +00:00
james
358d413365
Remove the accordion from the tertiary menu, and move the tertiary menu <div> to the <div id="main"> as specified in TUAG's prototype
2010-08-20 18:16:21 +00:00
james
4143f289af
A few more cleanups, and unfortunately we cant convert the whole $config to javascript, so just do the SFIABDIRECTORY that we need for now, we can add more later
2010-08-20 18:00:47 +00:00
james
030f2030e8
update classic theme too
2010-08-20 17:47:51 +00:00