Chris Morgan
2306c4be83
Remove some debug lines...again...
2004-12-11 21:32:03 +00:00
Chris Morgan
0d23899b68
Use $_SESSION[] instead of global $current
2004-12-11 21:05:42 +00:00
Jonathan Ernst
bd91db228c
- access most globals by their $_XYZ['varname'] name
...
- fix some code errors and typos (missing $ in front of variable names
and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
is set to show notices (if(isset($variable))) instead of if($variable) for
example)
2004-12-10 01:07:45 +00:00
Chris Morgan
3fa8a3bd7a
Add support for application wide maintainers, super maintainers, that are
...
maintainers for all versions of a particular application.
2004-12-10 00:18:01 +00:00
Chris Morgan
5ed2da0382
Fix getActiveUsersWithinDays() to use the correct date functions so we get
...
the correct number of users active.
2004-12-08 03:16:08 +00:00
Chris Morgan
8ccc06ba4b
Add a statistics page that displays the number of users, active users, comments and applications.
2004-12-01 22:26:50 +00:00
Chris Morgan
91a821fdde
Upon login we should touch their user_list row to update the 'stamp'
...
column.
2004-11-17 23:01:12 +00:00
Tony Lambregts
90ac967f43
Set up notify system. Send notify emails for ad and delete Coments
2004-11-09 22:42:12 +00:00
Chris Morgan
c81eebd949
add support for application maintainers
2004-11-09 22:41:18 +00:00
Tony Lambregts
470305407e
- change edituser.php to allow editing of administrative privilages.
2004-04-23 14:40:32 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00