aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_users.php
Commit message (Collapse)AuthorAgeFilesLines
* Various updatesPaul S. Owen2002-08-031-30/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@2816 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates + search indexing prelim stuff ... hosts will hate this version!Paul S. Owen2002-07-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2735 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hard-coded HTML into admin modules ... no point in continuing to template ↵Paul S. Owen2002-07-141-80/+60
| | | | | | this stuff since no one (or few) rarely bother to make use of the feature. Lots of changes for permissions, sessions, etc. some new styling stuff present (inc. editing templates though not complete), lots of bugs and non-functioning stuff ... any 'existing' modules will cause the right hand panel to fail ... remove them. If I catch anyone nicking graphics from here I'll kill 'em ... git-svn-id: file:///svn/phpbb/trunk@2675 89ea8834-ac86-4346-8a33-228a782c2dd0
* Sorry this is just me being anal.. Fix the CVS id line so that it's working ↵the_systech2002-03-271-1/+1
| | | | | | again git-svn-id: file:///svn/phpbb/trunk@2443 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug # 535531... How'd that echo get in there?the_systech2002-03-271-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2442 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed wrong lang var useagePaul S. Owen2002-03-231-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2413 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix problem with user_admin not showing correct status for certain settings ↵Paul S. Owen2002-03-221-282/+253
| | | | | | + switch to same include series as main files git-svn-id: file:///svn/phpbb/trunk@2397 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is what I get when I delete a file that I've already updated ... ↵Paul S. Owen2002-03-191-1/+1
| | | | | | because I think it's too 'new' ... :) git-svn-id: file:///svn/phpbb/trunk@2333 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops typo... Plus admin_users needed functions_validate as well, which did ↵the_systech2002-03-181-76/+2
| | | | | | away with the need to have the extra fields validation function here in admin_users... git-svn-id: file:///svn/phpbb/trunk@2323 89ea8834-ac86-4346-8a33-228a782c2dd0
* admin_users now needs the functions_select.php since the breakup of functions.the_systech2002-03-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2322 89ea8834-ac86-4346-8a33-228a782c2dd0
* Security updates + a few updates for chopped up functions compatibilityPaul S. Owen2002-03-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2310 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok one last attempt on my part to fix file upload bugs.. Might actually work ↵the_systech2002-03-121-1/+8
| | | | | | (Hey it could happen, even I get one right occasionally) git-svn-id: file:///svn/phpbb/trunk@2296 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor screw up in file upload checking.. If file_uploads is not set at all ↵the_systech2002-03-061-1/+2
| | | | | | 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 git-svn-id: file:///svn/phpbb/trunk@2277 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops I did a Paul... Still allow avatar uploads from Urlsthe_systech2002-03-011-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2243 89ea8834-ac86-4346-8a33-228a782c2dd0
* Workarounds for file_uploads disabled...the_systech2002-03-011-2/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@2241 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix "cannot find user" error bug #517258Paul S. Owen2002-02-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2144 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug with auth access entries not being deleted along with userPaul S. Owen2002-02-121-62/+56
| | | | git-svn-id: file:///svn/phpbb/trunk@2111 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix missing bbcode status link to FAQPaul S. Owen2002-02-121-49/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@2105 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with stripping HTML in profile (#512639)Bart van Bragt2002-02-091-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@2071 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed content-type/length bugsPaul S. Owen2002-01-271-9/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@1970 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change setmodules == 1 to !empty($setmodules), stop it complaining if it ↵Paul S. Owen2002-01-241-1/+1
| | | | | | isn't set ... can someone do this for userauth, my copy is modified at present git-svn-id: file:///svn/phpbb/trunk@1928 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed renaming of users (also rename usergroup) #506983Bart van Bragt2002-01-221-0/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@1921 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #505904, can't change usernames with ' in admin_users.phpBart van Bragt2002-01-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1920 89ea8834-ac86-4346-8a33-228a782c2dd0
* Delete sessions of users that are made inactiveBart van Bragt2002-01-181-1/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@1910 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #496107 and changed avatar support to enable admin to use avatars ↵Paul S. Owen2001-12-241-45/+85
| | | | | | irrespective of board settings git-svn-id: file:///svn/phpbb/trunk@1696 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #490613James Atkinson2001-12-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1525 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bugs #487774 and #487773Paul S. Owen2001-12-051-168/+664
| | | | git-svn-id: file:///svn/phpbb/trunk@1514 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #486207Paul S. Owen2001-11-291-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1474 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added pop-up control for PM's to profilePaul S. Owen2001-11-211-245/+262
| | | | git-svn-id: file:///svn/phpbb/trunk@1403 89ea8834-ac86-4346-8a33-228a782c2dd0
* Now showing: A ton of bug fixes and a complete overhaul of my admin code...dougk_ff72001-11-211-60/+42
| | | | git-svn-id: file:///svn/phpbb/trunk@1402 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various fixes and updates so it actually works correctly ... more updates ;)Paul S. Owen2001-10-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1226 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various fixes and updates so it actually works correctly ... ;)Paul S. Owen2001-10-161-15/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1225 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slight mods to the usersearch function, moved to search.phpPaul S. Owen2001-10-161-20/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1224 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops..broke the click on user goto modify page on admin index functionality ↵James Atkinson2001-10-161-1/+1
| | | | | | with my last commit, fixed it git-svn-id: file:///svn/phpbb/trunk@1219 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some minor issues in user adminJames Atkinson2001-10-161-9/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1217 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allows for selectable ranks in user admin.dougk_ff72001-10-151-23/+43
| | | | git-svn-id: file:///svn/phpbb/trunk@1202 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, cleanups and support for URI based sessions ... more to ↵Paul S. Owen2001-10-141-44/+47
| | | | | | come at some point git-svn-id: file:///svn/phpbb/trunk@1179 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary avatar gallery supportPaul S. Owen2001-10-111-53/+89
| | | | git-svn-id: file:///svn/phpbb/trunk@1173 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated and fixed various issues, see post in developers forum for infoPaul S. Owen2001-09-251-73/+140
| | | | git-svn-id: file:///svn/phpbb/trunk@1083 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed lots of stripslashes() and fixed Avatar if remoteBart van Bragt2001-09-111-14/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@1030 89ea8834-ac86-4346-8a33-228a782c2dd0
* Sort userlist in user administrationBart van Bragt2001-09-111-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1029 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed some trailing newlinesBart van Bragt2001-09-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
* More bug fixes....dougk_ff72001-09-061-17/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@996 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some minor alterations to template/languagePaul S. Owen2001-09-061-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@992 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, a few bugs. :)dougk_ff72001-09-061-40/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@991 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few changes to the User Admin code (much cleaner) and also this time, I ↵dougk_ff72001-09-061-320/+66
| | | | | | ran fix_files.sh! *cheer* ;) git-svn-id: file:///svn/phpbb/trunk@990 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed #457051 - USER_GROUPS_TABLE errorPaul S. Owen2001-08-311-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@949 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-34/+43
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-16/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@935 89ea8834-ac86-4346-8a33-228a782c2dd0