dave
82b957eee4
- Fix a bug in multirole
2007-11-19 17:11:47 +00:00
dave
1a246cba5d
- Fixup the location: redirections in user_auth_required()
2007-11-19 07:01:51 +00:00
dave
4aa73784bb
- Fix a typo and make the location of user_login not relative.
2007-11-19 06:58:04 +00:00
dave
689369d460
- Don't collide emails with the existing user being saved
2007-11-19 06:45:25 +00:00
dave
5a4daf5580
- Remove the auth_required() function, nothing should call it anymore. Use
...
user_auth_required instead.
2007-11-19 00:37:48 +00:00
dave
5d56e802a0
- Change auth_required to user_auth_required to check for committee access too
...
- Add a top navbar to every page
2007-11-19 00:33:38 +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
dave
9882ca09c6
- Fix a missing ')'
2007-11-18 23:20:00 +00:00
dave
ad9f954f68
- Correctly copy over NULL password expiry dates (passwords never expire)
2007-11-18 08:20:51 +00:00
dave
190adc2a6d
- Update the way php scripts are called.. we need to avoid collisions if the
...
updater runs in a loop.
- Fix the 62 update script to use the new format
2007-11-18 08:01:05 +00:00
dave
2715d67aef
- Fix login check for an expired password
...
- Allow user_personal.php to handle committee members
- Add password field if the editer in user_personal has access_super
- Allow a committee member to edit anyone in user_personal.php
- Convert auth_required to user_auth_required, and check for both a user type
and an access level (if committee)
- Convert the committee to the new user system (BIG change :)
- Remove the ^M from admin/committees.php
2007-11-17 21:59:59 +00:00
dave
1d7f5f9871
- Add support for an already logged in message in multirole
...
- Change how multirole works
2007-11-17 21:46:18 +00:00
dave
009af97420
- Fix some text in volunteer main
2007-11-17 21:45:38 +00:00
dave
0d8f704cd8
- remember when a full load on a user is done
...
- user mysql_escape_string on all fields before saving (oops!) :)
- add a committee login function to set SESSION variables.
2007-11-16 22:19:58 +00:00
dave
3904e2d9d8
- Allow the update script to include a PHP script too. The PHP script, called
...
db.update.$num.php, may contain 2 functions db_update_pre() and
db_update_post() which are run before(pre) and after(post) the SQL file is
applied. If the php script doesn't exist, the behaviour of the update script
is unchanged.
2007-11-16 21:42:45 +00:00
james
40fe6cb88c
Do some checks for system() and error out where applicable
2007-11-16 17:58:59 +00:00
dave
c43567e76b
- i18n the password change link
2007-11-16 17:53:20 +00:00
dave
3e78e8d97d
- add support for 'datetime' to the tableeditor
2007-11-16 17:41:34 +00:00
james
1c42ab77ae
Add missing semicolon which prevented the last two queries from happening
2007-11-16 16:46:57 +00:00
dave
6b8f25c7b8
- Quick hack, disable all the user_login.php login types, except volunteer,
...
until we move over the otehr types
2007-11-16 08:02:47 +00:00
dave
9a98fb8da8
- Don't let the user see the login page if they're already login, instead,
...
provide them with a message indicating how to logout.
2007-11-16 08:00:40 +00:00
dave
fa9b298959
- Add the volunteer registration link to the left nav, and unconfuse the PHP for it.
2007-11-16 07:54:33 +00:00
dave
7e1f2bbfd1
- Put the nav bar in the password change page
2007-11-16 07:43:02 +00:00
dave
7d825a7cbf
- Link in the password change page to the volunteer mani page
2007-11-16 07:41:54 +00:00
dave
e43eb703a5
- And the code for the nav bar thingy
2007-11-16 06:47:53 +00:00
dave
8b38cbdefc
- CSS for the nav bar thingy
2007-11-16 06:47:13 +00:00
dave
93c05cbe2f
- New user and volunteer signup system
2007-11-16 06:30:42 +00:00
dave
dfd0371d92
- Add the volunteer positions editor
...
- Add the report type for volunteers
2007-11-16 05:32:04 +00:00
dave
9f0b1d494b
- sneak in an update I forgot to add.. hopefully noone applied this patch
...
within th elast 3 minutes.
2007-11-16 05:24:17 +00:00
dave
82697d2dd8
- Add 2 tables for volunteers. One to hold the positions available, and one to
...
store the signups for those positions.
- Add the 'volunteer' report type in the database.
2007-11-16 05:13:27 +00:00
james
1cd2befdcd
Helps if you select what you're trying to display.
2007-11-15 21:30:11 +00:00
james
645f48beb5
Oops typofix
2007-11-15 21:18:06 +00:00
james
8ad304441f
Add 'emailcontact' field to registrations table, that SCHOOLINVITE teachers can put their own email address into to receive emails that would normally go to the students. If the students email is valid the student will still get the emails as well.
2007-11-15 21:17:20 +00:00
james
90b40724b5
Oops dont change an update file thats already been applied, make a new one!
2007-11-15 20:47:20 +00:00
james
2927eee193
Ahh found the encoding problem, need to set the charset on the command line mysql --defualt-character-set when running INSTALL or DBUPDATE scripts.
2007-11-15 20:45:19 +00:00
james
347d46b86d
Add sponsor organization to awards ceremoney script
...
Add ability to specify an award type to only generate a script for that type
Add ability to specify a year to get the awards ceremony script for that year
Add links to the new options on the main reports page
2007-11-15 20:25:05 +00:00
dave
358bc4e177
- Print a textarea for tinytext fields, instead of a textbox
2007-11-15 20:14:37 +00:00
james
418322f8fb
Aparently the language name needs to insert as UTF8 to work on a Latin1.. <boggle>
2007-11-15 19:19:43 +00:00
james
3a75f58f41
Name the PHP Session cookie something unique for each SFIAB to reduce the possibility of SESSION variable collisions between multiple SFIAB's running under the same domain
2007-11-15 18:34:41 +00:00
james
cb23d603f3
MySQL5 Fix for Report 17 (Emergency Contacts)
2007-11-15 17:35:04 +00:00
james
fb9a23a0e2
Check that the logo images were actually created before giving a message that they were. If they arent, give an error message and a possible reason
2007-11-15 16:58:31 +00:00
james
907c394e8c
Oops relaly fix it
2007-11-14 22:48:22 +00:00
james
03ea9ff03b
Fix IE/SSL/CSV
2007-11-14 22:45:50 +00:00
james
abe32b69ae
Fix report to work with mysql5 -- need to join tables in the correct order.
2007-11-14 22:44:01 +00:00
james
1f31bc124c
Remove the "Return to SFIAB Development Page" link, and make the version number at the bottom link back to it
2007-11-14 20:55:47 +00:00
james
f39178585b
This should make PDF's work in the broken IE/PDF/SSL implementation
2007-11-14 20:53:35 +00:00
james
152d3ce0ba
Ooops commit the footer link colour CSS fix from yesterday
2007-11-14 20:53:02 +00:00
dave
6112c7faaf
- Add the multirole switcher link to the log bar.. The file doesn't exist yet,
...
but noone should be able to access that link anyway, until user_login.php
committeed.
2007-11-13 21:00:58 +00:00
james
66924aeba0
Clarify what project_num_format config variable is
2007-11-13 20:15:36 +00:00
james
d20a9c1eef
Fix dave's logout code to work regardless of what folder you're in, and i18n the logout links
2007-11-13 14:47:01 +00:00