History | View | Annotate | Download (88.5 kB)
commit 441755bf170e49799e311c71b2123ff263970d62Merge: 5a5560d a25238eAuthor: Oleg Pudeyev <oleg@bsdpower.com>Date: Thu Feb 24 20:30:52 2011 -0500
Merge branch 'ticket/nickvergessen/9874' into develop-olympus
commit 46dbdfdef42f59a69d74a0cd35aeb025298be5c1Merge: e3b460a 857271eAuthor: Andreas Fischer <bantu@phpbb.com>Date: Sat Nov 6 18:47:19 2010 +0100
Merge branch 'ticket/igorw/9850' into develop-olympus
commit 68744484c839de8529483d588af818e703c31888Merge: 25c579c 38fc35aAuthor: Josh Woody <a_jelly_doughnut@phpbb.com>Date: Thu Aug 19 10:09:32 2010 -0500
Merge branch 'ticket/bantu/9167' into develop-olympus
commit cb043b0e6132f2d041b906b11ebb1debfeb943a6Merge: e7e98f1 1363ee1Author: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 15 23:15:36 2010 +0200
Merge branch 'ticket/rxu/9658' into develop-olympus
commit ed0a26ab16282c3e053df46fa3a33185654642b4Author: Josh Woody <a_jelly_doughnut@phpbb.com>Date: Wed May 5 09:39:47 2010 -0500
[ticket/9510] Unable to copy permissions from and to forums you cannot see
This commit fixes the bug mentioned, plus a large number of regressions caused by changing the behavior of make_forum_select() (in svn r10427, dated Jan 18, 2010). It also rolls back the changes from branch "bug/58415", which are no longer needed....
commit 2a806ddbaf8de40452f61a21ae0128d172111959Merge: ffe17fa d8b4c0dAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 16 17:47:38 2010 +0200
Merge branch 'ticket/nickvergessen/9546' into develop-olympus
Fix Bug #57375 - Do not delete unrelated attachments when deleting empty forums.
Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums. -- Voila ;-)
Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Pucci at Microsoft [Bug #57055]
If you are using SQL Server, please try to test this new dbal so we can safely include it in 3.0.8. If youwant to try it on a current phpBB version you can apply the latest version of the patch to your board which...
Fix #57395, a regression from r10427
- Bug #56255 - Moving topics to a forum where you are on queue - Allow some error handling in compress class by returning false if file does not exist.
Fix sql error in cache_moderators() if using postgresql. (Bug #53765)
Fix Bug #53245 - Correct regular expression escaping and only splitting keywords on space and "|"
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...