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