Commit Graph

671 Commits

Author SHA1 Message Date
Tony Lambregts
b7f1d55472 Allow maintainers/administrators to reject an application submission instead of just deleting it 2005-08-15 03:44:03 +00:00
Chris Morgan
c8275c3096 Pass a default into User::getPref() when trying to retrieve the comments mode set so users with no comment mode set will default to 'threaded'. Otherwise these users won't see any comments. 2005-08-15 00:25:37 +00:00
Chris Morgan
c8b4caf151 Set defaults comments mode to threaded for new users 2005-08-15 00:17:54 +00:00
Chris Morgan
009cc6a55f Fix code indenting, change default non-logged in comment mode to threaded 2005-08-14 19:28:34 +00:00
Chris Morgan
369d5f4df0 Log new users in automatically if the user was successfully created 2005-08-14 18:56:35 +00:00
Chris Morgan
c77e881999 Fix indenting. Remove use of $_SESSION[] inside of the class because we can simply use $this 2005-08-14 18:49:21 +00:00
Lukas Middendorf
691a199bd1 Search results were listing a number of versions that was counting versions that were still in the queue to be processed by appdb admins. Exclude queued versions from the count. 2005-08-14 17:27:08 +00:00
Tony Lambregts
fa79ae006e Stop displaying winzip when a new vendor is submitted 2005-08-14 15:34:58 +00:00
Tony Lambregts
92d613a5a8 Use the correct spelling/capitalization for sKeywords 2005-08-14 15:21:28 +00:00
Tony Lambregts
95c2f699ae Use the correct capitalization for QueuedOnly 2005-08-13 17:29:19 +00:00
Tony Lambregts
fc2c9afdbc Use the correct (non-capitalized) name for resolution 2005-08-13 01:54:15 +00:00
Chris Morgan
1570a91d9d getMaintainersUserIdsFromAppIdVersionId() shouldn't return all supermaintainers when passed a versionId of 0 2005-08-13 01:45:42 +00:00
Tony Lambregts
df12143558 Fix display of no_screenshot.png image when there is no screenshot 2005-08-07 02:32:43 +00:00
Tony Lambregts
cc9a94abe2 Fix adminScreenshots.php 2005-08-07 02:31:15 +00:00
Chris Morgan
0665823494 Remove words less than 4 letters from the normal searching path to reduce spurious matches 2005-08-06 03:53:08 +00:00
Chris Morgan
3a5b5f38da Use the correct object variables when printing acceptance/rejection emails so the application and version are actually displayed 2005-08-06 02:42:09 +00:00
Chris Morgan
639dd77d15 Let maintainers and super maintainers process the application versions and images submitted for applications they maintain 2005-08-05 22:07:41 +00:00
Chris Morgan
415ddb3654 Don't continue working on the bugzilla database if we were unable to connect to it 2005-08-01 20:53:44 +00:00
Chris Morgan
f6fe0a0cab If buglinks queries fail don't try to mysql_fetch_object() on the result 2005-08-01 03:57:32 +00:00
Chris Morgan
978014cf88 Fix maintainer name display when processing maintainer queue. Code
was assuming the returned values were arrays when they were in fact
just a single value, copy paste bug from another set of code.
2005-08-01 00:39:07 +00:00
Chris Morgan
cc912964d6 Move some maintainer code into user class, don't let a user maintain
the same app more than once
2005-07-31 17:53:11 +00:00
Chris Morgan
16e28b37a3 Really use the url field as the local filesystem filename 2005-07-31 04:35:18 +00:00
Chris Morgan
5dcc4e3ae7 Use the url field from appData and not the id as the name of the file in the filesystem. It is only lately that the filenames of images are equal to the id of the row in the appData table 2005-07-31 04:23:06 +00:00
Chris Morgan
abdb3ef22b Report last modified header information for application images. This should reduce the bandwidth used when refreshing the main page multiple times. Patch based on David Lamberts patch 2005-07-31 03:35:44 +00:00
Chris Morgan
4be7e90e66 user->isMaintainer() should return true if the user is a super maintainer of the application 2005-07-30 16:35:03 +00:00
Chris Morgan
f14d6a20ab Use the full path when calling move_uploaded_file() 2005-07-30 16:04:57 +00:00
Chris Morgan
5df2203821 Put single quotes around the application name/version name a comment is being deleted for 2005-07-30 15:36:15 +00:00
Tony Lambregts
6a8f8737f0 Add missing </form> to view_version_bugs() 2005-07-30 03:15:50 +00:00
Tony Lambregts
dab40bc0e8 Show the application name in the header when viewing versions 2005-07-29 02:02:41 +00:00
Tony Lambregts
dd92c790e0 Fix administration of screenshots so more than page 1 is displayed 2005-07-29 02:00:53 +00:00
Jeremy Newman
7dcbeab99b not needed, and causes problems 2005-07-28 22:39:16 +00:00
Chris Morgan
cd6f9e8302 Remove 'game' from our search terms because many application descriptions use the word and searching for it returns erroneous results 2005-07-28 00:22:43 +00:00
Tony Lambregts
324ed66eae Fix situation where AppDB is not at DocumentRoot 2005-07-27 02:10:56 +00:00
Tony Lambregts
a45a1fa869 Refactor screenshots.php to use get_thumbnail() 2005-07-26 03:54:57 +00:00
Tony Lambregts
e635d2919c Make adminScreenshots display screenshots 2005-07-26 03:54:06 +00:00
Tony Lambregts
f8c64330a5 Add a generic function to make a clickable image 2005-07-26 03:53:16 +00:00
Tony Lambregts
822b7254be Fix application and version links 2005-07-22 00:36:58 +00:00
Tony Lambregts
03b5e8d47f Refactor code to use display_page_range() 2005-07-20 02:42:27 +00:00
Tony Lambregts
860c6ee67a Add sidebar link for administrators to maintain buglinks 2005-07-20 02:31:13 +00:00
Tony Lambregts
e080533a10 Add adminBugs.php to cvs 2005-07-20 02:29:17 +00:00
Tony Lambregts
01040ae536 Add some functions that will be used to maintain buglinks 2005-07-20 02:27:43 +00:00
Tony Lambregts
d71c45937e Hack a fix for "$this->iLinkId = mysql_insert_id();" not working
and other cleanups.
2005-07-16 20:02:17 +00:00
Jonathan Ernst
1331d33842 Give a useful message to the user when the screenshot size is too big to be accepted 2005-07-14 01:32:26 +00:00
Jonathan Ernst
f2709df6db Fix the problem where backslashes were disappearing when editing notes/how-to 2005-07-14 01:30:53 +00:00
Tony Lambregts
bd3f8ca90d Make the script that creates the fake tables ask for a password 2005-07-13 03:45:54 +00:00
Tony Lambregts
c7d6988d4f Fix backlink to application/version when sending email 2005-07-13 03:44:38 +00:00
Tony Lambregts
0f4d2f07ba Modify appview so users can view and attach a bug to a version 2005-07-13 01:16:37 +00:00
Tony Lambregts
4d52a8a505 Allow users to view applications/versions linked to a bug 2005-07-13 01:15:57 +00:00
Tony Lambregts
7f49c5055e Modify the version object to include an array of bugs and use that array when deleting a version 2005-07-13 01:14:53 +00:00
Tony Lambregts
d42e47bd68 Create the buglink object 2005-07-13 01:13:46 +00:00