Commit Graph

87 Commits

Author SHA1 Message Date
Jonathan Ernst
ad5de55100 Remove TODO items that have been completed. Add php tag details to
CODING_STANDARD.
2004-12-11 19:40:01 +00:00
Jonathan Ernst
9cda0192c8 Removed unneeded session_register("current") line as we now use superglobals
and that php does the registering itself
2004-12-11 19:37:21 +00:00
Chris Morgan
1911e5f9fd Fix adminMaintainers.php, reported by Tony. 2004-12-11 19:35:02 +00:00
Chris Morgan
d331a92322 Add a new TODO item regarding screenshots. 2004-12-11 04:47:59 +00:00
WineHQ
134aca7e3a Authors: Jonathan Ernst <Jonathan@ernstfamily.ch>, Chris Morgan <cmorgan@alum.wpi.edu>
- stop annoymous comments submitions
- code cleanup (more php style than c style  + better indentation + comments + replaced globally registered vars)
2004-12-11 04:07:40 +00:00
WineHQ
ac0fc5bd6d Authors: Jonathan Ernst <Jonathan@ernstfamily.ch>, Chris Morgan <cmorgan@alum.wpi.edu>
- stop annoymous applications submitions
- code cleanup (more php style than c style  + correct indentation + comments + replaced globally registered vars)
2004-12-11 03:59:45 +00:00
Jonathan Ernst
1dad1cf959 - uses <h1> <h2> and <h3> correctly (removed <big><b></b></big> kind of things)
- made a table with the silver list so that it looks like the gold list (but in silver color)
- added a link to Sidenet's page (see WWN 250 and 251)
- added a bullet point to let user that they can enroll to be app maintainer
2004-12-11 03:52:57 +00:00
Jonathan Ernst
2c3d8353ad - copy/pasted winehq styles to have layout consistency between winehq and appdb
- removed unused styles
- clearly commented/separated the two parts of stylesheet for easy maintenance
2004-12-11 03:51:39 +00:00
WineHQ
f6ae722cb9 Authors: Tony Lambregts <tony_lambregts@telusplanet.net>, Jonathan Ernst, <Jonathan@ernstfamily.ch>
Update TODO and add a CODING_STANDARD document.
2004-12-11 03:42:43 +00:00
Jonathan Ernst
17a20b6c2b Replacing $var with $_SESSION['var'] code and removing global var
declarations
2004-12-11 03:41:24 +00:00
Tony Lambregts
99a73da777 Remove blahblahblah 2004-12-11 03:32:21 +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
Jonathan Ernst
9d5d61fbc7 - access most globals by their $_XYZ['varname'] name
- fix some code errors and typos (missing $ in front of variable names and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
  is set to show notices (if(isset($variable))) instead of if($variable) for
  example)
2004-12-10 01:11:40 +00:00
Jonathan Ernst
bd91db228c - access most globals by their $_XYZ['varname'] name
- fix some code errors and typos (missing $ in front of variable names
and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
is set to show notices (if(isset($variable))) instead of if($variable) for
example)
2004-12-10 01:07:45 +00:00
Jonathan Ernst
972270f27a Show the number of maintainers in the appdb stats 2004-12-10 00:21:22 +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
Stefan Pflüger
06a0ea4812 admin/index.php should ensure the user is an admin, otherwise normal users
can display the userlist and see the email addresses of all users.
2004-12-10 00:11:10 +00:00
Chris Morgan
f4d2205cdd Space between app name and version in the list of apps a user
maintains. Suggestion by YokoZar
2004-12-08 03:56:00 +00:00
Tony Lambregts
4690a9c04a Show the number of maintainers on the administrators menu 2004-12-08 03:46:38 +00:00
Chris Morgan
5ed2da0382 Fix getActiveUsersWithinDays() to use the correct date functions so we get
the correct number of users active.
2004-12-08 03:16:08 +00:00
Tony Lambregts
39a1a8c0d2 Fix spelling of appview.php in notify emails. 2004-12-08 03:03:05 +00:00
Chris Morgan
740a7ccb4d Fix sub level threaded comments reported by Che. 2004-12-08 02:47:26 +00:00
Chris Morgan
7225512fc3 Display on the appdb stats page the active users within the last 30 and 60
days as well as the current 90 days.
2004-12-07 22:42:32 +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
Chris Morgan
26077f1eeb Add an admin page that will
display all of the appdb comments, the earliest comments first, so it is
easier to find and delete out of date comments without removing potentially
useful information.
2004-12-01 22:28:52 +00:00
Jeremy Newman
cad989367d adding 2004-12-01 22:28:31 +00:00
Jeremy Newman
0ce37f66d1 *** empty log message *** 2004-12-01 22:27:35 +00:00
Chris Morgan
8ccc06ba4b Add a statistics page that displays the number of users, active users, comments and applications. 2004-12-01 22:26:50 +00:00
Chris Morgan
3b09de0902 Fix some indenting in account.php. 2004-12-01 22:26:04 +00:00
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