Commit Graph

261 Commits

Author SHA1 Message Date
Jonathan Ernst
f093a01229 add a user management panel for administrators 2005-01-16 02:04:03 +00:00
Jonathan Ernst
caf91fded2 remove all mysql_error() instances as errors are handled by query_appdb() 2005-01-14 05:34:25 +00:00
Jonathan Ernst
c233396669 screenshots in the queue were not displayed 2005-01-14 05:33:25 +00:00
Tony Lambregts
571aa478f6 Use Bcc: For notifies in edit notes 2005-01-14 05:30:26 +00:00
Tony Lambregts
16bb7584e5 Tighten up security on add notes 2005-01-14 05:29:45 +00:00
Jonathan Ernst
d3ad0dba41 - replaced mysql_query() with query_appdb()
- removed opendb()
- removed query_userdb()
- removed error handling from the code as it is done with query_appdb()
2005-01-12 16:22:55 +00:00
Tony Lambregts
04f73a01c3 Fix up notify when editing Application Family 2005-01-11 02:08:22 +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
6b039f82ce Remove old user management, add making a new one to the todo list 2005-01-10 22:27:42 +00:00
Paul van Schayck
3d587b2f9c Remove include/qclass.php includes 2005-01-10 22:18:43 +00:00
Francois Gouget
8fab7880b4 Assorted spelling fixes.
Small wording tweaks.
Capitalize Wine when referring to the project.
2005-01-10 22:15:44 +00:00
Tony Lambregts
0bf5729a88 Security fix in adminAppQueue.php 2005-01-10 22:10:41 +00:00
Jonathan Ernst
840043ed16 Remove unused functions from admin/index.php 2005-01-08 18:30:18 +00:00
Tony Lambregts
1d26c64a9a Add notify messages to editAppFamily 2005-01-08 18:28:32 +00:00
Paul van Schayck
2221455c48 Security fixes. Use include/db.php 2005-01-06 16:47:52 +00:00
Paul van Schayck
c28339d683 Add 'else' to make addmsg messages show after a redirect 2005-01-05 05:30:23 +00:00
Tony Lambregts
c7beb30195 Implement Maintainer ratings. 2005-01-04 19:37:49 +00:00
Paul van Schayck
72150edc80 - Convert to superglobals
- Use include/db.php
- Variable naming
- Misc fixes
2005-01-02 16:51:48 +00:00
Tony Lambregts
4e7d079a21 Sort vendors by name 2005-01-02 16:44:10 +00:00
Tony Lambregts
1d73be2cad Fix up editing of vendors. Don't allow vendors with attached apps to be
deleted.
2005-01-02 00:48:39 +00:00
Tony Lambregts
a91e608c63 Fix up notify when adding note. 2005-01-01 17:27:24 +00:00
Paul van Schayck
7fb5a034c4 Remove appOwners code. We're now using mantainers 2004-12-31 00:30:00 +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
9fac8bc853 - Use super globals
- Use include/db.php (including the new query compile function)
- Better input checking
- Cleanup
- Use the new variable naming
2004-12-29 18:49:19 +00:00
Paul van Schayck
75728a4859 Use super globals. Better input checking. 2004-12-29 03:47:48 +00:00
Jonathan Ernst
d451aeb595 - use superglobals in adminMaintainers.php
- replace mysql_query with query_appdb in adminMaintainers.php
2004-12-29 03:46:19 +00:00
Jonathan Ernst
844babf8a0 - adds a panel for administrating vendors
- removed corresponding TODO entry
2004-12-29 03:44:17 +00:00
Jonathan Ernst
5cea0f68f3 - use superglobals instead of registered parameter vars
- move functions to include/category.php, include/application.php
2004-12-25 20:03:34 +00:00
Jonathan Ernst
52437f5f30 - use queued screenshot directory instead of mysql to store queued data
- use the config file to determine thumbnail size
2004-12-23 01:13:26 +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
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
8968a68033 make use of $_POST and $_GET instead of $HTTP_POST_VARS and $HTTP_GET_VARS which are deprecated 2004-12-19 17:43:46 +00:00
Jonathan Ernst
a8ba02e76d Implemented the user friendly screenshot submitting feature 2004-12-18 06:06:46 +00:00
Tony Lambregts
66fd2105c0 Make the queue list show, after entering a maintainer. Also change the
message to "The maintainer was successfully added into the database".
2004-12-16 02:46:36 +00:00
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