History | View | Annotate | Download (91.9 kB)
commit f392f55d9b82cf6e387cf71bd3895d52469c8991Merge: 564ce6c 4dce536Author: Andreas Fischer <bantu@phpbb.com>Date: Fri Apr 1 15:11:10 2011 +0200
Merge branch 'ticket/bantu/9751' into develop-olympus
commit 2f57bfb6f297e9711bacb607faf6e33ab516db33Merge: 81d281f ac90190Author: Oleg Pudeyev <oleg@bsdpower.com>Date: Fri Mar 11 21:55:40 2011 -0500
Merge branch 'ticket/bantu/9970' into develop-olympus
commit e6ed55a9c1ceb07ab2e87d4a53f9e688fda319c5Merge: 47dc492 e6219c8Author: Oleg Pudeyev <oleg@bsdpower.com>Date: Thu Feb 24 20:48:17 2011 -0500
Merge branch 'ticket/callumacrae/9872' into develop-olympus
commit c9b9016ca8fb83d57d7bfaeb9cc9772a722fa458Merge: d7299f5 ac26bb4Author: Igor Wiedler <igor@wiedler.ch>Date: Mon Jan 10 23:42:41 2011 +0100
Merge branch 'ticket/bantu/9764' into develop-olympus
commit dfd3c4a5dfa7f2afceb3ab7b3fd12181ba66b10cMerge: 3c02a1c 5e33004Author: Andreas Fischer <bantu@phpbb.com>Date: Sat Aug 28 23:25:05 2010 +0200
Merge branch 'ticket/nickvergessen/9519' into develop-olympus
commit 3eb01d50cb2aeef34d02bca789d5db4b1fb50926Merge: f0aaecd aca0e02Author: Josh Woody <a_jelly_doughnut@phpbb.com>Date: Thu Aug 19 10:56:34 2010 -0500
Merge branch 'ticket/bantu/9702' into develop-olympus
commit 6343e67fab431ac15d62cff7d014e990a00c69f1Merge: 5eb175c c0183caAuthor: Josh Woody <a_jelly_doughnut@phpbb.com>Date: Thu Aug 19 10:48:41 2010 -0500
Merge branch 'ticket/bantu/9534' into develop-olympus
commit 0dc05a2d8431ce01434dbe27b6708eefc59f2f68Merge: cb043b0 8690d25Author: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 15 23:15:41 2010 +0200
Merge branch 'ticket/kellanved/9504' into develop-olympus
commit 0c2512bea2c6929d41d1b3fa3ca4b04919205af9Merge: 6da582e ae967d1Author: Andreas Fischer <bantu@phpbb.com>Date: Sat Jul 10 21:22:16 2010 +0200
Merge branch 'ticket/jellydoughnut/9650' into develop-olympus
commit c3db21bfa2a01a3de6fd520f99b0399d8cdf5748Merge: f92c96d e130a6bAuthor: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 19:52:29 2010 +0200
Merge branch 'ticket/bantu/9451' into develop-olympus
commit e3fe4d7b56cd251f3abeb5690406d30de8b1dc0eMerge: ef753d0 24cc3fdAuthor: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 01:24:18 2010 +0200
Merge branch 'ticket/jellydoughnut/9703' into develop-olympus
commit 6c7d16894b38ed67480813372e08b308b81bcabfMerge: 7c78979 b4df815Author: Andreas Fischer <bantu@phpbb.com>Date: Tue Jun 15 14:28:00 2010 +0200
Merge branch 'ticket/jellydoughnut/9633' into develop-olympus
Bug #52525
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
Introduced checks to stop negative postcounts (Bug #11561, #11421) Allow IP v4/v6 urls for remote avatars (Bug #11633) Delete avatar files automatically (Bug #11631) Automatically add selected columsn to group by statements in the converter (Bug #11465)
Better this way :D
99 bugs on the wall ...
#11339#11283
... 97 bugs on the wall ...
we included a check for getimagesize() existance... now we again can suppress notices while running this function.
#11074 - only process and check (as well as display) images if the category also matches. ;)
Cleaning up.