Commit Graph

63 Commits

Author SHA1 Message Date
c8ddd21c62 2009/10/09 02:40:40 +0100 claunia: Changed index.php. 2014-09-04 05:25:31 +01:00
Alexander Nicolaysen Sørnes
2afd981cda Minor language improvements on the AppDB front page 2008-06-29 11:33:49 -04:00
Francois Gouget
0373d15ce3 index: Fix the Wine-Reviews link 2008-06-19 10:33:44 -05:00
Alexander Nicolaysen Sørnes
90da3ae7f4 Fix browse by rating links on front page 2008-06-17 19:30:32 -04:00
Jeff Zaroyko
5665241fca Remove link to the website "Frank's Corner" the information and howtos on the appdb are a much more up to date source of information. 2008-05-03 10:41:15 -04:00
Jeff Zaroyko
16949bb71c tidy appdb html to make it validate - try 4 2008-02-25 19:27:36 -05:00
Jeremy Newman
438fbc9ac1 Add another Wine how-to site
Author: Tom Wickline <twickline@gmail.com>
2008-02-04 11:26:00 -06:00
Alexander Nicolaysen Sørnes
29f1c4a0de Fix app count on front page 2008-01-27 12:21:16 -05:00
Chris Morgan
30c5b93d6f Remove advertising asking for users to sign up to be maintainers. 2007-11-15 23:29:25 -05:00
Chris Morgan
e9f4bdc86c Add a request for application maintainers to the main page of the appdb site. We can't keep up
with the number of test results we are receiving and we need to get a handle on the existing
queues.
2007-08-09 02:12:32 +00:00
Chris Morgan
6119246b51 Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
with calls specific to the appdb or bugzilla database. Fixes a bug where a call to
mysql_insert_id() can potentially retrieve an id from either the bugzilla or appdb database,
depending on whichever database was last opened by mysql_connect().
2007-08-03 23:27:25 +00:00
Edwin Smulders
023ece493b Eliminate some php notices caused by use of uninitialized variables 2007-07-24 01:45:19 +00:00
Chris Morgan
d11deb7f74 Make the browse by 'silver' link the same as the rest of the browse by links 2007-07-11 04:35:46 +00:00
Chris Morgan
f32bf88696 Clean up the appdb main page. Update top-X lists to be inside of colored DIVs so the sections
can be easily distinguished. Remove unnecessary text to make the page easier to read.
2007-07-11 04:17:02 +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
2d4b27530d Upgrade to Xinha 0.931. Xinha has been optimized for size and dozens of issues have been closed
out since the last upgrade . Add Firefox and Xinha buttons to main page to show our support.
2007-05-31 22:43:05 +00:00
Chris Morgan
25edd78c73 Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
lets us eliminate the white spacing between frames and their contents. Add in a
div.default_container class that has a 5px padding to replace the now not present default
spacing.
2007-05-02 01:08:22 +00:00
Alexander Nicolaysen Sørnes
74c8fe502f Show more register links. Make registration easier by showing a register link together with
the log in link on the front page and on the user menu.
2007-04-17 23:30:51 +00:00
Alexander Nicolaysen Sørnes
6c55180786 Use objectGetEntriesCount() in more places 2007-04-05 02:27:31 +00:00
Alexander Nicolaysen Sørnes
d76c297a41 fix display of top-voted application, one of the variables was prefixed with an 's' instead
of an 'sh'
2007-04-04 00:31:57 +00:00
Alexander Nicolaysen Sørnes
89535dbe01 Use objectMakeLink()/Url() in more places 2007-04-03 02:08:44 +00:00
Alexander Nicolaysen Sørnes
f3dae72762 Make votes version specific 2007-01-21 18:06:53 +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
26e5e8c193 Fix a typo on the main page. 2006-11-26 18:16:20 +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
c726511204 Make table rows clickable using javascript. Use this functionality in the top X lists and in the test results table 2006-07-21 04:34:58 +00:00
Chris Morgan
854df987c6 Clean up includes. Make 'path.php' and 'incl.php' required includes. Switch to using
require_once() for including files in /include so we can have include/*.php files include
their own dependencies rather than figuring out that to include A.php we need to include B.php
2006-07-07 18:14:53 +00:00
Jonathan Ernst
a34058b924 Update the comments in some files 2006-07-06 18:37:34 +00:00
Jonathan Ernst
735a2bc65f Prefix all GPC variables according to our coding standard 2006-07-06 17:27:54 +00:00
Chris Morgan
e3f9e5371a Use query_parameters() in SQL select, update and delete statements to protect against
sql injection attacks
2006-06-27 19:16:27 +00:00
Chris Morgan
67550405c3 Make code more consistent by making it follow the appdb coding standards. Fix some spaces vs. tabs odd indenting. 2006-06-21 01:04:12 +00:00
Tony Lambregts
d1ee3e66b0 Add Platinum to ratings 2006-02-08 03:19:40 +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
Chris Morgan
012fbdf264 Build top-X lists from a function call that will use the highest
voted apps for the list and fill the rest of the list in with applications
that have screenshots.  Don't mention a blank top application if there are no
votes recorded and no top application.CVS:
----------------------------------------------------------------------
2005-05-12 23:49:30 +00:00
Jonathan Ernst
73ad961a85 Fix version deletion 2005-02-19 01:19:07 +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
137545d438 - tooltip appear when mouse-overing "be an app (super) maintainer" button
- links from the index page to help on voting and maintainers
- removed two remaining mentions of the old rating system
2005-02-11 01:35:39 +00:00
Jonathan Ernst
c198604aff Fix mysql errors in the index page 2005-02-06 22:35:58 +00:00
Jonathan Ernst
f2258e7ee5 - use htmlarea for editing app description and notes
- special stylesheet for application description and notes
- function to display summary of description with html stripping
2005-02-02 02:38:20 +00:00
Jonathan Ernst
2083bf521b - OO version of user class
- no more duplicated functions
- improved performances (much less duplicated mysql queries)
- less code and better error handling
2005-01-30 23:12:48 +00:00
Jonathan Ernst
29f5bddee3 use APPDB_OWNER_EMAIL instead of appdb@winehq.org 2005-01-30 03:12:57 +00:00
Jonathan Ernst
274a8fbff4 fix sql query on index page 2005-01-30 00:58:05 +00:00
Jonathan Ernst
4b279975f6 - Display only the first part of the description
- People vote for apps, not appversion so that it doesn't mean anything to display versions
2005-01-29 22:54:02 +00:00
Jonathan Ernst
47fd3b6d86 Use actual database data to generate the gold and silver list, fixed 2005-01-29 17:16:15 +00:00
Jonathan Ernst
93a7937141 Use actual database data to generate the gold and silver list 2005-01-29 17:10:52 +00:00
Francois Gouget
8fab7880b4 Assorted spelling fixes.
Small wording tweaks.
Capitalize Wine when referring to the project.
2005-01-10 22:15:44 +00:00
Jonathan Ernst
035750d787 replace mysql_query with query_appdb in index.php 2004-12-29 03:37:58 +00:00
Jonathan Ernst
099a172b00 Fix header patch typo 2004-12-27 23:54:55 +00:00
Jonathan Ernst
f5741ea108 Uniform headers 2004-12-25 20:08:00 +00:00
Jonathan Ernst
65dad05ed7 Adds a link to WinTools in the links section of index page 2004-12-25 19:55:07 +00:00