Commit Graph

1253 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes
e6b09f417f testData_queue: always delete empty distributions if we can 2007-06-19 00:28:01 +00:00
Alexander Nicolaysen Sørnes
2c32bc608b Cleanup appData test 2007-06-19 00:27:13 +00:00
Alexander Nicolaysen Sørnes
051a1e5d0c Cleanup objectManager tests so all objects created during the test are deleted 2007-06-19 00:26:21 +00:00
Chris Morgan
6221e9b921 Cleanup make_bugzilla_version_list(). Use standard naming convention, add some documentation.
Add a work around so a selected version, if not present, is added to the list and selected.
This fixes the issue where editing an older test result leaves us in an unattainable position,
we can't select the version since it was pruned from the list and we don't want to pick the
wrong version for the results.
2007-06-17 22:44:47 +00:00
Chris Morgan
a8df90b23d Remove duplicate 'Appdb home' entry. Shorten the names of a few other entries 2007-06-17 22:10:30 +00:00
Alexander Nicolaysen Sørnes
3abcfefe00 Encode the sReturnTo argument to the login page, otherwise we may have problems with some urls 2007-06-17 16:59:42 +00:00
Alexander Nicolaysen Sørnes
d02ea523b8 Increase menu text size. Should make it easier for people to notice the menu options. Increase
font size from 10px to 11px.
2007-06-17 16:58:52 +00:00
Chris Morgan
41e90aec46 Properly close all of the html frames we opened with html_frame_start(). Fixes a bug where the
back link appears inside of a frame and the page rendering time appears in an odd red bar at
the bottom of the page
2007-06-16 21:16:12 +00:00
Chris Morgan
1d3050fc96 Fix cron maintenance email subject for database error log emails. Forgot to flag $sEmailSubject
as global
2007-06-16 17:04:56 +00:00
Alexander Nicolaysen Sørnes
bdca7c3bac distribution: Fix empty submitter notification email. Pass the correct argument to
mailSubmitter()
2007-06-16 17:02:25 +00:00
Alexander Nicolaysen Sørnes
b9588ab76e Store iPage in handleMultiPageControls(). Fixes the case where an iPage would not be set for
page 1, causing iItemsPerPage value to be ignored when returning from data processing
2007-06-16 17:00:57 +00:00
Chris Morgan
80ca144225 Fix a typo in the common response text. 2007-06-16 16:58:54 +00:00
Chris Morgan
a41b65c25e Remove duplicate and unused sDate variables from application and version classes 2007-06-16 04:55:34 +00:00
Chris Morgan
00ccd7b18b Fix subject of database error log email sent during cron maintenance 2007-06-16 03:35:05 +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
c5e1b08b5d Preserve current url when logging in. Pass the current url as part of the url to the login form
so we can return the user to the starting url after login.
2007-06-15 23:40:21 +00:00
Chris Morgan
9d35df1b54 Assign the admin user to $SESSION['current'] 2007-06-15 04:54:57 +00:00
Chris Morgan
9135f3ee99 Fix typo 2007-06-15 04:35:22 +00:00
Chris Morgan
1ae5758ffc Login as an admin user during cron maintenance so we can delete screenshots 2007-06-15 04:28:00 +00:00
Alexander Nicolaysen Sørnes
5e7a75584a Remember multipage values when processing entries 2007-06-15 04:10:42 +00:00
Chris Morgan
6f1ac4d074 Re-enable screenshot purging to see how it works now that we've got the reported list 2007-06-15 04:10:00 +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
Chris Morgan
8d1b120378 Add missing 'global $sEmailSubject;' declaration to functions using the global $sEmailSubject
value.
2007-06-14 01:17:07 +00:00
Alexander Nicolaysen Sørnes
ca8e4f56df Fix admin response in submitter notifications. Some code was in the wrong place inside of a
switch statement
2007-06-14 00:52:57 +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
Chris Morgan
46f4f20ce6 Fix minor indenting issue 2007-06-13 03:13:06 +00:00
Chris Morgan
945df6a78c Fix incorrect member variable, its $bIsQueue, not $bIsQueued. Fixes the number of items on a
multi-page queue
2007-06-12 01:28:59 +00:00
Chris Morgan
2c4929e7e1 Standardize the subject of the cron cleanup emails 2007-06-12 01:05:32 +00:00
Chris Morgan
f5b8cb3e8b Enable multi-page support for unqueued testData 2007-06-12 00:40:20 +00:00
Chris Morgan
f6a4905d77 Pass a valid $iPageRange into display_page_range(), otherwise display_page_range() behaves
improperly
2007-06-12 00:36:29 +00:00
Alexander Nicolaysen Sørnes
ffd812b8a6 Add multi-page control to list of un-queued testData 2007-06-12 00:02:41 +00:00
Chris Morgan
956186d1c1 Add 'View Test Results' entry to admin sidebar. Enable testData deletion so we can either edit
or delete a given test entry.
2007-06-11 23:51:29 +00:00
Alexander Nicolaysen Sørnes
65a77980c7 Fix type in appData::objectGetEntries() 2007-06-11 23:20:55 +00:00
Chris Morgan
59ed94fc54 Add a couple of comments and braces 2007-06-11 04:06:06 +00:00
Chris Morgan
e16df1cad3 Add some guidance to the 'Tested release' selection for a testData submission since we've
removed a bunch of versions lately, including 'CVS'.
2007-06-11 02:53:57 +00:00
Chris Morgan
4b8b4b6f57 Url::normalize() shouldn't be prepending anything to empty strings 2007-06-11 01:27:29 +00:00
Alexander Nicolaysen Sørnes
74ccc53af3 Url constructor should use the id from the database query as the $iUrlId argument to the
constructor doesn't need to be valid
2007-06-11 01:08:21 +00:00
Chris Morgan
c8b0ff974a Remove "CVS" version from the array of Wine versions we present to the user. It was a dumb idea
to have a CVS version anyway since all CVS versions appear the same.
2007-06-11 00:25:50 +00:00
Chris Morgan
19cae27ff8 Remove makeSafe(), we don't use this method anymore now that we have filter_gpc() 2007-06-11 00:12:08 +00:00
Chris Morgan
1ec57548c5 Switch some tabs to spaces 2007-06-11 00:04:29 +00:00
Chris Morgan
0838b838a3 Prepend "http://" in front of urls that lack "://". Most urls tend to be websites and adding
http:// where it is missing fixes a bunch of urls in the database
2007-06-10 23:58:11 +00:00
Alexander Nicolaysen Sørnes
fc6e645d1a Allow appData constructor to import appData derived objects 2007-06-10 23:07:51 +00:00
Chris Morgan
7e4a084fd3 Version::Version() was using $this->iVersionId before the value was set 2007-06-10 22:15:35 +00:00
Chris Morgan
0a5725f6d6 Fix minor indenting issue 2007-06-10 22:11:31 +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
d0022decd4 Disable screenshot deletion and add screenshot ids to the cleanup email so we can verify that
the cleanup script is removing the correct screenshots.
2007-06-10 17:13:49 +00:00
Ben Hodgetts (Enverex)
8a030a2806 Add more specifics about what is required on the application submission page. Changes the
wording so hopefully people won't keep adding comments about how well the application works in
the application or vrsion submission. Also adds comments about proper grammar and punctuation.
2007-06-10 01:30:28 +00:00
Alexander Nicolaysen Sørnes
cc57367fe3 Order versions by id 2007-06-10 00:28:52 +00:00
Alexander Nicolaysen Sørnes
b71bf8bd01 Sort applications by id 2007-06-10 00:27:54 +00:00