Jonathan Ernst
dd61058e60
- replaced global vars with superglobals equivalent
2004-12-14 02:35:16 +00:00
Jonathan Ernst
5f66266055
- resulting html pages are valid html 4.01 transitionnal
2004-12-12 22:36:31 +00:00
Chris Morgan
83ac9c2e45
Tony can reproduce the failure, no need to dump potentially risky info.
2004-12-12 17:41:33 +00:00
Chris Morgan
3bf5fc632f
We need more info to debug appdb issues, report phpinfo() of the server.
2004-12-12 17:25:38 +00:00
Jonathan Ernst
d3d9e853d9
- replaced tons of tabs with spaces
...
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
2004-12-12 03:51:51 +00:00
Chris Morgan
234298e884
Incorrectly looking up the current users super maintainer status for each
...
maintainer entry where we should be using the supermaintainer status returned from
the sql query.
2004-12-11 21:23:56 +00:00
Jonathan Ernst
b070dfd1aa
Typo, Veiw->View. Fix <? to <?php
2004-12-11 19:41:51 +00:00
Chris Morgan
1911e5f9fd
Fix adminMaintainers.php, reported by Tony.
2004-12-11 19:35:02 +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
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
Tony Lambregts
39a1a8c0d2
Fix spelling of appview.php in notify emails.
2004-12-08 03:03:05 +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
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
Tony Lambregts
fb0da948c3
Fix initial input of new urls.
2004-11-17 23:09:07 +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
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
Tony Lambregts
da68923dad
* add category to app submission page. code cleanup and formatting fixes
2004-10-12 21:11:59 +00:00
Tony Lambregts
1ce64806af
Improve fuctionality of editAppFamily.php
2004-05-04 15:21:25 +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
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
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00