| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-16277
|
|
|
|
|
|
| |
The latter one has been deprecated for 10 years now.
PHPBB3-16167
|
|
|
|
| |
PHPBB3-16051
|
|\ |
|
| |
| |
| |
| | |
PHPBB3-14972
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
SECURITY-211
|
| |
| |
| |
| | |
PHPBB3-14739
|
| |
| |
| |
| | |
PHPBB3-10809
|
|\ \
| |/
| |
| |
| | |
Conflicts:
phpBB/includes/acp/acp_modules.php
|
| |
| |
| |
| |
| |
| |
| | |
For loops that modify the size of the looped arrays were obviously not
changed.
PHPBB3-14577
|
| |
| |
| |
| | |
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
This is part 5 and there is more to come.
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
Part 4
PHPBB3-13454
|
| |
| |
| |
| |
| |
| | |
This is part 2 of the pr.
PHPBB3-13454
|
|\ \
| |/
| |
| |
| | |
Conflicts:
phpBB/includes/acp/acp_database.php
|
| |
| |
| |
| | |
PHPBB3-13930
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
|
|/
|
|
| |
PHPBB3-13494
|
|
|
|
| |
PHPBB3-13441
|
|
|
|
| |
PHPBB3-12446
|
|
|
|
| |
PHPBB3-12747
|
|
|
|
| |
PHPBB3-12721
|
|
|
|
| |
PHPBB3-12722
|
|
|
|
| |
PHPBB3-12724
|
|
|
|
| |
PHPBB3-11366
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
|
|
|
| |
Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0
when support for SQLite 3 was added.
PHPBB3-9728
|
|
|
|
| |
PHPBB3-12005
|
|\
| |
| | |
Ticket/11031 Bring phpBB2 converter up to speed with 3.1 changes
|
| |
| |
| |
| | |
PHPBB3-11031
|
| |
| |
| |
| | |
PHPBB3-11031
|
| |
| |
| |
| | |
PHPBB3-11980
|
|/
|
|
| |
PHPBB3-11980
|
|
|
|
|
|
| |
So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :)
PHPBB3-9657
|
|
|
|
| |
PHPBB3-9558
|
|\
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10407] Fix check for empty image paths in convertor
[ticket/10407] Fix check for empty image paths in convertor
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This applies to avatar_path,avatar_gallery_path,smilies_path and
upload_path.
Currently, the convertor gets each path from the config table and adds a
trailing slash. If there is no entry in the config table for the path, the
path can never be empty because of the added trailing slash. This patch
will check the path without the trailing slash to see if the path is
actually empty.
PHPBB3-10407
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This applies to avatar_path,avatar_gallery_path,smilies_path and
upload_path.
Currently, the convertor gets each path from the config table and adds a
trailing slash. If there is no entry in the config table for the path, the
path can never be empty because of the added trailing slash. This patch
will temporarily remove the trailing slash, then check if the path is
empty.
PHPBB3-10407
|
| |
| |
| |
| | |
PHPBB3-9916
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9851] "Search new posts" should require login.
[task/phpdoc] Added a phpdoc task to the build process
[task/phpdoc] Added a configuration file for phpDocumentor.
[feature/acm-wincache] Adding caching module for WinCache's User Cache.
[ticket/9939] Fix JavaScript error in admin recaptcha template
[ticket/9575] Also change 'administrate' to 'administer' in templates
[ticket/8736] guest can have 255 chars long username
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
[ticket/9575] Change 'administrate' to 'administer'
[ticket/9921] Adding sample configuration file for the lighttpd webserver.
[ticket/9932] Add the Bing bot when converting
[ticket/9930] Redirect failes with open_basedir enabled.
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
|
| |
| |
| |
| | |
PHPBB3-9932
|
|/
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
includes/functions_convert.php and install/install_convert.php tested by Dicky.
PHPBB3-9519
|
|
|
|
|
|
| |
The phpBB3 defaults are being used.
PHPBB3-9659
|
|
|
|
|
|
| |
architecture.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10499 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 you
want to try it on a current phpBB version you can apply the latest version of the patch to your board which
you can find attached to the bug tracker ticket (look in the comments for the latest version, the one in the
ticket itself is outdated): http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=57055
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10489 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10473 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0
|