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
Jonathan Ernst
d2a1505ad5
Comments were not showing who posted them
2005-01-11 00:24:06 +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
cb2a1f1971
Make maintainers able to delete comments again
2005-01-10 22:25:14 +00:00
Tony Lambregts
48cfee1c51
Fix up displaying comments when not logged in.
2004-12-25 19:48:06 +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
Paul van Schayck
0771a6f47a
Only show comment notice when there are comments
2004-12-18 01:52:42 +00:00
Jonathan Ernst
4082220f9c
- when a comment is deleted, one can state the reason why he did this.
...
- the user that made the comment get's an e-mail
2004-12-14 04:30:41 +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
Tony Lambregts
99a73da777
Remove blahblahblah
2004-12-11 03:32:21 +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
Chris Morgan
740a7ccb4d
Fix sub level threaded comments reported by Che.
2004-12-08 02:47:26 +00:00
Chris Morgan
c81eebd949
add support for application maintainers
2004-11-09 22:41:18 +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
Jeremy Newman
65da531221
fix the display of anonymous posts
2004-03-24 19:30:36 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00