phpBB
Statistics
| Revision:

root / tags / release_2_0_2 / phpBB / admin / admin_users.php

History | View | Annotate | Download (44.4 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
2845 08/08/2002 08:06 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_2'.

2649 06/28/2002 12:54 am dougk_ff7

Ok, by this time, bugs 397, 427, 429, 450, and 472 should be fixed.

--Doug

2633 06/12/2002 05:54 pm dougk_ff7

Fixes bug #448....

2632 06/12/2002 07:33 am dougk_ff7

Ok, several things accomplished here...
1) Improvements to deletion of users in admin_users.
This includes bug 166 and Sourceforge tracker task #49374.

2) Two security holes were patched, both pointed out by
Nick Cleaton <nick at cleaton dot net>.
Thanks for letting us know, Nick!...

2618 05/28/2002 08:30 pm the_systech

Left out username language variable...

2570 05/12/2002 05:57 pm psotfx

Yep, more updates and fixes

2564 05/12/2002 02:47 am psotfx

Loads of bug fixes and updates

2483 04/04/2002 04:47 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.

2443 03/27/2002 08:15 pm the_systech

Sorry this is just me being anal.. Fix the CVS id line so that it's working again

2442 03/27/2002 08:11 pm the_systech

Fix for bug # 535531... How'd that echo get in there?

2413 03/23/2002 04:36 pm psotfx

Fixed wrong lang var useage

2397 03/22/2002 06:00 pm psotfx

Fix problem with user_admin not showing correct status for certain settings + switch to same include series as main files

2333 03/19/2002 01:26 am psotfx

This is what I get when I delete a file that I've already updated ... because I think it's too 'new' ... :)

2323 03/18/2002 08:16 pm the_systech

Oops typo... Plus admin_users needed functions_validate as well, which did away with the need to have the extra fields validation function here in admin_users...

2322 03/18/2002 08:09 pm the_systech

admin_users now needs the functions_select.php since the breakup of functions.

2310 03/18/2002 03:54 pm psotfx

Security updates + a few updates for chopped up functions compatibility

2296 03/12/2002 10:12 pm the_systech

Ok one last attempt on my part to fix file upload bugs.. Might actually work (Hey it could happen, even I get one right occasionally)

2277 03/06/2002 10:23 pm the_systech

Minor screw up in file upload checking.. If file_uploads is not set at all in the php.ini file then the check for get_cfg_var('file_uploads') == 0 would return true and say it was disabled, when in actuallity it was enabled.. Now check for it to empty as well... Empty as my head that is :D

2243 03/01/2002 07:04 pm the_systech

Oops I did a Paul... Still allow avatar uploads from Urls

2241 03/01/2002 06:40 pm the_systech

Workarounds for file_uploads disabled...

2144 02/14/2002 05:09 pm psotfx

Fix "cannot find user" error bug #517258

2111 02/12/2002 06:12 pm psotfx

Fix bug with auth access entries not being deleted along with user

2105 02/12/2002 04:44 pm psotfx

Fix missing bbcode status link to FAQ

2071 02/09/2002 05:55 pm bartvb

Fixed problem with stripping HTML in profile (#512639)

1970 01/27/2002 03:13 pm psotfx

Fixed content-type/length bugs

1928 01/24/2002 03:51 am psotfx

Change setmodules == 1 to !empty($setmodules), stop it complaining if it isn't set ... can someone do this for userauth, my copy is modified at present

1921 01/22/2002 08:47 pm bartvb

Fixed renaming of users (also rename usergroup) #506983

1920 01/22/2002 07:42 pm bartvb

Fixed bug #505904, can't change usernames with ' in admin_users.php

1910 01/18/2002 04:50 pm bartvb

Delete sessions of users that are made inactive

1696 12/24/2001 03:43 pm psotfx

Fixed bug #496107 and changed avatar support to enable admin to use avatars irrespective of board settings

1525 12/09/2001 07:42 am thefinn

Fixed bug #490613

1514 12/05/2001 06:51 pm psotfx

Fix bugs #487774 and #487773

1474 11/29/2001 12:25 pm psotfx

Fixed bug #486207

1403 11/21/2001 02:02 pm psotfx

Added pop-up control for PM's to profile

1402 11/21/2001 04:10 am dougk_ff7

Now showing: A ton of bug fixes and a complete overhaul of my admin code...

1226 10/16/2001 05:48 pm psotfx

Various fixes and updates so it actually works correctly ... more updates ;)

1225 10/16/2001 05:41 pm psotfx

Various fixes and updates so it actually works correctly ... ;)

1224 10/16/2001 04:47 pm psotfx

Slight mods to the usersearch function, moved to search.php

1219 10/16/2001 12:49 pm thefinn

Oops..broke the click on user goto modify page on admin index functionality with my last commit, fixed it

1217 10/16/2001 11:57 am thefinn

Fixed some minor issues in user admin

1202 10/15/2001 04:58 am dougk_ff7

Allows for selectable ranks in user admin.

1179 10/14/2001 05:46 pm psotfx

Various updates, cleanups and support for URI based sessions ... more to come at some point

1173 10/12/2001 12:05 am psotfx

Preliminary avatar gallery support

1083 09/25/2001 08:18 pm psotfx

Updated and fixed various issues, see post in developers forum for info

1030 09/11/2001 12:19 pm bartvb

Removed lots of stripslashes() and fixed Avatar if remote

1029 09/11/2001 12:03 pm bartvb

Sort userlist in user administration

1016 09/09/2001 02:40 pm bartvb

Removed some trailing newlines

1010 09/08/2001 08:24 pm bartvb

Altered layout of phpbb_config table

996 09/06/2001 11:25 pm dougk_ff7

More bug fixes....

992 09/06/2001 03:12 pm psotfx

Some minor alterations to template/language

991 09/06/2001 04:21 am dougk_ff7

oops, a few bugs. :)

990 09/06/2001 03:44 am dougk_ff7

A few changes to the User Admin code (much cleaner) and also this time, I ran fix_files.sh! cheer ;)

949 08/31/2001 02:08 am psotfx

Fixed #457051 - USER_GROUPS_TABLE error

943 08/31/2001 12:20 am thefinn

Re-added GPL disclaimers

935 08/26/2001 04:35 pm psotfx

Modified header comments

894 08/16/2001 10:38 pm dougk_ff7

User delete now deletes user from groups

860 08/14/2001 12:14 am dougk_ff7

Quick bugfixes.

859 08/14/2001 12:03 am dougk_ff7

Switchover from message_die to admin_message_body template.

858 08/13/2001 11:13 pm dougk_ff7

Bug fixes, typo (user was successfully ddeleted) :)

857 08/13/2001 10:54 pm dougk_ff7

Added user deleting, as well as a few minor changes.

855 08/13/2001 10:05 pm dougk_ff7

Added user administration. A little left to do...

798 08/03/2001 12:33 am bartvb

Introduced pagestart.inc

759 07/28/2001 06:42 pm psotfx

Lots of languagification and redirection path change

650 07/13/2001 07:03 pm psotfx

Didnt I commit these?

2 02/17/2001 09:37 am thefinn

Initial revision