37 Commits

Author SHA1 Message Date
ac6d8edca7 2009/10/10 23:51:46 +0100 sbrady: s/Wine/QEMU/, s/AppDB/OS DB/, s/Application/OS/ in text 2014-09-04 05:36:09 +01:00
Alexander Nicolaysen Sørnes
db87518ddc Rename 'vendor' to 'developer' on places visible to users 2009-08-05 13:24:49 +02:00
Alexander Nicolaysen Sørnes
f4f2ce234b Implement objectMakeUrl() for app/version queue classes 2009-07-19 13:21:30 +02:00
Alexander Nicolaysen Sørnes
b89bd89889 Implement objectMakeUrl() for the app/version queue classes 2009-07-17 16:51:36 +02:00
Alexander Nicolaysen Sørnes
077ecab9f9 Fix Potential Duplicates table when viewing a non-queued app 2009-06-28 15:41:54 +02:00
Alexander Nicolaysen Sørnes
9f52eca642 Properly handle queued apps with more than one version 2009-06-28 14:37:38 +02:00
Alexander Nicolaysen Sørnes
6eccc11979 queued items: fix editing applications' vendors & versions 2008-10-01 20:01:34 -04:00
Chris Morgan
26854c6b3b Fixed typo pointed out by Francois Gouget 2008-06-26 12:05:00 -04:00
Alexander Nicolaysen Sørnes
88c098c83f Search for partial app names 2008-06-17 19:29:23 -04:00
Alexander Nicolaysen Sørnes
cc03e17937 application: Only show submitter column when processing queued entries 2008-06-12 19:55:52 -04:00
Alexander Nicolaysen Sørnes
ed64f049d7 Standardize objectGetEntries parameters 2008-04-13 18:38:17 -04:00
Jeff Zaroyko
16949bb71c tidy appdb html to make it validate - try 4 2008-02-25 19:27:36 -05:00
Jeremy Newman
42bb1eb9ea disable fuzzy search for the time being as the query might be causing issues with mysql
Patch Author: Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
2008-02-22 14:35:54 -06:00
Alexander Nicolaysen Sørnes
1f081f4be1 test_om_objects: Test unQueue() 2008-01-23 10:45:39 -05:00
Alexander Nicolaysen Sørnes
03b614fd10 application_queue: Guard against unitialized variables 2008-01-22 18:38:59 -05:00
Alexander Nicolaysen Sørnes
9b92c2221c Use sState for objectGetEntries[Count]() 2008-01-20 16:13:27 -05:00
Alexander Nicolaysen Sørnes
da97299eeb Use sState as parameter to objectGetItemsPerPage() 2007-12-19 21:01:18 -05:00
Alexander Nicolaysen Sørnes
8c7bd3a5e9 Add initial un-delete support 2007-12-18 20:17:06 -05:00
Alexander Nicolaysen Sørnes
176377f025 application: Rename 'queued' to 'state' 2007-12-15 12:24:33 -05:00
Alexander Nicolaysen Sørnes
49d334d1d1 vendor: Rename 'queued' to 'state' 2007-12-15 12:18:34 -05:00
Alexander Nicolaysen Sørnes
e7625791a0 objectManager: Support user-selected sorting in tables 2007-11-08 19:03:38 -05:00
Alexander Nicolaysen Sørnes
70e4306e2b objectManager: Support purging rejected entries 2007-11-05 21:29:50 -05:00
Alexander Nicolaysen Sørnes
dba90a0924 Support previewing version when submitting application 2007-10-25 19:06:24 -04:00
Alexander Nicolaysen Sørnes
fb13cd7c13 Support previewing applications 2007-10-23 19:29:21 -04:00
Chris Morgan
e963bbdfda Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Remove the vendor from keywords hack. There are no longer any entries with this data in the application queues.
2007-09-14 23:41:02 -04:00
Chris Morgan
2827e0654e Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Let objectManager handle deletion and delete notification.
2007-09-14 23:02:12 -04:00
Chris Morgan
6119246b51 Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
with calls specific to the appdb or bugzilla database. Fixes a bug where a call to
mysql_insert_id() can potentially retrieve an id from either the bugzilla or appdb database,
depending on whichever database was last opened by mysql_connect().
2007-08-03 23:27:25 +00:00
Alexander Nicolaysen Sørnes
09107d7142 Use multipage controls for application lists 2007-07-28 20:08:50 +00:00
Alexander Nicolaysen Sørnes
fc03cb827f Display the help text for application queues 2007-06-14 00:51:21 +00:00
Alexander Nicolaysen Sørnes
cd198f44d7 Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
that we fetch a table row from a class instead of letting the class display it. Move adding of
edit/delete links from the classes to the objectManager. Fix a hole in the distribution class
where an uninitialized variable could have been used in the constructor.
2007-06-14 00:50:35 +00:00
Alexander Nicolaysen Sørnes
f7b24fab9a Object constructors shouldn't require an id if passed a $oRow object. Gets rid of
objectGetInstanceFromRow() since we can pass the row into the constructor instead.
2007-06-10 18:51:33 +00:00
Chris Morgan
e6b869da5d Add cellpadding to make the duplicates table look nicer 2007-06-07 02:40:51 +00:00
Alexander Nicolaysen Sørnes
9f788ada66 Fix display of download url in app queue 2007-05-31 02:31:14 +00: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
11ecfa230b Add allowAnonymousSubmissions(). objectManager checks the return value of this new function and
exists with an error during certain actions if the user is not logged in and the function returns
false
2007-04-29 23:00:01 +00:00
Alexander Nicolaysen Sørnes
6f302bdc98 application_queue, only delete version if it exists. application_queue::delete() should
check that the version object exists because when moving a duplicate application is deleted
before the application
2007-04-27 00:13:28 +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