phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / acp / acp_users.php

History | View | Annotate | Download (84 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10757 08/28/2010 10:30 pm Git Gatekeeper

commit dfd3c4a5dfa7f2afceb3ab7b3fd12181ba66b10c
Merge: 3c02a1c 5e33004
Author: Andreas Fischer <>
Date: Sat Aug 28 23:25:05 2010 +0200

Merge branch 'ticket/nickvergessen/9519' into develop-olympus
  • ticket/nickvergessen/9519:...
10732 08/19/2010 04:28 pm Git Gatekeeper

commit 46d2d97a378e1fc40359d4eff911d352c9b05c20
Merge: 64e6faa af21e38
Author: Josh Woody <>
Date: Thu Aug 19 09:03:45 2010 -0500

Merge branch 'ticket/bantu/9611' into develop-olympus
  • ticket/bantu/9611:
    [ticket/9611] Make length of activation keys variable between 6 and 10.
10700 08/19/2010 04:27 pm Git Gatekeeper

commit 0c2512bea2c6929d41d1b3fa3ca4b04919205af9
Merge: 6da582e ae967d1
Author: Andreas Fischer <>
Date: Sat Jul 10 21:22:16 2010 +0200

Merge branch 'ticket/jellydoughnut/9650' into develop-olympus
  • ticket/jellydoughnut/9650:...
10696 08/19/2010 04:26 pm Git Gatekeeper

commit c3db21bfa2a01a3de6fd520f99b0399d8cdf5748
Merge: f92c96d e130a6b
Author: Andreas Fischer <>
Date: Thu Jul 8 19:52:29 2010 +0200

Merge branch 'ticket/bantu/9451' into develop-olympus
  • ticket/bantu/9451:
    [ticket/9451] Add optional $can_upload parameter to avatar_process_user().
10656 08/19/2010 04:25 pm Git Gatekeeper

commit 8ade14a0363e9cae6a2433aefae56af803d3958b
Merge: 273d926 5f4c6e9
Author: Nils Adermann <>
Date: Sun May 16 18:42:46 2010 +0200

Merge branch 'ticket/nickvergessen/9548' into develop-olympus
  • ticket/nickvergessen/9548:...
10611 05/14/2010 01:45 am Git Gatekeeper

commit 39770de9213758929c33250a829fcdc53e434ac5
Merge: 928fbb0 823f257
Author: Nils Adermann <>
Date: Fri May 14 02:33:52 2010 +0200

Merge branch 'ticket/bantu/9536' into develop-olympus
  • ticket/bantu/9536:
    [ticket/9536] Small improvement for query against user/session tables when managing users from the ACP.
10610 05/14/2010 01:45 am Git Gatekeeper

commit 928fbb012644936de167a465732c041b23a1b615
Merge: c7e8e7e cb642cf
Author: Nils Adermann <>
Date: Fri May 14 02:28:59 2010 +0200

Merge branch 'ticket/bantu/9526' into develop-olympus
  • ticket/bantu/9526:
    [ticket/9526] If an admin changes a user's 'user_allow_viewonline' flag to 'hide me' the admin usually wants that user to be hidden immediately. We therefore have to update his session if one exists.
10323 12/11/2009 10:39 pm Chris Smith

permit current year in ACP - UCP changed in r8807 #55115

10199 09/30/2009 04:00 pm Henry Sudhof

#52245
Authorised by: AcydBurn

10182 09/23/2009 06:41 pm Henry Sudhof

#51805
Authorised by: AcydBurn

10145 09/15/2009 10:45 am Joas Schilling

Fix #51305 - User need a_clearlog to delete warnings

Authorised by: AcydBurn

10097 09/04/2009 11:20 am Meik Sievertsen

only whitespace changes

10088 09/02/2009 06:12 am Jim Wigginton

Fixed bugs #43145, #44375, #44415 and #43045

10060 08/28/2009 10:26 am Joas Schilling

Fix Bug #49195 - Queries on un-indexed column user_email
Added function to generate email-hash.

Authorised by: AcydBurn

9828 07/22/2009 11:47 am Joas Schilling

fix r9758

Authorised by: AcydBurn

9767 07/17/2009 11:27 am Chris Smith

Ability to empty a user's outbox from the user ACP quick tools.

9759 07/14/2009 08:40 pm Joas Schilling

Fix Bug #45675 - Do not allow setting group as default group for pending user

Authorised by: AcydBurn

9758 07/14/2009 08:35 pm Joas Schilling

Feature Bug #43375 - Ability to delete warnings and keep warnings permanently

Authorised by: AcydBurn

9757 07/14/2009 08:25 pm Joas Schilling

Feature Bug #45375 - Add option to disable remote upload avatars

Authorised by: AcydBurn

9696 06/27/2009 08:36 am Ruslan Uzdenov

Fixed Bug #45115 - Signature parsing flags are not stored in DB
Authorised by: AcydBurn

9646 06/21/2009 02:31 pm Henry Sudhof

add quicktool to remove users from the newly registered special group.

9632 06/19/2009 10:03 pm Joas Schilling

Fix bug #46785 - Hide avatars if type disabled and give global option to turn on/off

Authorised by: acydburn

9582 06/13/2009 02:23 pm Meik Sievertsen

use same method to update custom profile fields in UCP and ACP (and then i am able to debug what is wrong with the oracle code)

9492 04/28/2009 11:18 am Meik Sievertsen

Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)

9409 03/27/2009 04:39 pm Meik Sievertsen

speed up group deletion and correctly display user parameter if group membership changed in acp -> users -> groups

9310 01/27/2009 08:08 pm Jim Wigginton

Fixed bug #40275 - The sql query in acp_users.php lacks a condition
Authorised by: acydburn

8831 09/05/2008 09:02 pm Chris Smith

Correctly limit input of the users location to 100 characters in the UCP and ACP. Closes #32655
Sync reports when using the move all users posts tool in the ACP. Closes #31165

8802 09/01/2008 11:37 pm Meik Sievertsen

actually, queued posts can also be in forums with no post counts

8801 09/01/2008 11:33 pm Meik Sievertsen

Show users posts in queue in acp and profile + link to mcp

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8389 02/23/2008 02:18 pm Meik Sievertsen

some language/style/code fixes (refer to the diff of the changelog)

8350 01/30/2008 05:01 pm Meik Sievertsen

One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)
Although i somehow mistakingly got #20445 and #15249 into it. :/

Removing s_watching_img from watch_topic_forum() function (Bug #20445)
Changing order for post review if more than one post affected (Bug #15249)...

8310 01/06/2008 06:00 pm Meik Sievertsen

- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)
- Allow editing usernames within database_update on username cleanup (Bug #18415)
- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)...

8285 12/26/2007 03:53 pm

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

8280 12/13/2007 11:23 pm Henry Sudhof

What did you expect? Us slacking off because of a few digg/heise trolls? nah. never!
The show must go on :)

8236 11/15/2007 08:54 pm Henry Sudhof

#15111
#15119

8233 11/10/2007 07:50 pm Henry Sudhof

Small things
#15068
#15060

8204 10/19/2007 03:10 pm Meik Sievertsen

fixing some annoying bugs

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

8139 10/04/2007 08:50 pm Meik Sievertsen

#i42
new password hashing mechanism for storing passwords

8120 10/03/2007 05:05 pm Henry Sudhof

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

8119 10/02/2007 08:29 pm Meik Sievertsen

#i8

8113 09/26/2007 06:53 pm Meik Sievertsen

#i53

8099 09/22/2007 08:31 pm Meik Sievertsen

#i62 - #i65
gone through every javascript invocation and making sure we adhere to our coding guidelines.

8095 09/21/2007 05:05 pm Meik Sievertsen

#i51 - #i63 - #i64

8077 09/03/2007 05:12 pm Meik Sievertsen

fixing two tiny bugs...

8025 08/13/2007 02:14 pm Meik Sievertsen

Some changes... non-invasive...

8021 08/11/2007 10:51 pm David M

finally got my dev machine running a decent DBMS

8020 08/10/2007 05:15 am David M

work for everybody

8019 08/10/2007 05:04 am David M

brain not work

8018 08/10/2007 04:19 am David M

#14055

8004 08/04/2007 03:49 pm Meik Sievertsen

small fix - we do not rely on the parent_id (it could be different for every single mode)

7994 08/01/2007 06:27 pm Meik Sievertsen

some tiny fixes and two new features. ;)

7920 07/22/2007 10:11 pm Meik Sievertsen

try to normalize everything...

7895 07/16/2007 04:02 pm Meik Sievertsen

- Handle forum links/redirects within viewforum if no read permission given (to display login box or error message) (Bug #13467)
- Prevent changing postable forum having subforums to link forum without moving subforums out first

7790 06/24/2007 03:57 pm Henry Sudhof

Maybe we shouldn't trust the language settings in the db so much.

7789 06/24/2007 02:49 pm Meik Sievertsen

tweak the sql_like_expression feature a little bit to allow correct escaping

7788 06/23/2007 02:16 pm Meik Sievertsen

new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).

7787 06/22/2007 06:47 pm Henry Sudhof

Fixing a few things for postgres. Thanks to wagnerch for researching the issue and providing a patch.
#12587

7777 06/18/2007 05:12 pm Henry Sudhof

Fixing a few minor bugs; changing one language variable.

#12123
#12483
#12489
#12513

7736 06/09/2007 01:11 pm Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7726 06/08/2007 10:28 am Meik Sievertsen

other fixes

7687 05/26/2007 06:38 pm Meik Sievertsen

hopefully not too late in the game. Checked in new jabber class (the class done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine...
- other fixes

7469 05/05/2007 12:22 pm Meik Sievertsen

Better support for nested transactions...

7466 05/05/2007 06:53 am David M

- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations....

7456 05/04/2007 02:30 pm Meik Sievertsen

added class for disabled options in ACP
E_USER_ERROR now using language keys if available [related to #10445]
UCP/MCP title tags [#10441]
Check $start parameter in viewforum [#10435]
Check for postable forum for moving user posts within users ACP [#10433]...

7455 05/03/2007 04:29 pm Meik Sievertsen

some language-specific adjustements
fix prune users (adding the list of users to the confirmation page)
tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element)

7446 05/01/2007 09:00 pm David M

#10311

7429 04/30/2007 12:46 pm Henry Sudhof

Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to.

-Route all avatar downloads through download.php - adrien
-Change the way inline attachments are delivered
-Fixes a few (unreported) bugs, notably avatar upload during group generation...

7426 04/29/2007 02:30 pm Meik Sievertsen

more bugfixing. Important change: admins able to give ban reason for user quick tool ban - logging also syndicated, now always logged to ACP and MCP logs.

7413 04/28/2007 02:46 am David M

#10185

7397 04/24/2007 07:52 pm Meik Sievertsen

forgot the true

7396 04/24/2007 07:19 pm Meik Sievertsen

do not substract one year, only show the full date to not confuse users.

7391 04/24/2007 02:11 am shs

#10067

Never noticed the date output in the dropdown was dynamic... so made sense to actually use the relative days feature to actually show how it works by placing "Today" within the date, and append it with a date of how it'd be formatted it it wasn't yesterday/today/tomorrow by offsetting the time() by 1 year negatively....

7384 04/22/2007 05:27 pm Meik Sievertsen

#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624

prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925...

7380 04/21/2007 01:34 pm David M
  • empty log message ***
7379 04/21/2007 01:34 pm David M
  • empty log message ***
7357 04/15/2007 07:51 pm David M

#9822

7330 04/12/2007 06:20 pm Meik Sievertsen

my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...

7114 03/03/2007 06:41 pm Meik Sievertsen

Fixing the following bugs:
#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)
#8414
#8396
#8388
#8216

thanks to bartvb and kellanved for providing possible fixes...

6970 02/06/2007 08:09 pm Meik Sievertsen

Some... fixes... laying around here.

6943 01/28/2007 02:09 pm Meik Sievertsen

fixing a signature bug being there for more than two years [Bug #7436]

6930 01/26/2007 05:09 pm Meik Sievertsen

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community...

6927 01/24/2007 06:19 pm Meik Sievertsen

- fix severe bug with email hash calculation
- fix bug in convertor not correctly converting config values

6905 01/18/2007 03:41 pm Meik Sievertsen

fixing some bugs

6896 01/17/2007 11:48 pm dhn2

#7220

6894 01/17/2007 07:41 pm Meik Sievertsen

ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o

6864 01/09/2007 03:01 pm dhn2

#6098
"Find a member" now supports single clicks. Thanks for Highway of Life for helping out here. :)

6826 12/31/2006 05:56 pm Meik Sievertsen

- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
- fixes for bugs #6694, #6664 and #6662

6814 12/27/2006 01:06 am Nils Adermann

- display search type as page title for premade searches [Bug #6508]
- flash enabled on user side by default, so that admins can actually change anything by activating it (still disabled by default)
- properly implemented password complexity check [Bug #6584]...

6808 12/25/2006 04:19 pm Meik Sievertsen

show dropdown box for choosing the forum in user management screen -> permissions

6806 12/24/2006 04:35 pm David M

#6372

6787 12/21/2006 11:37 am Meik Sievertsen

- some fixes
- important bugfix for the mcp and determining allowed ids in general (if global announcements are included)

6738 12/10/2006 04:09 pm Meik Sievertsen

- #6110
- #6102
- #6096

6650 11/24/2006 03:59 pm Meik Sievertsen

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...

6628 11/21/2006 07:15 pm Meik Sievertsen

- fixing a bunch of bugs
- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.
i hope not having introduced too many new bugs.