Commit Graph

19 Commits

Author SHA1 Message Date
Tony Lambregts
e54a74bd4d Fix up user preferences so it shows the proper wine version. 2005-01-04 20:15:32 +00:00
Tony Lambregts
4dec5cf83e Store the users Wine version in the users table. 2005-01-04 19:36:03 +00:00
Paul van Schayck
7fb5a034c4 Remove appOwners code. We're now using mantainers 2004-12-31 00:30:00 +00:00
Chris Morgan
77a038d4f9 Remove isMaintainer() and isSuperMaintainer and instead use the user
classes is_maintainer() and is_super_maintainer.
2004-12-19 19:30:27 +00:00
Jonathan Ernst
8d8c98bc46 - debugging() returns true when debugging is enabled in the config file 2004-12-19 17:46:41 +00:00
Jonathan Ernst
9932fee842 Enable debugging temporarily 2004-12-18 06:57:25 +00:00
Jeremy Newman
5642e73425 updated to a slightly more improved version of the session management code
should solve bugs with logging in on register_globals = off;
2004-12-13 03:50:02 +00:00
Jonathan Ernst
d3d9e853d9 - replaced tons of tabs with spaces
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
2004-12-12 03:51:51 +00:00
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