Commit Graph

987 Commits

Author SHA1 Message Date
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
31459341ef - no link to add screenshot when no version is selected and no screenshot
exists for any version (as screenshots are linked to a particular version)
2004-12-19 17:40:53 +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
d02d425fab - make use of superglobals instead of registered globals 2004-12-19 17:36:34 +00:00
Tony Lambregts
974772f93d Fix up vendorview.php to use _REQUEST. 2004-12-19 03:05:14 +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
29f6b75292 Check for a submit using $_POST not $_REQUEST 2004-12-18 01:50:58 +00:00
Paul van Schayck
c68112a010 Use <?php 2004-12-18 01:49:39 +00:00
Tony Lambregts
9c6643b1fe Fix up crash in maintainerdelete.php with some minor cosmetic changes. 2004-12-16 02:47:52 +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
Paul van Schayck
5dea9ec110 Valid HTML 4.01 popups 2004-12-16 02:24:55 +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
8656aad61f Fixed bugs in preferences.php 2004-12-15 00:10:27 +00:00
Jonathan Ernst
20bf1c90e3 Fixes bug in screenshots.php 2004-12-14 04:37: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
Jonathan Ernst
ebcb5254d2 - remove outdated table definitions from maintainers.sql
- move appMaintainerQueue appMaintainers table definition from appdb_tables.sql to maintainers.sql
- remove duplicated table definitions from appdb_tables.sql
2004-12-14 02:36:49 +00:00
Jonathan Ernst
dd61058e60 - replaced global vars with superglobals equivalent 2004-12-14 02:35:16 +00:00
Tony Lambregts
3ea3267f37 Update TODO 2004-12-14 02:33:24 +00:00
Jonathan Ernst
55a0ba3db6 - php_value register_globals 0 (was already here thanks to Jeremy Newman's patch)
- php_value short_open_tag 0 (disable shorttags so that we can use <?xml in the future)
- php_value session.bug_compat_42 0 (session works well without the workaround so let's disable it)
- php_value register_long_arrays 0 (we are not using the old long arrays ($HTTP_SESSION_VARS and so on)
2004-12-14 02:30:06 +00:00
Jonathan Ernst
f250434f2a replaced global vars with superglobals equivalent 2004-12-14 02:26:38 +00:00
Paul van Schayck
ddbe53da8b Cleanup, valid CSS2 now. Added img{border:0;} 2004-12-14 02:25:33 +00:00
Paul van Schayck
28eb33904e Add -p (ask for password) flag to mysql commands 2004-12-14 02:24:02 +00:00
Jeremy Newman
0f8ba92684 turn off globals for this website
set some other nice .htaccess defaults
2004-12-13 04:16:54 +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
e5a9965670 - replaced last two $current occurences with $_SESSION['current'] 2004-12-12 22:22:21 +00:00
Jonathan Ernst
8cd5ecf3f9 - replaced last occurences of php shorttags 2004-12-12 22:20:45 +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
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
7270e4cabc Drop appMaintainerQueue if it exists. 2004-12-11 23:52:48 +00:00
Jonathan Ernst
c4809941b3 - displays an app screenshot gallery when one of the random screeshot is clicked
- tabs removed
- indentation fixed in screenshots.php
2004-12-11 22:33:01 +00:00
Chris Morgan
2306c4be83 Remove some debug lines...again... 2004-12-11 21:32:03 +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
0d23899b68 Use $_SESSION[] instead of global $current 2004-12-11 21:05:42 +00:00
Jonathan Ernst
b070dfd1aa Typo, Veiw->View. Fix <? to <?php 2004-12-11 19:41:51 +00:00