History | View | Annotate | Download (94.3 kB)
commit ebc338b9f3b75b758f55dc5a9a2300e8c154c74fMerge: a40bc11 f392f55Author: Andreas Fischer <bantu@phpbb.com>Date: Fri Apr 1 15:11:55 2011 +0200
Merge branch 'develop-olympus' into develop
commit df096b6b52f9198561d689b505a8c74a0d0f86b6Merge: db70d61 2f57bfbAuthor: Oleg Pudeyev <oleg@bsdpower.com>Date: Fri Mar 11 21:55:46 2011 -0500
commit 448df1cdf5d06e9457397ae439c04ad44084c2a9Merge: 6c49f95 4ac8eafAuthor: Oleg Pudeyev <oleg@bsdpower.com>Date: Tue Mar 1 16:57:00 2011 -0500
Merge branch 'ticket/9549' into develop
commit ee0db1a1d5f0150016d0971057f889f2366f9856Merge: 76ad7c9 904bcb8Author: Oleg Pudeyev <oleg@bsdpower.com>Date: Thu Feb 24 20:59:19 2011 -0500
commit eff1d378ccb6e80b6011267c9ce73ab0a316522aMerge: 5ea59ba c9b9016Author: Igor Wiedler <igor@wiedler.ch>Date: Mon Jan 10 23:43:04 2011 +0100
commit 6e51e52f0c0f34a5dea8e3e1730de039ed5895e6Merge: 90ccdb4 6b4d0a2Author: Andreas Fischer <bantu@phpbb.com>Date: Tue Dec 28 22:40:09 2010 +0100
Merge branch 'ticket/igorw/9574' into develop
commit adfa1656fb9d8b5bb601af1d7a6720884954d87aMerge: bd579c8 af5b9a9Author: Nils Adermann <naderman@naderman.de>Date: Mon Dec 13 16:35:55 2010 +0100
Merge branch 'ticket/igorw/9556' into develop
commit e4ff780c1370d9f743da0fffc70b98be0c7cfe92Merge: c4a65a4 dbe8fb6Author: Andreas Fischer <bantu@phpbb.com>Date: Sat Aug 28 23:34:18 2010 +0200
commit dfa53bfe9a21e25ae86ff954e2d9da8bdec6c317Merge: 2e787fa 2223221Author: Andreas Fischer <bantu@phpbb.com>Date: Sun Aug 22 17:48:44 2010 +0200
Merge branch 'ticket/p/6855' into develop
commit 2e787fa836dbfdcec7864b5f143520aec3752bd0Merge: 999f6db 9731f24Author: Nils Adermann <naderman@naderman.de>Date: Sat Aug 21 23:35:43 2010 +0200
commit eeb65d2958fcccc1fd2ccfbf9e154b4e30052977Merge: a2918fd 2d9aa45Author: Andreas Fischer <bantu@phpbb.com>Date: Sun Jul 11 01:54:03 2010 +0200
commit a2918fd98e61db0e7e9885fb546abc024c84d0fcMerge: 31b221a 6da582eAuthor: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 20:10:17 2010 +0200
commit 31b221ae913c49fa2e2a776bd9fd54659728fcd0Merge: dea1d66 c79df97Author: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 03:06:41 2010 +0200
commit fe690779d4439071194ee3d047363ccd5fff4538Merge: 2cf5782 6c7d168Author: Andreas Fischer <bantu@phpbb.com>Date: Tue Jun 15 15:02:16 2010 +0200
(a little test for later merges)reintegrate branch into trunk (r10214)
Copy 3.0.x branch to trunk
Also update newest user data if someone is creating a founder with user_add().
Fix Bug #49195 - Queries on un-indexed column user_emailAdded function to generate email-hash.
Authorised by: AcydBurn
Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
i am very very sorry for this hackish approach...(ability to skip add_log calls)
Fix Bug #37585 - Correctly log action when users request to join a group
Fix bug #48345 - Adding users to group - default rank does not changing correctlyAuthorised by: AcydBurn
Fix bug #47825 - Banning an already banned user states to be successful, but has no effect - Patch by Pyramide
Fix Bug #45675 - Do not allow setting group as default group for pending user
Fixed Bug #45115 - Signature parsing flags are not stored in DBAuthorised by: AcydBurn
add quicktool to remove users from the newly registered special group.
- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users....
- Display coloured usernames in ACP groups management screens- Changed behaviour of group_create() function to support specifying additional group columns- New groups option to excempt group leaders from group permissions
fix r9602
Authorised by: acydburn
Change bug #21825 - Banning/unbanning users now generates an entry in their user notes
Fix bug #40245 - Attachments table is not being updated when deleting user and retaining his postsAuthorised by: acydburn
Fix bug #45585 - Show error if hostname lookup doesn't return a valid IP address when banning.Authorised by: acydburn
Fix bug #45345 - Also remove data from friend/foe table when deleting user (patch by nickvergessen).Authorised by: acydburn
some corrections, only very minor things.
#44955
speed up group deletion and correctly display user parameter if group membership changed in acp -> users -> groups
Fix race condition for updating post/topic/etc. counter. (reported by BartVB)please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;)
do not use coppa group as failover if disabled (remove user from group)
Bug #41175 - wrong call to mb_ereg_search_init() (second commit)
Bug #41175 - wrong call to mb_ereg_search_init()
Correct mbstring regular expression for the allowable username characters. #42325
- adjust db_tools again to not remove any schema (they may be required)- fill dbms version if not yet filled
Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985
Small addition to r3915, add comments about RFC
Whois now works reliably for RIRs other than APNIC and RIPE
Remove new lines added in r9249
Fixed bug #40015 - ban list table isn't updated upon user deletion
Small language fix (#32795) and tiny bug fix
- Added 'max_recipients' setting for private messages. This setting allows admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting.- Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups.
some changes for proper code documentation
Ooops. Avatars should work again
#29985
Catch invalid username wildcard ban (we do not support these) (Bug #29305)
#16124
#27585
#26885
And more new features for reasonable paranoia.
remove duplicate key
user_style -> int
Hiding everywhere little buggers, eh?
Fixing converter bugs.#21215#18575#18435#16565
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)...
Correctly check empty subjects/messages (Bug #17915)Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745)Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
What did you expect? Us slacking off because of a few digg/heise trolls? nah. never!The show must go on :)
Small things#15068#15060
make sure we always check for a valid directory handle
fixing some annoying bugs
#14834 - at least probably
make the ban check perform a bit better :/
dumdidum... sorry. ;)
and one more.
#i51 - #i63 - #i64
#14466
some bugs fixed
Better this way.
hrm
Okay, this add a few queries, but now ranks and avatars should behave as expected.
#13961 - the fix is not perfect, we now nuke the avatar/rank when leaving a group - no matter what.
some tiny fixes and two new features. ;)
#13906 Invalid files will be silently ignored
err, forgot to commit
small fixes.#13794 : Raised the used error level by one#13763 : Removed an old Beta2 compatibility fix#13527 : cleaned up the code#13525 : Changed templates as proposed by damnian#11515 : added explanation about CPF checkboxes
Bugs #13701, #13697Still not a perfect fix, but it should be better. To illustrate the problem:Whenever the default group is changed, we have to apply group avatars and ranks. The group value is then copied to the user table, where it is not easily decideable whatever or not it is a group value or a special value....
- a better way of checking PCRE property support- fixed the naming of a variable or two
Cleaning up (#13689)Also removed the useless login box from the ACP.
again, a lot of bug fixes
Well, seems that many hosts are in a business in which they shouldn't be in. Lessen the impact for their customers by allowing to do without getimagesize for remote avatatars.#13531
#13225
#13391
changes
grumble
fix for #12255 - do not allow empty cleaned usernames
#12275, #12267
other fixes
#12231