Commit Graph

46 Commits

Author SHA1 Message Date
Jonathan Ernst
03c0c145c5 - new Comment class
- improved performances (much less duplicated mysql queries)
- less code and better error handling
- informs the whole thread when posting new comment
- fix various bugs
2005-02-02 03:01:29 +00:00
Jonathan Ernst
da42397711 - drop version specific keywords
- drop version specific url
- let user add links for versions (installation, support, whatever)
- use application description and version description to display version description
- don't provide a link in the cat_path to go in the same page we already are
- various html improvement and fixes in modified lines
2005-02-02 00:35:49 +00:00
Jonathan Ernst
0519a85604 Fix display maintainer's name in appview 2005-02-02 00:13:12 +00:00
Jonathan Ernst
4700b7757e limit the description of an appversion to it's first sentence instead of a fixed number of letters 2005-01-31 01:42:51 +00:00
Jonathan Ernst
2083bf521b - OO version of user class
- no more duplicated functions
- improved performances (much less duplicated mysql queries)
- less code and better error handling
2005-01-30 23:12:48 +00:00
Jonathan Ernst
805dab06ac - fix version deletion
- redirect in the correct page when something is deleted
2005-01-29 17:17:32 +00:00
Jonathan Ernst
b0f33ca160 Remove duplicated links to add a new version
Remove unused script
2005-01-29 17:09:27 +00:00
Jonathan Ernst
8d5693fb70 Improve actions in appview.php 2005-01-29 00:52:49 +00:00
Jonathan Ernst
c87a67463e Get rid of user rating 2005-01-29 00:50:54 +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
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