| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-11469
|
|
|
|
| |
PHPBB3-11469
|
|
|
|
|
|
|
|
|
|
|
| |
1. Tries to prevent going over max packet size by flushing to the database
after a certain number of rows have been added.
2. Because of 1., it is less likely to reach a connection timeout when
inserting a huge number of rows.
3. By flushing the buffer when a certain size is reached, memory usage should
be lower compared to building the whole insert row set first.
PHPBB3-11469
|
|\
| |
| |
| |
| |
| |
| | |
# By OpenShift guest
# Via OpenShift guest
* remotes/Blitze/ticket/11383:
[ticket/11383] Correctly revert modules added/removed by migrator
|
| |
| |
| |
| | |
PHPBB3-11383
|
| |
| |
| |
| | |
PHPBB3-10202
|
| |
| |
| |
| |
| |
| |
| |
| | |
The permission_set method calls itself inside the permission tool.
Probably due to an oversight, it is called as $this->set(), which causes a
fatal error. This patch will get rid of this issue.
PHPBB3-11398
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11386-3:
[ticket/11386] Fix missing ;
[ticket/11386] Send list of migrations instead of using load_migrations
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
phpBB/includes/db/migrator.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11386
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove dependency of extension manager for migrator.
Keeping load_migrations function for others to use if they desire
but requiring the finder be sent to it in order to use it.
PHPBB3-11386
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11394:
[ticket/11394] Relax Migration Tools
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Do not throw as many exceptions in the migration tools (when something
unexpected occurs but can be safely ignored).
PHPBB3-11394
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11393:
[ticket/11393] Give more information on database updater
|
| |/
| |
| |
| | |
PHPBB3-11393
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Marc Alexander (100) and others
# Via Marc Alexander (8) and Igor Wiedler (3)
* remotes/marc/feature/avatars: (138 commits)
[feature/avatars] Update module_auth of ucp module and fix small issues
[feature/avatars] Add migrations data file for avatars
[feature/avatars] Reduce module auth of ucp avatar settings
[feature/avatars] Auto-clear avatar dimensions when first changing avatars
[feature/avatars] Use "Main" as category for avatars in root of gallery
[feature/avatars] Remove trailing whitespace from avatar code
[feature/avatars] Pass phpbb_user to prepare and process form functions
[feature/avatars] Document the use of the allowed extensions array
[feature/avatars] Use array for allowed extensions and implode if needed
[feature/avatars] Use deprecated for compatibility function
[feature/avatars] Correct license, copyright and package info
[feature/avatars] Move list of supported formats to avatar driver class
[feature/avatars] Add include of functions_display.php in BC function
[feature/avatars] Add note about when compatibility function was added
[feature/avatars] Add compatibility function for get_user_avatar()
[feature/avatars] Move definition of driver_collection to avatars.yml
[feature/avatars] Remove the obsolete request argument for avatar drivers
[feature/avatars] Add missing @var to docblocks in avatar manager
[feature/avatars] Remove not needed inline style
[feature/avatars] Differentiate tests for get drivers functions
...
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Reduced the check effectively_installed() to just checking for the config
entry "allow_avatar_gravatar". Also added the missing update of the
module_auth of the ucp_profile avatar mode.
PHPBB3-10018
|
| |/
| |
| |
| |
| |
| |
| | |
The module_auth of the ucp avatar settings are used for checking if the
migration has already been installed.
PHPBB3-10018
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Joas Schilling
# Via Joas Schilling
* remotes/nickv/ticket/10411-2: (33 commits)
[ticket/10411] Fix call to function on non-object $db->...()
[ticket/10411] Remove ajax delete, so the page is refreshed
[ticket/10411] Update schema file with new table and remove the column
[ticket/10411] Add unit tests for move() with values >1
[ticket/10411] Add migrations file for teampage table
[ticket/10411] Revert database_update.php changes from for easier update
[ticket/10411] Add maxlength to category name input field
[ticket/10411] Test for thrown exceptions when group does not exist
[ticket/10411] Catch exceptions from grouppositions
[ticket/10411] Throw exceptions instead of using trigger_error()
[ticket/10411] Add return values to add/delete function
[ticket/10411] Add return value to move functions
[ticket/10411] Fix typehinting and change private to protected
[ticket/10411] Use template loops instead of defining the html in php files
[ticket/10411] Ensure we only get services that do exist
[ticket/10411] Add a comment why we left join the group table
[ticket/10411] Rename template variable CUR_ to CURRENT_
[ticket/10411] Move globals to the top and use array for cache destroy
[ticket/10411] Use new ajax callback name row_up/row_down
[ticket/10411] Fix logic error when editing/creating a group
...
|
| | |
| | |
| | |
| | | |
PHPBB3-10411
|
| | |
| | |
| | |
| | | |
PHPBB3-10411
|
| |/
|/|
| |
| | |
PHPBB3-11396
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11386:
[ticket/11386] Fix failing tests from constructor changes
[ticket/11386] Fix circular reference error & serialize error
[ticket/11386] Remove tests that check if finder cache is working
[ticket/11386] Forgot to get the migration classes
[ticket/11386] Update tests with new constructors for ext.manager/migrator
[ticket/11386] Use finder to find migration files
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
phpBB/includes/extension/finder.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11386
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11386
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11386
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
module info
PHPBB3-11385
|
|/ /
| |
| |
| |
| |
| | |
Depends on 11381
PHPBB3-11363
|
| |
| |
| |
| | |
PHPBB3-11103
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# By Nathaniel Guse
# Via David King (2) and Nathaniel Guse (1)
* 'develop' of github.com:phpbb/phpbb3:
[ticket/11363] Fix a couple bugs and throw errors if the file not found
[ticket/11372] Migrator should only check if effectively installed if not
[ticket/11363] Load module info files for extensions too
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11363:
[ticket/11363] Fix a couple bugs and throw errors if the file not found
[ticket/11363] Load module info files for extensions too
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-11363
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Use the acp_modules::get_module_infos function instead of our own include code
PHPBB3-11363
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11372:
[ticket/11372] Migrator should only check if effectively installed if not
|
| | |/
| | |
| | |
| | |
| | |
| | | |
installed at all
PHPBB3-11372
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
# By Nathaniel Guse
# Via David King (2) and Nathaniel Guse (1)
* 'develop' of github.com:phpbb/phpbb3:
[ticket/11370] Effectively installed migrations not inserted into table
[ticket/11369] Reverting migration throws error
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Nathaniel Guse
# Via Nathaniel Guse
* EXreaction/ticket/11370:
[ticket/11370] Effectively installed migrations not inserted into table
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
insert_migration() function now handles inserting/updating
Move all insert/update code to insert_migration() function to prevent this from occurring again.
PHPBB3-11370
|
| |/
| |
| |
| |
| |
| | |
String is attempted to be unserialized
PHPBB3-11369
|
|/
|
|
| |
PHPBB3-11103
|
|\
| |
| |
| |
| |
| |
| |
| | |
# By Nathan Guse (1) and Nathaniel Guse (1)
# Via Nathan Guse
* EXreaction/ticket/11367:
[ticket/11367] Always freeresult
[ticket/11367] Migrator throws error if migrations table does not exist
|
| |
| |
| |
| | |
PHPBB3-11367
|
| |
| |
| |
| |
| |
| | |
Force load_migration_state to not throw errors if the table does not exist.
PHPBB3-11367
|
| |
| |
| |
| | |
PHBB3-9737
|
|\ \
| |/
| |
| |
| |
| |
| | |
feature/migrations-data
Conflicts:
phpBB/install/database_update.php
|
| |
| |
| |
| | |
PHPBB3-11351
|
| |
| |
| |
| |
| |
| | |
Returned unfulfillable name in the wrong place previously
PHPBB3-11351
|
| |
| |
| |
| | |
PHPBB3-11351
|
| |
| |
| |
| |
| |
| |
| | |
Unfulfillable returns string of the missing dependency name now if
the migration is unfulfillable (this is significantly more helpful).
PHPBB3-11351
|