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