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
Chris Morgan
c81eebd949
add support for application maintainers
2004-11-09 22:41:18 +00:00
Chris Morgan
4ffd2190bf
Show the number of applications that are in the submission queue next to the
...
"View app queue" link so admins don't have to view the queue to see if there
is anything that needs to be processed.
2004-11-09 22:33:54 +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
Tony Lambregts
470305407e
- change edituser.php to allow editing of administrative privilages.
2004-04-23 14:40:32 +00:00
Jeremy Newman
65da531221
fix the display of anonymous posts
2004-03-24 19:30:36 +00:00
Jeremy Newman
f722ca719e
fix search form so it works from any path
...
spotted by Ivan Leo Murray-Smith
2004-03-24 18:56:12 +00:00
Jeremy Newman
881522dd91
fix missing end of table
2004-03-24 15:58:57 +00:00
Chris Morgan
89e7284f34
Add appdb/tables/create_tables script to run the sql necessary to create and
...
setup appdb tables. Add app_category.sql and session_list.sql from Jeremy,
without these the database wasn't handling logins correctly and had no
categories. README now has some instructions on how to setup a local appdb.
Modified config.php.sample to point to apidb to match what is in the sql in
appdb/tables. Sql for table creation to use "if exists" to prevent data
base errors on trying to drop tables that don't exist.
2004-03-24 15:51:49 +00:00
Jeremy Newman
e38135a206
post to a file that does not exist, reference calling php instead
2004-03-15 17:18:22 +00:00
Jeremy Newman
4fd9cea6f1
to ignore the file, it must not be in cvs.
2004-03-15 16:51:04 +00:00
Jeremy Newman
d20e11a43a
ignore the config file
...
block the include dir from web access
2004-03-15 16:32:11 +00:00
Jeremy Newman
8f28ae10c4
Initial revision
2004-03-15 16:22:00 +00:00