james
a5bd01f621
Bunch of fixes
2011-01-26 23:15:58 +00:00
jacob
21261a99af
Many updates of queries, switching from usage of FAIRYEAR to conference_id.
2010-11-01 15:24:59 +00:00
james
d871810065
fix alignment of the top table
2010-07-21 20:19:48 +00:00
james
9e3473dd33
Add another missing <tbody> ... </tbody>
2010-07-21 20:17:59 +00:00
james
71074eaf24
Get rid of the old (not used anymore) taskNav function
...
Add some missing <tbody> tags so the tablesorter doesnt choke (every table with class=tableview MUST have a <tbody> element, even if there are no <tr>'s inside the body
2010-07-21 20:14:05 +00:00
justin
f3403c901c
fix some syntax errors, that should be the last of them
2010-07-13 14:39:47 +00:00
dave
ad0468e4e1
Convert to new user_auth_required. Some report edits too that I don't
...
feel like filtering out
2010-07-13 03:30:17 +00:00
james
81461c0601
Add "complete or paymentpending" dropdown as options when viewing the registration list or registration stats
2010-04-08 20:03:21 +00:00
jacob
b632b6c932
Adding sortable columns to tables
2010-03-30 21:59:04 +00:00
dave
d38c57de79
Delete entries in the winners table when a project is deleted.
2010-02-10 05:36:14 +00:00
dave
c8087c54c3
Fix a broken link
2010-01-27 20:40:54 +00:00
dave
908e4d51ba
Use icons in the fair main, need to re-integrate the status checks
...
somehow
2010-01-27 20:24:09 +00:00
dave
d333175a7b
Fix displaying lists for fairs
2010-01-24 06:47:14 +00:00
dave
8b3cd2a289
Only show fair projects if a fair logs in and uses the reg list
2010-01-24 06:47:11 +00:00
dave
f695306f92
Add a "new project" feature.
2010-01-22 19:26:35 +00:00
dave
4739e3fdf0
Add a Registration tab to the student editor (regnum, fair, status)
2010-01-22 19:26:31 +00:00
james
7a9ead99ea
Fix registration list to work with IE7
2010-01-21 20:52:59 +00:00
dave
931c9603b3
Save first, then fix the title
2010-01-21 20:33:04 +00:00
dave
45587ee2f4
Fix the title
2010-01-21 20:33:03 +00:00
dave
e53a7056e9
Change pointers to the stats list
2010-01-21 20:33:02 +00:00
dave
1f138e52ef
Save the file before committing
2010-01-21 20:33:01 +00:00
dave
997b54e854
New ajax reg list, prevents reloading the list on edit. Move all the stats stuff out.
2010-01-21 20:32:59 +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
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
dave
f70314653b
- Only lookup _GET['showstatus'] once, for a minute speed increase and easier
...
handling.
2008-02-26 08:32:00 +00:00
dave
b1ed8e4b4a
- Optimize away some code where I was trying something different. :)
2008-02-26 08:28:20 +00:00
dave
10bf90f0db
- Fix the total count on the cat/div summary. Several fairs have emailed me to
...
say the count is wrong. It's not wrong, it's just not printing the number
they expect. This fixes that.
- Make it more obvious what status the stats are being displayed for.
2008-02-26 08:19:38 +00:00
james
6a2683d92d
Add ability to get registration list for previous years (only via appending &year=year to the URL) there is currently no user interface to access this feature. Also add the school board in brackets after the school name
2008-01-24 18:51:05 +00:00
james
1464751fb7
If the registration list is sorted by project number, sneakily sort it by projectsort (then fall back to projectnumber)
2008-01-15 18:20:56 +00:00
james
7a7f87f892
Better statistics, less database queries
2007-12-12 23:35:51 +00:00
james
5207a0d6e2
Oops use the correct totalprojects variable
2007-12-12 21:00:12 +00:00
james
e99b57c4fa
Breakout the stats for agecategory/division into a nicer-to-view table format
2007-12-12 20:57:51 +00:00
dave
0ff8489d58
- include user.inc.php before using user_auth_required()
2007-11-21 17:02:09 +00:00
dave
04e70ceb33
- Use user_auth_required() for authentication to check for committee access
...
(needed for multirole users)
- Add the top navbar to all pages
2007-11-18 23:50:23 +00:00
james
659bc11066
Put the email address in the registration list, so when someone calls and says "i never got my registration number!" you can easily look it up for them! Sorry this didnt get into 2.0.10, im going to update everyones version with this patch anyways
2007-03-02 15:02:14 +00:00
james
b38dfe33cc
Update copyright headers to 2006
2006-12-15 19:51:32 +00:00
james
f36212f868
Add a project editor and a student editor, accessible by
...
clicking on the project or student links from the
"Registration List and Statistics" page
Add the project number to the registration list
2006-12-15 18:45:06 +00:00
james
b2c2fdb38b
Add an option to DELETE a registration, removes everything to do with it from the database
2006-10-25 17:35:51 +00:00
james
82a45a9d26
Commit Justin's code (modified slightly) for student info viewer
...
Fixes BR#82
http://www.sfiab.ca/bugtracker/view.php?id=82
2006-03-28 23:32:43 +00:00
james
3deae5e029
Implement authorizaiton for admin/config sections
...
Use committee members for authorization
Add auth required checks in all admin/config sections
2005-02-16 22:50:43 +00:00
james
324433ef23
Add GPL headers to ALL PHP files
2005-01-24 18:00:03 +00:00
james
f7d40b115a
add config options:
...
regfee = number
regfee_per = (student,project)
hide things to do with registration/payment if regfee == 0
2005-01-14 20:56:51 +00:00
james
d3b1223e92
Make registration list sortable
...
Make links in summarytable header be white
(something in pdf?)
2005-01-14 17:00:24 +00:00
james
54098a8aab
Add registration statistics to the registration_list
2005-01-13 18:00:36 +00:00
james
a8167f4dae
reverse the order of the status select box
2005-01-13 17:28:30 +00:00
james
1555f19293
separate the division and category from the main query so we can make sure we match up the div/cats with the proper FAIRYEAR
...
without using crazy joins and still making sure the record is displayed if no cat/div is specified yet
2005-01-13 16:51:43 +00:00
james
de95ff761f
i18n the registration list page
2005-01-13 15:56:27 +00:00
james
ebeadd6470
Registraiton list
...
Fix received forms to accept paid/not paid
2005-01-07 04:45:17 +00:00