Chris Morgan
a88e2d16da
Clearing an empty vote would result in a blank screen, instead redirect the
...
user to an appropriate page. Don't report that we removed votes for empty
slots. Improve the message on the votestats page if there are no voting
results.
2005-05-11 03:08:07 +00:00
Jonathan Ernst
b9b278e14b
- votestats was broken
...
- improve html compliance
2005-02-09 23:47:01 +00:00
Jonathan Ernst
caf91fded2
remove all mysql_error() instances as errors are handled by query_appdb()
2005-01-14 05:34:25 +00:00
Jonathan Ernst
dfec5cb9b0
Replaced mysql_query() with query_appdb()
2005-01-10 22:24:15 +00:00
Paul van Schayck
dcc82232ad
Count appId, not userIds. And group by appIds
2005-01-08 18:14:16 +00:00
Paul van Schayck
4bd4faaa90
- Fix the per category query. It was showing too many votes in some cases.
...
- Use query_appdb
2005-01-05 05:27:30 +00:00
Paul van Schayck
1d8da74b77
Use a more simple check for the arguments
2005-01-02 22:08:00 +00:00
Stefan Pflüger
ae3b27acf6
Escape $_POST vars with mysql_real_escape_string() to prevent sql
...
injection attacks.
2005-01-02 17:00:04 +00:00
Eric Blade
ffeeaef807
Clean up HTML and PHP, remove extranious checks for loggedin()
2004-12-29 20:21:31 +00:00
Jonathan Ernst
099a172b00
Fix header patch typo
2004-12-27 23:54:55 +00:00
Paul van Schayck
2c6592efbd
make_cat_path() make use of arguments instead of globals
2004-12-25 20:11:13 +00:00
Jonathan Ernst
f5741ea108
Uniform headers
2004-12-25 20:08:00 +00:00
Jonathan Ernst
8968a68033
make use of $_POST and $_GET instead of $HTTP_POST_VARS and $HTTP_GET_VARS which are deprecated
2004-12-19 17:43:46 +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
Chris Morgan
471f673a01
Add the ability to choose the number of top apps you want
...
and to drill down into sections
2004-11-09 22:31:15 +00:00
Jeremy Newman
e6b58e6b01
borked link
2004-03-15 20:50:34 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00