42 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes
e40aec5d84 objectManager: Avoid losing data when session times out while filling out a form 2009-08-09 14:40:21 +02:00
Alexander Nicolaysen Sørnes
3f17cf52d3 category: Move code from appbrowse.php to the category class 2009-08-05 14:58:50 +02:00
Alexander Nicolaysen Sørnes
301ad3cd1a Allow creating new vendors when moving apps 2009-05-03 17:52:25 +02:00
Alexander Nicolaysen Sørnes
c7da357a4c Allow moving a version to another app 2009-04-24 13:58:55 +02:00
Alexander Nicolaysen Sørnes
ae0284d07b objectManager: Fix some undefined references 2009-01-24 20:30:03 +01:00
Alexander Nicolaysen Sørnes
a084ec4991 Add a detailed maintainer view 2008-07-18 11:19:23 -04:00
Alexander Nicolaysen Sørnes
4f792a28ba Integrate filtering system with objectManager, use it for applications 2008-06-02 19:44:26 -04:00
Alexander Nicolaysen Sørnes
f04c6fe4dc objectManager: Handle sState in URLs 2008-01-10 20:38:14 -05:00
Alexander Nicolaysen Sørnes
61d2291e3b objectManager: Get rid of setIsQueue/Rejected 2008-01-02 21:54:12 -05:00
Alexander Nicolaysen Sørnes
7e66843cc4 Replace browse_newest_apps class using sorting 2007-11-09 19:42:05 -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
5db7f0f7fb objectManager: Restructure some form processing code 2007-11-05 21:29:20 -05:00
Alexander Nicolaysen Sørnes
9069952d91 objectManager: Use GetOptionalSetting() in more places 2007-10-22 19:28:24 -04:00
Alexander Nicolaysen Sørnes
d90ce3d8ef objectManager: Preserve page title when processing entries from a list 2007-10-21 13:11:21 -04:00
Alexander Nicolaysen Sørnes
835d82e49b Add new voting system 2007-10-09 21:59:54 -04:00
Chris Morgan
75e6f9dcc3 Add php5 scope keywords to the objectcManager class 2007-09-28 21:25:33 -04:00
Chris Morgan
a6f76eb892 Confusion between sAction=view and sAction=display broke viewing/displaying items. Standardize on sAction=view until we can come up with a more robust way of ensuring the same issue doesn't happen again. 2007-09-24 21:35:35 -04:00
Alexander Nicolaysen Sørnes
72a250b2b0 Use objectManager to add and edit notes 2007-09-19 20:38:17 -04:00
Alexander Nicolaysen Sørnes
a6a62a2299 Use objectManager to display versions 2007-09-19 20:37:21 -04:00
Alexander Nicolaysen Sørnes
93d71f630a Prepare for viewing versions using objectManager 2007-09-18 20:38:28 -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
38f7214406 Add a couple of brackets to flush out a minor code change that has been sitting for a while. 2007-09-08 01:38:35 +00: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
Edwin Smulders
023ece493b Eliminate some php notices caused by use of uninitialized variables 2007-07-24 01:45:19 +00:00
Edwin Smulders
d0a45fe550 Switch to using $_SERVER variables from what appears to be deprecated super globals 2007-07-24 00:30:04 +00:00
Chris Morgan
88a832199d Implement browsing of newest apps in the object manager infrastructure 2007-07-16 03:04:07 +00:00
Alexander Nicolaysen Sørnes
5e7a75584a Remember multipage values when processing entries 2007-06-15 04:10:42 +00:00
Chris Morgan
4078ad879f Add some common responses to the entry processing page, selectable via radio buttons. This
should make admin responses more consistent and make it quicker and easier to process
submissions.
2007-06-14 01:27:59 +00:00
Alexander Nicolaysen Sørnes
95fc2d366b Add multi-page support to objectManager, use it for the vendor class 2007-06-09 17:07:02 +00:00
Alexander Nicolaysen Sørnes
8602741181 Include apidb_footer() on objectManager pages 2007-05-26 15:48:42 +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
eb49e9344d Add om method for displaying a move child objects page. A link to this page is displayed in
an entry's view page automatically if the class that entry has the required methods
objectMoveChildren and objectGetId
2007-04-27 23:43:43 +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
f688be7c4d Support silent input checking. checkOutputEditorInput() can now return TRUE instead of a
list of errors
2007-04-24 00:35:51 +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
Chris Morgan
00aacdeadd Fix some inconsistent braces and add a comment to the objectManager code 2007-04-22 15:52:06 +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
cab71714cc Include testData_queue.php in objectManager. Document usage at the top of objectManager.php.
----------------------------------------------------------------------
2007-04-18 23:18:45 +00:00
Alexander Nicolaysen Sørnes
ac978bfad7 objectManager: check editor values 2007-03-25 18:52:19 +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
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