Commit Graph

229 Commits

Author SHA1 Message Date
Jonathan Ernst
bb146a0106 - deleted closedb(), openbugzilladb(), closebugzilladb() which are not used anymore
- make make_bugzilla_version_list() use the new query_bugzilladb() function
2005-01-12 02:44:49 +00:00
Jonathan Ernst
bfd43bda12 - added an optional parameter to query_*() in order to show more
informations about the error and to avoid to make the error handling in
the other scripts
- added query_bugzilladb to query bugzilla's db so we can get rid of the
last mysql_query in the code
- factorized duplicated code (query_error)
2005-01-12 02:43:52 +00:00
Tony Lambregts
42079eaf32 Fix up creating new users. 2005-01-11 02:32:20 +00:00
Tony Lambregts
04f73a01c3 Fix up notify when editing Application Family 2005-01-11 02:08:22 +00:00
Jonathan Ernst
ee28390769 Replaced mysql_query() with query_appdb() 2005-01-11 00:26:05 +00:00
Jonathan Ernst
d2a1505ad5 Comments were not showing who posted them 2005-01-11 00:24:06 +00:00
Jonathan Ernst
d9826427da This patch make email address the user's username as requested in the TODO.
query_users.php is modified even if we will drop it in the future to be sure it works everywhere.
2005-01-10 22:54:04 +00:00
Paul van Schayck
6b039f82ce Remove old user management, add making a new one to the todo list 2005-01-10 22:27:42 +00:00
Paul van Schayck
910d3b2914 Don't check is_maintainer() for false if you're already are
is_supermaintainer. is_maintainer will always return true in that
case. Makes the super maintainer removal button in version view
correct again
2005-01-10 22:26:15 +00:00
Paul van Schayck
cb2a1f1971 Make maintainers able to delete comments again 2005-01-10 22:25:14 +00:00
Jonathan Ernst
dfec5cb9b0 Replaced mysql_query() with query_appdb() 2005-01-10 22:24:15 +00:00
Paul van Schayck
3d587b2f9c Remove include/qclass.php includes 2005-01-10 22:18:43 +00:00
Paul van Schayck
91f46ae2f0 -Advise users to allow .htaccess overides.
-Show correct php settings to set
2005-01-10 22:17:01 +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
Paul van Schayck
bb223a0f06 Don't use short tags 2005-01-10 22:13:47 +00:00
Paul van Schayck
aca6f0415e Set magic_quotes to be off. Session bug compat back to default 2005-01-10 22:12:52 +00:00
Tony Lambregts
0bf5729a88 Security fix in adminAppQueue.php 2005-01-10 22:10:41 +00:00
Tony Lambregts
9ee1cb968a Fix up vendor when submitting app. 2005-01-10 22:09:28 +00:00
Tony Lambregts
1696b100ee 2005-01-10 22:07:10 +00:00
Paul van Schayck
2cc48a3ca9 Remove unused files 2005-01-08 18:52:49 +00:00
Tony Lambregts
6897af23e0 Security fix for user->create 2005-01-08 18:38:29 +00:00
Jonathan Ernst
840043ed16 Remove unused functions from admin/index.php 2005-01-08 18:30:18 +00:00
Jonathan Ernst
d8950a4aad Fix list users function that was broken because of an non-existant file 2005-01-08 18:29:29 +00:00
Tony Lambregts
1d26c64a9a Add notify messages to editAppFamily 2005-01-08 18:28:32 +00:00
Paul van Schayck
5cad791b03 Fix buglist link for the appdb product 2005-01-08 18:25:59 +00:00
Jonathan Ernst
dcf7c819a4 - replaced mysql_query with appdb_query
- fixed mysql query in include/session.php
2005-01-08 18:24:55 +00:00
Jonathan Ernst
daff4fdf81 Remove unused functions in include/util.php 2005-01-08 18:23:37 +00:00
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