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 |
|
Eric Blade
|
ffeeaef807
|
Clean up HTML and PHP, remove extranious checks for loggedin()
|
2004-12-29 20:21:31 +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
|
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 |
|
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 |
|
Chris Morgan
|
1911e5f9fd
|
Fix adminMaintainers.php, reported by Tony.
|
2004-12-11 19:35:02 +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 |
|
Chris Morgan
|
c81eebd949
|
add support for application maintainers
|
2004-11-09 22:41:18 +00:00 |
|