Tony Lambregts
1e797f9364
added static defines to incl.php (for emails)
...
updated email sent out on delete comment to include the correct URL
2004-12-01 22:25:21 +00:00
Tony Lambregts
fb0da948c3
Fix initial input of new urls.
2004-11-17 23:09:07 +00:00
Tony Lambregts
e9e177705b
send an email to the original poster if this is a reply.
2004-11-17 23:05:36 +00:00
Tony Lambregts
a57c6ecd48
- Send email to Maintainers/Administrators when app added to database.
...
- Send email to submitter when app is rejected (delete).
- Moved delete to where we view the app
- Added email text to allow administrators to add comment to submitter email
- Show the Application Queue after adding/deleting Application.
2004-11-17 23:04:43 +00:00
Chris Morgan
fad6d49ae1
Send maintainer response emails like we should
2004-11-17 23:03:32 +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
Chris Morgan
91a821fdde
Upon login we should touch their user_list row to update the 'stamp'
...
column.
2004-11-17 23:01:12 +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
Tony Lambregts
bdc9d8dda4
Let Maintainers add and delete screenshots and send an email notification when they do
2004-11-17 22:57:20 +00:00
Chris Morgan
1e06cab9d9
use datetime instead of timestamp
2004-11-17 22:54:30 +00:00
Chris Morgan
3cb02ae957
* add missing admin link for maintainers
2004-11-10 16:36:25 +00:00
Jeremy Newman
59924742c8
added maintainers tables
2004-11-09 22:55:47 +00:00
Jeremy Newman
1ab777e7b5
bug, duplicate code
2004-11-09 22:51:38 +00:00
Tony Lambregts
90ac967f43
Set up notify system. Send notify emails for ad and delete Coments
2004-11-09 22:42:12 +00:00
Chris Morgan
c81eebd949
add support for application maintainers
2004-11-09 22:41:18 +00:00
Tony Lambregts
073acaff01
Show heading when there are 0 URL rows.
2004-11-09 22:35:31 +00:00
Tony Lambregts
d3803fa29c
Allow people to choose the type when submitting app.
2004-11-09 22:34:49 +00:00
Chris Morgan
4ffd2190bf
Show the number of applications that are in the submission queue next to the
...
"View app queue" link so admins don't have to view the queue to see if there
is anything that needs to be processed.
2004-11-09 22:33:54 +00:00
Chris Morgan
20f64eb584
Using a hard coded path breaks the gold and silver list on development appdb
...
setups and makes it more difficult to relocate appdb. Follow the same
convention of the rest of the code in appdb and use $apidb_root.
2004-11-09 22:33:11 +00:00
Chris Morgan
471f673a01
Add the ability to choose the number of top apps you want
...
and to drill down into sections
2004-11-09 22:31:15 +00:00
Chris Morgan
b9db13f6a8
add a delete button to comments when the user is an admin
2004-10-21 19:52:35 +00:00
Tony Lambregts
da68923dad
* add category to app submission page. code cleanup and formatting fixes
2004-10-12 21:11:59 +00:00
Tony Lambregts
56aa6d18b5
* Move supported applications to AppDB
2004-10-06 15:09:19 +00:00
Ivan Leo Puoti
7372ace389
Get users to contact the newsgroup or the mailing list for support.
2004-07-14 19:02:06 +00:00
Jeremy Newman
4acf96da9e
.com to .org
2004-05-13 20:34:17 +00:00
Tom Wickline
9eb2babd4d
.com to .org
2004-05-13 20:33:32 +00:00
Tony Lambregts
1ce64806af
Improve fuctionality of editAppFamily.php
2004-05-04 15:21:25 +00:00
Tony Lambregts
470305407e
- change edituser.php to allow editing of administrative privilages.
2004-04-23 14:40:32 +00:00
Chris Morgan
981b904e71
It would be nice to know when entries to the appdb were submitted.
2004-04-20 16:19:48 +00:00
Jeremy Newman
b0ea9ade56
file missing from previous patch
2004-04-19 23:14:59 +00:00
Tony Lambregts
54616f8329
Fix up creating tables
2004-04-19 20:49:52 +00:00
Tony Lambregts
fd86916abc
Add bug.php to better integrate AppDB with Bugzilla
2004-04-19 20:48:46 +00:00
Chris Morgan
c2a45094e2
Add a dropdown list of vendors to the app submit page. Automatch the dropdown
...
vendor selection on the admin side of there is an exact or partial name match.
Clear out the vendor field if a match is found.
Display username when logging in to the db.
2004-04-06 21:26:10 +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
Tom Wickline
4a1018ea95
A couple minor Tweaks
2004-03-26 20:36:54 +00:00
Ofir Petruska
56f1a59a02
Add search bugs link for app
2004-03-25 21:21:21 +00:00
Jeremy Newman
5e67d638fc
* Things inside php.ini
...
stuff added by newman
* added the additional contributors
* tweaked the look
2004-03-25 16:29:47 +00:00
Paul van Schayck
764ce13533
Check $width $height input. Display full image if no $width $height given
2004-03-25 16:23:42 +00:00
Jeremy Newman
65da531221
fix the display of anonymous posts
2004-03-24 19:30:36 +00:00
Jeremy Newman
f722ca719e
fix search form so it works from any path
...
spotted by Ivan Leo Murray-Smith
2004-03-24 18:56:12 +00:00
Jeremy Newman
881522dd91
fix missing end of table
2004-03-24 15:58:57 +00:00
Jeremy Newman
a18f822841
added
2004-03-24 15:52:09 +00:00
Chris Morgan
89e7284f34
Add appdb/tables/create_tables script to run the sql necessary to create and
...
setup appdb tables. Add app_category.sql and session_list.sql from Jeremy,
without these the database wasn't handling logins correctly and had no
categories. README now has some instructions on how to setup a local appdb.
Modified config.php.sample to point to apidb to match what is in the sql in
appdb/tables. Sql for table creation to use "if exists" to prevent data
base errors on trying to drop tables that don't exist.
2004-03-24 15:51:49 +00:00
Jeremy Newman
8eb8482819
s/winehq\.com/winehq\.org/g
2004-03-24 15:49:59 +00:00
Paul van Schayck
5953434a6f
Get imagetype from getimagesize(). Switched to $_GET. Clearing memory.
2004-03-24 15:49:39 +00:00
Tom Wickline
461a3b5307
Fix links, update docs, other minor fixes
2004-03-24 15:43:10 +00:00
Paul van Schayck
f274463f0e
Check the submitted input. Switched to $_REQUEST.
2004-03-18 19:26:33 +00:00
Jeremy Newman
e6b58e6b01
borked link
2004-03-15 20:50:34 +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
6d3aa59508
ignore the screenshots dir
2004-03-15 18:55:58 +00:00