History | View | Annotate | Download (44.4 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_2'.
Ok, by this time, bugs 397, 427, 429, 450, and 472 should be fixed.
--Doug
Fixes bug #448....
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 byNick Cleaton <nick at cleaton dot net>.Thanks for letting us know, Nick!...
Left out username language variable...
Yep, more updates and fixes
Loads of bug fixes and updates
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Sorry this is just me being anal.. Fix the CVS id line so that it's working again
Fix for bug # 535531... How'd that echo get in there?
Fixed wrong lang var useage
Fix problem with user_admin not showing correct status for certain settings + switch to same include series as main files
This is what I get when I delete a file that I've already updated ... because I think it's too 'new' ... :)
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...
admin_users now needs the functions_select.php since the breakup of functions.
Security updates + a few updates for chopped up functions compatibility
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)
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
Oops I did a Paul... Still allow avatar uploads from Urls
Workarounds for file_uploads disabled...
Fix "cannot find user" error bug #517258
Fix bug with auth access entries not being deleted along with user
Fix missing bbcode status link to FAQ
Fixed problem with stripping HTML in profile (#512639)
Fixed content-type/length bugs
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
Fixed renaming of users (also rename usergroup) #506983
Fixed bug #505904, can't change usernames with ' in admin_users.php
Delete sessions of users that are made inactive
Fixed bug #496107 and changed avatar support to enable admin to use avatars irrespective of board settings
Fixed bug #490613
Fix bugs #487774 and #487773
Fixed bug #486207
Added pop-up control for PM's to profile
Now showing: A ton of bug fixes and a complete overhaul of my admin code...
Various fixes and updates so it actually works correctly ... more updates ;)
Various fixes and updates so it actually works correctly ... ;)
Slight mods to the usersearch function, moved to search.php
Oops..broke the click on user goto modify page on admin index functionality with my last commit, fixed it
Fixed some minor issues in user admin
Allows for selectable ranks in user admin.
Various updates, cleanups and support for URI based sessions ... more to come at some point
Preliminary avatar gallery support
Updated and fixed various issues, see post in developers forum for info
Removed lots of stripslashes() and fixed Avatar if remote
Sort userlist in user administration
Removed some trailing newlines
Altered layout of phpbb_config table
More bug fixes....
Some minor alterations to template/language
oops, a few bugs. :)
A few changes to the User Admin code (much cleaner) and also this time, I ran fix_files.sh! cheer ;)
Fixed #457051 - USER_GROUPS_TABLE error
Re-added GPL disclaimers
Modified header comments
User delete now deletes user from groups
Quick bugfixes.
Switchover from message_die to admin_message_body template.
Bug fixes, typo (user was successfully ddeleted) :)
Added user deleting, as well as a few minor changes.
Added user administration. A little left to do...
Introduced pagestart.inc
Lots of languagification and redirection path change
Didnt I commit these?
Initial revision