History | View | Annotate | Download (177.5 kB)
commit cde423591e90e58361b17f29f6841887573a0fa8Merge: 656f18d ba5c7d8Author: Nils Adermann <naderman@naderman.de>Date: Sun Jan 16 22:26:27 2011 +0100
Merge branch 'develop-olympus' into develop
commit 67593824d43a081d9b9301bcd40a32a17c5504a7Merge: 635752f d2778e6Author: Nils Adermann <naderman@naderman.de>Date: Sat Nov 20 17:56:17 2010 +0100
commit 2e51e68ca145940462155d5164bf91bb4264d488Merge: 19155c7 7b4cdc9Author: Nils Adermann <naderman@naderman.de>Date: Wed Nov 10 19:02:35 2010 +0100
commit 19155c78278dfde745483ba366acafd971f8b912Merge: 4245771 88602d1Author: Nils Adermann <naderman@naderman.de>Date: Wed Nov 10 16:31:30 2010 +0100
commit 336dc70047707e8cdd879e6dc18ed532a8f1cb33Merge: f15446f 05dce72Author: Andreas Fischer <bantu@phpbb.com>Date: Mon Nov 8 23:42:23 2010 +0100
commit f8ff68f21d16d583da5c58cef4e961cc226926ddMerge: 3823549 925a135Author: Nils Adermann <naderman@naderman.de>Date: Sun Apr 4 15:33:48 2010 +0200
commit 382354925d59e3da12781f8877ab0a70d0c434d9Merge: d702dba fa9510bAuthor: Nils Adermann <naderman@naderman.de>Date: Sun Apr 4 15:04:56 2010 +0200
commit d702dba75e14a909c165c7ca7a6a87207dcadaafMerge: 2c635b4 d79cff2Author: Nils Adermann <naderman@naderman.de>Date: Fri Mar 26 18:28:48 2010 +0100
commit 2c635b473bb06f07c643e120b5a6cbaaf9923e98Merge: 49607a0 5193160Author: Nils Adermann <naderman@naderman.de>Date: Thu Mar 18 17:10:36 2010 +0100
commit 49607a0b2c134355abe924fccc06df07a985edefMerge: d1e8f6a da5c36fAuthor: Nils Adermann <naderman@naderman.de>Date: Thu Mar 18 17:06:43 2010 +0100
commit 8d3cdd5dae42ebec0e4f66ef3e991984054645e7Merge: 9d28bcd 9f8d258Author: Nils Adermann <naderman@naderman.de>Date: Mon Mar 8 00:56:28 2010 +0100
commit 797a9ed28cdf6fa9e42f92bfb0891dee7fc7d8b6Merge: 693a2dc 568fb83Author: Nils Adermann <naderman@naderman.de>AuthorDate: Sat Mar 6 03:33:16 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Sat Mar 6 03:33:16 2010 +0100
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
revert r10079 (bug #50035) to be able to investigate other options of handling this later.
Revert revisions r10176 and r9647 - Bug #45975, #51505
add recent important additions/fixes to the changelog
Fix bug #51905 - Only check whether forum image exists if forum image is specified.Related to bug #39005.Authorised by: acydburn
remove log_time index (was not used at all)At the same time the database updater now supports checking for existing indexes. The db tools will not have this in 3.0.6 (the db tools have a function to retrieve all indexes) and i need to test the updater on all DBMS today...
phpBB updater now solves common conflicts on it's own. This further reduces the chance of conflicts.(tested with some heavily modified files who previously generated a lot of conflicts)
found a much better method to skip whitespace/tab changes. :)This also solves even more unncessary conflicts - Bug #51365
add send_statistics feature to changelog
rollback; will be in 3.0.7
#50985 - typo
#50985
Correctly display underlined links placed in last line in viewtopic. (Bug #14811 - Patch by primehalo)
Fix bug #50445 - Fix icon alignment for forums with large descriptions in subsilver2.
Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
Revert r10106 - Index usage is very unlikely because of WHERE IN (). :-|
Add INDEX on user_regdate because this is the default ORDER BY in memberlist.php - thanks nickvergessen.
phpBB updater now skips sole whitespace changes. This reduces the chance of conflicts tremendously.
Some rewording, some typo fixes, some whitespace changes.
attributed the fix for bug 43045 to DavidIQ
Fixed bugs #43145, #44375, #44415 and #43045
Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones.Bug #11142, related to r7567. Thanks to dark/Rain and Raimon.
Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)
fix r10076 for #48615 - Ability to specify amount of time user is able to delete his last post in topic.
Authorised by: AcydBurn
Fix Bug #50035 - Fix handling of bookmarks and subscriptions on "split topcis", "merge topics" and "merge posts"
Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)
Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one. Prosilver uses this for the posting page(s) and registration screen.(we further test this at phpbb.com)
Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285)
fix r10065 for #50475
Authorised by: bantu
Fix Bug #50475 - Only show "Add friend" and "Add foe" links if the specific module is enabled.
Revert INC/DEC feature. It is not consistent with the other template variables - bad idea. ;) We will get to it though... but not now.
Fix Bug #49195 - Queries on un-indexed column user_emailAdded function to generate email-hash.
This is an enhancement for revision r10051 (INC template variable)Within the mentioned revision INC was only able to be applied to defined template variables.I extended it now to work on all supported variables (template vars, defines, loops, defines in loops)...
Make sure only logs for existing users are displayed and user-specific logs removed on user deletion. (Bug #49855)
Add INC (working name) to template syntax
Sort private messages by message time and not message id. (Bug #50015)
Revert r9658Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
I want to test some possibilities to let these be standard-conform. At the moment no documented technique is suitable for phpBB.
Fix Bug #49945 - Correctly orientate Control-Panel-Navigation background-image on RTL languages.
Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the the mail()-function. (Bug #46725)
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 bug #43295 - Moved topics show unapproved even without permissions in the new forumAuthorised by: AcydBurn
Fix bug #49525 - Search for unreads should require loginAuthorised by: AcydBurn
Fix bug #49625 - Performing actions in Main MCP tab does not return correctlyAuthorised by: AcydBurn
Some rewording.
Prevent style switcher from blocking the tab key. #49335
Tested under FF 3.0/3.5/Opera/Chrome on Linux
meh
- Unapproved topics can no longer be replied to (Bug #44005)
Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
Typo in r9963.
entries
Update search index if only post subject changed. (Bug #49435)
Bugs #15809, #49215 - Allow updater to work correctly with PHP filename extensions other than .php.Related revisions: r9935, r9936
Fix bug #47705 - Out of range value for column 'topic_replies_real'Authorised by: Kellanved
Fix Bug #48955 - Correctly extract column default value when exporting PostgreSQL tables.
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
use new flag to place captcha errors in the error log (if debug is set)
Separate PM Reply and PM Reply to all in prosilver.Style changes by dhn
Fix Bug #49035 - Fix general error while registration, through undefined variable $config in validate_referer (Patch by wjvriend)
#48985
Fix bug #1309 - Multiline [url] not ConvertedAuthorised by: AcydBurn
Tiny adjustments related to r9900 and r9897.
Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535)
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
Fix Bug #37585 - Correctly log action when users request to join a group
Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)
Fix bug #48695 - Do not try to create thumbnails for images we cannot open properly.
Well
Fix bug #48885, introduced in r9843
Authorised by: kellanved
Fix Bug #47295 - Min/max characters per posts also affects polls option
[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.