Commit Graph

452 Commits

Author SHA1 Message Date
Paul van Schayck
854d7680c8 Fix query for inserting score for fake version, should insert row
instead of update row if row doesn't already exist.
2005-01-08 18:21:34 +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
2221455c48 Security fixes. Use include/db.php 2005-01-06 16:47:52 +00:00
Tony Lambregts
ff64795163 Fix to allow creating of new accounts 2005-01-05 19:08:06 +00:00
Paul van Schayck
c28339d683 Add 'else' to make addmsg messages show after a redirect 2005-01-05 05:30:23 +00:00
Paul van Schayck
e2f97c8692 Use query_appdb()
----------------------------------------------------------------------
2005-01-05 05:29:42 +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
6aa5c76994 Argument checks and use include/db.php 2005-01-05 05:26:33 +00:00
Paul van Schayck
98938b4e64 Don't redirect users without updating the rating first 2005-01-05 05:26:03 +00:00
Tony Lambregts
43edb04eac Set up help file for Maintainers rating. 2005-01-05 05:24:45 +00:00
Tony Lambregts
98522d01ea Display the maintainers rating in appview.php 2005-01-05 05:22:41 +00:00
Tony Lambregts
e54a74bd4d Fix up user preferences so it shows the proper wine version. 2005-01-04 20:15:32 +00:00
Tony Lambregts
c7beb30195 Implement Maintainer ratings. 2005-01-04 19:37:49 +00:00
Tony Lambregts
4dec5cf83e Store the users Wine version in the users table. 2005-01-04 19:36:03 +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
Paul van Schayck
72150edc80 - Convert to superglobals
- Use include/db.php
- Variable naming
- Misc fixes
2005-01-02 16:51:48 +00:00
Tony Lambregts
4e7d079a21 Sort vendors by name 2005-01-02 16:44:10 +00:00
Tony Lambregts
1d73be2cad Fix up editing of vendors. Don't allow vendors with attached apps to be
deleted.
2005-01-02 00:48:39 +00:00
Tony Lambregts
a91e608c63 Fix up notify when adding note. 2005-01-01 17:27:24 +00:00
Paul van Schayck
7fb5a034c4 Remove appOwners code. We're now using mantainers 2004-12-31 00:30:00 +00:00
Paul van Schayck
d0ed4c7085 Change two registered globals to super globals 2004-12-30 16:30:59 +00:00
Paul van Schayck
05ea902ad5 Use include/db.php. Variable naming. isset() 2004-12-30 16:29:27 +00:00
Eric Blade
ffeeaef807 Clean up HTML and PHP, remove extranious checks for loggedin() 2004-12-29 20:21:31 +00:00
Paul van Schayck
9fac8bc853 - Use super globals
- Use include/db.php (including the new query compile function)
- Better input checking
- Cleanup
- Use the new variable naming
2004-12-29 18:49:19 +00:00
Paul van Schayck
c600083423 Change show_note() fixes 2004-12-29 18:45:14 +00:00
Paul van Schayck
c7af0bc710 Include include/db.php 2004-12-29 18:43:30 +00:00
Paul van Schayck
39870dc008 Add functions to compile a update or insert query 2004-12-29 18:42:34 +00:00
Paul van Schayck
9412e9aaec Indentation cleanup, remove unused line. 2004-12-29 18:40:54 +00:00
Paul van Schayck
8204cfc420 Show normal notes as an in line blue box. Rewrite the whole note handling. 2004-12-29 03:48:47 +00:00
Paul van Schayck
75728a4859 Use super globals. Better input checking. 2004-12-29 03:47:48 +00:00
Jonathan Ernst
d451aeb595 - use superglobals in adminMaintainers.php
- replace mysql_query with query_appdb in adminMaintainers.php
2004-12-29 03:46:19 +00:00
Jonathan Ernst
844babf8a0 - adds a panel for administrating vendors
- removed corresponding TODO entry
2004-12-29 03:44:17 +00:00
Jonathan Ernst
487bcb9264 - addcomment.php uses include/db.php for mysql queries and error handling
- deletecomment.php uses include/db.php for mysql queries and error handling
- minor fixes (superglobals, indentation, typos)
2004-12-29 03:42:22 +00:00
Jonathan Ernst
e28959dc3b added variable naming guidelines 2004-12-29 03:38:37 +00:00
Jonathan Ernst
035750d787 replace mysql_query with query_appdb in index.php 2004-12-29 03:37:58 +00:00
Jonathan Ernst
a81b132d83 - improved include/db.php
- updated TODO regarding db queries
2004-12-29 03:36:57 +00:00
Paul van Schayck
ea27897238 Shows votes for an app in appview 2004-12-28 00:05:00 +00:00
Paul van Schayck
4e2c7b2106 Make version submit from appview parent filling work again. Remove other non used value fillers. 2004-12-28 00:03:27 +00:00
Paul van Schayck
dc1fd45420 Delete on slot base. Note appId+slot base. And allow only MAX_VOTES slots 2004-12-28 00:01:21 +00:00
Paul van Schayck
56555c3ed0 Rewrite vote_menu() to use MAX_VOTES. Show the application name instead of the ID in the menu. 2004-12-27 23:59:30 +00:00
Jonathan Ernst
099a172b00 Fix header patch typo 2004-12-27 23:54:55 +00:00
Paul van Schayck
28c0894766 Better checking on user input 2004-12-27 05:18:41 +00:00
Paul van Schayck
0f0e1c5425 Fix vote form and check on userinput (making more user friendly at the same time) 2004-12-27 05:16:33 +00:00
Jonathan Ernst
8b412e4de1 Rename *_inc.php files to drop the '_inc' 2004-12-25 20:51:07 +00:00
Jonathan Ernst
9bad35ad0a - removed get_screenshot_img() function definition from appview.php
- removed get_screenshot_img() function definition from bugs.php
- created include/screenshot.php which contains removed get_screenshot_img() function definition
2004-12-25 20:23:10 +00:00
Paul van Schayck
1581a50889 Check on $_REQUEST['q'] 2004-12-25 20:14:03 +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
5cea0f68f3 - use superglobals instead of registered parameter vars
- move functions to include/category.php, include/application.php
2004-12-25 20:03:34 +00:00