| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/15495] Use transaction in ACP move_forum
|
| |
| |
| |
| |
| |
| |
| | |
Should prevent the forums table from getting messed up if an error or
concurrent execution happens.
PHPBB3-15495
|
|/
|
|
| |
PHPBB3-14972
|
|\ |
|
| |
| |
| |
| | |
PHPBB3-14738
|
|\ \
| |/
| |
| |
| | |
Conflicts:
phpBB/includes/acp/acp_modules.php
|
| |
| |
| |
| |
| |
| |
| | |
For loops that modify the size of the looped arrays were obviously not
changed.
PHPBB3-14577
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
This is the first part of the changes. More to come.
PHPBB3-13454
|
| |
| |
| |
| | |
PHPBB3-14325
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14234] Use replacement variables instead of references in events
* marc1706/ticket/14234:
[ticket/14234] Fix event doc blocks
[ticket/14234] Get rid of undefined variables
[ticket/14234] Fix change version and remove more references
[ticket/14234] Replace more references with variables
[ticket/14234] Use replacement variables instead of references in events
|
| | |
| | |
| | |
| | | |
PHPBB3-14234
|
| | |
| | |
| | |
| | | |
PHPBB3-14234
|
| | |
| | |
| | |
| | | |
PHPBB3-14168
|
|/ /
| |
| |
| | |
PHPBB3-14168
|
|\ \
| |/ |
|
| |
| |
| |
| | |
PHPBB3-13311
|
| |
| |
| |
| | |
PHPBB3-13311
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Event added for the function delete_forum_content() in
includes/acp/acp_forums.php, so that you can insert any extension's table(s)
to be updated when forum content is deleted
Incude parameters forum_id, topic_ids and post_counts
PHPBB3-13311
|
| |
| |
| |
| | |
PHPBB3-13455
|
| |
| |
| |
| | |
PHPBB3-13455
|
| |
| |
| |
| | |
PHPBB3-13455
|
| |
| |
| |
| | |
PHPBB3-13494
|
| |
| |
| |
| | |
PHPBB3-13468
|
|/
|
|
| |
PHPBB3-13450
|
|
|
|
| |
PHPBB3-12446
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-12273
|
|
|
|
| |
PHPBB3-12273
|
|
|
|
| |
PHPBB3-12273
|
|
|
|
|
|
|
|
| |
All columns were renamed from having prune_shadow_topics as namebase to just
prune_shadow.
A missing column was also added to the migration file's remove_schema() method.
PHPBB3-12150
|
|
|
|
| |
PHPBB3-12150
|
|
|
|
| |
PHPBB3-12150
|
|\
| |
| |
| |
| | |
Conflicts:
phpBB/config/services.yml
|
| |
| |
| |
| | |
PHPBB3-11924
|
|/
|
|
|
|
|
|
|
|
|
| |
The old functions phpbb_hash() and phpbb_check_hash() have been replaced with
the passwords manager service in all front-end related files. The phpBB2
converter and the release_3_0_5_rc1 migration file have not been changed.
The same applies to the security/hash_test that still tests the function
phpbb_check_hash(). This will however make sure that the old function
still works.
PHPBB3-11610
|
|\
| |
| |
| |
| | |
* develop-olympus:
[ticket/11864] Do not call exit after display_progress_bar in acp_forums
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The progress bar is called with the method display_progress_bar() in the
acp_forums files. This method then call adm_page_footer() which also calls
exit_handler(). Therefore, the exit; in acp_forums after
$this->display_progress_bar() is obsolete and shouldn't exist in the first
place.
PHPBB3-11864
|
| |
| |
| |
| | |
PHPBB3-11700
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
feature/softdelete-1-permission
* 'develop' of https://github.com/phpbb/phpbb3: (480 commits)
[ticket/6723] Show info that message has been deleted before delivery
[ticket/11385] Fix issue with migration module tool not getting extension module info
[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
[ticket/11363] Fix to make get_module_infos get from all extensions
[ticket/11381] Make finder able to search in all available extensions
[ticket/11103] Revert whitespace changes
[ticket/11103] Few more minor language things
[ticket/11103] Don't call generate_board_url many times
[ticket/11103] Case time in queries as an int
[ticket/11103] Fix effectively installed check
[ticket/11103] Remove padding from notifications for now.
[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
[ticket/11103] Notifications Migration file
...
Conflicts:
phpBB/includes/functions_posting.php
phpBB/includes/mcp/mcp_queue.php
phpBB/includes/search/fulltext_mysql.php
phpBB/includes/search/fulltext_native.php
phpBB/includes/search/fulltext_postgres.php
phpBB/includes/search/fulltext_sphinx.php
phpBB/install/database_update.php
phpBB/styles/prosilver/template/ajax.js
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also add phpbb prefix since the signature is being changed anyway.
PHPBB3-10758
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
| | |
| | |
| | |
| | | |
PHPBB3-9567
|
|/ /
| |
| |
| |
| |
| | |
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-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|