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
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
e2f97c8692
Use query_appdb()
...
----------------------------------------------------------------------
2005-01-05 05:29:42 +00:00
Tony Lambregts
98522d01ea
Display the maintainers rating in appview.php
2005-01-05 05:22:41 +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
Eric Blade
ffeeaef807
Clean up HTML and PHP, remove extranious checks for loggedin()
2004-12-29 20:21:31 +00:00
Paul van Schayck
c600083423
Change show_note() fixes
2004-12-29 18:45:14 +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
ea27897238
Shows votes for an app in appview
2004-12-28 00:05:00 +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
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
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
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
Tony Lambregts
e62a26f0c4
Add missing parenthesis
2004-12-19 23:03:10 +00:00
Chris Morgan
77a038d4f9
Remove isMaintainer() and isSuperMaintainer and instead use the user
...
classes is_maintainer() and is_super_maintainer.
2004-12-19 19:30:27 +00:00
Jonathan Ernst
31459341ef
- no link to add screenshot when no version is selected and no screenshot
...
exists for any version (as screenshots are linked to a particular version)
2004-12-19 17:40:53 +00:00
Paul van Schayck
5a27f7ba35
Array keys should be quoted
2004-12-18 01:51:56 +00:00
Paul van Schayck
f2b58f208e
Remove border=0 from img tags
2004-12-15 00:14:04 +00:00
Jonathan Ernst
4082220f9c
- when a comment is deleted, one can state the reason why he did this.
...
- the user that made the comment get's an e-mail
2004-12-14 04:30:41 +00:00
Jonathan Ernst
e5a9965670
- replaced last two $current occurences with $_SESSION['current']
2004-12-12 22:22:21 +00:00
Jonathan Ernst
c4809941b3
- displays an app screenshot gallery when one of the random screeshot is clicked
...
- tabs removed
- indentation fixed in screenshots.php
2004-12-11 22:33:01 +00:00
Jonathan Ernst
4ac5d429b7
- Main App has a random screenshot from it's versions.
...
- Versions have a random screenshot from their screenshots
- code cleanup (better indentation + comments + replaced globally some registered vars)
2004-12-11 03:25:13 +00:00
Chris Morgan
3fa8a3bd7a
Add support for application wide maintainers, super maintainers, that are
...
maintainers for all versions of a particular application.
2004-12-10 00:18:01 +00:00
WineHQ
98c6e6253e
Allow people to submit new version from App Parent - Tony Lambregts
2004-12-06 23:12:23 +00:00
Tony Lambregts
1f9dda0c38
- Let Maintainers add, edit and delete Notes.
...
- Display out front, special class notes ( WARNING & HOWTO )
2004-12-01 22:33:48 +00:00
Chris Morgan
27af6a8f7e
No one really needs to know what the values of these two internal columns are
...
so remove them from the display. Fix coloring so we alternate background
shades on the appId page.
2004-12-01 22:29:54 +00:00
Tony Lambregts
b1b785fd04
Allow Maintainers to edit Application version. Send out email indicating what they changed.
2004-11-17 23:02:07 +00:00
Tony Lambregts
0783233289
appimage.php takes needs to be passed imageId not appId and versionId
2004-11-17 23:00:01 +00:00
Chris Morgan
c81eebd949
add support for application maintainers
2004-11-09 22:41:18 +00:00
Tony Lambregts
fd86916abc
Add bug.php to better integrate AppDB with Bugzilla
2004-04-19 20:48:46 +00:00
Tony Lambregts
1977ad6919
The current code can get bugs that have nothing to do with the AppDB. This
...
should fix it.
2004-04-06 21:21:20 +00:00
Ofir Petruska
56f1a59a02
Add search bugs link for app
2004-03-25 21:21:21 +00:00
Jeremy Newman
1c7384ae38
Get the IDs from $_REQUEST and check if they are numeric.
2004-03-15 20:39:12 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00