Commit Graph

1381 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes
dcde50b38c Remove file made obsolete by object manager changes 2007-03-13 17:14:09 +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
Alexander Nicolaysen Sørnes
b628b3af0e Let objectManager handle screenshot queue processing 2007-03-13 00:26:31 +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
Alexander Nicolaysen Sørnes
4a3f570cb0 Fix appData's objectGetEntries*() 2007-03-11 20:40:11 +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
9bba0ecd65 Top 10 list, query for data type 'screenshot', not 'image' 2007-03-11 20:05:40 +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
Chris Morgan
ad2f0a0504 Update appData table type field enum to reflect changing from 'image' to 'screenshot' 2007-03-11 01:38:00 +00:00
Alexander Nicolaysen Sørnes
5f6cc94def Rename appData type 'image' to 'screenshot' 2007-03-10 23:31:47 +00:00
Alexander Nicolaysen Sørnes
ebb47fedc7 Add and use appData::objectGetEntriesCount() 2007-03-10 21:21:10 +00:00
Alexander Nicolaysen Sørnes
89fa871033 Don't try to email admins multiple times 2007-03-10 03:37:15 +00:00
Alexander Nicolaysen Sørnes
71db072912 Don't allow duplicate monitors, check for duplicates in monitor::create() 2007-03-10 03:36:28 +00:00
Alexander Nicolaysen Sørnes
f12a5ded10 Include supermaintainers in getMaintainersForAppIdVersionId() 2007-03-10 03:35:06 +00:00
Alexander Nicolaysen Sørnes
71cba5e7c3 Fix top 10 vote lists so they don't display the same version twice 2007-03-09 01:37:32 +00:00
Alexander Nicolaysen Sørnes
bf7daaa789 Let ObjectManager handle maintainer requests 2007-03-04 23:22:57 +00:00
Alexander Nicolaysen Sørnes
47a4d3cf84 Pass an object as the first argument to method_exists() 2007-02-03 19:55:15 +00:00
Alexander Nicolaysen Sørnes
21a18c5d09 Pass an object as the first argument to method_exists(), required by php4
----------------------------------------------------------------------
2007-02-03 19:33:20 +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
Alexander Nicolaysen Sørnes
0ad148f69f Add and use objectManager to display and edit vendors and distributions. Based on a patch by
Chris Morgan
2007-02-03 19:03:42 +00:00
Alexander Nicolaysen Sørnes
00729ac39d Don't call mailSubmitter() if the submitter is performing the auction 2007-02-03 03:39:52 +00:00
Alexander Nicolaysen Sørnes
5cbb5cdd4d Display version name in vote stats 2007-02-02 01:01:34 +00:00
Alexander Nicolaysen Sørnes
53d2e2f6df Add and use vendor::objectGetInstanceFromRow() and vendor::objectOutputTableRow() 2007-02-01 02:07:24 +00:00
Alexander Nicolaysen Sørnes
cbdce75b0b Allow object creation from a mysql resource, allow objectGetEntries() to limit the range of
entries requested, this will be necessary for future performance optimizations
2007-02-01 02:06:38 +00:00
Alexander Nicolaysen Sørnes
fa111ec39d Add and use vendor::objectOutputHeader() and vendor::objectGetEntries() 2007-01-31 02:24:54 +00:00
Alexander Nicolaysen Sørnes
cbfc49f42f Add and use distribution::display() 2007-01-31 02:18:18 +00:00
Alexander Nicolaysen Sørnes
446191f533 Add and use vendor::display() 2007-01-31 02:16:54 +00:00
Alexander Nicolaysen Sørnes
cc7c6e661a Fix capitalization of some methods of distribution class 2007-01-30 00:46:55 +00:00
Alexander Nicolaysen Sørnes
783215a6f1 Only display delete link for distributions without any associated test data 2007-01-30 00:46:05 +00:00
Alexander Nicolaysen Sørnes
4590b581c8 Return true on sucess in distribution::delete() 2007-01-30 00:43:33 +00:00
Alexander Nicolaysen Sørnes
d8aa5380a2 Don't use arguments for vendor::create() and vendor::update() 2007-01-28 23:28:14 +00:00
Alexander Nicolaysen Sørnes
03c8c62699 Hide queued version in the downloadable apps list 2007-01-27 23:44:00 +00:00
Alexander Nicolaysen Sørnes
1aef926d97 Cleanup after unit tests 2007-01-27 22:58:58 +00:00
Alexander Nicolaysen Sørnes
57c4b64986 Allow filtering by license when browsing downloadable apps 2007-01-27 22:58:12 +00:00
Alexander Nicolaysen Sørnes
5bb8448821 Add distribution functions and use them. Based on a patch by Chris Morgan 2007-01-27 00:30:00 +00:00
Alexander Nicolaysen Sørnes
83164089ae Disallowid of 0 in deleteMaintainersForVersion(). Add a unit test to ensure that
deleteMaintainersForVersion() behaves properly.
2007-01-24 04:10:05 +00:00
Alexander Nicolaysen Sørnes
3172aec739 Show oldest queued applications and versions first 2007-01-23 03:21:29 +00:00
Alexander Nicolaysen Sørnes
b2e2f5afb4 Re-enable voting 2007-01-21 18:53:13 +00:00
Alexander Nicolaysen Sørnes
a2468083ca Fixed missed OutputEditor() to outputEditor() reference 2007-01-21 18:23:48 +00:00
Alexander Nicolaysen Sørnes
2216a83e02 Small fixes for license handling
- Rename MakeLicenseList to makeLIcenseList
- Print the selected argument once
- Add optional parameter for matching selected license
2007-01-21 18:22:41 +00:00
Alexander Nicolaysen Sørnes
f3dae72762 Make votes version specific 2007-01-21 18:06:53 +00:00
Michael Ploujnikov
625a8e2842 Add a missing space to license WhatChanged 2007-01-21 04:31:55 +00:00
Alexander Nicolaysen Sørnes
3a5873857b Track versions' license 2007-01-21 00:37:06 +00:00
Alexander Nicolaysen Sørnes
651d594837 Prompt for appname first upon app submission 2007-01-21 00:10:14 +00:00
Alexander Nicolaysen Sørnes
20b9dfe3f3 Fix naming of newSubmition 2007-01-20 22:57:00 +00:00
Alexander Nicolaysen Sørnes
133cf39dff Language fixes for the FAQ 2007-01-20 17:43:31 +00:00
Alexander Nicolaysen Sørnes
a81ce02877 Allow maintainer requests on version submission 2007-01-20 17:41:43 +00:00
Alexander Nicolaysen Sørnes
6a92f95a6d Clean up link editing code 2007-01-20 03:49:41 +00:00
Alexander Nicolaysen Sørnes
4f44475b6f Display url links using url::display() 2007-01-19 01:42:56 +00:00