Jeff Zaroyko
16949bb71c
tidy appdb html to make it validate - try 4
2008-02-25 19:27:36 -05:00
Alexander Nicolaysen Sørnes
9b92c2221c
Use sState for objectGetEntries[Count]()
2008-01-20 16:13:27 -05:00
Alexander Nicolaysen Sørnes
f04c6fe4dc
objectManager: Handle sState in URLs
2008-01-10 20:38:14 -05:00
Alexander Nicolaysen Sørnes
6ebd4cfa34
Fix category administration
2007-11-23 23:37:45 -05:00
Chris Morgan
43a7ea8f1d
Add object manager support to the bug class. Add menu entries for displaying the bug queue and
...
list of bugs and remove the existing link to admin/adminBugs.php. Remove now unused
admin/adminBugs.php. Remove now unused getNumberOfQueuedBugLinks() and getNumberOfBugLinks()
from util.php. Add object manager unit test support for the bug class.
2007-08-27 03:48:44 +00:00
Chris Morgan
8b7fdf606c
No need to have 'View' in front of each of our links, it should be pretty obvious to admins
...
that clicking on the link will let them interact with the particular queue/list.
2007-07-31 03:46:16 +00:00
Chris Morgan
956186d1c1
Add 'View Test Results' entry to admin sidebar. Enable testData deletion so we can either edit
...
or delete a given test entry.
2007-06-11 23:51:29 +00:00
Alexander Nicolaysen Sørnes
d09f78ca00
Get rid of the distribution queue. If a testData entry is deleted and its associated
...
distribution has not been approved and has no other testData assigned to it the distribution
is now deleted. This change makes the distribution queue unnecessary as distributions are
accepted along the testData
2007-04-27 23:45:19 +00:00
Alexander Nicolaysen Sørnes
b11cce6711
Use objectManager to submit and process applications. Remove now unused appsubmit.php
...
admin/adminAppQueue.php
2007-04-24 23:48:14 +00:00
Alexander Nicolaysen Sørnes
d5aabe4d17
More fixes and uses for objectManager's version/testData queues
2007-04-21 01:02:10 +00:00
Alexander Nicolaysen Sørnes
c43563eca6
Fix testData::create() permissions. Separate the cases where a user has edit rights from
...
when he has the right to unqueue items
2007-04-19 23:45:15 +00:00
Alexander Nicolaysen Sørnes
ff476b1b13
Use objectmanager to list queued/rejected versions
2007-04-07 20:42:08 +00:00
Alexander Nicolaysen Sørnes
970cbca7f3
Add and use version::objectGetEntriesCount(). Only display the user menu's 'view rejected
...
apps' link for non-admins
2007-04-04 00:30:42 +00:00
Alexander Nicolaysen Sørnes
2d9f73340d
Add and use application::objectGetEntriesCount()
2007-04-03 00:00:48 +00:00
Alexander Nicolaysen Sørnes
a1ab25e58b
Reorganize admin sidebar. Place the most used items higher and the least used items lower
2007-03-25 16:05:37 +00:00
Alexander Nicolaysen Sørnes
37296b2242
Let objectManager handle rejected testData
2007-03-25 03:56:20 +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
7f397c1dc4
Let objectManager show testResults queue. Maintainers now get a list of queued test results
...
for versions they maintain.
2007-03-18 22:15:06 +00:00
Alexander Nicolaysen Sørnes
f4c5077094
Let objectManager show the application queue
2007-03-17 23:45:54 +00:00
Alexander Nicolaysen Sørnes
f782c10317
Add distribution queue.
...
Queued distributions are still treated like un-queued ones, since currently
only 8 distributions are un-queued. 'View Distributions', however, will only
show un-queued distributions.
If an admin tries to remove a distribution with associated test results, an
error is printed and no action is performed. This could be improved in the
future by showing a 'move test data' link.
2007-03-13 16:59:35 +00:00
WineHQ
43ac9708ca
Authors: Alexander Nicolaysen Sørnes <alex@thehandofagony.com>, Chris Morgan <cmorgan@alum.wpi.edu>
...
Fix queued maintainer sql with missing join causing millions of rows to be generated by a
relatively simple sql statement
2007-03-11 20:39:02 +00:00
Alexander Nicolaysen Sørnes
e9060a68d5
Use object manager to process screenshot queue. Temporary fix for mysql overloading by
...
limiting screenshot processing to submitters.
2007-03-11 03:07:43 +00:00
Alexander Nicolaysen Sørnes
ebb47fedc7
Add and use appData::objectGetEntriesCount()
2007-03-10 21:21:10 +00:00
Alexander Nicolaysen Sørnes
bf7daaa789
Let ObjectManager handle maintainer requests
2007-03-04 23:22:57 +00:00
Alexander Nicolaysen Sørnes
c8698266a0
Change url for add vendor in admin menu to use the objectManager
2007-02-03 19:04:41 +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
9364f5bc5a
Rename include/distributions.php to include/distribution.php so the name of the file matches exactly the name
...
of the distribution class
2006-07-21 04:21:04 +00:00
Chris Morgan
04e7fa9906
Rename include/testResults.php to include/testData.php to match the name of the class
...
inside of the file.
2006-07-12 00:29:35 +00:00
Chris Morgan
cd5a620d88
testData class cleanup. Move some test related functions into the class as
...
static functions. Clean up some variable names.
2006-07-10 15:39:21 +00:00
Chris Morgan
25edd18770
Remove 'View Vendors' link to admin/adminVendors.php now that 'View Vendors' is part of the common sidebar
2005-10-25 02:40:27 +00:00
Tony Lambregts
40138af1a8
Let users browse vendors and remove some duplicate code
2005-10-25 00:47:32 +00:00
Tony Lambregts
14a3d83d51
Let users view distributions
2005-10-21 02:48:27 +00:00
Tony Lambregts
ba6e92d184
Lets users submit application testing results in a uniform and easy to process manner
2005-10-17 03:59:24 +00:00
Chris Morgan
639dd77d15
Let maintainers and super maintainers process the application versions and images submitted for applications they maintain
2005-08-05 22:07:41 +00:00
Tony Lambregts
860c6ee67a
Add sidebar link for administrators to maintain buglinks
2005-07-20 02:31:13 +00:00
Chris Morgan
13b1a42bf9
Report queued versions as well as queued apps in the admin sidebar. Ensure that we
...
don't count the version that is implicitly queued due to an application being queued.
2005-05-05 02:52:51 +00:00
Jonathan Ernst
72e92ddcc3
- remove duplicated links to add a new application
...
- remove unused script
2005-01-30 02:44:26 +00:00
Jonathan Ernst
d5a50ecec4
* new screenshot and image classes
2005-01-27 15:42:53 +00:00
Tony Lambregts
008cacfa7e
Clarify what we are counting in the admin menu
2005-01-23 02:24:25 +00:00
Jonathan Ernst
f093a01229
add a user management panel for administrators
2005-01-16 02:04:03 +00:00
Jonathan Ernst
844babf8a0
- adds a panel for administrating vendors
...
- removed corresponding TODO entry
2004-12-29 03:44:17 +00:00
Jonathan Ernst
ca749d32d9
make use of the new constants of the config file for db connection and base path
2004-12-23 01:12:03 +00:00
Jonathan Ernst
a8ba02e76d
Implemented the user friendly screenshot submitting feature
2004-12-18 06:06:46 +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
Tony Lambregts
4690a9c04a
Show the number of maintainers on the administrators menu
2004-12-08 03:46:38 +00:00
Jeremy Newman
0ce37f66d1
*** empty log message ***
2004-12-01 22:27:35 +00:00
Chris Morgan
3cb02ae957
* add missing admin link for maintainers
2004-11-10 16:36:25 +00:00
Chris Morgan
c81eebd949
add support for application maintainers
2004-11-09 22:41:18 +00:00
Chris Morgan
4ffd2190bf
Show the number of applications that are in the submission queue next to the
...
"View app queue" link so admins don't have to view the queue to see if there
is anything that needs to be processed.
2004-11-09 22:33:54 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00