| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* ticket/igorw/9556:
[ticket/9556] Drop php closing tags, add trailing newline
Conflicts:
phpBB/includes/constants.php
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
|
| |\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog
[ticket/9903] Script for detecting potentially malicious flash bbcodes
[ticket/9904] Update WebPI Parameters.xml to work with WebMatrix.
[ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.8:
[prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog
[ticket/9903] Script for detecting potentially malicious flash bbcodes
[ticket/9904] Update WebPI Parameters.xml to work with WebMatrix.
[ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
|
| | | | | |
|
| |\ \ \ \
| |/ / /
| | | /
| |_|/
|/| |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9899] Change recaptcha theme from default to 'clean' in the ACP.
[ticket/9509] Fix a typo and wrong period placement
[develop-olympus] Revert accidental revert of db update lang fix and version
[develop-olympus] Remove accidentally added trailing newlines.
[develop-olympus] Incrementing the version number to 3.0.9-dev.
|
| | | |
| | |
| | |
| | | |
Really not my day, is it?
|
| | | | |
|
| | |/ |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
* develop-olympus:
[develop-olympus] Updating changelog for last minute 3.0.8-RC1 fixes.
[ticket/9140] Check current board version in incremental update packages
[ticket/9891] Updater drops language-selection after database-update
|
| | |
| |
| |
| | |
PHPBB3-9891
|
| |\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/9886] Update fails on PostgreSQL because of an error in _add_module
|
| | |\
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/9886:
[ticket/9886] Update fails on PostgreSQL because of an error in _add_module
|
| | | |
| | |
| | |
| | | |
PHPBB3-9886
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/9884] Reduce queue interval to 60 seconds, email package size to 20
|
| | | |
| | |
| | |
| | | |
PHPBB3-9884
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9888] Update fails when Bing [Bot] was already added to the users table
[develop-olympus] Bumping version number for 3.0.8-RC1.
[ticket/9885] Fix extension group name updater. Loop through all languages.
[ticket/9847] Fix typo in search synonyms. Use british english for 'judgement'.
[ticket/9883] Change an American English spelling to British English.
[task/phing-build] Correct the path for update package patch files.
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/nickvergessen/9888:
[ticket/9888] Update fails when Bing [Bot] was already added to the users table
|
| | | |/
| | |
| | |
| | |
| | |
| | | |
Added a check whether the user already exists before we try to add it.
PHPBB3-9888
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/9885:
[ticket/9885] Fix extension group name updater. Loop through all languages.
|
| | | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix a regression introduced by 58dc5a191c0203ea6d98c37df26b0830b3bf8203.
The problem is that $user->add_lang() includes language strings from the board
root folder instead of the update folder. Because the database updater is run
first, the root folder files have not been upgrade yet. Thus, the language
strings we're looking for cannot be found.
Since the language strings we are looking for have been moved from the
install.php language file to acp/attachments.php it should be possible to
always find them in either file. When there is an acp/attachments.php file in
the update package, it can also be used.
We now also loop through all the installed languages as well, because the board
could have been installed in a language other than the admin's current
language.
PHPBB3-9885
PHPBB3-7717
|
| | |/ |
|
| |\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/9807] Update existing module permissions in database
[ticket/9807] Hide avatar tab in UCP when avatars are disabled
|
| | |\
| | |
| | |
| | |
| | |
| | | |
* ticket/igorw/9807:
[ticket/9807] Update existing module permissions in database
[ticket/9807] Hide avatar tab in UCP when avatars are disabled
|
| | | |
| | |
| | |
| | | |
PHPBB3-9807
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
install/database_update.php was missing the include for the class
loader.
PHPBB3-9716
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
All class names have been adjusted to use a phpbb_request prefix,
allowing them to be autoloaded.
Also introduces some improvements to autoloading in general.
PHPBB3-9716
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removed the dependency of the request class test on having an actual
phpbb_type_cast_helper instance, by replacing it with an object mocking
the phpbb_type_cast_helper_interface.
PHPBB3-9716
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
Just like common.php database_update.php and install/index.php need to
include the request class files and create an instance for use in
request_var.
PHPBB3-9716
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9091:
[ticket/9091] Extract IPv4 address from addresses mapped into IPv6.
|
| | | |
| | |
| | |
| | | |
PHPBB3-9091
|
| |\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
* ticket/bantu/9613:
[ticket/9613] Slightly update language strings.
[ticket/9613] Fix missing database part for unread posts search load switch.
[ticket/9613] Implement a load switch for unread posts search feature.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
A record for load_unreads_search parameter had to be added to CONFIG_TABLE.
PHPBB3-9613
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
Fixes following SQL error when updating the database to 3.0.6.
BLOB column 'post_username' used in key specification without a key length
PHPBB3-8944
|
| |\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
* ticket/bantu/9167:
[ticket/9167] Detect and remove any dead left over shadow topics on update.
[ticket/9167] Remove shadow topics from remaining forums when deleting a forum
Conflicts:
phpBB/install/database_update.php
|
| | |
| |
| |
| | |
PHPBB3-9167
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/jellydoughnut/9690:
[ticket/9690] Add forthcoming Bing Bot to list of recognized bots
|
| | |/
| |
| |
| |
| |
| | |
Microsoft will rename MSN Bot to Bing Bot later this year, and change its user agent. This updates phpBB to be aware of Bing Bot
PHPBB3-9690
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/9578:
[ticket/9578] ACP Posting tab is missing "Post settings" module.
|
| | |/
| |
| |
| | |
PHPBB3-9578
|
| |/
|
|
|
|
| |
The modules were grouped by left_id so num_modules is always one (hopefully), but the number of rows is the actual value we'd like to know. Removing the GROUP BY resolves the issue.
PHPBB3-9628
|
| |
|
|
| |
PHPBB3-7717
|
| |\ |
|
| | | |
|
| | |
| |
| |
| | |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10555 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| | |
| |
| |
| | |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10521 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| | |
| |
| |
| | |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10506 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| | |
| |
| |
| | |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10505 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| | |
| |
| |
| | |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10502 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| | |
| |
| |
| | |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10467 89ea8834-ac86-4346-8a33-228a782c2dd0
|