d6eba90422
2010/02/02 03:15:57 +0000 claunia: Cleanup some application references. Still lot to check out.
2014-09-04 05:39:42 +01:00
Alexander Nicolaysen Sørnes
3668b29e8e
Manage Screenshots: Correctly call objectGetEntriesCount(), fix SQL accordingly
2009-08-13 15:04:43 +02:00
Alexander Nicolaysen Sørnes
5081bc0a48
Delete moveAppVersion.php now that objectManager can do the same
2009-06-28 17:33:43 +02:00
Alexander Nicolaysen Sørnes
fcfba5a714
Show app names on 'Admin comments' page
2009-04-05 14:29:34 +02:00
Alexander Nicolaysen Sørnes
6e9abaab68
adminMaintainers: Link to contact from instead of mailto
2008-07-19 22:13:48 -04:00
Alexander Nicolaysen Sørnes
3226aef81b
adminMaintainers: Link to contact from instead of e-mail
2008-07-18 11:19:46 -04:00
Alexander Nicolaysen Sørnes
c547b5532d
Add ability to e-mail all maintainers
2008-05-21 20:59:54 -04:00
Alexander Nicolaysen Sørnes
6c3a3c4164
Fix SQL on adminMaintainers page
2008-05-12 23:49:13 -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
30dc3d2b2c
Remove deleteAny.php
2007-11-23 23:43:27 -05:00
Alexander Nicolaysen Sørnes
6ebd4cfa34
Fix category administration
2007-11-23 23:37:45 -05: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
1a91a5cdf2
Remove unused code from deleteAny.php
2007-09-19 20:31:33 -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
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
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
Chris Morgan
a923d0ff2f
Add objectManager support to the note class
2007-07-30 00:27:37 +00:00
Edwin Smulders
023ece493b
Eliminate some php notices caused by use of uninitialized variables
2007-07-24 01:45:19 +00:00
Chris Morgan
f08ae29f58
Split maintainer::notifyMaintainerOfQueuedData() into two parts.
...
maintainer::fetchNotificationUpdate() that retrieves much of the email to the maintainer and
the target notification level, and maintainer::processNotificationUpdate() that acts on the
target notification level and completes and optionally sends the email to the maintainer. Add
admin/maintainerNotification.php to aid in debugging the notification system.
2007-07-21 23:49: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
6c8bdec0bb
Add text about downloadurl usage on version editing page
2007-04-27 23:02:47 +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
2e0831cd22
Redirect to version-queue after moving tests. admin/adminAppQueue.php should redirect to
...
'version_queue' instead of 'version'
2007-04-21 17:55:33 +00:00
Alexander Nicolaysen Sørnes
96bfe05734
Display move test results table when processing a version
2007-04-21 01:20:43 +00:00
Alexander Nicolaysen Sørnes
67f61bbda5
Delete admin/resubmitRejectedApps.php, this file is no longer used
2007-04-19 23:53:28 +00:00
Alexander Nicolaysen Sørnes
169d7ca493
Use objectMakeUrl()/Link() in more places
2007-04-08 23:04:31 +00:00
Alexander Nicolaysen Sørnes
ff476b1b13
Use objectmanager to list queued/rejected versions
2007-04-07 20:42:08 +00:00
Alexander Nicolaysen Sørnes
89535dbe01
Use objectMakeLink()/Url() in more places
2007-04-03 02:08:44 +00:00
Alexander Nicolaysen Sørnes
37296b2242
Let objectManager handle rejected testData
2007-03-25 03:56:20 +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
7f397c1dc4
Let objectManager show testResults queue. Maintainers now get a list of queued test results
...
for versions they maintain.
2007-03-18 22:15:06 +00:00
Alexander Nicolaysen Sørnes
f4c5077094
Let objectManager show the application queue
2007-03-17 23:45:54 +00:00
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
5f6cc94def
Rename appData type 'image' to 'screenshot'
2007-03-10 23:31:47 +00:00
Alexander Nicolaysen Sørnes
bf7daaa789
Let ObjectManager handle maintainer requests
2007-03-04 23:22:57 +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
d8aa5380a2
Don't use arguments for vendor::create() and vendor::update()
2007-01-28 23:28:14 +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
6a92f95a6d
Clean up link editing code
2007-01-20 03:49:41 +00:00
Alexander Nicolaysen Sørnes
8afd6878d8
Allow download urls on version submission
2007-01-18 02:34:19 +00:00
Alexander Nicolaysen Sørnes
917851fceb
Fix naming of OutputEditor() to be outputEditor()
2007-01-17 03:18:49 +00:00
Alexander Nicolaysen Sørnes
c71697dc5b
Rename downloadurl::editor to OutputEditor for better conformance with other classes
2007-01-16 04:25:56 +00:00
Alexander Nicolaysen Sørnes
af877bfc70
processForm needs to be passed the $aClean array
2007-01-06 01:08:35 +00:00
Alexander Nicolaysen Sørnes
52a155588c
Add the ability to add download URLs to application versions. They are
...
displayed in the version view marked as 'free downloads'. The links will
later be used to allow browsing of downloadable applications.
2007-01-05 05:20:05 +00:00
Chris Morgan
a1a41d6b87
Fix and enable input filtering through include/filter.php
2007-01-04 02:35:01 +00:00
Alexander Nicolaysen Sørnes
582ee561fc
If the admin tries to view an application that does not exist, print an error
...
and exit instead of fetching useless data as though there actually was an
application.
2007-01-04 00:43:58 +00:00
Francois Gouget
41fce37200
Assorted spelling fixes
2006-12-31 19:39:41 +00:00
Alexander Nicolaysen Sørnes
b6c06391c3
If the admin has not modified the field for a personalized response to a
...
maintainer application, do not include it in the e-mail sent to the user.
2006-12-30 06:15:33 +00:00
Alexander Nicolaysen Sørnes
72a8cd48c1
Add some missing quotes to input tags, to prevent the variables from being
...
assigned garbage values. Also conform the affected tags to newer HTML standards.
2006-12-02 05:10:11 +00:00
Alexander Nicolaysen Sørnes
beed29012e
Fix moving versions by having the move version form update the internal version variable and then call the
...
Version::update() method to perform the update.
2006-11-26 17:15:38 +00:00