History | View | Annotate | Download (57.8 kB)
commit c025d6079b3883dae133e23bca39dbcb35c4c064Merge: f24fe7b 53a6cd6Author: Oleg Pudeyev <oleg@bsdpower.com>Date: Sun Feb 20 11:40:19 2011 -0500
Merge branch 'develop-olympus' into develop
commit 18f74a7e10b01f4f6f916e2baa814b27b31fc8a9Merge: adfa165 5d8ddc7Author: Nils Adermann <naderman@naderman.de>Date: Mon Dec 13 17:14:36 2010 +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 d753a02ec02e9475ee29d12797648c3aecccdcd8Merge: 6e5e229 642f940Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Oct 17 21:47:04 2010 +0200
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 85e32046e3d791eb015cfd8a07f16eb910475fd6Merge: 3e8d459 20460dcAuthor: Andreas Fischer <bantu@phpbb.com>Date: Tue Sep 14 16:58:35 2010 +0200
commit c4a65a469709a8ffdeb52f9d3556545993f2347aMerge: dfa53bf cd46b39Author: Andreas Fischer <bantu@phpbb.com>Date: Sun Aug 22 21:54:08 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...
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
note correct username if post/topic get's removed if user is anonymous
although we do not use force_approved_state check it nevertheless for the message displayed to the user - bug #51325
fix r10076 for #48615 - Ability to specify amount of time user is able to delete his last post in topic.
Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
erm, on the contrary; can that reset call
add missing space
- Unapproved topics can no longer be replied to (Bug #44005)
populate who is online only where required
#49465
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])
Update search index if only post subject changed. (Bug #49435)
Preserve post options when refusing to save the post as a draft. #39115
Fix bug #48265 - Correctly set attachment flag for topics, posts and pms after deleting attachments - Patch by WorldWar and nickvergessen
primitive one-level nesting
handle newlines
fall back to bbcode-less quotes
Addition to r9731: Add seperate language entry for more flexibility in other languages.Authorised by: naderman
Another feature: Detect when a post has been altered by someone else while editing.Authorised by: acydburn
Add some data for akismet et al
Thanks NV
Fix bug #46225 - Add poster-name to moderator-log when deleting post/topic
Authorised by: acydburn
We have to use the documented API
Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
- [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....
Change bug #26545 - Smilies no longer require the f_bbcode permission.
Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles
Quote BBCode doesn't need f_reply now. #16079
Oh right. PHP4
Fix bug #46355 - Only change topic/post icon if icons are enabled and user is allowed to.Authorised by: acydburn
some corrections, only very minor things.
Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.
Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)
Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)
a language alteration for captchas. Added min/max captcha chars constants and changed the length from 5-8 to 4-7
Fixed bug #40565 – Cancel when replying to global announcement redirects to first forum - not to the current forumAuthorised by: acydburn
Hide font size options which are bigger than the allowed size in the editor. #42615
Fixed bug # 41435
Fix a bug introduced in r8805 where moderators posts would be queued in forums where posts are queued.
Separate display of posted attachments in posting screen and switch for template to indicate adding attachments are allowed. Related to Bug #13871
further adjustments to exit; statementsforce E_USER_ERROR to exit always - it is always a fatal error which should stop every execution happening
nitpick alarm. ;)
Stop users from deleting posts after the edit time has passed or they have been locked. #19115
remove duplicate statement
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.
as per evil3, some more anti-CSRF
Fix some instances where we left db connections open (registration -> captcha for example)
not unsetting message_parser - a mod or site may want to re-use it.
Hiding everywhere little buggers, eh?
#21315
#15120#16029
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'.
wrong call - utf8_clean_string() instead of utf_clean_string() :)
err...
err ... why all this?
#15889
some further fixes- re-introduce grabbing random number from /dev/urandom
dumdidum... sorry. ;)
some bugfixes.
#i71#i72
Ok, here comes a big one. Poor updater. Also requires testing.
#i91#i92#i93#i94#i95#i96
#i62 - #i65gone through every javascript invocation and making sure we adhere to our coding guidelines.
necessary changes...
- two new packages... diff and utf- only 60 chars for topic title if new post (please see changelog for explanation)- change utf8_wordwrap (had some bugs david and nils spotted - was not really functional, sorry for this. :D)
some tiny fixes and two new features. ;)
err, forgot to commit
#13800
do not get too excited
try to normalize everything...
#13657 - thanks Thatbitextra
#13435
#12947 - thanks to APTX for his partial patch and Highway_of_Life and iWisdom for testing
#11349
Adding the bot mark/unmark links already promised in the changelog.Adds backlinks to the success screen after closing reports (#12905)Some style and language fixes (#12493, #12235, #11235, #11949) - the latter is still not perfect.Added code to the phpBB2 converter to deal with slashed quotes (#12607)...
deny access to the posting page for bots...
Fixing a few minor bugs; changing one language variable.
#12123#12483#12489#12513
#12433 (attention: new language variable which will give php notices for those using a language pack not having this added variable)