Commit Graph

47 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes
a8bdb129e7 Remove 'browse downloadable apps' 2008-06-15 11:45:30 -04:00
Alexander Nicolaysen Sørnes
709e418722 Remove 'browse newest apps' and 'browse by rating' 2008-06-12 19:55:26 -04:00
Alexander Nicolaysen Sørnes
9af5a29e51 Add accessible link to front page 2008-03-01 11:38:37 -05:00
Alexander Nicolaysen Sørnes
96283597a0 Emphasize that the Search box searches the AppDB 2008-03-01 11:38:02 -05:00
Austin English
650f5d7c49 AppDB: fix sidebar link order and add wine forums 2008-02-26 19:35:26 -05: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
ecfc92a01f Fix distribution count in sidebar menu 2008-01-23 10:42:28 -05:00
Alexander Nicolaysen Sørnes
f04c6fe4dc objectManager: Handle sState in URLs 2008-01-10 20:38:14 -05:00
Alexander Nicolaysen Sørnes
e52f270498 Use objectManager to display main screenshot gallery 2007-12-02 13:53:28 -05:00
Alexander Nicolaysen Sørnes
44d414d896 Use AppDB search when JavaScript is unavailable 2007-11-09 19:43:50 -05:00
Alexander Nicolaysen Sørnes
7e66843cc4 Replace browse_newest_apps class using sorting 2007-11-09 19:42:05 -05:00
Chris Morgan
2eb1d01026 Redirect google custom search results to an appdb page to keep a consistent look-and-feel 2007-08-25 04:17:21 +00:00
Chris Morgan
bde24d410b Replace appdb search with a Google Custom Search Engine 2007-08-25 03:47:55 +00:00
Chris Morgan
88a832199d Implement browsing of newest apps in the object manager infrastructure 2007-07-16 03:04:07 +00:00
Chris Morgan
15c57e937b Place the 'AppDB' link at the top of the global menu, users may use it to return back to the
main page of the AppDB and having it be the second link makes it more difficult to locate
2007-07-11 02:41:58 +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
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
2e6ddd24c9 Add and use vendor::objectGetEntriesCount() 2007-03-25 03:59:58 +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
f782c10317 Add distribution queue.
Queued distributions are still treated like un-queued ones, since currently
only 8 distributions are un-queued.  'View Distributions', however, will only
show un-queued distributions.

If an admin tries to remove a distribution with associated test results, an
error is printed and no action is performed.  This could be improved in the
future by showing a 'move test data' link.
2007-03-13 16:59:35 +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
a7f699dbab Add a page to browse downloadable applications 2007-01-09 04:29:51 +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
79a5e062dd Add the page and sidebar entry for a 'Browse newest applications' page 2006-11-27 03:14:57 +00:00
EA Durbin
d8fe952bb1 Add the ability to browse applications by rating and a unit test for the added Application::getWithRating() 2006-09-27 02:44:16 +00:00
Chris Morgan
9364f5bc5a Rename include/distributions.php to include/distribution.php so the name of the file matches exactly the name
of the distribution class
2006-07-21 04:21:04 +00:00
Chris Morgan
457f7cc34b Move distribution related functions into distribution class and combine getNumberOfDistributions() and
getNumberOfQueuedDistributions() by passing in a $bQueued flag
2006-07-11 17:02:35 +00:00
Jonathan Ernst
735a2bc65f Prefix all GPC variables according to our coding standard 2006-07-06 17:27:54 +00:00
EA Durbin
f982c8459e Filter all user input to reduce the security impact of manipulated data 2006-06-17 06:10:10 +00:00
Tony Lambregts
5fe6ad37c1 Fix wiki link 2006-06-05 01:11:07 +00:00
Tony Lambregts
5d8293bdb1 Update appdb to have a menu with links to all wine related sites 2006-06-03 23:53:41 +00:00
Tony Lambregts
8ebccb4f2a Add test results as part of submitting an application or version 2005-10-28 00:11:35 +00:00
Tony Lambregts
40138af1a8 Let users browse vendors and remove some duplicate code 2005-10-25 00:47:32 +00:00
Tony Lambregts
14a3d83d51 Let users view distributions 2005-10-21 02:48:27 +00:00
Tony Lambregts
09ec082407 Add a page for viewing screenshots and a link to it from the sidebar 2005-09-25 23:55:06 +00:00
Chris Morgan
3351201222 Remove mention of api coverage for developers from main page, we don't
address that anymore.  Expand the width of the search box, maybe its
small size keeps people from using it?  Add an item on the default
appdb panel to encourage users to email their suggestions for the appdb
to the appdb mailing list.
2005-05-14 14:47:13 +00:00
Jonathan Ernst
124868c0a0 - fix the 25 errors reported by the w3c html validator (http://validator.w3.org) in appview.php?appid=whatever
- fix the 46 errors reported by the w3c html validator in appview.php?versionid=whatever
- fix the 97 errors reported by the w3c html validator in index.php
2005-02-11 23:42:50 +00:00
Jonathan Ernst
6922c0cea2 - improve the sidebar links to the help system (only one link instead of two)
- remove the help about user rating as it doesn't exist anymore
- improve exisiting help documentation and FAQs (remove out of date
informations, dead link, etc.)
- add new help page for maintainers with details on how to maintain an application
2005-02-09 23:59:09 +00:00
Jonathan Ernst
7b12f89abf - improve application and related classes
- use application/version/vendor class in scripts
- don't use a full table for queued appication but only one field in the application and version tables
- simplify the code in many places
2005-02-07 23:21:33 +00:00
Paul van Schayck
1581a50889 Check on $_REQUEST['q'] 2004-12-25 20:14:03 +00:00
Jonathan Ernst
ca749d32d9 make use of the new constants of the config file for db connection and base path 2004-12-23 01:12:03 +00:00
Jonathan Ernst
5f66266055 - resulting html pages are valid html 4.01 transitionnal 2004-12-12 22:36:31 +00:00
Jonathan Ernst
d3d9e853d9 - replaced tons of tabs with spaces
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
2004-12-12 03:51:51 +00:00
Jonathan Ernst
bd91db228c - access most globals by their $_XYZ['varname'] name
- fix some code errors and typos (missing $ in front of variable names
and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
is set to show notices (if(isset($variable))) instead of if($variable) for
example)
2004-12-10 01:07:45 +00:00
Chris Morgan
8ccc06ba4b Add a statistics page that displays the number of users, active users, comments and applications. 2004-12-01 22:26:50 +00:00
Jeremy Newman
f722ca719e fix search form so it works from any path
spotted by Ivan Leo Murray-Smith
2004-03-24 18:56:12 +00:00
Jeremy Newman
8f28ae10c4 Initial revision 2004-03-15 16:22:00 +00:00