History | View | Annotate | Download (86.9 kB)
commit 904bcb86a054ab6256da565098eb9bd8ab20414bMerge: e6ed55a 9399c7cAuthor: Oleg Pudeyev <oleg@bsdpower.com>Date: Thu Feb 24 20:56:42 2011 -0500
Merge branch 'ticket/callumacrae/7834' 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 46810f874758516a8b5ce0fc680f05b612f70f60Merge: 9015e03 95e0340Author: Igor Wiedler <igor@wiedler.ch>Date: Thu Sep 16 22:42:07 2010 +0200
Merge branch 'ticket/bantu/9644' into develop-olympus
commit 34c3732856f001ea86cf79ca119b8e16377c0902Merge: 31144ed cc9a195Author: Andreas Fischer <bantu@phpbb.com>Date: Fri Aug 20 22:15:15 2010 +0200
Merge branch 'ticket/nickvergessen/9635' into develop-olympus
commit c38cb1761c2a134b640e24031a32fe622c9f396bMerge: 8f91e6c 801a44bAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 30 15:05:06 2010 +0200
Merge branch 'ticket/nickvergessen/9147' into develop-olympus
commit 0bf2c3eed551e57667e1fb14d0d80e347af6fc72Merge: e36da18 cc8d22bAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 16 19:51:25 2010 +0200
Merge branch 'feature/notify_status' into develop-olympus
commit a625e4b48aa914a5433d287ed73e22954bf840eaMerge: 355d4b8 a3874c2Author: Nils Adermann <naderman@naderman.de>Date: Sun May 16 17:11:47 2010 +0200
Merge branch 'ticket/nickvergessen/9529' into develop-olympus
commit f493509eb2237bb44c760b487b813f0e9bf26401Merge: 72e2af0 93a2407Author: Nils Adermann <naderman@naderman.de>AuthorDate: Tue Mar 2 21:15:13 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Tue Mar 2 21:15:13 2010 +0100
Merge branch 'bug/aptx/54945' into develop-olympus
Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a column alias.
[Fix] Do not automatically unsubscribe users from topics, when email and jabber is disabled.
Authorised by: bantu
Fix for #54945
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...
#10679
#10669
bah!
this is pretty neat.- We save a nasty query from every new topic and reply. We can do this because we are in a transaction, asking the database what is the newest info would just return the post_id we just inserted- editting is now far cheaper if it turns out the newest post has been editted....
#10617
Regression bugs from: http://phpbb.cvs.sourceforge.net/phpbb/phpBB2/includes/functions_posting.php?r1=1.233&r2=1.234
Anchor fragments should be "#p12345", not "p=12345" (which AFAIK ends up working the same as "#p")