Commit Graph

901 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes
2e8b3aa3e6 Fix filtering by comparing strpos identically with 0 using === instead of just equality with == 2007-01-06 04:34:13 +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
9f88239d1f When filtering copy Xinha variables verbatim instead of stripping out html tags 2007-01-05 04:59:04 +00:00
Chris Morgan
44ef334d79 Remove a debug print accidentally committed with the filtering changes 2007-01-05 04:44:39 +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
Alexander Nicolaysen Sørnes
adf4a06b72 Language fixes for maintainer rating help. Also sneak in the work 'flawlessly' in the description of the Platinum rating.
It is already mentioned on the front page.
2007-01-04 00:41:58 +00:00
Alexander Nicolaysen Sørnes
a9c55304e2 Include the $extra argument in the output HTML. 2007-01-04 00:38:06 +00:00
Michael [Plouj] Ploujnikov
5fb6243102 Fix spelling of the email response in include/application.php 2007-01-04 00:36:44 +00:00
Alexander Nicolaysen Sørnes
077ee450b7 Fix the note deletion mail so it displays the information it is supposed to. 2007-01-02 04:44:27 +00:00
Alexander Nicolaysen Sørnes
9e183eb7d9 Add file necessary for displaying queued item lists 2006-12-31 19:48:07 +00:00
Francois Gouget
41fce37200 Assorted spelling fixes 2006-12-31 19:39:41 +00:00
Alexander Nicolaysen Sørnes
acc55e3442 Fix the description of the 'confirm comment deletion' option (id 6). 2006-12-31 18:33:50 +00:00
Alexander Nicolaysen Sørnes
d27204d6f6 Fix a typo in the rejected testing results queue, where it says 'testng' (bug
#4156).
2006-12-30 06:20:06 +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
87cb1627e5 Add a URL to the application/version and a few line breaks. 2006-12-30 06:13:46 +00:00
Alexander Nicolaysen Sørnes
2055b14d73 dd a page showing a user's queued submissions to the AppDB. This should be
quite useful for a user, and should also reduce the number of duplicate
submissions, as many users seem to think their submissions have been lost if
they are not accepted within a few hours.
2006-12-27 03:26:39 +00:00
Alexander Nicolaysen Sørnes
18acb017cd Add a page showing a user's queued submissions to the AppDB. This should be
quite useful for a user, and should also reduce the number of duplicate
submissions, as many users seem to think their submissions have been lost if
they are not accepted within a few hours.
2006-12-27 03:26:16 +00:00
Alexander Nicolaysen Sørnes
eb9e649d3d If test results are deleted by the person who submitted it, don't send an
extra mail about it.
2006-12-27 03:23:52 +00:00
Alexander Nicolaysen Sørnes
4a41fcdbea If a person deletes a screenshot he has submitted himself, don't send him an
extra email about it.
2006-12-27 03:23:01 +00:00
Alexander Nicolaysen Sørnes
85b6503cf1 The create_tables script should also add the testData table. 2006-12-27 03:21:15 +00:00
Alexander Nicolaysen Sørnes
4f3058e247 Fix the testData's mailSubmitter() so it actually displays the application
name.
2006-12-27 03:19:43 +00:00
Alexander Nicolaysen Sørnes
2aa330697f - Fix the ancient use of --debugmsg
- Add an explanation for how to run a program with Wine
- Refer users with sound problems to winecfg
2006-12-27 03:10:53 +00:00
Alexander Nicolaysen Sørnes
76b232e0a9 Add a list of the user's monitored versions to the sidebar. 2006-12-16 03:20:37 +00:00
Alexander Nicolaysen Sørnes
7638866df0 Make sure that a version without a maintainer rating is not displayed with the
colour of the previous version.
2006-12-09 15:56:56 +00:00
Alexander Nicolaysen Sørnes
8786673db6 Allow the user to tick a checkbox upon application submission, indication
whether he would like to become a super maintainer of the application.  The
request is processed along with the application. Also add a unit test that
tests maintainer requests submitted along with an application.
2006-12-09 05:07:25 +00:00
Alexander Nicolaysen Sørnes
cc7f3d3bc3 Auto-accept a maintainer request if the user has sufficient privileges. 2006-12-09 04:34:07 +00:00
Alexander Nicolaysen Sørnes
3a6034a60d If a user deletes a bug link he has submitted himself, don't send him an
e-mail saying the link has been rejected.
2006-12-09 04:30:48 +00:00
Alexander Nicolaysen Sørnes
bdbc9ebec3 The function refers to its own class, so use $this instead of $oApp. Also
prevent the application name from being printed twice.
2006-12-09 04:29:20 +00:00
Alexander Nicolaysen Sørnes
9fd31b235d Colourize the maintainer's rating and version fields with the appropriate
rating colours, both in the application and version view.
This should make it easier for users to identify working versions, and it also
prevents the maintainer's rating from being 'overshadowed' by the test
results.
2006-12-09 04:28:20 +00:00
Alexander Nicolaysen Sørnes
f0d89f4ee5 Use $this instead of $oApp since this method is referring to its class 2006-12-08 03:38:27 +00:00
WineHQ
9643c80288 Authors: Alexander Nicolaysen Sørnes <alex@thehandofagony.com>, Chris Morgan <cmorgan@alum.wpi.edu>
Make sure that a maintainer entry is not deleted incorrectly in Maintainer::unQueue().  If
a request has already been accepted, it is not a duplicate. Add a unit test to test the behavior of Maintainer::unQueue() on
an already unqueued maintainer.
2006-12-03 16:26:38 +00:00
Chris Morgan
c19a471bd5 Unit tests should disable sending email before they execute, we don't want any accidental emails sent when developers are
running the unit tests to verify functionality. Add commented out example code that will enable developers to disable email via
a define in include/config.php
2006-12-02 19:44:31 +00:00
Alexander Nicolaysen Sørnes
fda353c433 Update the generic help page, by removing references to the wine config file
and adding some new tips. Remove references to winecheck, this was removed from wine some years ago and
remove specific 'where to get help' documentation and instead forward users to the Winehq 'getting help'
page so there is one location for this information.
2006-12-02 17:28:57 +00:00
Alexander Nicolaysen Sørnes
aa08dad894 Various language fixes for the front page, and make the language more
consistent.
2006-12-02 05:12:43 +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
83e83e504f Change the maintainer button from 'be a maintainer for this app' to 'be a
maintainer for this version', and change 'monitor version' to 'monitor
changes'. Add a 'title' entry to the <input> to provide mouseover help to the user.
2006-12-02 05:05:54 +00:00
Alexander Nicolaysen Sørnes
79582b050a Quote output parameters used in <input> tags, otherwise empty variables will end up incorrectly pulling in the / from the end
of a <input /> tag
2006-12-01 02:55:09 +00:00
Chris Morgan
74c9f1d22b Add help documentation on what 'maintainers' are and why they are important to the appdb. 2006-11-29 22:07:06 +00:00
Alexander Nicolaysen Sørnes
11e0bf2da7 Fix the newest apps list so it displays the correct date when the application was submitted, plus some small fixes 2006-11-28 01:10:26 +00:00
Alexander Nicolaysen Sørnes
79a5e062dd Add the page and sidebar entry for a 'Browse newest applications' page 2006-11-27 03:14:57 +00:00
Alexander Nicolaysen Sørnes
4586465b09 Add basic rating logic checking to testData::CheckOutputEditorInput() to prevent people from saying a running application is
garbage and an application that won't install is platinum.
2006-11-27 02:32:22 +00:00
Alexander Nicolaysen Sørnes
ddcb2691a7 Add a FAQ entry about the term 'vendor'. 2006-11-26 18:17:29 +00:00
Alexander Nicolaysen Sørnes
26e5e8c193 Fix a typo on the main page. 2006-11-26 18:16:20 +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
WineHQ
b858e2ba53 Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors. 2006-11-25 17:24:44 +00:00
WineHQ
e1333dd7fc Include the real name of the user deleting, rejecting and accepting applications and versions 2006-11-22 01:41:36 +00:00
EA Durbin
7532d9091e Application::countWithRating() and getWithRating() should avoid queued applications. Add unit test
to ensure that we don't include queued applications
2006-09-30 01:31:04 +00:00
Chris Morgan
74fb6b5bd8 Flush the error log before performing the error log test, otherwise pending errors can throw the tests error count off
and cause it to improperly fail
2006-09-27 02:47:52 +00:00