Jonathan Ernst
d5a50ecec4
* new screenshot and image classes
2005-01-27 15:42:53 +00:00
Tony Lambregts
fc4f7db66a
Show the number of individual maintainers on the stats page
2005-01-23 16:59:09 +00:00
Tony Lambregts
008cacfa7e
Clarify what we are counting in the admin menu
2005-01-23 02:24:25 +00:00
Paul van Schayck
79c96554d6
Escape quotes properly
2005-01-19 16:53:07 +00:00
Jonathan Ernst
cf72447bcf
remove unused files
2005-01-19 05:01:11 +00:00
Tony Lambregts
147f689b73
Fix up selects for Maintainer Rating and Versions to return " " when Choose.. is selected.
2005-01-19 04:59:27 +00:00
Jonathan Ernst
791bac8e09
make it possible to add/remove administrators
2005-01-17 04:30:39 +00:00
Jonathan Ernst
f093a01229
add a user management panel for administrators
2005-01-16 02:04:03 +00:00
Jonathan Ernst
93d3d6b748
use pngs instead of gifs when pngs are smaller
2005-01-15 17:27:47 +00:00
Jonathan Ernst
e333c4ee35
- set width and height parameters for every image of the layout
...
- use double quotes to be standard compliant
2005-01-15 06:03:18 +00:00
WineHQ
7d67786b96
Authors: Tony Lambregts <tony_lambregts@telusplanet.net>, Jonathan Ernst <Jonathan@ernstfamily.ch>, Paul van Schayck <polleke@gmail.com>
...
Protect addmsg() from using up all available memory and crashing
2005-01-15 06:02:01 +00:00
Paul van Schayck
ecbeaa4d21
* Make sure PHP really opens a new connection.
2005-01-14 16:05:14 +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
WineHQ
6b806b79e1
Authors: Jonathan Ernst <Jonathan@ernstfamily.ch>, Paul van Schayck <polleke@gmail.com>, Tony Lambregts <tony_lambregts@telusplanet.net>
...
New preferences fix
2005-01-14 05:28:58 +00:00
Tony Lambregts
2a153fec68
Fix user preferences screen
2005-01-13 05:37:52 +00:00
Chris Morgan
dd3993d6fa
Replace other instance of mysql_pconnect()
2005-01-12 20:17:16 +00:00
Chris Morgan
cf8ddf6e49
Display the query when we display the query error.
2005-01-12 17:29:04 +00:00
WineHQ
80a8f4d937
Don't use mysql_pconnect() as we don't know when to close the database connection
2005-01-12 16:24:45 +00:00
Jonathan Ernst
d3ad0dba41
- replaced mysql_query() with query_appdb()
...
- removed opendb()
- removed query_userdb()
- removed error handling from the code as it is done with query_appdb()
2005-01-12 16:22:55 +00:00
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
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
cb2a1f1971
Make maintainers able to delete comments again
2005-01-10 22:25:14 +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
Tony Lambregts
1d26c64a9a
Add notify messages to editAppFamily
2005-01-08 18:28:32 +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
Tony Lambregts
ff64795163
Fix to allow creating of new accounts
2005-01-05 19:08:06 +00:00
Paul van Schayck
6aa5c76994
Argument checks and use include/db.php
2005-01-05 05:26:33 +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
7fb5a034c4
Remove appOwners code. We're now using mantainers
2004-12-31 00:30:00 +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
Jonathan Ernst
844babf8a0
- adds a panel for administrating vendors
...
- removed corresponding TODO entry
2004-12-29 03:44:17 +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
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
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
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