1812 Commits

Author SHA1 Message Date
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
Jonathan Ernst
ad5de55100 Remove TODO items that have been completed. Add php tag details to
CODING_STANDARD.
2004-12-11 19:40:01 +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
Chris Morgan
1911e5f9fd Fix adminMaintainers.php, reported by Tony. 2004-12-11 19:35:02 +00:00
Chris Morgan
d331a92322 Add a new TODO item regarding screenshots. 2004-12-11 04:47:59 +00:00
WineHQ
134aca7e3a Authors: Jonathan Ernst <Jonathan@ernstfamily.ch>, Chris Morgan <cmorgan@alum.wpi.edu>
- stop annoymous comments submitions
- code cleanup (more php style than c style  + better indentation + comments + replaced globally registered vars)
2004-12-11 04:07:40 +00:00
WineHQ
ac0fc5bd6d Authors: Jonathan Ernst <Jonathan@ernstfamily.ch>, Chris Morgan <cmorgan@alum.wpi.edu>
- stop annoymous applications submitions
- code cleanup (more php style than c style  + correct indentation + comments + replaced globally registered vars)
2004-12-11 03:59:45 +00:00
Jonathan Ernst
1dad1cf959 - uses <h1> <h2> and <h3> correctly (removed <big><b></b></big> kind of things)
- made a table with the silver list so that it looks like the gold list (but in silver color)
- added a link to Sidenet's page (see WWN 250 and 251)
- added a bullet point to let user that they can enroll to be app maintainer
2004-12-11 03:52:57 +00:00
Jonathan Ernst
2c3d8353ad - copy/pasted winehq styles to have layout consistency between winehq and appdb
- removed unused styles
- clearly commented/separated the two parts of stylesheet for easy maintenance
2004-12-11 03:51:39 +00:00
WineHQ
f6ae722cb9 Authors: Tony Lambregts <tony_lambregts@telusplanet.net>, Jonathan Ernst, <Jonathan@ernstfamily.ch>
Update TODO and add a CODING_STANDARD document.
2004-12-11 03:42:43 +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
4ac5d429b7 - Main App has a random screenshot from it's versions.
- Versions have a random screenshot from their screenshots
- code cleanup (better indentation + comments + replaced globally some registered vars)
2004-12-11 03:25:13 +00:00
Jonathan Ernst
9d5d61fbc7 - 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:11:40 +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
Jonathan Ernst
972270f27a Show the number of maintainers in the appdb stats 2004-12-10 00:21:22 +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
Stefan Pflüger
06a0ea4812 admin/index.php should ensure the user is an admin, otherwise normal users
can display the userlist and see the email addresses of all users.
2004-12-10 00:11:10 +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
Tony Lambregts
39a1a8c0d2 Fix spelling of appview.php in notify emails. 2004-12-08 03:03:05 +00:00
Chris Morgan
740a7ccb4d Fix sub level threaded comments reported by Che. 2004-12-08 02:47:26 +00:00
Chris Morgan
7225512fc3 Display on the appdb stats page the active users within the last 30 and 60
days as well as the current 90 days.
2004-12-07 22:42:32 +00:00
WineHQ
98c6e6253e Allow people to submit new version from App Parent - Tony Lambregts 2004-12-06 23:12:23 +00:00
Tony Lambregts
1f9dda0c38 - Let Maintainers add, edit and delete Notes.
- Display out front, special class notes ( WARNING & HOWTO )
2004-12-01 22:33:48 +00:00