Alexander Nicolaysen Sørnes
663894bed4
Fix AppDB stats page
2008-01-23 10:44:54 -05:00
Chris Morgan
25edd78c73
Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
...
lets us eliminate the white spacing between frames and their contents. Add in a
div.default_container class that has a 5px padding to replace the now not present default
spacing.
2007-05-02 01:08:22 +00:00
Alexander Nicolaysen Sørnes
a6127c1b07
Rename user::count() to objectGetEntriesCount() for consistency with the other generic
...
object methods
2007-04-21 17:06:50 +00:00
Alexander Nicolaysen Sørnes
6c55180786
Use objectGetEntriesCount() in more places
2007-04-05 02:27:31 +00:00
Chris Morgan
2de363c2d7
Add 'testing reports' count to appdb stats page
2007-03-26 00:39:53 +00:00
Alexander Nicolaysen Sørnes
c545581571
objectManager, add rejection support. Add support in objectManager for handling rejected
...
data.
2007-03-24 18:30:16 +00:00
Alexander Nicolaysen Sørnes
3c3e3a7ca4
Fix screenshot counting and browsing. Make sure to specify the 'screenshot' tpe and use
...
appData functions for both counting and listing on the screenshots page, ensuring consistent
results.
2007-03-13 00:13:51 +00:00
Alexander Nicolaysen Sørnes
695e8c32a1
Replace references to getNumberOfImages()
2007-03-11 22:42:29 +00:00
Chris Morgan
cef2aec209
Start to move maintainer related functions into maintainer class and separate maintainer related queries and logic from
...
display code. Also move maintainer related code from the user class. Fix up unit tests to work with the new maintainer class.
2006-07-24 16:20:40 +00:00
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