justin
45e1e79072
make showing the winners link optional
2010-07-13 20:18:50 +00:00
jacob
6eab783fb6
Fixed an omission in the script - user ID's were not being updated in the users table to point to the appropriate record in the accounts table
2010-07-13 20:07:06 +00:00
jacob
a1455b30b6
Three small fixes:
...
1) Needed to include deleted records that were getting omitted
2) typo in debug output
3) "users" records with a year of 0 get deleted after the corresponding "accounts" record is created
2010-07-13 17:01:50 +00:00
james
282c2599ce
Put update 196 back in after dave somehow removed it?!
2010-07-13 13:40:44 +00:00
dave
1be2301844
Add an oid field to confrences so we know which conferences are the same
...
year after year.. we should probably keep the "year" column there too..
it's easier to query that than querying the config variables to find all
the years taht the conference was active (needed for ceremony script and
report generation)
2010-07-13 05:20:37 +00:00
dave
ccf1b9c453
Fix an update bug. The code needs to be run to set the conference ID
...
before we can build a UNIQUE index on the conference id.
2010-07-13 04:25:00 +00:00
dave
8d1c6e1cd4
Add an option to bypass the actual db version update write to the
...
database, so for testing the same update can be applied over and over
without needing to update the db.
2010-07-13 03:30:14 +00:00
dave
56987c174a
update db version
2010-07-13 03:30:10 +00:00
dave
f5618851dd
Remvoe old db update
2010-07-13 03:30:09 +00:00
dave
61a9d73835
Move db updates to 197
2010-07-13 03:30:07 +00:00
dave
801d2580be
Add config/admin roles and conversion script
2010-07-13 03:30:06 +00:00
dave
2e17685fc2
More fields for hte account
2010-07-13 03:30:05 +00:00
dave
514c1f12b9
Move my 196 update to 198. Add conferences_id migration to users table
2010-07-13 03:30:04 +00:00
dave
68737a68b7
Move 196 upfdate to 198. I have a big 196 already committeed to my
...
local tree, and james is working on 197.
2010-07-13 03:30:02 +00:00
justin
7b90784828
add support to link to fair website
2010-07-11 14:46:44 +00:00
jacob
2aa8e3805a
quick patch
2010-07-06 17:50:52 +00:00
jacob
887610f5e3
Added script for copying/converting user data into the new format, populating the accounts and user_roles table
...
Modified user.inc and user_login to handle authentication on the new accounts table
2010-07-06 15:32:26 +00:00
james
548ebf24db
Updates and cleanups to the installer
2010-07-05 19:37:24 +00:00
jacob
07f76fdac8
Addded a pendingemail field to the accounts table
2010-06-24 14:45:51 +00:00
jacob
1743beb14e
Populating the roles table, add "superuser" field to the accounts table
2010-06-23 20:45:12 +00:00
james
41ca527d20
Use proper fieldname conventions
2010-06-23 19:58:33 +00:00
jacob
55b5080575
Added new databases for user/role management
2010-06-23 19:45:33 +00:00
james
4faa4b8dc4
Migrate all dates to use conferences ONLY, instead of dual conference/FAIRYEAR setup
2010-06-23 16:06:01 +00:00
james
b7f3274543
Massive overhaul of the configuration variables
...
- split into system variables and conference variables
- rely on conference_id instead of year
2010-06-22 21:32:03 +00:00
jacob
964a855275
DB table for linking users to teams in events
2010-06-22 14:53:08 +00:00
james
4f65058f59
Migrate config options theme
and theme_icons
from Global(FAIRYEAR) to Special(no fair year associated)
2010-06-17 20:56:03 +00:00
james
6c4a54fe94
Create science fair conferences for all past years that the system knows about
...
Also add a temporary year field to the conferences table, to make migration easier (easier to find a conference id for a given science fair year)
2010-06-17 20:03:45 +00:00
james
e1ef58f988
Oops fix my missing semicolon now
2010-06-17 15:14:36 +00:00
jacob
13bc1b3d9a
D'OH
2010-06-17 15:11:59 +00:00
jacob
970ac57f21
syntax error in the earlier version
2010-06-17 15:11:04 +00:00
james
56b5e8269a
add defaults for min/max team size and number of teams to each event
...
pull those defaults when creating a new scheduled event
show registered teams when viewing an event as an admin
2010-06-17 15:06:11 +00:00
jacob
f1a43a9cec
DB updates that I forgot to include with my last commit
2010-06-17 14:02:30 +00:00
jacob
7e749f0295
Added conferences_id to the so_teams table and updated corresponding code accordingly
...
Partially implemented student manager under school dashboard for science olypmics
2010-06-16 15:16:25 +00:00
james
e5d9460d73
Add schedule view for school access, allow schools to register teams for events
2010-06-15 21:43:21 +00:00
james
1fa7139482
Add a title field and default it to the event name (lets them do things like "Compound Boggle #1 " and "Compound Boggle #2 "
...
Add max team capacity editor and numbers to display
2010-06-14 20:37:31 +00:00
jacob
c9ebee5c10
Forgot to update the code version on my last commit
2010-06-14 19:44:49 +00:00
jacob
f090e957c6
Modified events table to filter properly by event and handle URLs properly
...
Slight change in tableeditor to allow it to properly filter a value of zero (not treating it as null)
2010-06-14 19:43:10 +00:00
james
e98ec8751b
add event types
...
schedule shows event types in different colours
add tabs to schedule editor windor for each event type
forward port ENUM changes to tableeditor
fix bug in emit_minute_selector
2010-06-14 19:25:49 +00:00
jacob
f116d9c5fc
Added team management for SOIAB. Minor typo correction in conferences.php
2010-06-14 18:30:39 +00:00
james
76f1a79fe7
Oops, remove teh database name from the db update on create table
2010-06-11 20:27:53 +00:00
jacob
7d38b43cfc
school management partially updated
2010-06-10 22:10:20 +00:00
jacob
5b7f7dca00
add specific character encoding
2010-06-10 20:37:49 +00:00
james
56ce08201a
Add schedule database
2010-06-10 20:37:11 +00:00
jacob
4b95aebe8f
Added an event editor
2010-06-10 19:50:49 +00:00
jacob
e0efe11f03
Added a command at the end to switch the character encoding for the entire database
2010-06-10 19:09:00 +00:00
james
0938342569
Always create new tables with UTF8
2010-06-10 18:36:10 +00:00
jacob
558a724e0e
correcting field name
2010-06-10 18:25:26 +00:00
jacob
dab613b746
Added locations table and editor
2010-06-10 18:09:16 +00:00
james
fa56770b8a
Recommit 175 FULL due to missing 174 php
2010-06-09 16:51:49 +00:00
dave
6049ce9edb
Missing file, that's why it wasn't converting properly
2010-06-09 16:45:51 +00:00