History | View | Annotate | Download (88 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 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 b60892d200247b4d608806f2172f681001cfa64bMerge: f164906 516282dAuthor: Andreas Fischer <bantu@phpbb.com>Date: Sat Nov 6 18:56:01 2010 +0100
commit 2e787fa836dbfdcec7864b5f143520aec3752bd0Merge: 999f6db 9731f24Author: Nils Adermann <naderman@naderman.de>Date: Sat Aug 21 23:35:43 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
Return integers when get_forum_list() is supposed to only return IDs.This will save us some calls to the sql escape function when used with sql_in_set().Authorised by: acydburn
fix uninitialised variable in functions_admin.php (Bug #51295)
Some smaller changes to r10041.
Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
- accidentally undid changes introduced in r9979- removed a few lines from the old log filtering system
- replaced the drop down menu log filter thing with log searching
Some things I missed in r9887.
ok, i am very sorry, but this needs to be fixed.Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored....
add transactions to sync(); not one big one to avoid nesting.
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
[Feature] Ability to copy permissions from one forum to several other forums.[Fix] Add log entry when copying forum permissions.
- Display version check on ACP main page.- Cache version check.
Fix an SQL error
[Feature] Added new functionality to inactive users module:- Ability to set users per page.- Ability to sort by posts/number of reminders/last reminded date.- Show number of posts and ability to search posts.- Show number of reminders sent to user.- Show date of last reminder sent to user.
Fix bug #48265 - Correctly set attachment flag for topics, posts and pms after deleting attachments - Patch by WorldWar and nickvergessen
Authorised by: AcydBurn
- added filtration ability to MCP- added missing lang variable- fixed a pagination bug in filtration routines
- added ability to filter logs by log_operation
erm, yes... ground should be group
- 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 r9605
Authorised by: acydburn
Fix bug #41555 - Fix function to recalculate Binary Tree
view_log() breaks if the serialized data is corrupt. #46545
Fix bug #45705 - Show error in the ACP when template folder is not readable.Authorised by: acydburn
Fix skipping messages if using next/prev PM in history links. (Bug #22205)
SQL optimizations
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. ;)
Deleting private message attachments could delete post attachments. #42815
Fix a bug in r8908
Log the forum name that topics are moved into.
Correctly delete message attachments. (Bug #23755) Also revamped and simplified delete_attachments() - it looks like we did not touch it for a long long time.
Do not decrease topics counter when deleting shadow topics. #26495
Ok, story real database server info, as well as caching itStore it on installation too - allows us to check the db version used on installation and used currently to warn the user about incompatibilities
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.
The same way we allow defining a custom template/style path we now allow this for languages too.This will allow applications to define their own language folder for certain parts for example.Callable by $user->set_custom_lang_path({new_path})
fix whitespace
#14648
Hiding everywhere little buggers, eh?
some language/style/code fixes (refer to the diff of the changelog)
revamp how we query permissions. This is half-experimental actually, needs a bit of testing.Should fix the bug with low max_join_size values, but may give problems for those on very low memory settings.
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
- Re-populate arrays on cache purge/save to allow re-using some functions without warnings- fix the annoying "last page empty" bug on inactive users page.
- fix pm not_moved/removed retrieval (it was switched)- cache db-size retrieval (saves a lot of seconds for very large boards)
dumdidum... sorry. ;)
#i53
- some language tweaks suggested by John- some bug fixes- finally adding db_tools...
I take it back!
#14370
- 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]
- add database size for Firebird
do not output notices on viewing the log if log language variables changed their information between versions...
err, forgot to commit
a bunch of fixes
tweak the sql_like_expression feature a little bit to allow correct escaping
new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).
Fixing a few things for postgres. Thanks to wagnerch for researching the issue and providing a patch.#12587
#11313
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!)
- Oracle, woe is you... I will say this much, this fixes Oracle's handling of empty strings... We also fix custom profiles and now provide database size for Oracle...
we forgot to sync the forums that shadow topics reside in when the topic that they point to is deleted
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)
quieter - shouldn't make a difference, but well...
Allow pre-setting language dependant data in schema_data.sql... specified with {L_*}, also create the search index on installation
make the comment true
#10942 + cron image into <p></p> tags
#10637
#10627 - revert previous permission inclusion change, forgot that that permissions_phpbb indeed need to be added as the first file.
Ok, try to fix the "re-approval on edit" bugs. Also added make_clickable to log entries as well as logging moderator edits.
#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481- more label fixes- simpler approach to get input cursor text
"These aren't the droids you're looking for."
- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations....
added class for disabled options in ACPE_USER_ERROR now using language keys if available [related to #10445]UCP/MCP title tags [#10441]Check $start parameter in viewforum [#10435]Check for postable forum for moving user posts within users ACP [#10433]...
"Ghost" topics in active topics list when shadow topics and corresponding topic in same resultset [#10313]Find a member supporting hidden groups for those able to see them [#10305]Display hidden groups for all those able to see them across the board (composing messages, viewonline)...
my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...
add caching to one attachment ACP query, affix the proper TTL for a query in functions_admin
I should have sent this in a while ago O_O
some fixes...
#5181
- sync now correctly handles approved posts in unapproved topics (last_post info)
- fixed a bug in syncing forums/topics in ACP- now also syncing moved topics having no information at all (this may only be triggered while converting)
Fixing the following bugs:#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)#8414#8396#8388#8216
thanks to bartvb and kellanved for providing possible fixes...