Alexander Nicolaysen Sørnes
a57d236392
Remove downloadurl::processFormSingle
2008-10-03 08:44:44 -04:00
Alexander Nicolaysen Sørnes
2071227895
Allow adding downloadurl to queued versions
2008-10-03 08:44:21 -04:00
Alexander Nicolaysen Sørnes
e86ccd1390
Fix handling of queued downloadurls
2008-10-03 08:43:53 -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
Alexander Nicolaysen Sørnes
d0b39672e0
Fix version_queue::reject()
2008-01-27 13:41:06 -05:00
Alexander Nicolaysen Sørnes
1f081f4be1
test_om_objects: Test unQueue()
2008-01-23 10:45:39 -05:00
Alexander Nicolaysen Sørnes
9b92c2221c
Use sState for objectGetEntries[Count]()
2008-01-20 16:13:27 -05:00
Alexander Nicolaysen Sørnes
274f256a63
version_queue: Allow to undo becoming maintainer or monitor
2007-12-30 14:34:31 -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
aee69c1735
version: Rename 'queued' to 'state'
2007-12-15 12:23:16 -05:00
Alexander Nicolaysen Sørnes
480a08fecd
Allwoing becoming a monitor when submitting versiosn
2007-11-13 23:29:02 -05:00
Alexander Nicolaysen Sørnes
7643ac8229
version_queue: Only reject version when app is unqueued
2007-11-08 20:54:44 -05:00
Alexander Nicolaysen Sørnes
62e3a98fca
version: Add 'pending' queue state
2007-11-07 00:22:39 -05:00
Alexander Nicolaysen Sørnes
da471d1ad8
testData: add 'pending' queue state
2007-11-07 00:17:47 -05:00
Alexander Nicolaysen Sørnes
70e4306e2b
objectManager: Support purging rejected entries
2007-11-05 21:29:50 -05:00
Alexander Nicolaysen Sørnes
69d584ed85
version: Add and use aTestResults member
2007-10-25 19:05:33 -04:00
Alexander Nicolaysen Sørnes
cdee3a77e9
Allow previewing versions
2007-10-22 19:26:42 -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
1567fa2a32
Use multipage controls for version lists
2007-07-28 20:10:54 +00:00
Alexander Nicolaysen Sørnes
d99f705863
Delete all objects in version_queue::delete()
2007-06-19 00:28:49 +00:00
Alexander Nicolaysen Sørnes
dd5edba2ed
Hide the maintainer box if the user supermaintains the application
2007-06-15 23:54:50 +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
Alexander Nicolaysen Sørnes
095d228296
Fix app/version rejection. Version queue requeue wasn't requeueing its downloadurl, downloadurl
...
class was missing objectManager functionality. Rejected appData wasn't being accounted for.
2007-06-09 15:44:46 +00:00
Alexander Nicolaysen Sørnes
b2b950cb10
Fix un-queueing of download urls
2007-05-31 02:33:36 +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
982dc97756
Always read input first in downloadurl::outputEditorSingle(). Makes sure changes aren't lost
...
when reloading the form due to input errors
2007-04-24 23:38:41 +00:00
Alexander Nicolaysen Sørnes
cf81d542ee
Add a moveChildren method to the objectManager and implement objectMoveChildren for version
...
and version_queue. Use this to move versions.
2007-04-23 23:31:24 +00:00
Alexander Nicolaysen Sørnes
8cf53f1679
Use mustBeQueued() to determine unqueueing in objectManager
2007-04-22 00:39:53 +00:00
Alexander Nicolaysen Sørnes
bea4e89c56
Only display move test table for existing versions, not queued ones
2007-04-21 18:03:25 +00:00
Alexander Nicolaysen Sørnes
96bfe05734
Display move test results table when processing a version
2007-04-21 01:20:43 +00:00
Chris Morgan
434de30b9c
Correct a few undefined variable errors brought out by the unit tests
2007-04-21 01:17:38 +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