Chris Morgan
854df987c6
Clean up includes. Make 'path.php' and 'incl.php' required includes. Switch to using
...
require_once() for including files in /include so we can have include/*.php files include
their own dependencies rather than figuring out that to include A.php we need to include B.php
2006-07-07 18:14:53 +00:00
Chris Morgan
245a6b993e
Cleanup User class. Move user related functions into class as static member functions
2006-06-29 15:54:29 +00:00
Chris Morgan
93ab2587ef
Add stats field for users who have been flagged as inactive and are pending deletion
2005-10-15 16:05:03 +00:00
Jonathan Ernst
f5e76d5d48
- fix 1 error reported by the w3c html validator in appview.php?appid=whatever when there are notes
...
- fix 1 error reported by the w3c html validator in appdbStats.php
2005-02-14 18:22:04 +00:00
Jonathan Ernst
a3820b468d
Don't import tableve when it's not used in the code
2005-02-07 23:53:46 +00:00
Jonathan Ernst
f4540923ac
fix appdb stats
2005-01-31 01:49:56 +00:00
Jonathan Ernst
b3eee9c65f
- cron job to delete inactive users
...
- improved statistics
2005-01-19 05:03:07 +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
Jonathan Ernst
972270f27a
Show the number of maintainers in the appdb stats
2004-12-10 00:21:22 +00:00
Chris Morgan
7225512fc3
Display on the appdb stats page the active users within the last 30 and 60
...
days as well as the current 90 days.
2004-12-07 22:42:32 +00:00
Jeremy Newman
cad989367d
adding
2004-12-01 22:28:31 +00:00