Commit Graph

212 Commits

Author SHA1 Message Date
Tony Lambregts
48cfee1c51 Fix up displaying comments when not logged in. 2004-12-25 19:48:06 +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
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
Paul van Schayck
e65f7f4c51 WIDTH should be HEIGHT 2004-12-21 01:41:24 +00:00
Tony Lambregts
5bfb02a9de Fix notifies by defining APPDB_ROOT and STANDARD_NOTIFY_FOOTER. 2004-12-19 23:04:22 +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
8d8c98bc46 - debugging() returns true when debugging is enabled in the config file 2004-12-19 17:46:41 +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
d7c67e1210 - removed the constants already defined in the new config file 2004-12-19 17:39:08 +00:00
Jonathan Ernst
6e2f4f9047 Use constants to reduce the potential for security issues through these
values being changed at run-time.
2004-12-19 01:12:19 +00:00
Paul van Schayck
53e726bd4b Right margin through CSS 2004-12-19 01:04:00 +00:00
Jonathan Ernst
9932fee842 Enable debugging temporarily 2004-12-18 06:57:25 +00:00
Jonathan Ernst
a8ba02e76d Implemented the user friendly screenshot submitting feature 2004-12-18 06:06:46 +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
Paul van Schayck
0771a6f47a Only show comment notice when there are comments 2004-12-18 01:52:42 +00:00
Paul van Schayck
5a27f7ba35 Array keys should be quoted 2004-12-18 01:51:56 +00:00
Paul van Schayck
c68112a010 Use <?php 2004-12-18 01:49:39 +00:00
Paul van Schayck
6d167d8f54 Add black border arround banner. Cleanup 2004-12-16 02:24:02 +00:00
Paul van Schayck
f2b58f208e Remove border=0 from img tags 2004-12-15 00:14:04 +00:00
Paul van Schayck
d1a279f4ac Cleanup. Removed borders=0. More valid HTML 4.01 2004-12-15 00:12:31 +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
Tony Lambregts
dca5a408cb Integrate APPDB with Bugzilla to use the versions table from Bugzilla. 2004-12-13 03:50:11 +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
Tony Lambregts
170615721f Fix logins by registering $current until we can get a php upgrade. 2004-12-13 02:39:49 +00:00
Chris Morgan
ad2ed1b086 Remove whitespace at the end that may be causing login problems due to a bug
in php.
2004-12-13 02:01:15 +00:00
Jonathan Ernst
5f66266055 - resulting html pages are valid html 4.01 transitionnal 2004-12-12 22:36:31 +00:00
Jonathan Ernst
8cd5ecf3f9 - replaced last occurences of php shorttags 2004-12-12 22:20:45 +00:00
Chris Morgan
5c9ea1efdb Clean up tabs and indenting. 2004-12-12 06:35:40 +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
2306c4be83 Remove some debug lines...again... 2004-12-11 21:32:03 +00:00
Chris Morgan
0d23899b68 Use $_SESSION[] instead of global $current 2004-12-11 21:05:42 +00:00
Jonathan Ernst
9cda0192c8 Removed unneeded session_register("current") line as we now use superglobals
and that php does the registering itself
2004-12-11 19:37:21 +00:00
Jonathan Ernst
17a20b6c2b Replacing $var with $_SESSION['var'] code and removing global var
declarations
2004-12-11 03:41:24 +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
f4d2205cdd Space between app name and version in the list of apps a user
maintains. Suggestion by YokoZar
2004-12-08 03:56:00 +00:00
Tony Lambregts
4690a9c04a Show the number of maintainers on the administrators menu 2004-12-08 03:46:38 +00:00
Chris Morgan
5ed2da0382 Fix getActiveUsersWithinDays() to use the correct date functions so we get
the correct number of users active.
2004-12-08 03:16:08 +00:00
Chris Morgan
740a7ccb4d Fix sub level threaded comments reported by Che. 2004-12-08 02:47:26 +00:00
Jeremy Newman
0ce37f66d1 *** empty log message *** 2004-12-01 22:27:35 +00:00
Chris Morgan
8ccc06ba4b Add a statistics page that displays the number of users, active users, comments and applications. 2004-12-01 22:26:50 +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
Chris Morgan
91a821fdde Upon login we should touch their user_list row to update the 'stamp'
column.
2004-11-17 23:01:12 +00:00
Chris Morgan
3cb02ae957 * add missing admin link for maintainers 2004-11-10 16:36:25 +00:00
Jeremy Newman
1ab777e7b5 bug, duplicate code 2004-11-09 22:51:38 +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