History | View | Annotate | Download (48.8 kB)
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 67593824d43a081d9b9301bcd40a32a17c5504a7Merge: 635752f d2778e6Author: Nils Adermann <naderman@naderman.de>Date: Sat Nov 20 17:56:17 2010 +0100
Merge branch 'develop-olympus' into develop
commit a885095897054c91ab68b753ce2a86ae74f2f666Merge: 9a39f55 c2ffa78Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Oct 10 18:39:44 2010 +0200
Merge branch 'feature/igorw/request-class' into develop
commit 0ed69d91b2ec7b4b2e86acbc1a9d65b09cad71c1Merge: 0ba247e 91399fdAuthor: Nils Adermann <naderman@naderman.de>Date: Mon May 3 19:56:19 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...
merge changes from 3.0.x branch
Copy 3.0.x branch to trunk
Fix Bug #51835 - editing posts with attachments - regression from r9843 introduced in #48265
Authorised by: AcydBurn
fix #51235 - regression from 9843 for #48265
#48965
Fix bug #1309 - Multiline [url] not ConvertedAuthorised by: AcydBurn
Fix Bug #47295 - Min/max characters per posts also affects polls option
Fix bug #48265 - Correctly set attachment flag for topics, posts and pms after deleting attachments - Patch by WorldWar and nickvergessen
Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by leviatan21)
- add options for quick reply (forum-based and board-wide)- add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here)
#40865 - no message parsing for messages evaluating to false
Revert r9422 while we come up with a better fix
Fixed bug # 42885 - "Select all" selects much too much in OperaAuthorised by: acydburn
fix bug #42785
Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985
Authorised by: acydburn
Fixed bug #40565 – Missing end " in quote bb tag deletes textAuthorised by: acydburn
Complete fix in r9007
Parse BBCode lists of type square, circle and disc. #35295
some changes for proper code documentation
#26795
do not allow [flash=0,0]... not implemented for images due to the reliance on getimagesize() - as usual both sizes are able to be limited by the maximum/minimum image size configuration options
Hiding everywhere little buggers, eh?
#22865
- Fix quote bbcode parsing adding too much closing tags on special conditions - #20735
Correctly return sole whitespaces if used with BBCodes - #19535
#19955
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'.
do not allow [size=0]
further updates
fixing some annoying bugs
prevent posting empty messages with some UTF8-characters as well as fixing conversion in CVS.
some tiny bugfixes
dumdidum... sorry. ;)
#i71#i72
#i8
- 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]
#14132
- added information about Unicode to coding guidelines- two little changes
some bugs fixed
Cleaning up (#13689)Also removed the useless login box from the ACP.
even more fixes. :o
some more fixes
if used more than once, do not print out notices. ;)
fixing some bugs
my round of bug fixes
um, oops
#11833
#12189
removed a looped regex
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!)
do not strip our pre-parsed text if it is outside or between code blocks
fix an improper fix.- generally, sorry, but direct url parsing after ] will no longer work...- try to eliminate the most common "bug" for placing urls within the [url=][/url] part (the text). This will trigger make_clickable and render the url invalid (doubled url), moreso if other text is involved too. This is still te case if the url is not written directly after the [url=] part. This is nearly the best we can get within 3.0.x - and every report about [url=], [url] and make_clickable and it's non-parsing or parsing will be closed with "will not fix", except it is a critical bug resulting in the non-functioning of the board. We may adjust this later to our own liking while we try to find different ways to face these problems.
#11429
we included a check for getimagesize() existance... now we again can suppress notices while running this function.
errr, allow linkage to download.php....
ok... enough of this. Do not change [quote] layout at all. Smilies, urls, etc. won't parse now again directly after quotes - away with this. Actually we do not need to babysit users, but the feature was nice and fixed an inability which anoyed me in 2.0.x. Hey, you can't have everything - at least it is no longer error prone.
Fixing some tiny bugs...- correctly close span tags within code=php
#10982
- correctly transfer the search query across search result pages- changed highlighting so foo* will match foo again [Bug #10031]- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]...
ok, parsing code correctly now? ;)
We do not support nesting code tags - #10763#10741Confirm box on pruning forums - #10619Not stripping empty lines on parsing messages - #10579Remove reports alongside with users - #10501
#10635This should work, it could be made more strict but am leaving it alone for now
bugfixes. :/ An ugly one included as a temporary solution...
#9811
my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...
#8572
This actually bugged me to for a long time too.
stupid debug code :P
#8456
- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]- allow cancelling search index creation/removal- custom CSS class name input too short [Bug #8328]...
#8244- cleaned up the TRUNCATE/DELETE FROM in the native search backend- fixed an imporoper default value on some upgrades
adjust text for getting image dimensions as well as not suppressing warnings for getimagesize()
- found a small bug in the list parser while working on another bug
#7228
- some bugfixes- bugfixes for the convertor (typecasting for example was totally broken)
#6598- should have fixed all uses of curly braces
sprintf
#6542
some fixes today- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.
- Changed handling of the bitfield in bbcode.php- #6270, reverted to an earlier version of list handling + bug fixes
- Optimize acl_getf_global a bit- a little performance improvement of the IP regular expressions- convert post_text/subject collation to utf8_unicode_ci if a user wants to use mysql_fulltext to allow case insensitivity [Bug #6272]- mysql_fulltext should alter all necessary columns at once to speed up the process...
until nils comes to inspecting this further we will use this "workaround"
#6090- some cool regex stuff (one of them looks kinda weird :\ ...)
- re-add script_path for "strange configurations" to let them force the generated urls correctly- show rank title if no rank image present in memberlist- other fixes.
some updater changes as well as tiny bugfixes
#5610
hopefully fixed bug #5644 while also retaining the fix for bug #3572testing this is appreciated.
Where are you coming from $in? I do not think i invited you...
- fixes for the following bugs:#5326#5318#5304#5290#5288#5278#5276#5272#5266- also fixed the "Call-time pass-by-reference" bug #5252- within this step changed the normalize calls to require references.- added captcha size variables to the class scope (suggestion was posted at area51)
message
ok, i am an idiot...