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
Tony Lambregts
c8674872ea
Include the buglinks table when creating a new setup
2005-07-13 01:12:54 +00:00
Tony Lambregts
e314ef84e1
SQL to create buglinks table
2005-07-13 01:11:56 +00:00
Jeremy Newman
8cd65e7bdf
Allow uploads of up to 5 megabytes
2005-07-11 14:40:37 +00:00
Chris Morgan
c854bdd9aa
Add some documentation about which files go into which of the data directories. This also serves to make the directories present when users update with -APd which would normally prune these empty directories.
2005-07-10 16:40:25 +00:00
Chris Morgan
08cf792962
Restore appimage.php until the last-modified changes are verified working
2005-07-10 04:14:23 +00:00
Chris Morgan
9df7154d04
Fix some php bugs in the last modified patch that are breaking screenshots
2005-07-10 02:55:03 +00:00
David Lee Lambert
4ddd5dc8c0
Send last modified information for images so the browser can use the cached version instead of re-downloading images each page refresh.
2005-07-10 02:22:21 +00:00
Jonathan Ernst
e645810d69
Fix missing application name when updating links
2005-07-05 04:00:39 +00:00
Chris Morgan
41c55dbfa2
Delete version before application, otherwise the version has no parent
...
application.
2005-06-30 22:51:28 +00:00
Chris Morgan
6ae3aa98fd
When deleting a version or application the first thing deleted was the version
...
or application. Then each of the sub-objects like comments, notes etc were
deleted. This order is bad because it makes the database inconsistent, we
never want a comment/note/etc for a version that doesn't exist. Delete the
sub objects first and then the parent object.
2005-06-30 01:59:32 +00:00
Jonathan Ernst
e8218999f3
Fix link with bugzilla when creating new bugs bugs where having their
...
url set to http://www.winehq.org/appview.php?appid=xxxx instead of
http://appdb.winehq.org/appview.php?appId=xxxx ), thus making it
impossible to retrieve bug list from the AppDB.
2005-06-30 01:09:19 +00:00
Tony Lambregts
32786350ad
Redisplay the input form and display the errors there instead of an error page so the user doesn't lose any of the data they've already input.
2005-06-29 03:01:08 +00:00
Mitchell Mebane
616b957a61
Make screenshots openable in a new tab
2005-06-28 02:07:06 +00:00
Chris Morgan
3342c55772
Keep track of the appIds we've already output to the top X list. If we need
...
to fill the list in with applications that haven't received any votes make
sure we exclude the applications we've already output.
2005-06-25 03:44:39 +00:00
Chris Morgan
adf0dc83ab
Use the sql row object to get the submitted time, instead of an object that
...
doesn't exist.
2005-06-25 01:22:09 +00:00
Chris Morgan
0f13fb4a38
Filter searches inside of searchForApplication() and
...
searchForApplicationFuzzy() so filtering occurs at the lowest possible level.
This fixes a bug where a list of duplicates an admin sees has the results
from an unfiltered search and may contain hundreds of extra applications.
2005-06-24 01:30:55 +00:00
Chris Morgan
4ab923935a
Remove <br/> tags in screenshot anchor tags, there is an odd space between the screenshot and the text below it that appeared when the image was centered with <center>
2005-06-23 03:00:10 +00:00
Chris Morgan
b601cfef5c
Center the screenshot image so it is centered with respect to the text that may appear below it.
2005-06-23 02:28:07 +00:00
Chris Morgan
437280be5f
Include the reason text in version added emails so we can see what maintainers
...
say to users when versions are accepted into the database.
2005-06-23 00:34:31 +00:00
Chris Morgan
ebade0ce2d
Fix screenshot link text, it wasn't fixed correctly with the last change
2005-06-23 00:30:20 +00:00
Chris Morgan
bcfd89e6f6
Fix htmlarea windows on the adminAppQueue page
2005-06-23 00:10:03 +00:00
Chris Morgan
73736380f7
Only display 'Submit screenshot' text if we are displaying screenshots for a version
2005-06-21 01:27:38 +00:00
Chris Morgan
98732fd75c
Make it clear that clicking on the image in the appversion display window is how you submit new screenshots.
2005-06-21 00:57:00 +00:00
Chris Morgan
9bc38cb89f
Use distinct names for the textarea fields.
2005-06-21 00:45:28 +00:00
Chris Morgan
dc99aaf631
Put some single quotes around application name and version name so they can be distinguished from the rest of the email notification text more easily.
2005-06-19 15:46:57 +00:00
Chris Morgan
e49a0cb2ae
Ignore any search word that is in a list of common words. Also ignore any
...
single letters.
2005-06-17 02:16:49 +00:00
Chris Morgan
a413175e40
Improve search results by seeing if any of the search words match a vendor
...
name or a vendor url. If so we should return all of the vendors applications
in our search results.
2005-06-14 19:38:36 +00:00
Chris Morgan
bce26361f3
Trim spaces from the begining and end of the search string so we don't miss
...
some 'like' matches.
2005-06-14 16:25:20 +00:00
Chris Morgan
4d38ddc8a2
When processing an application we should display the version information as
...
well as the application information. Often the application is accepted only
to discover that the version description contains no testing information. If
this was known earlier both the application and version could have been
rejected. Add support for duplicate merging by clicking on one of the
applications the submitted app name matched with. Versions are also
displayed so the admin can decide if the version is also a duplicate. This
merge makes the submitted version point at the selected app as its parent and
removes the application submission. This lets admins accept new versions
even if the application submission is a duplicate
2005-06-12 18:48:53 +00:00
WineHQ
1bf7afd52f
Authors: Jonathan Ernst <Jonathan@ernstfamily.ch>, Chris Morgan <cmorgan@alum.wpi.edu>
...
Remove email check that is already done. Add stuff from appdb todo in the wiki to keep the two in sync.
2005-06-12 02:50:18 +00:00
Chris Morgan
97513244c4
Admin app queue page was only displaying like matches for a submitted app.
...
Factor like and fuzzy searches out in to a function and call that function
from normal search and from the app queue page so admins see fuzzy matches
for submitted apps.
2005-06-08 00:35:30 +00:00
Chris Morgan
4d8a1492df
Add some todo items about improving the ability to manage applications in the database
2005-06-08 00:27:12 +00:00
Chris Morgan
68aaffd9e3
Use the same background color for versions output with the application as by themselves.
2005-06-08 00:26:09 +00:00
Chris Morgan
81d3db95b8
Add the ability for admins to move a version from one application to another.
...
This is useful when there are duplicate applications and you want to move
versions prior to removing the duplicate app.
2005-06-05 21:26:07 +00:00