| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | | |
PHPBB3-13544
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-ascraeus:
[ticket/13553] Add a method to the controller helper to display a message
[prep-release-3.1.3] Add changelog for 3.1.3-RC1
[prep-release-3.1.3] Prepare Changelog
[prep-release-3.1.3] Add migration for 3.1.3-RC1
[prep-release-3.1.3] Update version to 3.1.2-RC1
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|
| | |/ |
|
| | |
| |
| |
| | |
PHPBB3-13468
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-13282
|
| | |
| |
| |
| | |
PHPBB3-13282
|
| |\ \
| | |
| | |
| | | |
[ticket/13487] Add factory for db tool class
|
| | | |
| | |
| | |
| | |
| | |
| | | |
This allows us to split up the large file one by one easily.
PHPBB3-13487
|
| |\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
* develop-ascraeus:
[develop-olympus] Increment version number to 3.0.14-dev.
[develop-olympus] Add changelog for 3.0.13 release.
[develop-olympus] Bump version numbers for 3.0.13-RC1 release.
[develop-olympus] Bumping version numbers to final for 3.0.13 releases.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[develop-olympus] Increment version number to 3.0.14-dev.
[develop-olympus] Add changelog for 3.0.13 release.
[develop-olympus] Bump version numbers for 3.0.13-RC1 release.
[develop-olympus] Bumping version numbers to final for 3.0.13 releases.
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/docs/INSTALL.html
phpBB/includes/constants.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/imageset/imageset.cfg
phpBB/styles/prosilver/style.cfg
phpBB/styles/prosilver/template/template.cfg
phpBB/styles/prosilver/theme/theme.cfg
phpBB/styles/subsilver2/imageset/imageset.cfg
phpBB/styles/subsilver2/style.cfg
phpBB/styles/subsilver2/template/template.cfg
phpBB/styles/subsilver2/theme/theme.cfg
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-ascraeus:
[ticket/13530] Fix undefined variables
|
| | | |
| | |
| | |
| | | |
PHPBB3-13530
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php
phpBB/phpbb/db/migration/profilefield_base_migration.php
phpBB/phpbb/db/migrator.php
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/13489] Disable the event dispatcher in the migrator
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13489
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13489
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13489
|
| |\ \ \ \
| |/ / / |
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Also fix the $utf8 checking regexp removing the curly braces.
PHPBB3-13492
|
| | | |
| | |
| | |
| | | |
PHPBB3-13450
|
| |\ \ \
| |/ /
| | /
| |/
|/| |
|
| | |
| |
| |
| | |
PHPBB3-13486
|
| |\ \
| |/ |
|
| | |\
| | |
| | |
| | | |
[ticket/13238] Do not drop indexes that do not exist from fulltext search
|
| | | |
| | |
| | |
| | | |
PHPBB3-13238
|
| |\ \ \
| |/ / |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/12866] Wrong profile field validation options
|
| | | |/
| | |
| | |
| | | |
PHPBB3-12866
|
| |\ \ \
| |/ / |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/13366] Ensure plupload_last_gc config entry is dynamic.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13366
|
| |\ \ \ \
| |/ / / |
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13432
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13098] Repair Yahoo contact field
|
| | | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Update the Yahoo link of the yahoo profile field.
PHPBB3-13098
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | |/ /
| |/| |
| | | | |
[ticket/13406] Add a space between the index name and columns list
|
| | | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently there's no space between the index name and columns list
when generating ADD INDEX sql query for MySQL DBMSes. This may cause errors
on earlier MySQL versions like 3.23.
PHPBB3-13406
|
| |\ \ \
| | | |
| | | |
| | | | |
Ticket/13421 Introduce an interface for db\tools.php
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13421
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13421
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13421
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13421
|
| |\ \ \ \
| |/ / /
|/| / /
| |/ /
| | | |
* develop-ascraeus:
[ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.php
|
| | |/
| |
| |
| | |
PHPBB3-13405
|
| |\ \
| |/ |
|
| | |
| |
| |
| | |
PHPBB3-13381
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
build/build.xml
phpBB/includes/constants.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
|