Jonathan Ernst
88eed1e511
Fix some code styling issues in incl.php
...
----------------------------------------------------------------------
2005-02-07 23:56:32 +00:00
Jonathan Ernst
76faddeef4
Instead of issuing everytime redirect() then exit in scripts; I put exit;
...
in redirect function
2005-02-04 02:49:09 +00:00
Jonathan Ernst
2083bf521b
- OO version of user class
...
- no more duplicated functions
- improved performances (much less duplicated mysql queries)
- less code and better error handling
2005-01-30 23:12:48 +00:00
Francois Gouget
a8f2cd5865
Assorted spelling and typo fixes
2005-01-29 00:43:41 +00:00
WineHQ
7d67786b96
Authors: Tony Lambregts <tony_lambregts@telusplanet.net>, Jonathan Ernst <Jonathan@ernstfamily.ch>, Paul van Schayck <polleke@gmail.com>
...
Protect addmsg() from using up all available memory and crashing
2005-01-15 06:02:01 +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
Jonathan Ernst
ee28390769
Replaced mysql_query() with query_appdb()
2005-01-11 00:26:05 +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
c7af0bc710
Include include/db.php
2004-12-29 18:43:30 +00:00
Jonathan Ernst
d5a6d34be6
- replaced $apidb_root with BASE
...
- removed variables that are not registered since php.ini has changed
2004-12-23 01:09:20 +00:00
Jonathan Ernst
3bd8c654ca
Removed the constants already definied in the new config file
2004-12-23 01:08:21 +00:00
Tony Lambregts
5bfb02a9de
Fix notifies by defining APPDB_ROOT and STANDARD_NOTIFY_FOOTER.
2004-12-19 23:04:22 +00:00
Jonathan Ernst
d7c67e1210
- removed the constants already defined in the new config file
2004-12-19 17:39:08 +00:00
Jonathan Ernst
c89531e4c1
Appdb should report errors when debugging is set to yes in the preferences
...
panel
2004-12-18 01:56:08 +00:00
Paul van Schayck
671f101ffd
Use CSS margins for right side
2004-12-18 01:54:23 +00:00
Jeremy Newman
5642e73425
updated to a slightly more improved version of the session management code
...
should solve bugs with logging in on register_globals = off;
2004-12-13 03:50:02 +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
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
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
90ac967f43
Set up notify system. Send notify emails for ad and delete Coments
2004-11-09 22:42:12 +00:00
Jeremy Newman
881522dd91
fix missing end of table
2004-03-24 15:58:57 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00