| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* develop-olympus:
[ticket/10094] Purge acm_file cache before phpBB installation.
|
| |\
| | |
| | |
| | |
| | | |
* bantu/ticket/10094:
[ticket/10094] Purge acm_file cache before phpBB installation.
|
| | |
| | |
| | |
| | | |
PHPBB3-10094
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10605] Use database updater function _sql() instead of $db->sql_query()
[ticket/10605] Put end of array on its own line because start of array is too.
[ticket/10605] Add parameter documentation to phpbb_delete_user_pms
[ticket/10605] Fix left join usage.
[ticket/10605] Add a section for updating from 3.0.10 to schema updates.
[ticket/10605] Fix syntax error in database updater.
[ticket/10605] Reset user´s pm count to 0 when deleting his PMs
[ticket/10605] Split query to be able to use indexes
[ticket/10605] Rename $delete_rows to $delete_ids.
[ticket/10605] Break long comment into multiple lines 80 chars short.
[ticket/10605] Remove unnecessary $delete_ids array.
[ticket/10605] Remove unnecessary array_keys calls on $delete_rows.
[ticket/10605] Remove unused variable declarations.
[ticket/10605] Turn $undelivered_user into a real array of counters.
[ticket/10605] Use unset() instead of checking user_id over and over again.
[ticket/10605] Prefix function with phpbb_ and use true instead of 1
[ticket/10605] Delete orphan private messages on update
[ticket/10605] Check for orphan privmsgs when deleting a user
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/10605:
[ticket/10605] Use database updater function _sql() instead of $db->sql_query()
[ticket/10605] Put end of array on its own line because start of array is too.
[ticket/10605] Add parameter documentation to phpbb_delete_user_pms
[ticket/10605] Fix left join usage.
[ticket/10605] Add a section for updating from 3.0.10 to schema updates.
[ticket/10605] Fix syntax error in database updater.
[ticket/10605] Reset user´s pm count to 0 when deleting his PMs
[ticket/10605] Split query to be able to use indexes
[ticket/10605] Rename $delete_rows to $delete_ids.
[ticket/10605] Break long comment into multiple lines 80 chars short.
[ticket/10605] Remove unnecessary $delete_ids array.
[ticket/10605] Remove unnecessary array_keys calls on $delete_rows.
[ticket/10605] Remove unused variable declarations.
[ticket/10605] Turn $undelivered_user into a real array of counters.
[ticket/10605] Use unset() instead of checking user_id over and over again.
[ticket/10605] Prefix function with phpbb_ and use true instead of 1
[ticket/10605] Delete orphan private messages on update
[ticket/10605] Check for orphan privmsgs when deleting a user
Conflicts:
phpBB/install/database_update.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10605
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10605
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously this produced broken SQL:
SELECT p.msg_id FROM phpbb_privmsgs p
LEFT JOIN 0 phpbb_privmsgs_to ON (p.msg_id = t.msg_id)
WHERE t.user_id IS NULL LIMIT 500 OFFSET 0
PHPBB3-10605
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Without it data updates do not appear to be run.
PHPBB3-10605
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10605
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10605
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10818
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10836] Check if avatar directory is writable after install
[ticket/10836] Enable avatars by default at install
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Check if the avatar directory is writeable after the installation is complete.
If it isn't, disable avatars and avatar uploading by default.
PHPBB3-10836
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Enables avatars and local avatar upload by default.
PHPBB3-10836
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10492
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10815] enables feed feature by default for a fresh install
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* github-dhruv/ticket/10815:
[ticket/10815] enables feed feature by default for a fresh install
|
| | |/ /
| | | |
| | | |
| | | | |
PHPBB3-10815
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10812] Disabled register_globals check in PHP 5.4
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Disabled the check for register_globals if PHP version is 5.4+
PHPBB3-10812
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* shibulijack/ticket/10688:
[ticket/10688] Update install.html for 3.1 and current practices.
[ticket/10688] Update readme for 3.1 and current practices.
[ticket/10688] Changed version 3.0 to 3.1
[ticket/10688] Updated version to 3.1
[ticket/10688] Changed 3.0 to 3.1 in docs
Conflicts:
phpBB/docs/INSTALL.html
phpBB/docs/README.html
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Replace phpBB 3.0.x to phpBB 3.1.x
PHPBB-10688
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Installer now checks json extension and cannot continue without it.
Changes are made in phpBB/install/install_install.php where the
checking for json is added and to phpBB/language/en/install.php where
2 new keys for the messages that would be displayed are also added.
PHPBB3-10813
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* naderman/ticket/10756:
[ticket/10756] Fixing variable declarations in style and template classes
[ticket/10756] Renaming phpbb_style_template to phpbb_template
[ticket/10756] Removing path provider from template class
[ticket/10756] Creating locator interface
[ticket/10756] Renaming template classes
[ticket/10756] Moving template classes
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Renaming phpbb_style_template to phpbb_template
PHPBB3-10756
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removing path provider from template class because it is not used by template class
PHPBB3-10756
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10759
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10759
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10759
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10759
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10759
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixing error in database updater caused by style components merge
PHPBB3-10759
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* github-callumacrae/ticket/10783:
[ticket/10783] Added assets_version to ACP and simple_*.html.
[ticket/10783] Added assets_version to subsilver2.
[ticket/10783] Added ?assets_version to assets.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10783
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
* github-cyberalien/ticket/10754:
[ticket/10754] Changing $style to $phpbb_style
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Renaming global variable $style to $phpbb_style
PHPBB3-10754
|
|\ \ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10561] Removed extra tabs, changes made to $db->sql_query()
[ticket/10561] Changed $temp_style_id to $style_id
[ticket/10561] Added function desc for phpbb_style_is_active()
[ticket/10561] Casted $config['default_style'] to int
[ticket/10561] Reverted to phpbb_style_is_active()
[ticket/10561] Added to database_update:database_update_info()
[ticket/10561] Added section in database_update.php
[ticket/10561] Moved and renamed the funtion validate_style().
[ticket/10561] Fixed syntax error and renamed return variables.
[ticket/10561] Changes made to $db->sql_fetchrow().
[ticket/10561] Changes made to function phpbb_style_is_active().
[ticket/10561] All users can choose deactivated styles (fixed).
Conflicts:
phpBB/install/database_update.php
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Substituted $db->sql_query() with _sql()
PHPBB3-10561
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10561
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10561
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Changes made to function name, reverted to old.
PHPBB3-10561
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Updates made to database_update.php
PHPBB3-10561
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added section to check for existing users using a
deactivated style, and revert it to default style.
PHPBB3-10561
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
After installing, when user clicks Login button (final installation step),
he is not logged in because there's a missing var ($data)
PHPBB3-10547
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The pull request (#654) was merged a little too quickly.
In particular, display_last_subject per-forum option needs consensus.
This reverts commit b1fb34a4d7e446768b9f66ba6dd359173cd2a5fb, reversing
changes made to 7d6b289671c51694f17dd5f9849abf2534b55e59.
PHPBB3-10650
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ran create_schema_files.php and added
the generated static sql files to the commit.
PHPBB3-10650
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The most recent topic title of the forum can now
be displayed on the board index. An option is provided
in the ACP under the 'General Forum Setting' which
allows the admin to enable or disable this feature.
PHPBB3-10650
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* github-igorw/feature/class-prefix:
[feature/class-prefix] Rename auth => phpbb_auth
[feature/class-prefix] Rename user and session to phpbb_*
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10609
|