History | View | Annotate | Download (79.8 kB)
commit ee0db1a1d5f0150016d0971057f889f2366f9856Merge: 76ad7c9 904bcb8Author: Oleg Pudeyev <oleg@bsdpower.com>Date: Thu Feb 24 20:59:19 2011 -0500
Merge branch 'develop-olympus' into develop
commit eff1d378ccb6e80b6011267c9ce73ab0a316522aMerge: 5ea59ba c9b9016Author: Igor Wiedler <igor@wiedler.ch>Date: Mon Jan 10 23:43:04 2011 +0100
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 e35711ddde8f5e9f94d4b5145662877619ceecd4Merge: 4d5d500 46810f8Author: Igor Wiedler <igor@wiedler.ch>Date: Thu Sep 16 22:42:32 2010 +0200
commit c0d645c319b0bc7c83181d153c026cba052f9306Merge: 26c3170 0edcf57Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Sep 12 14:48:09 2010 +0200
Merge branch 'ticket/bantu/7252' into develop
commit 2e787fa836dbfdcec7864b5f143520aec3752bd0Merge: 999f6db 9731f24Author: Nils Adermann <naderman@naderman.de>Date: Sat Aug 21 23:35:43 2010 +0200
commit fe690779d4439071194ee3d047363ccd5fff4538Merge: 2cf5782 6c7d168Author: Andreas Fischer <bantu@phpbb.com>Date: Tue Jun 15 15:02:16 2010 +0200
commit 591217a903460a81df4c19850f5d99c2e9d10b1dMerge: cf89952 0bf2c3eAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 16 19:52:36 2010 +0200
commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7aMerge: b68de23 ac32927Author: Nils Adermann <naderman@naderman.de>AuthorDate: Wed Mar 3 23:32:09 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Wed Mar 3 23:32:09 2010 +0100
Merge branch 'develop-olympus' into develop...
Copy 3.0.x branch to trunk
Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset...This feature does not change anything for those not using the constant and this feature is also quite in-flux. We need to test this with some applications and bridges and there may be other locations able to benefit from it.
Fix r9955 for Bug #49435(Since $update_message was true in submit_post() the non-parsed text had been entered into the db [because $update_message was false before])
fix r9927 - of course isset()
submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).
Fix bug #15729 - Global announcements marked as read if all new topics in forum are viewedAuthorised by: AcydBurn
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
Addition to r9899 for bug #48695 - trying to create thumbnail for broken jpeg imageAuthorised by: AcydBurn
Fix bug #48695 - Do not try to create thumbnails for images we cannot open properly.
Fix bug #48885, introduced in r9843
Authorised by: kellanved
Fix bug #48265 - Correctly set attachment flag for topics, posts and pms after deleting attachments - Patch by WorldWar and nickvergessen
Authorised by: AcydBurn
A small correction to #r9763
- Add pagination for icons and smilies in the ACP and smilies in the smiley popup
Another feature: Detect when a post has been altered by someone else while editing.Authorised by: acydburn
Fix bug #38395 - Loading draft removes recipients when replying to PM
- [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....
Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725)
remove unused language key
Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)
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. ;)
Better thumbnail quality with imagemagick (Bug #42565)
Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985
Authorised by: acydburn
Fixed bug #40325 – Friend/foe system displays posts made by foes while composingAuthorised by: acydburn
correctly update last topic/forum information if changing guest usernames through editing posts - Bug #38095(Changelog follows)
Fix a bug introduced in r8805 where moderators posts would be queued in forums where posts are queued.
Revert broken fix in r9014
Forum last post information is now correctly updated when a topic/post is disapproved due to editing. #24475
Separate display of posted attachments in posting screen and switch for template to indicate adding attachments are allowed. Related to Bug #13871
Preserve alpha transparency for created thumbnails. (Bug #16575)
Fix one design failure in phpBB3. Do not count non-approved posts to the user_posts. Before, a user was able to circumvent basically any protection based on post counts.At the same time implement the queue_trigger feature.
fix missing user_id entry to properly populate to the email template
change the way we do chmodd'ing. I know, my implementation really sucked... good we have motivated community members who point this out. ;) Thanks to faw for providing a way better function and for discussing and also abiding to our needs. :) LEW21 should maybe credited too... he gave the inspiration without knowing it.
as per evil3, some more anti-CSRF
the chmod change i already had within the changelog (by mistake). This should further secure writable directories and created files.Installation need to be tested on different hosts.
Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048)
further checks on maximum storage length
#23945
And more new features for reasonable paranoia.
#25925
Hiding everywhere little buggers, eh?
Correctly obtain to be ignored users within topic/forum notification (Bug #21795 - patch provided by dr.death)
#15120#16029
seems like i forgot something. :/
Allow forum notifications if topic notifications are disabled but forum notifications enabled - #14765
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)...
grr
- 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)...
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
#15554#15464#15384Yes, there is a lang change.
#15484
some further fixes- re-introduce grabbing random number from /dev/urandom
dumdidum... sorry. ;)
#14531
Ok, here comes a big one. Poor updater. Also requires testing.
#i91#i92#i93#i94#i95#i96
#i8
#14566
fixing some bugs
- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()- using \r on custom bbcodes to allow line breaks [Bug #10758]
Some changes... non-invasive...
two fixes
please have a second look at the change within session.php - we had a few "doubled" keys within the db...
some fixes here and there
#13167
#12981
#12947 - thanks to APTX for his partial patch and Highway_of_Life and iWisdom for testing
let's see if i can break something. :o
Minor fixes#12699
#12287#12219
A little clean-up in the installer (thanks ToonArmy)
we included a check for getimagesize() existance... now we again can suppress notices while running this function.
oh my god - what did he do? Adding attachment display to post/topic review, queue, reports, post details, mcp topic view... fixing other tiny things along the line.
#11074 - only process and check (as well as display) images if the category also matches. ;)
#11046 - properly show load button.
adjust smilies. Also allow adding more codes to existing smilies... no one noticed this before. :/
#10942 + cron image into <p></p> tags
informational change for orphaned attachments - they only list already uploaded files not assigned to posts (orphaned attachments).add index.htm files to cache and files directory.
#10781Thanks APTX
sync the forums too
davids "update topics last post information on approval -> disapproval change" fix. :PFixed start transaction for posting.
fix for editing unapproved posts by a person not on moderation queue (do not switch state)
remove useless variable that caused some undefined errors
minor fixalso set load_tplcompile to 0 by default now it is quite intensive with the default settings/style.
some bug fixes...